/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #414141;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
a {
	color: #155053;
}
a:hover {
	color: #237c80;
}
h1 {
	font-size: 18px;
	padding:0px;
	margin:0px 0px 10px 0px;
	color: #000000;
	font-weight: normal;
	background-image: url(images/h1-bg.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: center left;	
}
h2 {
	font-size: 15px;
	padding:0px;
	margin:0px 0px 6px 0px;
	color: #444444;
	font-weight: normal;	
}
.gray {
	color: #999999;
}
hr {
	border: none 0; 
	border-top: 1px solid #851e40;
	border-bottom: 1px solid #dadada;
	width: 100%;
	height: 2px;
	margin: 12px auto 12px 0;
	}

#main_div {
	width: 800px;
	height: auto;
	position: relative;
	z-index: 0;
	left: 50%;
	margin-left: -400px;
	border: Solid #000000 3px;
	background-color: #FFFFFF;
}
#main_nav_div {
	height: 35px;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	width: 508px;
	right: 0px;
	bottom: 2px;
}
#main_nav_div a {
	background-image: url(images/mainnav-bg.gif);
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	height: 33px;
	position: absolute;
	padding-top: 2px;
}
#main_nav_div a:hover {
	background-image: url(images/mainnav-over-bg.gif);
	color: #FFFFFF;
}
#header_div {
	height: 92px;
	z-index: 1;
	width: 800px;
	border-bottom: Solid #155053 3px;
	position: relative;
	background-color: #000000;
}
#banner_div {
	height: 150px;
	z-index: 1;
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/banner.jpg);
	border-top: Solid #FFFFFF 3px;
}
#bannerbox_div {
	width: auto;
	height: 36px;
	position: absolute;
	right: 18px;
	top: 50px;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	text-align: left;
	border: Solid #000000 1px;
	padding: 8px 10px 10px 10px;
	background-color: #FFFFFF;
	font-weight:bold;
}
#bannerbox_div a {
	font-size: 12px;
}
#phone_number_div {
	width: auto;
	height: auto;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: auto;
	text-align: center;
}
#main_content_div {
	width: 800px;
	position: relative;
	z-index: 1;
	color: #000000;
	font-size: 12px;
	height: auto;
	background-color: #FFFFFF;
	line-height: 21px;
	text-align: justify;
	border-top: Solid #FFFFFF 3px;
}
#accentbox_div {
	padding: 15px;
	background-image: url(images/accentbox-bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#accentbox_div h1 {
	font-size: 18px;
	padding:0px;
	margin:0px 0px 10px 0px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(images/accent-h1-bg.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: center left;	
}
#accentbox_div a {	
color: #FFFFFF;
	text-decoration: underline;
}
#accentbox_div a:hover {
color: #CCCCCC;
}

#sub_accentbox_div {
	padding: 15px;
	background-color:#103c3e;
	background-image: url(images/sub-accentbox-bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height:400px;
	text-align:left;
	
}
#sub_accentbox_div h1 {
	font-size: 18px;
	padding:0px;
	margin:0px 0px 10px 0px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(images/accent-h1-bg.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: center left;	
}
#sub_accentbox_div a {	
color: #FFFFFF;
	text-decoration: underline;
}
#sub_accentbox_div a:hover {
color: #CCCCCC;
}
#welcome_div {
	padding: 15px;
	color: #000000;
}
#welcome_div h1 {
	font-size: 18px;
	padding:0px;
	margin:0px 0px 10px 0px;
	color: #000000;
	font-weight: normal;
	background-image: url(images/welcome-h1-bg.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: center left;	
}
#dumbynav_div {
	background-image: url(images/mainnav-over-bg.gif);
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	height: 33px;
	position: absolute;
	padding-top: 2px;
	top: 55px;
	_top: 57px;
	z-index: 5;
	font-size: 12px;
	text-align: center;
}
#footer_div {
	height: 120px;
	width: 800px;
	position: relative;
	line-height: 25px;
	border-top: Solid #FFFFFF 3px;
	z-index: 1;
	color: #FFFFFF;
	font-size: 13px;
	background-color: #000000;
	text-align: center;
}
#footer_div a {
	color: #237c80;
	text-decoration: none;
}
#footer_div a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
ul, ol {padding:0px; margin:8px 10px 10px 20px; text-align:left;}
