/* CSS Document */

/**************************************************/
/*	GENERAL HTML TAGS			  */
/**************************************************/
body {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:95%;
	color:#152244;
	background:#505577;
	margin-top:0px;
}
a {
	text-decoration:none;
	color:#fff;
	
}
a:hover {
	text-decoration:none;
	color:#152244;
}
ul {
	list-style-type:none;
	margin:10px 10px 10px 20px;
	padding:0px;
}
li {
	padding:0px 0px 0px 8px;
	margin:6px 0px;
}
h1 {
	font-size:120%;
	margin:0px 0px 10px 0px;
}
h2 {
	font-size:120%;
	margin:20px 0px 10px 0px;
	color:#505577;
}
h3 {
	font-size:100%;
	margin:0px 0px 10px 0px;
}
td {
	vertical-align:top;
}

		  
/**************************************************/
/*	LAYOUT DIVS 			          */
/**************************************************/
#mainContainer {
	width:760px;
	margin:30px auto 0px auto;
	padding:0px 15px 15px 15px;
}

#bodyContainer {
	width:760px;
	margin:0px auto;
	background:#fff;
	/* used in case the left side is to be blue */
	/* background:#fff url("../fw/siteBackground.jpg") repeat-y top left; */
}
#bodyContainer p {
	line-height:15px;
	clear:both;
}
		
#contentContainer_home {
	margin:0px;
	background:transparent url("../fw/content_bg_home.jpg") repeat-y top right;
}
#contentContainer {
	margin:0px;
	background:transparent url("../fw/content_bg.jpg") repeat-y top right;
}

#leftcolumn {
	width:235px;
	background:transparent url("../fw/leftcolumn_home.jpg") no-repeat top left;
	height:550px;
	float:left;
}
#leftbg {
	width:235px;
	height:400px;
	background:transparent url("../fw/leftcolumn_bg.jpg") repeat-y top left;
	float:left;
}	
/* mainly used as a workaround for IE, but also for consistency with Mozilla */
/* because IE doesn't support minheight. */
#contentMinHeight {
	float:left;
	top:0px;
	margin-left:0px;
	height:321px;
	width:1px;
}
#bodyContent_home, #bodyContent {
	font-size:75%!important;
	font-size:70%;
	float:right;
	padding-right:50px;
	margin:15px 0px 15px 0px;
}
#bodyContent_home {
	width:440px;
}
#bodyContent {
	width:640px;
}
	
/* site header */
#siteHeader {
	margin:0px auto;
	background:transparent url("../fw/Header.jpg") no-repeat top left;
	width:760px;
	height:140px;
}

/**************************************************/
/*	NAVIGATION                         	  */
/**************************************************/

#topnav_home, #topnav {
	width:760px;
	margin:0px auto;
	height:40px;
	line-height:28px;
	font-size:11px;
	background-color:#152244;
	color:#F7E7C9;
	text-align:center;
}	
#topnav {
	background:transparent url("../fw/topnav_bg.jpg") no-repeat top left;
}	
#topnav_home {
	background:transparent url("../fw/topnav_bg_home.jpg") no-repeat top left;
}
#bottomnav {
	width:760px;
	margin:0px auto;
	background:transparent url("../fw/bottomnav_bg.jpg") no-repeat top left;
	height:40px;
	line-height:24px;
	font-size:11px;
	background-color:#152244;
	color:#F7E7C9;
	text-align:center;
	clear:both;
}
#topnav_home a, #topnav a, #bottomnav a {
	color:#F7E7C9;
	padding:0px 10px;
}
#topnav_home a:hover, #topnav a:hover, #bottomnav a:hover {
	color:#B3BEDC;
}
ul#subnav {
	margin:0px 10px 10px 0px;
	padding-left:0px none;
}
ul#subnav li {
	display:inline;
	padding:0px 18px 0px 0px;
}
/**************************************************/
/*	FOOTER	                       	  */
/**************************************************/
#footerContainer {
	margin:-20px auto 0px auto;
	width:700px;
	font-size:80%;
	color:#B3BEDC;
}	

/**************************************************/
/*	MISC       		                  */
/**************************************************/ 
/* keep floating elements in containers and add needed space between divs */
.spacer {
	clear:both;
}

/* ensure spaces in formatting without css enabled */	
.hideMe {
	display:none;
}
		
/* alt text for header background */
#tagLine {
	display:none;
}
		
ul.left {
	float:left;
}
ul.right {
	float:right;
}
ul.topright {
	float:right;
	text-align:right;
}
ul.topright li {
	background:transparent url("../images/bullet_starfish.jpg") no-repeat top left;
	padding:2px 0px 5px 22px;
}
ul.topright a {
	color:#505577;
	font-weight:bold;
}
ul.topright a:hover {
	color:#ffffff;
}
.imagefloatleft  {
float:left;
margin-right: 10px;

}
.imagefloatright  {
float:right;
margin-left: 10px;

}
.contentfloatleft {
	float:left;
	width:50%;
}
.contentfloatright {
	float:right;
	width:50%;
}
table#content_table {
	width:100%;
}
table#content_table td {
	padding:5px 5px 5px 0px;
}
table#content_table td.label {
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}
table#content_table_fish {
	width:100%;
}
table#content_table_fish td {
	padding:0px 20px 0px 0px;
}
table#content_table2 {
	width:100%;
}
table#content_table2 td, table#content_table2 th {
	text-align:left;
	margin:0px;
	padding:5px;
	border:1px solid #152242;
}