


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,  article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

   
 



/* #Basic Styles
================================================== */


	body {
		font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #000;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
       
     
 }
 


/* #Typography
================================================== */
body { font-size:100%; }
h1 { font-size:2.25em;  /* 16x2.25=36 */ }
h2 { font-size:1.5em;   /* 16x1.5=24 */ }
h3 { font-size:1.125em; /* 16x1.125=18 */ }
h4 { font-size:0.875em; /* 16x0.875=14 */ }
p  { font-size:0.75em;  /* 16x0.75=12 */ }


	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
        text-align: left;
        }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { line-height: 50px; margin-bottom: 14px;}
	h2 { line-height: 40px; margin-bottom: 10px; }
	h3 { line-height: 34px; margin-bottom: 8px; }
	h4 { line-height: 30px; margin-bottom: 4px; }
	h5 { line-height: 24px; }
	h6 { line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }




/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }





/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
    


/* #Site Styles
================================================== */

body {
    background: #490100 url(/files/1710504/bodyBG.gif) 0 0 repeat-x !important;
}

#wrapper { width: 1005px; margin:0 auto; background: transparent;}

#content {
    background:#FFFFCC;
    display: inline;
    float: left;
  
}

.inner-wrapper {margin: 0 10px 0 10px;}

.inner-wrapper h2,
.inner-wrapper p {width:95%; margin-left:10px}




 p {font-size: 16px; line-height: 1.25em;}

/*#contentWrapper table tbody tr td img {display:none;}  no!  */

#header { 
	
    height: 136px;
   
    }




td.disclaimer {display:none;}

#footer img {}
#footer p {}

#agentPic {display:none;}


table, tr, td { vertical-align: top; }


#quick_search {background-color: #4C6232; width:1005px;}
.qs_inner {display: inline !important; float: left; color:#ffffff;  }
.slideshow{display: inline !important; float: right;}
.slideshow img {display: none;}
.slideshow img.first {display: block;}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) 
	@media only screen and (max-width: 959px) {}*/

	/* Tablet Portrait size to standard 960 (devices and browsers) 
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) 
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) 
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) 
	@media only screen and (max-width: 479px) {}*/


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

hr {color:#4C6232; background-color:#4C6232;height:3px; width:95%;}

#nav {
	width:100%;
	height:40px;
	position:relative;
	top:0px;
	left:0px;
	z-index:999;
	background: url(/files/1710504/menuBG.gif) repeat-x; 
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	height:40px;
	font-size:18px; 
	font-weight:normal; 
	text-transform: uppercase;
	text-decoration:none;
	display:block;
	text-align:center; 
	font-family: 'Century Gothic', sans-serif;
	color:#ffffff;
	line-height:2;

}

#nav a.search-homes {
width:200px; 
}
#nav a:hover.search-homes {} /* Used for roll over image */


#nav a.buyers {
width:195px;  
}
#nav a:hover.buyers {} /* Used for roll over image */

#nav a.sellers  {
width:200px;  
}
#nav a:hover.sellers {} /* Used for roll over image */

#nav a.about {
width:200px;  
}
#nav a:hover.about {} /* Used for roll over image */

#nav a.contact {
width:200px; 
}
#nav a:hover.contact {} /* Used for roll over image */

#nav a.sub {
display: block;
width:185px;
height:24px;
padding-left:10px;
background-color:#546D38;
font-size:12px;
font-weight:normal;
line-height:24px;
color:#FFFFFF;
text-decoration:none;
text-align:left;
border:1px #000000 solid;
border-width:0 1px 1px 1px;
}
#nav a:hover.sub {
background-color:#43572C;
color:#FFFFFF;
}

#nav li {
float: left;
position:relative;
}
#nav li ul {
position: absolute;
left: -9999px;
width:185px;
}

#nav li:hover ul {
position:absolute;
left:0;
top:40px;
}
#nav li:hover ul, #nav li.navhover ul {
left:-48px;
top:40px;
}

#nav a.sub_sub {
display: block;
width:185px;
height:24px;
padding-left:10px;
background-color:#546D38;
font-size:12px;
font-weight:normal;
line-height:24px;
color:#ffffff;
text-decoration:none;
text-align:left;
border:1px #000000 solid;
border-width:0 1px 1px 1px;
}

#nav a:hover.sub_sub {
background-color:#43572C;
color:#ffffff;
}
#nav li:hover ul li ul {
position:absolute;
left: -9999px;
}

#nav li:hover ul li ul, #nav li.navhover ul li ul {
left: -9999px;
}

#nav li ul li {
padding-left:45px; 
z-index:99;
float: left;
position:relative;
}

#nav li ul li ul{
position: absolute;
left: -9999px;
width:185px;
}

#nav li ul li:hover ul {
position:absolute;
left:197px;
*left:185px;
top:0;
}

#nav li ul li:hover ul, #nav li ul li.navhover ul {
left:197px;
*left:185px;
top:0;
}

