/*
Company:	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	background: url(../images/header-bkg.jpg) repeat-x #fff;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	color: #3e362b;
}
/* @end */

/* @group Layout */
div#wrapper {
	width: 844px;
	margin-left: auto;
	margin-right: auto;
}
div#hd {
	margin: 25px 0 0 0;
	height: 51px;
	overflow: visible;
}

img#logo {
	float: left;
	display: inline;
}

div#feature img {
	float: left;
	display: inline;
	margin-top: -20px;
	z-index: 1;
	position: relative;
}
div#feature-links {
	width: 140px;
	float: left;
	display: inline;
}
div#feature-links img {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
/*span#banner {
	display: block;
	width: 843px;
	height: 325px;
	background: url(../images/home-img.jpg) no-repeat;
}*/

div#bd {
	background: url(../images/bd-bkg.gif) no-repeat top left;
	padding-top: 26px;
}
div#main {
	width: 510px;
	float: left;
	display: inline;
}
div#main p {
	margin-left: 2px;
}
div#main img {
	margin-left: 2px;
}

div#sidebar {
	width: 236px;
	margin-left: 70px;
	font-size: 92%;
	color: #5e5e5e;
	float: left;
	display: inline;
}

div#ft {
	font-size: 77%;
	color: #415a70;
	margin: 60px 0 0 0;
	background: url(../images/footer-bkg.jpg) repeat-x;
	height: 62px;
}
div#ft p {
	line-height: 160%;
}
div#ft-wrapper {
	width: 844px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
div#ft p.copyright {
	width: 48%;
	float: left;
	display: inline;
}
div#ft p.addy {
	width: 48%;
	text-align: right;
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
ul#nav {
	margin: 35px 0 0 0;
	float: right;
	display: inline;
}
ul#nav li {
	margin: 0 10px;
	float: left;
	display: inline;
}
ul#nav li#n-contact {
	margin-right: 5px;
}
ul#nav li#n-home a {
	display: block;
	width: 42px;
	height: 12px;
	background: url(../images/n-home.jpg) no-repeat;
	text-indent: -9000px;
	z-index: 2;
	position: relative;
}
ul#nav li#n-services a {
	display: block;
	width: 60px;
	height: 12px;
	background: url(../images/n-services.jpg) no-repeat;
	text-indent: -9000px;
	z-index: 2;
	position: relative;

}
ul#nav li#n-contact a {
	display: block;
	width: 70px;
	height: 12px;
	background: url(../images/n-contact.jpg) no-repeat;
	text-indent: -9000px;
	z-index: 2;
	position: relative;

}
/* @end */

/* @group Headings */
h2 {
	margin-bottom: 8px;
}
h2.h-consultant-choice {
	background: url(../images/h-consultant-choice.gif) no-repeat;
	width: 183px;
	height: 46px;
	text-indent: -9000px;
}
h2.h-philosophy {
	background: url(../images/h-philosophy.gif) no-repeat;
	width: 130px;
	height: 46px;
	text-indent: -9000px;
}
h2.h-services {
	background: url(../images/h-services.gif) no-repeat;
	width: 117px;
	height: 46px;
	text-indent: -9000px;
}
h2.h-services-clientstaff {
	background: url(../images/h-services-clientstaff.gif) no-repeat;
	width: 309px;
	height: 46px;
	text-indent: -9000px;
}
h2.h-services-construction {
	background: url(../images/h-services-construction.gif) no-repeat;
	width: 421px;
	height: 46px;
	text-indent: -9000px;
}
h2.h-services-infrastructure {
	background: url(../images/h-services-infrastructure.gif) no-repeat;
	width: 361px;
	height: 46px;
	text-indent: -9000px;
}
h2.h-services-plancheck {
	background: url(../images/h-services-plancheck.gif) no-repeat;
	width: 271px;
	height: 46px;
	text-indent: -9000px;
}
h2.h-services-trafficstudies {
	background: url(../images/h-services-trafficstudies.gif) no-repeat;
	width: 228px;
	height: 46px;
	text-indent: -9000px;
}
h2.h-directions {
	background: url(../images/h-directions.gif) no-repeat;
	width: 202px;
	height: 46px;
	text-indent: -9000px;
}

h3 {
	margin-bottom: 8px;
}
h3.hs-services {
	background: url(../images/hs-services.gif) no-repeat;
	width: 117px;
	height: 46px;
	text-indent: -9000px;
}
h3.hs-gka {
	background: url(../images/hs-gka.gif) no-repeat;
	width: 116px;
	height: 12px;
	text-indent: -9000px;
}
h3.hs-projects {
	background: url(../images/hs-projects.gif) no-repeat;
	width: 137px;
	height: 15px;
	text-indent: -9000px;
}
h3.hs-clients-saying {
	background: url(../images/hs-clients-saying.gif) no-repeat;
	width: 230px;
	height: 12px;
	text-indent: -9000px;
	margin-top: 30px;
}
/* @end */

/* @group Text Styles */
div#bd p {
	margin-bottom: 10px;
	line-height: 160%;
	font-size: 85%;
}
div#bd ul {
	margin-bottom: 10px;
	font-size: 85%;
}
div#bd ul li {
	line-height: 160%;
}
p.quote {
	text-indent: 15px;
	background: url(../images/quote-mark.gif) no-repeat top left;
}
/* @end */

/* @group Lists */
ul.green-check li {
	margin-left: 49px;
	background: url(../images/green-check.gif) no-repeat 0 50%;
	padding-left: 24px;
	margin-bottom: 2px;
}
ul.standard-list li {
	list-style-type: disc;
	margin-left: 25px;
}
ul.flat-list li {
	margin-bottom: 7px;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a { text-decoration: underline; color: #666666; } 
a:hover { text-decoration: none; background: #eeeeee; } 
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */