/* CSS Document */

body,
html {
	margin:0;
	padding:0;
	color:#594436;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif	
}
body {
	min-width:900px;
	background:#8DBC99;	
}
a:link, a:visited {
	color: #70B0B0;	
	text-decoration: none;
}
a:hover, a:active {
	color: #70B0B0;
	text-decoration: none;
}
.detailNav a:link, .detailNav a:visited {
	color: #FFF;	
	text-decoration: none;
}
.detailNav a:hover, .detailNav a:active {
	color: #FFF;
	text-decoration: none;
}		
#wrapHome {
	background-image:url(images/home/home_main_img.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin:0 auto;
	width:900px;
	height:700px;
}
#wrap {
	background-image: url(images/sidebar_bckgrnd.gif);
	background-repeat: repeat-y;
	background-position:left;
	margin:0 auto;
	width:900px;
}
#header {
	background:#fff;
	background-image:url(images/header_image.jpg);
	background-repeat: no-repeat;
	height:221px;
}
#headerLogo {
	position:relative;
	left: 480px;
	top: 40px;	
}
#homeLogo {
	position:relative;
	left: 500px;
	top: 40px;	
}
#nav {
	position:relative;
	left: 270px;
	top: 100px;	
	padding:0;
	margin:0;
	width:625;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#homeNav {
	position:relative;
	left: 550px;
	top: 125px;	
	padding:0;
	margin:0;
}
#homeNav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#homeNav li{
	display:list-item;
	margin:10px;
	padding:0;
}
.copyright {
	position:relative;
	left: 105px;
	top: 390px;	
	padding:0;
	margin:0;
	}
#main {
	background:#fff;
	float:right;
	width:648px;
}
#main h1, #main h2, #main h3, #main p {
	padding:0 20px;
	line-height:16px;
}
hr.hr4 {
      border-top: 1px dashed #594436;
      border-bottom: 1px solid #fff;
      color: #fff;
      background-color: #fff;
      height: 1px;
	  width: 30%;
	  text-align:left;
	  margin-left:20px;
    }
.stateImg {
	padding:0 20px;
	line-height:16px;
	}
.locationLeftCol {
	float:left;
	width:200px;
	}
.locationRightCol {
	float:right;
	width:400px;	
	}		
#sidebar {
	float:left;
	width:252px;
    background:#c9c;
	background-image: url(images/sidebar_bckgrnd.gif);
	background-repeat: repeat-y;
}
#sidebar p {
	text-align:left;
	margin-left:95px;
	}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}
#footer {
	clear:both;
}
#footer p {
	padding:0px;
	margin:0;
}
#footerLeft {
	float:left;
	width:252px;
	height:94px;
	background-image: url(images/footer_bckgrnd.gif);
	background-repeat: repeat-y;
}
#footerRight {
	background:#fff;
	float:right;
	width:648px;
}
.RedStar {
    color: #ff0000;
	float: left;
}
