/*
   - Gehrmann Construction Management, LLC.
   - www.gehrmann.com
   - Copyright 2007
   - -------------------------------
*/

/* color scheme
	#CB582D logo orange
	#E6C399 beige
	#EEDCD2 taupe
	#BF6C25 brown
	#24A2DC bright blue
	#2E4B7D medium blue
	#536732 green
	#755D45 toffee
	#F5FFFF ice white
*/

* {margin: 0; padding: 0;}

body {
	background: #F5FFFF;
	color: #000;
	font: 70%/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

/* - clearfix hack - push content section after floats - */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* IE mac fix */
.clearfix {display: inline-block;}
/* IE win fix - hide mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* stop hide */

.clearL {clear: left;}
.clearR {clear: right;}
.clearB {clear: both;}
.floatL {float: left;}
.floatR {float: right;}

/* - headings and basic elements - */
h1, h2, h3, h4, h5, h6 {
	color: #CB582D;
	font-variant: small-caps;
	line-height: 1;
	}

h2, h3, h4, h5, h6 {
	margin-top: 1em;
	color: #24A2DC;
	font-weight: normal;
	}

h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

p {margin: 1.2em 0 0;}

ul {
	margin: .5em 16px .8em;
	list-style: square;
	}


/* - basic links - */
a {
	color: #536732;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover {
	color: #BF6C25;
	text-decoration: overline underline;
	}

a img {border: 0;}


/* - -------------------------------------- =LAYOUT - */
#wrapper {
	position: relative;
	margin: 0 auto;
	padding-top: 5px;
	width: 760px;
	text-align: left;
	}

/* - ------------------------------------ =BRANDING - */
#branding {
	background: #CB582D;
	position: relative;
	margin: 0 0 0 198px;
	width: 363px;
	height: 150px;
	text-align: center;
	}

#branding img {
	position: relative;
	z-index: 5;
	}

#branding p.companyName  {
	position: absolute;
	top: 10px;
	left: 24px;
	z-index: 1;
	padding: 10px 0 10px 10px;
	border-left: solid 1px #E6C399;
	}

#branding p.companyName a {
	display: block;
	padding-left: 4px;
	border-left: solid 1px #E6C399;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	}

#branding p.companyName a:hover {color: #E6C399;}

#branding p.tagline {
	position: absolute;
	z-index: 10;
	top: 114px;
	right: 30px;
	margin: 0;
	color: #FFF;
	text-align: left;
	line-height: 1.2;
	}

#branding p.tagline span {display: block;}

/* - ------------------------------------- =CONTENT - */
#contentWrapper {
	background: url(images/bg_content.jpg) repeat-y center top;
	position: relative;
	margin-left: 18px;
	width: 726px;
	color: #2E4B7D;
	}

#contentInner {background: url(images/bg_doors-open.gif) repeat-y center top;}

#contentInner .holder {background: url(images/bg_interior-lines.gif) repeat-y center top;}

#contentMain {
	position: relative;
	float: left;
	display: inline;
	margin: 0 0 0 192px;
	width: 160px;
	}

/*#contentMain p.leadPara {line-height: 2;}*/


/* - ------------------------------------ =SEC =SUB - */
#contentSec {
	position: relative;
	float: right;
	display: inline;
	margin: 74px 200px 2px 2px;
	width: 130px;
	line-height: 1.2;
	}

#contentSec img {
	position: relative;
	display: block;
	margin: 0 5px 20px;
	border: solid 1px #FFF;
	}

#contentSub {
	position: absolute;
	top: 60px;
	right: 33px;
	margin: 0;
	width: 115px;
	color: #CB582D;
	font-size: .8em;
	line-height: 1.2;
	}

#contentSub .testimonial {
	margin-top: 70px;
	color: #2E4B7D;
	font-style: italic;
	font-size: 1.2em;
	}

/* - home page - sec1 - */
#sec1 #contentWrapper, #sec1 #contentInner {background: url(none);}

#sec1 #contentInner .holder {
	background: url(images/bg_doors-closed.jpg) no-repeat center top;
	position: relative;
	margin-left: 180px;
	width: 364px;
	height: 448px;
	}

#sec1 #contentMain {
	position: relative;
	margin: 80px 2px 0 30px;
	width: 110px;
	line-height: 1;
	color: #000;
	}

#sec1 h1 {
	position: relative;
	margin: 0 2px 2px 4px;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	}

#sec1 #contentMain p {
	position: relative;
	margin: 10px 2px 2px 4px;
	}

#sec1 #contentSec {
	margin: 86px 36px 2px 2px;
	width: 110px;
	font-size: 1em;
	}

#sec1 #contentSec ul {margin: 0;}

#sec1 #contentSec li {
	margin: 0 0 20px;
	list-style: none;
	}

#sec1 #contentSec li a {
	display: block;
	width: 110px;
	color: #CB582D;
	font-weight: normal;
	text-decoration: none;
	}

#sec1 #contentSec li a:hover {color: #24A2DC;}


/* - approach - sec3 - */
#sec3 #contentMain ul {color: #24A2DC;}

#sec3 #contentMain ul li span {color: #2E4B7D;}



/* - about - sec4 - */
#sec4 #contentMain p span {
	display: block;
	font-weight: bold;
	}

/* - client list - */
#sec4 #contentSub {margin-top: 30px;}

#sec4 #contentSub h2 {font-size: 1.2em;}

#sec4 #contentSub ul {color: #2E4B7D;}

#sec4 #contentSub ul li span {color: #CB582D;}

#sec4 #contentSub li {margin-top: 20px;}


/* - contact - sec5 - */
a.email {color: #536732;}

a:hover.email {
	color: #2E4B7D;
	text-decoration: none;
	}

/* - --------------------------------------- =LEGAL - */
#legal {
  background: #536732 url(images/bg_line_584.gif) no-repeat 4px 56%;
	position: relative;
	top: -4px;
	clear: both;
	padding: 3px 0;
	width: 750px;
	color: #E6C399;
	}

#legal p {
	position: relative;
	margin: 0;
	padding: 2px 4px;
	font-size: .9em;
	line-height: 1.2;
	}

#legal span {
	background: url(images/sq-deco.gif) no-repeat left 60%;
	position: relative;
	margin-left: 4px;
	padding-left: 10px;
	font-size: .9em;
	}

#legal p.copyright {font-size: .8em;}

#legal p.copyright a {
	color: #E6C399;
	font-weight: normal;
	text-decoration: none;
	}

#legal p.copyright a:hover {
	color: #FFF;
	text-decoration: underline;
	}


/* - ---------------------------------- =NAVIGATION - */
/* - skip navigation - top of page - breadcrumbs - */
#navSkip {
	position: absolute;
	top: 0;
	left: -999em;
	}

.linkTop {
	position: relative;
	clear: both;
	display: block;
	}


/* - navMain - */
/* - navigation elements - */
#navMain {
	background: #536732 url(images/bg_line_584.gif) no-repeat 4px 4px;
	position: relative;
	margin: 0 0 0 166px;
	padding-bottom: 3px;
	width: 598px;
	font-size: 1.3em;
	line-height: 1.2;
	list-style: none;
	}

#navMain ul {
	background: url(images/bg_line_584.gif) no-repeat -30px bottom;
	margin: 0 0 0 20px;
	}

#navMain li {
	float: left;
	list-style: none;
	}

#navMain a {
	background: url(images/sq-there.gif) no-repeat left 55%;
	position: relative;
	display: block;
	margin: 0 4px 0 12px;
	padding: 0 4px 0 10px;
	border-top: solid 3px #536732;
	color: #E6C399;
	text-decoration: none;
	font-weight: normal;
	}

#navMain a:hover {
	background: url(images/sq-here.gif) no-repeat left 55%;
	border-top-color: #CB582D;
	color: #24A2DC;
	}


/* - navSec - */
#navSec {
	position: absolute;
	top: 74px;
	left: 34px;
	margin: 0;
	width: 115px;
	color: #BF6C25;
	line-height: 1.2;
	}

#navSec li {
	margin-top: 14px;
	list-style: none;
	}

#navSec li.back {font-style: italic;}

#navSec a {
	display: block;
	color: #536732;
	font-size: .8em;
	font-weight: normal;
	}

#navSec a:hover {
	color: #CB582D;
	text-decoration: none;
	}


/* - nav locator - */
#navMain li.here a {
	background: url(images/sq-here.gif) no-repeat left 55%;
	color: #FFF;
	}

#navMain li.here a:hover {
	border-top-color: #536732;
	color: #FFF;
	}

#navSec li.here a, #navSec li.here a:hover {
	color: #755D45;
	text-decoration: none;
	cursor: default;
	}