@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #B7B79E url(../img/bg2.jpg) repeat-x;
}

/*==== Begin Nav Styles ====*/
.nav-border {
	clear:both;
	width:800px;
	height:2px;
}
#top-navi {
	width:800px;
	float:left;
	height: 36px;
	margin:0;
	padding:0;
	background:#C8BB91; /* url(../img/nav-border.jpg) repeat-y top right; */
	font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	line-height:23px;
}
#top-navi li {
	float: left;
	position: relative;
	list-style: none;
}
#top-navi li#dropnav:hover, #top-navi li#dropnav.sfhover {
	margin: -3px;
	border: solid #f8f7e2;
	border-width: 3px 3px 0;
}
#top-navi a {
	float: left;
	position: relative;
	padding: 5px 16px 0;
	height:29px;
	color: #f8f7e2;
	white-space: nowrap;
	text-decoration: none;
	text-transform: capitalize;
}
#top-navi a:hover {
	color: #000;
}
#top-navi .current a {
	color: #B0600F;
	cursor: default;
}

#top-navi a:focus {
	outline:0;
	color:#000
}
#top-navi li#dropnav:hover a, #top-navi li#dropnav.sfhover a {
	z-index: 1;
	margin-bottom: -3px;
	padding-bottom: 3px;
	background: #b06210;
}
#top-navi ul {
	position: absolute;
	top: 31px;
	left: 0;
	margin: -2px 0 0 -999em;
	border: solid #f8f7e2;
	border-width: 3px;
	padding: 0;
	background: #b06210;
}
#top-navi li:hover ul, #top-navi li.sfhover ul {
	margin-left: -3px;
}
#top-navi ul li {
	float: none;
}
#top-navi ul li a {
	display: block;
	float: none;
	background: url(../img/arrow.jpg) no-repeat -99em 50%;/* preload and hide arrow image */
}
* html #top-navi ul li a {
	display: inline-block;
}


#top-navi li#dropnav:hover li a, #top-navi li#dropnav.sfhover li a:active {
	margin-bottom: 0;
	padding: 8px 16px 0 32px;
	color:#0;
}
#top-navi li#dropnav li a:hover {
	background: url(../img/arrow.jpg) no-repeat 8px 50%;
	;/* show the preloaded arrow */
	color:0;
}


/*==== End Nav Styles ====*/



/*==== Two wrappers required to enclose all content, center it on the page, and produce the drop shadow effect ====*/
#bg_shadow {
	width:802px;
	background:url(../img/shadow.gif) no-repeat bottom right;
	margin:30px auto 0px auto;
}
#content_wrapper {
	width:800px;
	position:relative;
	left:-5px;
	top:-8px;
	background:#FFF;
}
#header {
	width:800px;
	height:131px;
	background:url(../img/header_bg2.jpg);
}
#header_home {
	width:800px;
	height:148px;
	background:url(../img/header_bg.jpg);
}
/*==== Container to hold the infopanel and Content section ====*/
.innerwrapper {
	display:block;
	clear:both;
	background:url(../img/content_bg.jpg) repeat-y;
}

/*==== Company info text at the bottom of the home page ====*/

#home_company_info { display:none; width:782px; margin:10px auto;  font-size:11px; line-height:16px; color:#333}

#home_company_info h2 {
	color:#333;
	font-size:13px;
}
/*==== Styles for the footer ====*/
#footer {
    width:800px;
    margin:10px auto;    
    border-top:2px solid #905C34;
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top:1px;
}

.bglinks {
    display:block;
    margin:4px 0 14px 0;
}
.bglinks li {
    display:inline;
    list-style:none;
    margin-right:2%;
    font-size:10px;
}
.bglinks li a {
    color:#7C7C6B;
    text-decoration:none;
}
.bglinks li a:hover {
    color:#905C34;
}

#footer_logo { 
  width:800px; 
  display:block; 
  text-align:center; 
  margin:20px auto 10px; 
}
#footer_logo ul {margin: 0; padding: 0; list-style-type: none; }
#footer_logo li {display: inline; padding-right:70px}
#footer_logo ul li a {text-decoration:none;}
#footer_logo ul li a:hover { } 
#footer_logo img {border:none; }

.copyright {
	display:block;
	float:left;
	width:785px;	
	padding:32px 8px;
	color:#905C34;
	font-size:9px;
	
}

.copyright a { color:#905C34; text-decoration:none; outline:none;}
.copyright a:hover { text-decoration:underline; }



/*==== Styles for the left side info panel (vertical strip with logo) ====*/
.infopanel {
    width: 157px;
    float:left;
    text-align:center; 
}

.infopanel img {
	margin-top:17px;
}
/*==== Styles used by the right Content section ====*/
.contents {
	width: 610px;
	float:right;
	padding:14px;
}
.contents h1 {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5A4A42;
	margin:0px 15px 12px;
}
.contents h2 {
	font-size:13px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #5D662C;
	margin-bottom:12px;
	margin-left:15px;
}
.contents p {
	font-size:12px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #5A4A42;
	line-height: 22px;
	margin-left:15px;
}
.contents a {
	color: #5A4A42;
	text-decoration:none;
}
.contents a:hover {
	color:#FFF;
}


/*==== Used to float images left and right in content section ====*/
.img_right {
	float:right;
	margin:10px 0 10px 10px;
}
.img_left {
	float:left;
	margin:10px 10px 10px 0px;
}


/*==== Used to position background image (logo) in content section ====*/
.bg_big_logo {
	background:url(../img/bg_logo_small.gif) no-repeat top right #B0B479;
}
.bg_logo_bottom {
	background:url(../img/bg_logo.gif) no-repeat top right #B0B479;
}
.bg_tag_white {
	background:url(../img/bg_tag_white.gif) no-repeat top right #B0B479;
}

.center { text-align:center; }
.center { color:center; }
.about {
	font-style:italic;	
	color:#E9EACB;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight:400;
}
.about_bold{
	color:#E9EACB;
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight:bold;
}	

.clear {
	clear:both;
}
#sitemap {
	margin:2em;
	list-style-image:url(../img/bullet.gif);
	font-size: 12px;
}
/*==== Architectural page ====*/
.bg_div {
	background:url(../architectural/images/archbg.png) no-repeat top center #B0B479;
	margin-top: 30px;
}
.header {
	margin-top: 14px;
	margin-left: 30px;
}
.archimg {
	margin-left:10px;
}


/*==== Portfolio page ====*/
#portfolio img {
	border:0;
	padding:0 10px 10px 0;
}
#portfolio {
  width: 525px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top:20px;
  margin-bottom: 40px;
}
#portfolio1{
	width: 197px ;
	float:left;
}
#portfolio2{
	width: 300px ;
	float:left;
	margin-left:10px;
}
#portfolio2 img{
	padding-bottom:15px;
}
#portfolio3{
	width: 525px ;
	float:left;
	margin-top:-9px;
}

/* for the contact form */
#contactform {
  width: 525px ;
  margin-left: auto;
  margin-right: auto ;
  margin-bottom: 40px;
  text-align:left;
  border: 1px dashed #333;
  padding:10px;
  color:#5A4A42;
  font-size:13px;
}
#contactform label { clear:both; display:block; width:8em; float:left; text-align:right; margin-right:1em;  }
#contactform input {  float:left;  width:auto; margin-right:.4em; }
#contactform div input { margin-bottom:.5em; } 
.optional, .required { clear:left; margin-bottom:2em; }
.submitbutton { clear:left; display:block;  } 
.required { font-weight:bold; } 

/* thank you form adds some spacing to the page */
.contactthanksmsg { display:block; height:20em; }

/*==== Misc. ====*/

img {border:none;}