@import url(navigation.css);

/*  DEBUGGING OUTLINES   div{outline:1px dotted blue;} */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	background:url(../gfx/bgs/bg_body.jpg) top center no-repeat #FFEE83;
	padding:0;
	margin:0;
}
img{border:none;}
a{color:#0E6A8D; text-decoration:none}
a:hover{ text-decoration:none;}
h4{margin:0 0 20px; color:#C84F04; font-size:130%;}
h1{color:#333; font-size:140%;font-weight:normal;}
#container{
	width:960px;
	margin:0 auto;
	padding:0;
}
#mast{
	height:120px;
	float:left;
	width:960px;
}
#site-search{
	height:30px;
	width:190px;
	float:right;
	background:url(../gfx/bgs/bg_site-search.png) no-repeat bottom;
	padding:10px 15px 0;
}
#site-search .inputbox{
	float:left;
	height:15px;
	width:160px;
	font-size:80%;
}
#site-search_submit{
	background:url(../gfx/site-search_button.png) no-repeat;
	width:22px;
	height:19px;
	float:left;
}
#inner{
	float:left;
	width:960px;
	position:relative;
}
.content{
	float:left;
	width:785px;
	background:url(../gfx/bgs/bg_content.png) repeat-y;
	min-height:200px;
}
#main_content{
	width:555px;
	margin:0 5px 0 5px;
	padding:0 10px 0 5px;
	float:left;
}
.sub-content{
	float:right;
	width:170px;
	margin-top:-35px;
}
.subcontent_section_container{
	width:165px;
	float:left;
	color:#fff;
	margin-bottom:15px;
	background:url(../gfx/subcontent_section_top.png) no-repeat;
	padding-top:10px;
}
.subcontent_section_container h4{color:#fff;}
.subcontent_section_mid{
	background:#333;
	float:left;
	width:145px;
	padding:0 10px;
}
.subcontent_section_bottom{
	background:url(../gfx/subcontent_section_bottom.png) bottom no-repeat;
	height:10px;
	float:left;
	width:165px;
}
div.subcontent_section_container.emergency{
	background:url(../gfx/subcontent_emergency_top.png) top no-repeat;
}
.subcontent_section_bottom.emergency_b{
	background:url(../gfx/subcontent_emergency_bottom.png) bottom no-repeat;
}
span.subcontent_section_bottom .subcontent_section_container h4{font-size:110%; color:#fff;}
h4.emergency{
	margin:5px 0;
	color:#F6A231;
}
.emergency p{
	margin-top:0;
}
span.phonenumber{
	font-size:150%;
	font-weight:bold;
	margin-top:5px;
	display:block;
}
.inputbox{
	background:url(../gfx/bgs/bg_inputTEXT.png) no-repeat top left #fff;
	border:none;
	color:#222;
	padding:2px 4px;
	text-indent:4px;
}
#content_bottom{
	background:url(../gfx/bgs/bg_content_bottom.png) no-repeat;
	height:10px;
	float:left;
	width:785px;
	clear:left;
}
/*       Footer          */
#footer{
	width:785px;
	clear:both;
	float:left;
	font-size:80%;
	padding-top:20px;
	margin-bottom:20px;
}
#footer p{
	margin:5px 0;
}
#footer a{
	color:#000;
	font-weight:bold;
}
.footer_left{
	float:left;
	width:25%;
}
.footer_mid{
	float:left;
	text-align:center;
	width:50%;
}
.footer_mid a{
	padding: 0 5px;
}
.footer_right{
	float:right;
	text-align:right;
	width:25%;
}
.footer_address{
	float:left;
	width:960px;
	clear:both;
}
/*  END  */
/*       Documents          */
#documents{
	width:565px;
	min-height:30px;
	background:url(../gfx/documents_top.png) no-repeat #EFEFEF;
	float:left;
	clear:both;
	margin-bottom:5px;
}
#documents h3{
	margin-top:6px;
	margin-left:40px;
	font-size:90%;
}
#documents table{
	padding-top:10px;
}
#documents td.icon{
	padding:0 10px 8px 10px;
}
/*  END  */
/*     Point of contact section        */
#point_of_contact{
	background:url(../gfx/bgs/bg_point_of_contact.png) repeat-x #FED48B;
	width:545px;
	padding:10px;
	overflow:hidden;
	float:left;
	color:#333;
	margin-bottom:20px;
}
h2.point_of_contact{
	margin:0;
	padding:0 0 10px 40px;
	background:url(../gfx/telephone.png) no-repeat;
}
.contact_photo{
}
#point_of_contact_table{
	float:left;

}
#point_of_contact_table th{
	text-align:left;
	width:90px;
}
.contact_info{
	float:left;
	width:70%;
}
.contact_photo{
	float:right;
	text-align:right;
} 
/*  END  */

.componentheading {
color:#333; font-size:150%;font-weight:normal;
}

.contentheading {
margin:0 0 20px; color:#C84F04; font-size:130%;
}