html {
	padding: 0;
	margin: 0;
	overflow: auto;
}

body {
	background: #333;
	font: .8em Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
	overflow: auto;
	z-index: 1;
}

a {
	text-decoration: none;
	/*color: #c90;*/ /* set in individual section css */
}

/*
 * HEADER
 */

#header {
	position: absolute;
	background: #fff url(../images/header_background.png) repeat-x;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#logo {
	position: absolute;
	width: 143px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -20px;
	border: none;
}

#headerLinkContainer {
	position: absolute;
	width: 700px;
	bottom: 10px;
	left: 50%;
	margin-left: -250px;
	z-index: 3;
}

#headerLinks {
	position: absolute;
	bottom: 0px;
	right: 0px;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#headerLinks li {
	position: relative;
	float: left;
	display: inline;
	font-size: 16px;
	padding: 0;
	margin: 0;
	margin-left: 45px;
}

#headerLinks li a {
	color: #333;
	display: block;
}

#headerWelcome a {
	border-top: 2px #c90 solid;
}

#headerWelcome a:hover {
	border-top: 2px #fc0 solid;
}

#headerPortfolio a {
	border-top: 2px #900 solid;
}

#headerPortfolio a:hover {
	border-top: 2px #d00 solid;
}

#headerRequestQuote a {
	border-top: 2px #690 solid;
}

#headerRequestQuote a:hover {
	border-top: 2px #9c0 solid;
}

/*#headerHireUs a {
	border-top: 2px #069 solid;
}

#headerHireUs a:hover {
	border-top: 2px #09c solid;
}*/

/*
#headerArrow {
	position: absolute;
	background: url(../images/header_arrow.png) no-repeat;
	width: 39px;
	height: 20px;
	bottom: -29px;
	right: 319px; /* set in individual section css *//*
	z-index: 5;
}
*/

#headerArrow {
	position: absolute;
	background: url(../images/header_arrow.png) no-repeat;
	width: 39px;
	height: 20px;
	bottom: -29px;
	z-index: 5;
	left: 50%;
	margin-left: -20px;
}

#headerShadow {
	position: absolute;
	background: url(../images/header_shadow.png) repeat-x;
	width: 100%;
	height: 11px;
	top: 100%;
	left: 0px;
	z-index: 2;
}

/*
 * BODY
 */

#bodyContainer {
	position: absolute;
	background: url(../images/body_background.png) repeat;
	/*background: url(../images/mountain.jpg) no-repeat top center;*/
	width: 100%;
	top: 101px;
	left: 0px;
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 50px;
}

#subLinkContainer {
	position: absolute;
	/*background: #900 url(../images/sub_link_background_red.png) repeat-x; /* set in individual section css */
	width: 898px;
	height: 28px;
	top: -2px;
	left: 50%;
	margin-left: -450px;
	/*border: 1px solid #c00;*/
	z-index: 1;
}

/* for Internet Explorer */
/*\*/
* html #subLinkContainer {
	width: 900px;
	height: 30px;
}
/**/

#subLinks {
	position: absolute;
	width: 700px;
	bottom: -22px;
	left: 50%;
	padding: 0;
	margin: 0;
	margin-left: -439px;
	list-style-type: none;
	display: inline;
	z-index: 10;
}

#subLinks li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 45px;
	font-size: 11px;
	display: inline;
	z-index: 10;
}

#subLinks li a {
	color: #fff;
	z-index: 10;
}

#subLinkLeftShadow {
	position: absolute;
	background: url(../images/sub_link_left_shadow.png) repeat-y;
	top: 0px;
	left: -9px;
	width: 8px;
	height: 29px;
}

#subLinkRightShadow {
	position: absolute;
	background: url(../images/sub_link_right_shadow.png) repeat-y;
	top: 0px;
	right: -9px;
	width: 8px;
	height: 29px;
}

#subLinkBottomLeftShadow {
	position: absolute;
	background: url(../images/sub_link_bottom_left_shadow.png) no-repeat;
	top: 29px;
	left: -9px;
	width: 8px;
	height: 8px;
}

#subLinkBottomShadow {
	position: absolute;
	background: url(../images/sub_link_bottom_shadow.png) repeat-x;
	top: 29px;
	left: -1px;
	width: 900px;
	height: 8px;
}

#subLinkBottomRightShadow {
	position: absolute;
	background: url(../images/sub_link_bottom_right_shadow.png) no-repeat;
	top: 29px;
	right: -9px;
	width: 8px;
	height: 8px;
}

#contentContainer {
	position: relative;
	background: #f2f2f2;
	width: 900px;
	height: 100%;
	left: 50%;
	margin-left: -450px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content {
	position: relative;
	background: #fff;
	width: 858px;
	min-height: 350px;
	height: auto;
	border: 1px #e2e2e2 solid;
	margin-left: 20px;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 350px;
}
/**/

#content h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 18px;
	color: #333;
	padding: 0;
	margin: 20px 0px 20px 10px;
}

#content h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 15px;
	color: #333;
	padding: 0;
	margin: 0;
}

#mainContent {
	color: #777;
	width: 800px;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 29px;
}

#contentTopLeftShadow {
	position: absolute;
	background: url(../images/content_top_left_shadow.png) no-repeat;
	width: 11px;
	height: 11px;
	top: -11px;
	left: -11px;
}

#contentTopShadow {
	position: absolute;
	background: url(../images/content_top_shadow.png) repeat-x;
	width: 100%;
	height: 11px;
	top: -11px;
	left: 0px;
}

#contentTopRightShadow {
	position: absolute;
	background: url(../images/content_top_right_shadow.png) no-repeat;
	width: 11px;
	height: 11px;
	top: -11px;
	left: 100%;
}

#contentLeftShadow {
	position: absolute;
	background: url(../images/content_left_shadow.png) repeat-y;
	width: 11px;
	height: 100%;
	top: 0px;
	left: -11px;
}

#contentRightShadow {
	position: absolute;
	background: url(../images/content_right_shadow.png) repeat-y;
	width: 11px;
	height: 100%;
	top: 0px;
	left: 100%;
}

#contentBottomLeftShadow {
	position: absolute;
	background: url(../images/content_bottom_left_shadow.png) no-repeat;
	width: 11px;
	height: 11px;
	top: 100%;
	left: -11px;
}

#contentBottomShadow {
	position: absolute;
	background: url(../images/content_bottom_shadow.png) repeat-x;
	width: 100%;
	height: 11px;
	top: 100%;
	left: 0px;
}

#contentBottomRightShadow {
	position: absolute;
	background: url(../images/content_bottom_right_shadow.png) no-repeat;
	width: 11px;
	height: 11px;
	top: 100%;
	left: 100%;
}

 /*
  * footer
  */
 
 #footerContainer {
 	position: absolute;
	background: url(../images/footer_shadow.png) top repeat-x;
	width: 100%;
	height: 15px;
	top: 100%;
	left: 0px;
	padding: 0;
	margin: 0;
 }
 
 #footer {
 	position: absolute;
	width: 900;
	height: auto;
	top: 100%;
	left: 50%;
	padding: 0;
	margin: 0;
	margin-left: -450px;
 }
 
 #footer a {
	color: #999;
	text-decoration: none;
 }
 
  #footer a:hover {
	color: #fff;
	text-decoration: none;
 }
 
 #footer p {
 	position: relative;
 	width: 115px;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	font-size: .75em;
	color: #999;
 }
 
 #footer p:hover {
 	color: #ccc;
 }
 
 #copyright {
 	float: left;
 }
 
 #quickContactInfo {
 	float: right;
 }
 
 #footerLinkContainer {
 	position: absolute;
	width: 600px;
	height: 100px;
	top: 0px;
	left: 50%;
	margin-left: -300px;
	color: #fff;
 }
 
 #footerLinks {
 	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
 }
 
 .firstFooterLink, .extraFooterLink {
 	font-size: 14px;
	float: left;
	width: 19%;
 	display: inline;
 }

 .extraFooterLink {
 	margin-left: 8%;
 }
 
 .firstFooterLink a {
 	color: #fff;
 }
 
 .extraFooterlink a {
 	color: #fff;
 }
 
 .subFooterLinks {
 	list-style-type: none;
	padding: 0;
	padding-top: 5px;
	margin: 0;
	margin-top: 5px;
	border-top: 1px dashed #fff;
 }
 
 .subFooterLinks li {
 	font-size: 10px;
	color: #ccc;
	padding-bottom: 5px;
 }
 
 .subFooterLinks li a {
 	color: #ccc;
 }
 
 .subFooterLinks li a:hover {
 	color: #fff;
 }
