* {		

	font-family: gill sans, century gothic, trebuchet ms, arial, sans-serif ! important;
	}

body {
	background-color: #E8E9CA;
	background-image: url(/images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#main-container {
	width: 900px;
	margin: auto;
	}
	
.clear {
	clear: both;
	}
	
a img {
	border-color: #666666;
	}
	
a:link {
	color: #8A1D04;
	text-decoration: none;
	}
	
a:visited {
	color: #8A1D04;
	text-decoration: none;
	}
	
a:hover {
	color: #666666;
	}

	
	
/* These are styles for the header */

#logo img {
	float: left;
	margin: 10px;
	border: none;
	}
	
#slogan h1 {
	float: left;
	color: #7D7D72;
	margin: 15px 15px 0px 100px;
	background-color: transparent;
	font-weight: normal;
	font-size: 18px;
	}
	
/* These are styles for the homefinder */

#homefinder {
	float: right;
	width: 300px;
	height: 150px;
	background-image: url(/images/layout/homefinder-bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
#homefinder-int { 
	width: 260px;
	margin: 10px 20px;
	text-align: left;
	}
	
#homefinder h1 {
	color: #8A1D04;
	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: #8A1D04;
	}
	
#homefinder table a:visited {
	color: #8A1D04;
	}
	
#homefinder table a:hover {
	color: #000000;
	}
	
/* These are styles for the navigation */
	
.suckertreemenu ul{
	margin: 0px;
	list-style-type: none;
	height: 40px;
	padding: 15px 0px 0px 0px;
	background-image: url(/images/layout/nav_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
margin: 0px;
padding: 0px;
line-height:30px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
color: #8e2205;
}

.suckertreemenu ul li a:link{
color: #8e2205;
}

.suckertreemenu ul li a:visited{
color: #8e2205;
}

.suckertreemenu ul li a:hover{
color: #8e2205;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: 0px;
padding: 0px;
background-image: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background-color: #E8E9CA;
margin: 0px;
padding: 0px;
line-height:20px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
margin: 0px;
padding: 0px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
text-decoration: none;
padding: 5px 5px;
border: 1px solid #7D7D72;
color: #7D7D72;
}

.suckertreemenu ul li ul li a:link{
color: #7D7D72;
background-color: #E8E9CA;
}

.suckertreemenu ul li ul li a:visited{
color: #7D7D72;
background-color: #E8E9CA;
}

.suckertreemenu ul li ul li a:hover{
color: #E8E9CA;
background-color: #7D7D72;
}



/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: url(/images/layout/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

		
.suckertreemenu a {
	padding: 10px 13px 10px 12px;
	margin: 0px;
	vertical-align: bottom;
	color: #E8E9CA;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-family: gill sans, century gothic, trebuchet ms, arial, sans-serif;
	}
	
#navspacer {
	color:#e8e9ca;
	font-size:12px;
	line-height:30px;
	}
			
a#home:link {
	width: 69px;
	height: 40px;
	}
	
a#home:visited {
	width: 69px;
	height: 40px;
	color: #8e2205;
	}

a#home:hover {
	width: 69px;
	height: 40px;
	background-image: url(/images/layout/home-bg.png);
	background-repeat: no-repeat;
	}
	
a#psearch:link {
	width: 152px;
	height: 40px;
	}
	
a#psearch:visited {
	width: 152px;
	height: 40px;
	color: #8e2205;
	}

a#psearch:hover {
	width: 152px;
	height: 40px;
	background-image: url(/images/layout/psearch-bg.png);
	background-repeat: no-repeat;
	}
	
a#community:link {
	width: 85px;
	height: 40px;
	}
	
a#community:visited {
	width: 85px;
	height: 40px;
	color: #8e2205;
	}

a#community:hover {
	width: 85px;
	height: 40px;
	background-image: url(/images/layout/community-bg.png);
	background-repeat: no-repeat;
	}
	
a#buysell:link {
	width: 146px;
	height: 40px;
	}
	
a#buysell:visited {
	width: 146px;
	height: 40px;
	color: #8e2205;
	}

a#buysell:hover {
	width: 146px;
	height: 40px;
	background-image: url(/images/layout/buysell-bg.png);
	background-repeat: no-repeat;
	}
	
a#new:link {
	width: 115px;
	height: 40px;
	}
	
a#new:visited {
	width: 115px;
	height: 40px;
	color: #8e2205;
	}

a#new:hover {
	width: 115px;
	height: 40px;
	background-image: url(/images/layout/new-bg.png);
	background-repeat: no-repeat;
	}
	
a#company:link {
	width: 132px;
	height: 40px;
	}
	
a#company:visited {
	width: 132px;
	height: 40px;
	}

a#company:hover {
	width: 132px;
	height: 40px;
	background-image: url(/images/layout/company-bg.png);
	background-repeat: no-repeat;
	}
	
a#gallery:link {
	width: 69px;
	height: 40px;
	}
	
a#gallery:visited {
	width: 69px;
	height: 40px;
	color: #8e2205;
	}

a#gallery:hover {
	width: 69px;
	height: 40px;
	background-image: url(/images/layout/gallery-bg.png);
	background-repeat: no-repeat;
	}
	
a#contact:link {
	width: 80px;
	height: 40px;
	}
	
a#contact:visited {
	width: 80px;
	height: 40px;
	color: #8e2205;
	}

a#contact:hover {
	width: 80px;
	height: 40px;
	background-image: url(/images/layout/contact-bg.png);
	background-repeat: no-repeat;
	}
	
/*These are styles about the disclaimer */

#disclaimer {
	background-image: url(/images/layout/disclaimer-bg.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 20px;
	font-size: 11px;
	color: #666666;
	}
	
#disclaimer ul {
	list-style-type: none;
	margin: 5px 0px;
	padding: 0px;
	}
	
#disclaimer li {
	display: inline;
	}
	
#disclaimer p {
	margin: 0px;
	padding: 0px;
	}
	
#disclaimer img {
	margin: 10px;
	}
	
#disclaimer a:link {
	color: #8A1D04;
	font-weight: bold;
	}
	
#disclaimer a:visited {
	color: #8A1D04;
	font-weight: bold;
	}
	
#disclaimer a:hover {
	color: #666666;
	font-weight: bold;
	}
	
/*These are styles for the home page */

#home-center {
	background-color: #E8E9CA;
	width: 900px;
	text-align: center;
	}
	
#home-center-int {
	width: 890px;
	margin: auto;
	}

#flash {
	float: left;
	border-style: solid;
	border-color: #8A1D04;
	border-width: 1px;
	width: 593px;
	height: 343px;
	}

#flash object {
	
	
	}
		
#qsearch-atlas {
	float: left;
	background-image: url(/images/layout/2010_atlas_search.jpg);
	background-repeat: no-repeat;
	width: 295px;
	height: 345px;
	}
	
#qsearch {
	text-align: left;
	color: #ffffff;
	margin: auto;
	width: 267px;
	padding-bottom: 0px;
	padding-top: 5px;
	}
	
#qsearch form {
	margin: 0px;
	padding: 0 0px;
	font-size: 10px;
	font-family: tahoma, arial, helvetica, sans-serif;
	}
	
#qsearch label {
	width: 55px ! important;;
	}
	
#qsearch h1 {
	margin: 0px;
	padding: 0px 0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	}
	
#qsearch-row1 {
	margin: 30px 0px 3px 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	}

#qsearch-row1 label {
	font-size:14px;
	margin-right:10px;
	}
	
#qsearch-row1 input {
	width: 140px;
	font-size: 11px;
	margin-right:10px;
	}
	
#qsearch ul {
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	float: left;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin-right: 0px;
	}
	
#qsearch li {
	margin: 5px 0 0 0;
	padding: 0px;
	}
	
#qsearch ul input {
	margin: 0px 2px 0px -3px;
	padding: 0px;
	}
	
#qsearch-row2 {
	margin: 10px 0px 3px 0px;
	}
	
#qsearch-row3 {
	margin: 10px 0px 3px 0px;
	}
	
#qsearch-row4 {
	vertical-align:top;
	}
	
#qsearch-row4  input {
	margin: 0px 0 0 0;
	padding: 0px;
	}
#qsearch-row4A {
	float:left;
	width:131px;
	margin-top:5px;
	}
#qsearch-row4B {
	float:right;
	margin-top:5px;
	width:130px;
	font-size:9px;
	padding-top:2px;
	}
	
#qsearch-row4 p {
	margin-top: 0px;
	}
	
#qsearch-row4 a {
	color: #E8E9CA;
	font-weight: bold;
	padding-bottom: 0px;
	}
	
#atlas img {
	width: 230px;
	height: 60px;
	border: none;
	margin-top: 20px;
	}
	
#left-col {
	float: left;
	text-align: center;
	}
	
#right-col {
	float: right;
	background-image: url(/images/layout/featured-bg.gif);
	background-repeat: no-repeat;
	width: 300px;
	}
	
/* These styles are for the featured home */
	
#featured {
	width: 240px;
	margin: 20px auto;
	padding: 0px;
	text-align: left;
	}
	
.home img {
	width: 198px;
	height: 138px;
	padding: 6px 13px 13px 6px;
	background-image: url(/images/layout/featured-photo-bg.gif);
	background-repeat: no-repeat;
	border: none;
	}
	
#featured h1 {
	color: #8A1D04;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
#featured h2 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 5px 0px;
	padding: 0px;
	}
	
#featured h3 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 2px 0px;
	padding: 0px;
	}
	
#featured p {
	margin: 3px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	}
	
#featured a:link {
	font-weight: bold;
	color: #8A1D04;
	font-size: 12px;
	}
	
#featured a:visited {
	font-weight: bold;
	color: #8A1D04;
	font-size: 12px;
	}
	
#featured a:hover {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	}
	
/* these are styles for the home page paragraph */

#left-col-int {
	width: 550px;
	margin: 30px 0px 0px 30px;
	padding: 0px;
	text-align: left;
	}
	
#home-para {
	float: left;
	width: 280px;
	margin-right: 20px;
	}
	
#center-nav { 
	float: right;
	width: 220px;
	}
	
#home-para h1 {
	color: #8A1D04;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
#home-para h2 {
	color: #8A1D04;
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
#home-para p {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #333333;
	line-height: 18px;
	}

	
#center-nav ul {
	list-style-image: url(/images/layout/arrow.gif);
	list-style-position: inside;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#center-nav li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
	
#center-nav a {
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 5px 0px;
	}
	
#center-nav a:hover {
	color: #8A1D04;
	}
	
/* high standard magazine styles */

#high-standard {
	}

#high-standard h1 {
	text-transform: lowercase;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000000;
	}
	
#high-standard h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000000;
	}
	
#high-standard h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #7D1B04;
	}
	
#high-standard h4 {
	text-transform: lowercase;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000000;
	}
	
#high-standard h5 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #000000;
	}
	
#high-standard img {
	margin: 0px;
	padding: 0px;
	float: right;
	}
	
/* these styles are for the interior pages */

#content-border {
	background-color: #E8E9CA;
	width: 900px;
	}
	
#content-shadow {
	background-color: #ffffff;
	background-image: url(/images/layout/int-shadow.jpg);
	background-repeat: repeat-x;
	width: 890px;
	margin: auto;
	}
	
#content {
	width: 850px;
	margin: auto;
	padding: 20px 0px;
	text-align: left;
	}
	
#content h1 {
	text-transform: uppercase;
	font-weight: normal;
	border-style: solid;
	border-color: #7D7D72;
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #7D7D72;
	font-size: 24px;
	}
	
#content p {
	color: #333333;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
	
#content h2 {
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	}
	
#content h3 {
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	}
	
#content h4 {
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	}
	
#content ul {
	font-size: 12px;
	color: #333333;
	}
	
#content li {
	margin-bottom: 10px;
	}
	
#content font b {
	font-weight: normal;
	font-family: gill sans, century gothic, trebuchet ms, arial, sans-serif ! important;
	}
	
.right-side-interior ul {
	list-style-type: square;
	color: #333333;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
	}
	
.right-side-interior li {
	margin-left: 5px;
	}
	
#content a {
	font-size: 12px;
	}
	
.right-side-interior {
	align: center;
	border-style: solid; 
	border-color: #7d7d72; 
	border-width: 0px 0px 0px 1px; 
	margin: 0px 10px 0px 10px; 
	padding: 0px 0px 0px 20px; 
	float: right; 
	width: 200px;
	}
	

.right-side-interior img {
	background-color: #E8E9CA;
	padding: 5px;
	border-style: solid;
	border-color: #7D7D72;
	border-width: 1px;
	margin-bottom: 10px;
	}
	
.right-side-interior a {
	font-size: 14px;
	text-decoration: none;
	}
	
#anchor-list ul {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
	
#anchor-list li {
	display: inline;
	margin-right: 5px;
	}
	
.right-side-interior blockquote {
	font-size: 12px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	}
	
.quoted {
	font-weight: bold;
	float: right;
	font-size: 11px;
	}
	
.right-side-interior-gallery {
	align: center;
	border-style: solid; 
	border-color: #7d7d72; 
	border-width: 0px 0px 0px 1px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 10px; 
	float: right; 
	width: 400px;
	
	}
	
#preview {
	background-image: url(/images/gallery/68767.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	}

	
#gallery ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#gallery li {
	float: left;
	margin: 0px 5px 5px 0px;
	width: 85px;
	padding: 5px;
	background-color: #cccccc;
	border-style: solid; 
	border-color: #7d7d72; 
	border-width: 1px;
	}
	
#gallery li img {
	vertical-align: text-top;
	width: 85px;
	height: 65px;
	border: none;
	}
	
#contactform fieldset {
	float: left;
	clear: left;
	width: 750px ! important;
	margin: 0 0 1.5em 0;
	border: 1px solid #aaaaaa;
	background-color: #E8E9CA;
}
#contactform label.required_field, #showingform label.required_field {
	color: blue;
}
#contactform legend {
	margin-left: 2em;
	font-size:16px;
	color:#7D7D72;
	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:130px;
	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;
}

#sitemap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sitemap ul li ul{
	list-style-type: circle;
	margin: 10px 30px;
	padding: 0px;
	}
	
#sitemap ul li ul li ul {
	list-style-type: square;
	margin: 10px 30px;
	padding: 0px;
	}
	
#sitemap ul li ul li {
	margin: 5px 0px;
	padding: 0px;
	}

#sitemap ul li ul li ul li {
	margin: 5px 0px;
	padding: 0px;
	}

.dotline {border-style: dotted; border-bottom-width: 1px; border-top-width: 1px; border-left-width: 0; border-right-width: 0; border-color: #666666;}

.dotline2 {border-style: dotted; border-top-width: 1px; border-left-width: 0; border-right-width: 0; border-bottom-width: 0; border-color: #666666;}

.dotline3 {border-style: dotted; border-top-width: 0; border-left-width: 1px; border-right-width: 0; border-bottom-width: 0; border-color: #666666;}