/* CSS Document */
BODY {font-family:  Eurostile, Helevetica, Arial, Verdana, Times, "Times New Roman", Palatino, Garamond;
font-size:16px;
color: #FFFFFF;
background-color: #2F2F2F;
background-image: url("graphics/wallpaper.jpg");
background-attachment:fixed;
}
TD{
font-family:  Eurostile, Helevetica, Arial, Verdana, Times, "Times New Roman", Palatino, Garamond;
font-size:16px;
color: #000000;
}

H1{
color:#332406;
font-family: Eurostile, Helevetica, Arial, Verdana, Times, "Times New Roman", Palatino, Garamond;
}
H2{
color:#332406;
font-family: Eurostile, Helevetica, Arial, Verdana, Times, "Times New Roman", Palatino, Garamond;
}
H3{
color:#332406;
font-family: Eurostile, Helevetica, Arial, Verdana, Times, "Times New Roman", Palatino, Garamond;
}

A:link { color:#332406;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:visited { color:#332406;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:active { color:#332406;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:hover { color:#5F481B;
font-size:16px;
font-weight: bold;
text-decoration:none;
}

A:link.newslink { font-size:12px; color:#3C2A06; font-weight:bold; font-style:italic;
text-decoration:underline;
}
A:visited.newslink { font-size:12px;color:#3C2A06; font-weight:bold; font-style:italic;
text-decoration:underline;
}
A:active.newslink { font-size:12px;color:#3C2A06; font-weight:bold; font-style:italic;
text-decoration:underline;
}
A:hover.newslink { font-size:12px;color:#5F481B; font-weight:bold; font-style:italic;
text-decoration:underline;
}


A:link.reftext { color: #DADADA;
font-size:9px;
}
A:visited.reftext { color: #DADADA;
font-size:9px;
}
A:active.reftext { color: #DADADA;
font-size:9px;
}
A:hover.reftext { color: #332406;
font-size:9px;
}
#hometext{width: 590px;
padding: 5px;
background-image:  url("graphics/w85.png");
position:absolute;

z-index: 999;
margin-left: 15px;
}
.lotmap{background-color:#DFD6D0;}
.modelbg{background-image: url("graphics/sitebg3.jpg");
font-size:11px;
font-family:Arial, Verdana, Helvetica, sans-serif
}
.modeltitle{
font-size:16px;
color:#332406;
font-family: Times, "Times New Roman", Palatino, Garamond;
}
.picbg{background-color:#FFFFFF;}

.navbg{background-image:  url("graphics/navbg.jpg");}
.contentbg{background-image:  url("graphics/contentbg.jpg");}
.top{background-image:  url("graphics/top.png");
background-repeat:no-repeat;
}
.content{background-color:#FFFFFF;}
.bot{background-image:  url("graphics/bot.png");
background-repeat:no-repeat;
}
.botcontent{background-image:  url("graphics/botcontent.png");
background-repeat:no-repeat;
}
.orange{background-image:  url("graphics/o40.png");}
.left{background-image:  url("graphics/left.jpg");
background-repeat:no-repeat;
padding:6px; border-left: 1px solid #C2AC74; border-right: 1px solid #C2AC74;
}
.leftcontent{background-image:  url("graphics/leftcontent.jpg");
background-repeat:no-repeat;
padding:6px; border-left: 1px solid #C2AC74; border-right: 1px solid #C2AC74;
}

.contentin{background-image:  url("graphics/contenttop.png");
background-position: bottom right;
background-repeat:no-repeat;
}
.foottext{font-size:12px; color: #FFFFFF;}
.testimonial{font-size:13px;}

.phonebox{margin-right: 30px; margin-top: 10px; text-align:right;}
.phone{font-size:37px; color:#A00000; font-family: Garamond, Times, "Times New Roman", Palatino; font-weight: bold;}
.phonesub{font-size:15px; color:#303030; font-family: Garamond, Times, "Times New Roman", Palatino; font-weight:bold;}
.sidetitle{font-size:16px; color:#FFFFFF; font-family: Garamond, Times, "Times New Roman", Palatino; font-weight:bold;}
#frame{position:absolute; z-index:998;}
#rotator{position: absolute z-index:0;}
#homeside{ padding-left: 8px; padding-right: 8px; border-left: 1px solid #C2AC74; border-right: 1px solid #C2AC74;}
#newsbox{margin-left: 600px; margin-top: 88px;}
.newshead{color:#3C2A06; font-weight:bold; font-style:italic;}
.newstextbold{font-weight:bold; font-style:italic; font-size:14px;}
LI.widget{ list-style: none; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.menu {height:40px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:829px; w\idth:828px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {padding-left:7px; padding-right: 7px; display:block; font-family: Eurostile, Helevetica, Arial, Verdana, Times, "Times New Roman", Palatino, Garamond; font-size:15px; font-weight:bold; text-decoration:none; color:#FFFFFF; height:40px; line-height:40px; border-left: 1px solid #5F481B; border-right: 1px solid #5F481B; vertical-align:middle; text-align:center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {}
/* style the second level hover */
.menu ul ul a.drop:hover{}
.menu ul ul :hover > a.drop {}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#B23A3A;} /*3rd OFF */
/* style the third level hover */
.menu ul ul ul a:hover {background:#C04D4D;} /*3rd ON */


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:40px;left:0; width:150px; border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:40px;t\op:41px; vertical-align: middle;}

/* position the third level flyout menu */
.menu ul ul ul{left:115px; top:0px; width:99px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:100px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links - SECOND OFF */
.menu ul ul a, .menu ul ul a:visited {padding:0px; background-color:#5F481B; line-height:28px; font-size:15px; color:#FFF; height: 28px; text-align: center; width:168px; border-width:0px 0px 0px 0px; vertical-align: middle; display:block; position: relative; border-left: 1px solid #5F481B; border-right: 1px solid #5F481B;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:115px;w\idth:113px;}

/* style the top level hover */
.menu a:hover {color:#FFFFFF; background-color:#5F481B; font-size: 15px;}
.menu :hover > a  {color:#FFFFFF; background-color:#5F481B; font-size: 15px; } /* TOP OVER */

.menu ul ul a:hover {color:#FFFFFF; background-color:#2F2F2F; border-left: 1px solid #A00000; border-right: 1px solid #A00000;font-size:15px;}
.menu ul ul :hover > a {color:#FFFFFF; background-color:#2F2F2F; border-left: 1px solid #A00000; border-right: 1px solid #A00000; font-size:15px;} /* 2nd OVER */

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  
}

.menu .current_page {
color:#FFFFFF; background-color:#5F481B;
}


.menu ul .current_page_item ul a {
}

.menu ul .current_page_item ul a:hover {
}

.menu .current_page_item a:hover {
}
