BODY
{
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFFFFF url(../../images/background_fade.png) repeat-y center top;
	color:#000000;
	text-align:center;
	margin:0px;
	padding:0px;
	border:0;
}

#container
{
	width:798px;
	min-height:100px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#contain_margin
{
	width:778px;
	margin-left:20px;
	text-align:left;
}

#hp_ad
{
	width:330px;
	height:197px;
	position:absolute;
}

#header
{
	width:738px;
	height:126px;
	text-align:left;
	padding-left:20px;
	padding-top:17px;
	background-image:url(../../images/background_header.jpg);
	background-repeat:no-repeat;
	/*border:solid 1px #000000;*/
}

#content
{
	width:758px;
	min-height:150px;
	text-align:left;
	background-image:url(../../images/background_leftcol.gif);
	background-repeat:repeat-y;
	float:left;
	/*border:solid 1px #000000;*/
}

#greenbar
{
	width:591px;
	height:31px;
	background-color:#8cb152;
	padding-top:8px;
	padding-right:8px;
	text-align:right;
}

#main
{
	width:599px;
	min-height:100px;
	background-color:#ffffff;
}

#navhp
{
	width:159px;
	height:168px;
	float:left;
	background-image:url(../../images/background_nav_hp.jpg);
	background-repeat:no-repeat;
	/*border:solid 1px #000066;*/
}

.nav_item
{
	width:159px;
	height:28px;
}

#content_stack
{
	width:599px;
	min-height:100px;
	float:left;
}

.content_text
{
	width:520px;
	min-height:50px;
	margin-left:25px;
	margin-top:40px;
	margin-bottom:30px;
	line-height:20px;
	text-align:justify;
}

.call_right
{
	width:520px;
	height:85px;
	text-align:right;
}

.clear
{
	clear:both;
}

#footer
{
	font-size:11px;
	width:758px;
	height:200px;
	color:#B2B2B2;
	background-color:#ffffff;
}

#footer a
{
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#91B7CB;
}

#footer_logo
{
	width:159px;
	height:53px;
	float:left;
}

#footer_links
{
	width:579px;
	height:38px;
	float:left;
	margin-top:15px;
	margin-left:20px;
	background-color:#ffffff;
}
	
#footer_whitebar
{
	width:758px;
	height:20px;
	background-color:#ffffff;
}

/*****************links***************/

a
{
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#91B7CB;
}

/* Pop-up Video on Home Page */
		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			margin: 0 auto;
			width: 640px;
			height: 385px;
			padding: 5px;
			border: 0;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
