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

printer CSS

*/

* {margin: 0; padding: 0;}

body {
	background: #FFF;
	margin: 4%;
	color: #000;
	font: 11pt/1.2em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	}

/* - hide - */
#branding img, #navSkip, #navMain, #navSec, .printHide
	{display: none;}


/* - 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 img {border: 0;}


/* - ------------------------------------ =BRANDING - */
#branding {
	border-bottom: solid 1px #E6C399;
	padding-bottom: 10px;
	width: 96%;	
	}

#branding p.companyName  {
	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: #CB582D;
	text-decoration: none;
	font-size: 18pt;
	line-height: 1.2;
	text-transform: uppercase;
	}

#branding p.tagline {
	position: relative;
	left: 10px;
	width: 100%;
	border-bottom: solid 1px #E6C399;
	color: #000;
	line-height: 1.2;
	}
 #branding p.tagline span {margin: 0 6px 0 10px;}

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


/* - ------------------------------------ =SEC =SUB - */
#contentSec {line-height: 1.2;}

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

#contentSub {
	color: #CB582D;
	font-size: .8em;
	line-height: 1.2;
	}

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

#sec1 #contentSec {font-size: .8em;}

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

#sec1 #contentSec li a {
	color: #CB582D;
	font-weight: normal;
	text-decoration: none;
	}


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

#sec4 #contentMain ul {color: #24A2DC;}

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

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


/* - --------------------------------------- =LEGAL - */
#legal {
	border-top: double 3px #CB582D;
	color: #BF6C25;
	}

#legal p {
	font-size: .9em;
	line-height: 1.2;
	}

#legal span {
	display: block;
	padding-left: 20px;
	font-size: .9em;
	}

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