@charset "utf-8";
/* CSS Document */

html, body {
	margin:0; 
	padding:0; 
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	background-color:#093C83;
	background-image: url(images/int_bkgrd.jpg);
	background-repeat:repeat-x;
} 

#main { 
	position:relative; 
	z-index:0; 
	width:1024px; 
	left:50%; 
	margin-left:-512px; 
	background-color:#FFFFFF;
}

#main a, link, visited, hover {
	color:#004278;
}

#header_bar { 	
	width:1024px;
	height:187px;
	background-image: url(images/header.in.gif);

}

#container { 	
	/*width:737px;*/
	min-height:350px;
	background-color:#FFFFFF;
}
#in_container {
	width:1024px; 
	background-image: url(images/main_bkgrd.jpg); 
	background-repeat: no-repeat; 
	background-position: right bottom; 
	height:150px; 
	padding-top:315px;
}

#col1 {
	float:left;
	padding-left:298px;
	background-color:#FFFFFF;
	width:700px;
}

#in_col {
	 position: absolute; 
	 float:left; 
	 width:650px; 
	 padding-left:298px; 
	 padding-right:25px; 
	 top:325px;
}

#quote {
	position:relative;
	z-index:-10; 
	padding:20px;
	padding-bottom:0px;
	top:-25px;
}
#copyright {
	position:relative;
	float:left; 
	width:280px;
	background-color:#FFFFFF;
	height:45px;
	clear:both;
}

#masterdiv {
	position:absolute;
	z-index:5;
	width:280px;
	background-image: url(images/side_nav.jpg);
	background-repeat: repeat-x;
}

#quote a {
	color: #323232;
	text-decoration: none;
}
#quote a:hover {
	color: #01114C;
	text-decoration: none;
}

#inner a {
	color: #01114C;
	line-height:30px;
	text-decoration: none;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#inner div {
	width:225px;
	/*margin-left:20px;*/
}

.calltoaction {
	color: #323232;
	font-size:14px;
}
.subtitles {
	color: #323232;
	font-size:20px;
	font-weight:100;
}

#footer {
	position:relative;
	float:right;
	width:743px;
	height:45px;
	background-color:#003383;
	color: #FFFFFF;
}

#footer a { 
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#footer_text {
	padding-top:15px; 
	text-align:center;
}

#headline_photo { 
	position:absolute;
	z-index:-10;
	margin-left:280px;
	margin-top:100px;
}

#btm_org_top {
	position:relative;
	clear:both;
	background-color:#EA880A;
	height:10px;
	bottom:0;
	margin:0;
	padding:0;
}
#btm_org_btm {
	position:relative;
	clear:both;
	background-color:#EA880A;
	height:10px;
	bottom:0;
	margin:0;
	padding:0;
}.subtitle2 {
	font-size: 12px;
	font-weight: bold;
	color: #EA880A;
}
li {
	margin-top:10px;
}
#div_org {
	background-color:#EA880A;
	height:5px;
	bottom:0;
	margin:0;
	padding:0;
}
#MessageIncorrectLabel
{
    color: Red;
}

