@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#958e85; outline: none;}
:focus		{ -moz-outline-style: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em tahoma, Arial, Helvetica, sans-serif;margin:0;padding:0;}
h2			{font:1.5em Arial, Helvetica, sans-serif;margin:0;padding:0}
h3			{font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map, #map a {line-height:15px;color:#130F04;}

.shadow  		{position:relative; display:block; font:1.6em tahoma, Arial, Helvetica, sans-serif; color:#957516;text-transform:uppercase }
.shadow span 	{position:absolute; display:block; top:0px;}
.shadow:before 	{display:block; padding:2px; content: attr(title); color:#000;} 

.hr	{display:block;margin-top:20px;}
html>/**/body .hr {display:none;}

.gold,
a.gold,
a.gold:link,
a.gold:visited,
a.gold:hover,
a.gold:active	{color:#9e7d1b}

strong	{font-weight:normal;}


/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #958e85;
	background:#130f04;
	}
	
#wrapper	{
	width:1000px;
	height:auto;
	margin: 35px auto 0 auto;
	padding: 0px;
	text-align:left;
	background: url(../images/bgwrapper.png) repeat-y;
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}
	
#header	{
	height:150px;
	margin:0 auto;
	}

#lmovie	{
	width:750px;
	margin:0px;
	margin-left:250px;
	}
	

#content	{

	}


#imagegallery a img	{border:4px solid #fff; margin:10px 19px;}


#content h1.headersinline,#content h2.headersinline,#content h3.headersinline{
	font: 1.0em/1.0em Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	}




/******* FOOTER *******/
#footer	{
	height:80px;
	font-size:.85em;
	line-height:1.3em;
	clear:both;
	}
#footer a	{text-decoration:none;}

#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#3f3416;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}


.gradbox	{background:url(../images/gradbg.jpg) repeat-x;padding:5px 12px;float:left;}





/******* VERTICAL NAV MENU  ***********/
#nav	{
	float:left;
	width:245px;
		position:relative;
  z-index:1;
	}
	
#nav .menu {	
	padding: 50px 0px 0 0;
    overflow: hidden;
    height: 0px !important;
    height /**/:50px;
	float:left;
	position:relative;
	z-index:1;
	}

#nav a	{
	position:relative;
  z-index:1;
  }
	
#nav a#home				{background:url(../images/nav-home.gif) no-repeat;width:230px;border:0px;}
#nav a#home:HOVER		{background:url(../images/nav-home-over.gif) no-repeat;}

#nav a#company			{background:url(../images/nav-company.gif) no-repeat;width:230px;border:0px;}
#nav a#company:HOVER	{background:url(../images/nav-company-over.gif) no-repeat;}
		
#nav a#portfolio		{background:url(../images/nav-portfolio.gif) no-repeat;width:230px;border:0px;}
#nav a#portfolio:HOVER	{background:url(../images/nav-portfolio-over.gif) no-repeat;}

#nav a#homes			{background:url(../images/nav-homes.gif) no-repeat;width:230px;border:0px;}
#nav a#homes:HOVER		{background:url(../images/nav-homes-over.gif) no-repeat;}

#nav a#contact			{background:url(../images/nav-contact.gif) no-repeat;width:230px;border:0px;}
#nav a#contact:HOVER	{background:url(../images/nav-contact-over.gif) no-repeat;}


	
ul#vrtnav,
ul#vrtnav li,
ul#vrtnav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 245px; /*For KHTML*/
  list-style: none;
  float:left;
  	position:relative;
  z-index:10;
	}

ul#vrtnav li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  z-index:3;
	}

ul#vrtnav li li  {
	position:relative;
  z-index:500;
  }

/* Root Menu */
ul#vrtnav a {
  border: 1px solid #d69d24;	
  padding: 0.20em 6px 0.20em 6px;
  display: block;
  background: #eeb949;
  color: #705738;
  font: bold 12px/23px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  position:relative;z-index:1;
  

	}

/* Root Menu Hover Persistence */
ul#vrtnav a:hover,
ul#vrtnav li:hover a,
ul#vrtnav li.iehover a {
  background: #fcd073;
  color: #886721;
	}

/* 2nd Menu */
ul#vrtnav li:hover li a,
ul#vrtnav li.iehover li a {
  background: #130f04;
  color: #a2811c;
  padding: 3px 6px;
  font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
  position:relative;
  z-index:500;
  border:1px solid #251d08;
  width:170px;
  }

/* 2nd Menu Hover Persistence */
ul#vrtnav li:hover li a:hover,
ul#vrtnav li:hover li:hover a,
ul#vrtnav li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover a {
  background: #000;
  color: #886721;
	}

/* 3rd Menu */
ul#vrtnav li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#vrtnav li:hover li:hover li a:hover,
ul#vrtnav li:hover li:hover li:hover a,
ul#vrtnav li.iehover li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#vrtnav li:hover li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#vrtnav li:hover li:hover li:hover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#vrtnav ul,
ul#vrtnav ul ul,
ul#vrtnav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 230px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#vrtnav li:hover ul ul,
ul#vrtnav li:hover ul ul ul,
ul#vrtnav li.iehover ul ul,
ul#vrtnav li.iehover ul ul ul {
  display: none;
	}

ul#vrtnav li:hover ul,
ul#vrtnav ul li:hover ul,
ul#vrtnav ul ul li:hover ul,
ul#vrtnav li.iehover ul,
ul#vrtnav ul li.iehover ul,
ul#vrtnav ul ul li.iehover ul {
  display: block; 
	}






/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	

#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: #201803;
	border: 1px solid #2d2205;	
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#af8b20;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}

#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact span.state	{width:130px;float:left;text-align:right;}
	
#contact #zip {
	width: 60px;
	margin-right:12px;
	float: left;
	}
#contact #zipname	{width:27px;margin-left:13px;float:left;}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contact .shhhh, .shhhh {display:none;}