@import url("reset-fonts-grids.css");

html, body {
    height: auto;
	margin:0;
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: no-repeat;
	color:#004963;
	font-family: "Lucida Grande","Lucida Sans",Arial,Verdana,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

#wrapper {
     min-height: 100%;
     height: auto !important;
	 height: 485px;
	 padding-top: 16px;
	 background-image: url(../graphics/wrapper_bg.jpg);
	 background-repeat: repeat-x;
	 background-position: top center;
     margin: 0 auto -41px; /* Change negative margin to height of footer */
}
#push {height:40px;} /* Change height to height of footer */
#ft {height:18px;} /* Height of footer minus any margin,padding, and border */
#custom-doc {
	width:71.15em;/* non-IE - width in ems (px / 13)*/
	*width:69.38em;/* IE - width in ems (px / 13.3333) */
	min-width:925px;/* width in pixels */
	height: 100%;
	margin:auto;
}

.border {border: 1px solid black;}
.padding {padding:10px;}

h1 { font-size: 17px; color: #FFFFFF; font-weight: bold; padding-bottom: 15px;}


#over_container {
	width: 925px;
	background-image: url(../graphics/overlay.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 485px;
	position: absolute;
	/*display: block;*/
	
	z-index: 2;
}

#underlay {
	position: relative;
	z-index:1;
	/*display: block;*/
	/*float: right;*/
	height: 458px;
	top:0px;
	left:0px;
	padding-top: 25px;
}




#hd { 
	height: 24px; 
	text-align:center;
	padding-top: 4px;
}


#description { 
	width: 665px;
	font-size: 10px; 
	font-weight:; 
	font-style: italic; 
	color: #004963;
	float: left;
	text-align: right;
}

#search { float: right; padding-right: 5px;}

.form_input {
	border-style: solid;
	border-width: 2px;
	border-color: #CCCCCC;
	height: 15px;
	width: 150px;
	float: left;
}

.form_submit {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color:#FFFFFF;
	background-color: #9C9EA0;
	padding: 1px 5px 1px 5px;
	border: none;
	text-transform: capitalize;
	float: left;
}

#content_wraper {
	height: 375px;
}

#left_content {
	width: 185px;
	float: left;
	height: auto;
	text-align: left;
}

#middle_content {
	width: 185px;
	float: left;
	height: auto;
	text-align: left;
}

#main_content {
	width: 550px;
	float: right;
	height: auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 180px;
	margin-top: 212px;
	line-height: 14px;
}

#right_content {
	width: 555px;
	float: right;
	height: auto;
	text-align: left;
}

#company_info {
	font-size: 11px;
	line-height: 16px;
	width: 735px;
	padding-top: 10px;
	margin-left: 170px;
}




#nav {
	background-image: url(../graphics/nav_bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.nav_content {
	font-size: 12px;
	font-weight: bold;
	width: 25%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #004963;
	height:auto;
	max-height: 63px;
	min-height: 23px;
}

.nav_contentb {
	font-size: 12px;
	font-weight: bold;
	width: 25%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	height:auto;
}

#nav a:link, #nav a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #004963;
}

#nav a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #79BDE8;
}

.nav_content33 {
	font-size: 12px;
	font-weight: bold;
	width: 33%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #004963;
	height:auto;
	padding-bottom:5px;
}
.nav_content50 {
	font-size: 12px;
	font-weight: bold;
	width: 49%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #004963;
	height:auto;
	padding-bottom:5px;
}



#ft {
	height: 18px;
	color: #999999;
	font-size: 9px;
	background-image: url(../graphics/ft_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px #F47B20 solid;
	margin-top: 9px;
	float:left;
	width:925px;
} /* Height of footer minus any margin,padding, and border */


.links {
	margin: 0;
	padding:0.5em 0pt;
}

#left {
	float:left;
	text-align:left;
	text-indent:10px;
	width: 50%;
}

#right {
	float: right;
	width: 45%;
	text-align: right;
}

#ft a {
	text-decoration: none;
	font-size: 9px;
	color: #999999;
	text-transform: capitalize;
}

#ft a:hover {
	text-decoration: none;
	font-size: 9px;
	color: #F47B20;
	text-transform: capitalize;
}