/*
	File: template.css 
	Date: October 13, 2009
	Created by: Kelley Marketing, LLC
	Contents: 
		- DIV id rules
	
*/


/*  template */

html {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

body {
	margin: 0px auto 6px auto;
	text-align: center;
	background-color:#656d57;
	background-image:url(../siteImages/bkgrd.jpg);
	background-repeat:repeat-x;
}

#main {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 760px;
	height:100%;
	background-color:#f8faf5;
	border-bottom:5px #b2b6a8 solid;
	border-right:1px #b2b6a8 solid;
	border-left:1px #b2b6a8 solid;
}

#topBar {
	background-image:url(../siteImages/top-bar.jpg);
	width:760px;
	height:33px;
	background-repeat:no-repeat;
}

#gpsCoord {
text-align:right;
color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
padding:5px 5px 0px 0px;
}

#headerContainer{
	height: 177px;
	margin: 0px auto 0px auto;
	width: 760px;
}

#headerLeft {
	width:271px;
	height:177px;
	float:left;

}

#headerLogo {

}

#headerTextContainer {
	background-image:url(../siteImages/hillcrest-location.jpg);
	width:271px;
	height:58px;
}

#headerText {
	color:#9d420b;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-align:center;
	letter-spacing:1px;
	padding-top:5px;
}

#headerRight {
	width:489px;
	height:177px;
	float:right;
}

.clear {
clear:both;
}

#nav {
	width:760px;
	height:33px;
	background-image:url(../siteImages/nav-area.jpg);
}

#navList {
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:1px;
font-size:12px;
list-style-type:none;
padding-top:7px;
margin:0px auto 0px auto;
width:600px;
padding-left:50px;
}

#navList  li {
display:inline;
padding: 0.2em .8em;
float: left;
border-right: 1px dotted #436440;
}

#navList  li a
{
color: #b31f17;
text-decoration: none;
display:block;
}

#navList  li a:hover
{
color:#009933;
text-decoration:none;
border-bottom:1px dotted #009933;
}

#mainContent{
	width:760px;
	text-align:left;
	margin: 0px auto 0px auto;
	height:100%;
}

#content{
	min-height:0px;
	height:auto !important;
	height:0px;
	width:760px;
	margin: 0px auto 0px auto;
	background-color:#f8faf5;
}

#innerContent{
	text-align:left;
	height:100%;
	margin: 10px 10px 10px 10px;
	width:740px;
}

#leftContainer {
	width:400px;
	float:left;
}

#rightContainer {
	width:320px;
	float:right;
}

#leftContainer2 {
width:500px;
float:left;
}

#rightContainer2 {
	width:220px;
	float:right;
	border: 1px dotted #003366;
	padding: 5px;
}

#rightContainer2 ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:1em;
	margin-left:1em;
	margin-top:4px;
	font-size:70%;
}

#rightContainer2 li {
	margin-bottom:5px;
}

#rightContainer2 h3 {
	border-bottom:1px dashed #999999;
	padding:3px;
}
#footerText {
	margin:3px auto 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	line-height:150%;
	width:760px;
}

#footerText a:link, #footerText a:visited, #footerText a:active {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: 1px dotted #fff;
}

#footerText a:hover {
	text-decoration:none;
	border-bottom: 1px solid #fff;
}

