/* CSS Document */

body {
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	font: 14px helvetica, Verdana, sans-serif;
}


#header { /* top header with logo */
	width: 100%;
	color: #000000;
	margin-top: 0px;
	padding: 2px 0px;
	background-color:#001739;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	height: 117px;
}

#middle { /* bit below logo */
	width: 100%;
	background-color: #16325C;
	margin-top: 0px;
	margin-bottom: 2px; /* padding white at bottom */
	padding: 2px 0px;  /* from left*/
	font-size: 10px;
	}


#main {  /* white background of table */
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 1px;
}

 .table{
	border-color:  #CCCCCC;
	border-style: solid;
	border-width: 1pt; 
	valign: top;}

.text {
	padding-left: 3px;
	padding-right: 3px;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #49494D;
	}

#box 
{	border-bottom:solid #C0C0C0 1px;
}

#place-box 
{	border:solid #C0C0C0 1px;
	padding-left: 3px}


.h1
{	color:#001739;
font-weight:bold;}

	
	
/* right hand column */

.right {
	width: 135px;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#001739;
	color:#FFFFFF;}	

.rightbox {
	width: 130px;
	height: 250px;
	padding-top: 20px;
	color:#000000;
	align: center;}

		/* fade */
#imageContainer {
	height:250px;
	padding-left: 0px;
	}

#imageContainer img {
	display:none;
	position:absolute;
	}

/* details page */
.address {
	min-height: 210px;
	background-image:url(images/address-back.jpg);
	background-repeat:repeat;
	padding-left: 35px;
	padding-right: 15px;
	vertical-align:top;}

.description{
	background-image:url(images/details-back.jpg);
	background-repeat:repeat;
	padding-left: 35px;
	padding-right: 15px;
	vertical-align:top;
	min-height: 150px;
	}
	
#title {
	background-image: url(images/list.gif);
	background-repeat:no-repeat;
	width: 768px;
	font-size: 28px;
	text-align: center;
	font-weight:bold;
	color: #133A75;
	font-family: garamond, veranda, sans-serif}	

/* End members page */


/* List page */
#list1 {
	width: 700px;
	border:dotted #C0C0C0 1px;
	background-color:#DBE3EF;
	align: center;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 5px;}

#list2 {
	width: 700px;
	border:dotted #C0C0C0 1px;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 5px;
}
	
.list-title {
	font-size: 14px;
	color:#000066}	

/* footer bit */
#footer {
	width: 918px;
	background-color: #233F69;
	color: #575556;
	margin-top: 5px;
	padding: 5px 0px;
	font-size: 10px}

.left{
	padding: 5px;
	text-align: center}
/* end footer */

#mission {
	width: 760px;
	background-color: #001739;
	height: 22px;
	background-image:url(images/mission.jpg);
	background-repeat:no-repeat;
	padding-left: 10px;
	vertical-align:bottom;}

.copyright			/* copyright text */
{	font-size: 10px;
	color: #B6C4D6;
}
.buzzweb			/* designed by Buzz */
{	font-size: 10px;
	text-decoration: none;
	color: #B6C4D6;
	align:right}
