@charset "utf-8";
body {
	background-color: #00375e;
	background-image: url(../images/BG_main_gradient.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	text-align: center;
	font-family: "Humnst777 BT", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
}

body.pop {
	background-color: #FFF;
	background-image: url(../images/BG_pop_header_800px.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-family: "Humnst777 BT", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0px;
}

#container {
	width: 1000px;
	margin: 0 auto;
} 
#pop_container {
	width: 740px;
	/* margin: 0 auto; */
	margin: 0;
}
#pop_header {
	padding-left: 30px;

}
#pop_content {
	padding-top: 50px;
	padding-left: 30px;
	padding-bottom: 30px;
}
.dropdown_menu {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	width: 222px;
	border: 1px solid #999999;
}
#header {
	text-align: center;
	padding-top: 15px;
	margin: 0px;
	/*background-image: url(../images/BG_top_header_base.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
	font-size: 0;
	line-height: 0;
}
#maincontentBASE {
	background-image: url(../images/BG_top_content_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
}

#maincontentWATER {
	text-align: left;
	background-image: url(../images/BG_bottom_content_water.jpg);
	background-position: bottom;
	padding-top: 12px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}
#maincontentWATERcnt {
	text-align: left;
	background-image: url(../images/BG_bottom_content_water.jpg);
	background-position: bottom;
	padding-top: 35px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 35px;
	background-repeat: no-repeat;
}


#footer {
	background-image: url(../images/BG_footer.jpg);
	background-repeat: repeat-x;
	height: 157px;
	padding-left: 32px;
	padding-right: 32px;
	color: #D7D8D6;
	font-size: 10px;
}
#footer a {
	color: #D7D8D6;
	text-decoration: none;
}

#homeRcolumn {
	float: right;
	width: 230px;
}
#homeLcolumn {
	float: left;
	width: 230px;
}
#homeCcolumn {
	margin: 0 245px 0 245px;
}
#ThreeColRcolumn {
	float: right;
	width: 270px;
}
#ThreeColLcolumn {
	float: left;
	width: 270px;
}
#ThreeColCcolumn {
	margin: 0 310px 0 310px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#pagetitle {
	font-size: 18px;
	color: #FFF;
	background-image: url(../images/CNT_header_lower.png);
	text-align: left;
	background-repeat: repeat-x;
	padding-left: 55px;
	padding-top: 6px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-position: bottom;
	padding-right: 55px;
}
#cntRcolumn {
	float: right;
	width: 260px;
}
#cntLcolumn {
	margin: 0 295px 0 0px;
}
#SpringColRIGHT {
	float: right;
	width: 270px;
}
#SpringColLEFT {
	float: left;
	width: 270px;
}
#SpringColCENTER {
	margin: 0 35% 0 35%;
}
.pop_image_pad {
	padding-right: 20px;
	padding-bottom: 5px;
}
.pop_caption_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #246fb3;
	font-weight: bold;
	font-style: italic;
	clear: left;
	float: left;
	width: 235px;
	margin-right: 20px;
	margin-bottom: 15px;
}
