* {
	font-family: century gothic, trebuchet ms, arial, helvetica, sans-serif;
	}
	
body {
	background-color: #CCCCCC;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/images/layout/gray.png);
	text-align: center;
	margin: 0px;
	}
	
#main-container {
	background-repeat: repeat-x;
	background-position: 0 top;
	background-image: url(/images/layout/bg-grad.gif);
	background-color: #004B85;
	width: 850px;
	margin: auto;
	text-align: left;
	border-top: 3px solid #585858;
	}
	
#home-content {border-top: 3px solid #002C4F; margin-top: 0px; width:850px;}	
#logo img {
	margin: 30px 0px 0px 20px;
	border: none;
	}
	
.clear {
	clear: both;
	}
	
a:link {
	font-weight: bold;
	color: #004B85;
	text-decoration: none;
	}
	
a:visited {
	font-weight: bold;
	color: #004B85;
	text-decoration: none;
	}
	


#logo {
	float: left;
	}
	
#slogan {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: #999999;
	text-transform: uppercase;
	text-align: right;
	}
		
/* These are styles for the home finder */

#homefinder {
	float: right;
	width: 300px;
	height: 150px;
	background-image: url(/images/layout/homefinder-bg.gif);
	background-repeat: no-repeat;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	}
	
#homefinder-int { 
	width: 260px;
	margin: 10px 20px;
	text-align: left;
	}
	
#homefinder h1 {
	color: #004B85;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#homefinder p {
	color: #666666;
	font-size: 11px;
	margin: 5px 0px;
	padding: 0px;
	}
	
#homefinder table {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	}
.hf-field {
	width: 90px;
	font-size: 11px;
	}
	
#homefinder table a:link {
	color: #004B85;
	}
	
#homefinder table a:visited {
	color: #004B85;
	}
	
#homefinder table a:hover {
	color: #000000;
	}
	



/* ::::::: NAVIGATION :::::: */
#menuh-container
	{
	height: 36px;
	width: 850px;
	background-image: url(/images/layout/nav-bg.gif);
	background-repeat: repeat-x;
	
	}

#menuh
	{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	clear: both;
	height: 36px;
	}

#menuh a
	{
	border-style: none;
	text-align: center;
	display:block;
	white-space:nowrap;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border:0 solid #585951;
    color:#FFFFFF;
    text-decoration:none;
		
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	border-color:#004B85;
    border-style:solid;
    border-width:0 0 2px;
	}	

	
#menuh a.parent {
color: white;
margin-bottom: 0px;
margin-top: 0px;
background-color: #666666;
text-align: left;
padding-bottom: 2px;
padding-top: 2px;
padding-right: 10px; padding-left: 10px; width: 220px;
	}
	
#menuh a.parent:hover { background-color: #565656; border: none;}

#menuh ul
	{
    height: 20px;
    line-height: 20px;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 4px;
	margin-right: 4px;
	list-style:none;
	float:left;	
	}

#menuh ul ul
	{
	margin-left: -20px;
	line-height: 20px;
	margin-top: 0px;
	position:absolute;
	z-index: 999977271;
	top:auto;
	display:none;
	padding-left: 5px;
	}
	
#menuh ul ul li { border-bottom-color: #a3a3a3; border-bottom-width: 1px; border-bottom-style: solid; min-width: 190px;
}


div#menuh li:hover
	{
	cursor:pointer;
	z-index:1000000;
	}
#arrow {margin-left: 5px; margin-bottom: -5px;}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{ border-bottom-style: dashed; display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{ display:block;}

/* ::::::: END NAVIGATION :::::: */






/* Disclaimer styles */

#disclaimer {
	border-style: solid;
	border-color: #002D4F;
	border-width: 3px 0px 0px 0px;
	font-size: 11px !important;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 810px;
	color: #CCCCCC;
	}
	
#disclaimer a:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#disclaimer a:hover {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	}
	
#disclaimer a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
	
/* Home page content */

#sideonehome {
	float: right;
	width: 525px;
	position: static; z-index: 1;
	}
	
#sidetwohome {
	max-height: 395px;
	float: right;
	width: 325px;
	background-image: url(/images/layout/qsearch-bg.png);
	background-color: #004B85;
	height: 395px;
	background-repeat: no-repeat;
	background-position: -10 15px;
	overflow: hidden;
	}

#sidetwohome-int {
		padding-left: 35px;
		padding-bottom: 5px;
		padding-right: 25px;
		padding-top: 5px;
	}
	
#sidetwohome-int h1 {
	color: #004B85;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#sidetwohome-int p {
	color: #585951;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#sidetwohome-int a:link {
	color: #585951;
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	}
	
#sidetwohome-int a:hover {
	color: #004B85;
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	}
	
#sidetwohome-int a:visited {
	color: #585951;
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	}
	
/* Quick search styles */

	
#qsearch {
	text-align: left;
	color: #ffffff;
	margin: auto;
	width: 252px;
	padding-bottom: 0px;
	}
	
#qsearch form {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}
		
#qsearch h1 {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #ffffff;
	}
	
#qsearch ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#qsearch i {
	margin-left: 10px;
	}
	
#qsearch-labels	{
	float: left;
	margin-right: 12px;
	}
	
#qsearch-labels li {
	margin: 6px 0px 11px 0px;
	}
	
#qsearch-fields	{
	float: left;
	}
	
#qsearch-fields select {
	width: 120px;
	margin-bottom: 5px;
	}
	
#qsearch-fields input {
	width: 140px;
	margin-bottom: 5px;
	}
	
.qsearch-row {
	margin: 10px 0px;
	}
	
.qsearch-row input {
	float: left;
	}
	
.qsearch-row p a {
	color: #ffffff ! important;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 5px;
	float: right;
	}
	
#atlas img {
	width: 230px;
	height: 60px;
	border: none;
	margin-top: 50px;
	}
	
/* styles for the bottom of home page */
	
#sideonehomeb {
	margin-top: 20px;
	width: 525px;
	float: right;
	}
	
#sideonehomeb-int {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	height: 200px;
	/*background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/images/layout/rock.png);*/
	padding-right: 15px;
	padding-left: 15px;
	}
	
#sidetwohomeb {
	float: left;
	width: 325px;
	background-image: url(/images/layout/news-bg.png);
	background-repeat: no-repeat;
	}
	
#sideonehomeb h1 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	}
	
#sideonehomeb p {
	font-size: 11px;
	color: #FFFFFF;
	margin: 15px 0px;
	padding: 0px;
	line-height: 17px;
	}
	
#sidetwohomeb h1 {
	margin: 0px;
	padding: 0px;
	color: #20448c;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	}
	
#sidetwohomeb h2 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #585951;
	font-weight: bold;
	font-size: 12px;
	}
	
#sidetwohomeb p {
	font-size: 11px;
	color: #585951;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#feature {
	margin: 20px;
	}

#feature h1 {color: #FFFFFF;}
#feature h2 {color: #CCCCCC;}
#feature p {color: #FFFFFF;}

#feature a:link, #feature a:visited {
	color: #CCCCCC;
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	}
	
#feature a:hover {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	}
		
/* These are styles for the interior pages */

#content {
	background-color: #ffffff;
	text-align: left;
	}
	
#content-int {
	padding: 20px;
	text-align: left;
	}
	
#content-int h1 {
	color: #004B85;
	
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #343434;
	font-size: 28px;
	text-align: left;
	}
	
#content-int p {
	color: #343434;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 12px;
	line-height: 21px;
	}
	
#content-int h2 {
	color: #343434;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 14px;
	font-weight: bold;
	}
	
#photo {
	float: right;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #343434;
	margin-left: 15px;
	}
	
#photo img {
	border-style: solid;
	border-width: 1px;
	border-color: #343434;
	margin: 0px 0px 0px 15px;
	}
	
#content-int ul {
	font-size: 12px;
	color: #343434;
	margin-top: 0px;
	}
	
#content-int li {
	margin-bottom: 5px;
	}
/* CONTACT FORM
----------------------------------------------------------------------------------------*/
#contactform fieldset {
	float: left;
	clear: left;
	width: 790px;
	margin: 0 0 1.5em 0;
	border: 1px solid #aaaaaa;
	background-color: #cccccc;
}
#contactform label.required_field, #showingform label.required_field {
	color:blue;
}
#contactform legend {
	margin-left: 2em;
	font-size:16px;
	color:#2E4590;
	font-weight:bold;
}
#contactform fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}
#contactform fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 12px;
}
#contactform label {
	float:left;
	width:180px;
	margin-right:10px;
	text-align:left;
}
#contactform label.required {
	color:red;
}
#contactform label#listing {
	float:none;
	display:block;
	margin-bottom:5px;
}
#contactform input#zipcode {
	width:60px;
}
#contactform input#state {
	width:40px;
}
#contactform label#customer_copy {
	width:150px;
}
#contactform fieldset#submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
/* IE HACK for CONTACTFORM
--------------------------------------------*/
#contactform fieldset {
	position: relative;
}
#contactform legend {
	position: relative;
	left: -7px;
	top: -0.75em;
}
#contactform fieldset fieldset legend {
	top: 0;
}
#contactform fieldset ol {
	padding-top: 0.25em;
}

/* TITLE CLOSING FORM STYLES
--------------------------------------------*/
#title_closing_form p { margin-top:8px; margin-bottom:8px;}
