@charset "UTF-8";
/* CSS Document */

/* Global CSS */


body {
	margin: 0 auto;
	background: #fff;
	color: #000;
	font: 12px verdana, Helvetica, sans-serif;
	text-align: center;
	
}
a {
	color: #A42214;
	text-decoration: underline;
}
a:hover {
	color: #A42214;
	text-decoration: none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font: Bold 12px Verdana, Helvetica, sans-serif;
	color: #5781AE;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
	color:#A42214;
}

div#whitepage {
	margin: 0 auto;
	background: #ffffff;
	width: 940px;
}
/* mast head */

	
	#head {
	width:940px;
	height:77px;
	position:relative;
}
#head h1 {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	width:311px;
	height:140px;
}
#hero {
	width:940px;
	height:203px;
	position:relative;
}

#hero2 {
	width:940px;
	height:257px;
	position:relative;
}

#hero3 {
	width:940px;
	height:302px;
	position:relative;
}
/* -- */



/* main content */
div#content {
	text-align: left;
	width:940px;
	position:relative;
	margin:0px; padding:0px;
}
div#leftcol {
	float: left;
	color: #000;
	font:  13px/1.7em Verdana, Helvetica, sans-serif;
	width: 470px;
	padding:0 0 0 20px;
}


div#leftcolSub {
	float: left;
	color: #000;
	font:  13px/1.7em Verdana, Helvetica, sans-serif;
	width: 570px;
	padding:0 0 0 20px;
}

/* --Right column -- */	

div#RightColumn {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 435px;
	background-color:#BCCDDF;
	height:200px;
}

div#RightColumnSub {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 258px;
	background-color:#92ADCA;
	height:600px;
}
div#RightColumnSub1 {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 258px;
	background-color:#92ADCA;
	height:800px;
}

#rightColumnContainer {
	text-align:left;
	margin: 20px 10px 0 30px;
}
#rightColumnContainer
h2 {color:#5781AE;}


div#RightColumn li {
	list-style: disc;
	margin-left: 15px;
}


/* HOme three Columns */


#homeTabs {
	padding:0px 0 5px 0;
	margin:0px;
	text-align:left;
}
#homeTabsContainer {
	text-align:left;
	margin: 0px;
	width:940px;
}
#tab1 {
	float:left;
	width:290px;
	margin-left:20px;
}
#tab2 {
	width:310px;
	float: left;
	margin-left:20px;
	padding:0px;
}
#tab3 {
	width:280px;
	float: right;
	padding:0px;
	margin:0px;
}



/* ------- sub nav Right --------*/



#subnav {
	width:100%;
	margin-bottom:40px;
}

#subnav ul {
	padding:0;
}
#subnav li {
	list-style: none;
	padding:15px 0 0px 0px;
	
}
#subnav ul li a {
	padding:0 0 10px 15px;
	background: url(../images/bullet.gif) no-repeat 0 4px;
	font: Bold 14px Verdana, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
}
#subnav ul li a:hover {
	background:transparent url(../images/bullet2.gif) no-repeat 0 4px;
	color:#5781AE;
}

/* subnav */

#subnav ul .sub_list {
	padding:5px 0px 2px 10px;
}
#subnav ul .sub_list li{
	list-style-type:none;
	padding:2px 0 5px 0px;
}

#subnav ul .sub_list li a {
	
	font: Bold 12px Verdana, Helvetica, sans-serif;
	color: #fff;
	background:none;
	
}
#subnav ul .sub_list li a:hover {
	background:none;
	color:#5781AE;
}



/*----------- footer  -------------*/

div#foot {
	color: #fff;
	font: 11px Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px;
	text-align: center;
	letter-spacing: 1px;
	width: 940px;
	height:50px;
	background-color:#5781AE;
}
#foot em {
	font-style: normal;
	line-height: 1.7em;
}
#foot em a {color: #fff; text-decoration:underline;}
#foot em a:HOVER {color: #fff; text-decoration:none;}

/* -- */	

.clear {
	clear: both;
}
/* extras */
.border {
	border: 1px solid #000;
	padding: 2px;
}
.bluebullet {list-style: url(../images/5x5blue.gif) none;}
.caption {
	font: 11px Verdana, Helvetica, sans-serif;
	font-style:italic;

	}
