/*
*******************************************************************

Title:			global.css
Browser(s): 	Safari, Firefox, IE 6 & 7

Author: 		Andy Davis 
Created: 		06.25.2008
Last modified: 	06.25.2008

*******************************************************************
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

.grid {
	margin-left: auto;
	margin-right: auto;
	background: url(../images/grid.png) no-repeat top center;
	width: 100%;
	height: 900px;
	position: absolute;
	z-index: 100;
}

body {
	margin: 0;
	padding: 0;
	background:url(../images/main_bg.jpg) no-repeat top center;
	background-color: #e1e1e1;
	color: #000;
	font: normal 13px Helvetica, Arial, sans-serif;
	line-height: 17px;
}

a {
	color: #b1652b;
}

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

a.visited {
	color: #b1652b;
}

.clear {
	clear: both;
}

#container {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 965px;
	height: 187px;
	background:url(../images/header_bg.jpg) no-repeat;	
}

#header h1 {
	display: block;
	width: 446px;
	height: 154px;
	text-indent: -9999px;
	background:url(../images/quality_design_commercial_construction_logo.gif) no-repeat;
	margin: 0 0 0 26px;
	padding: 0;
	float: left;
}

h2 {
	font: bold 24px Helvetica, Arial, sans-serif;
	color: #223240;
	margin: 15px 0 25px 20px;
}

p.subtitle {
	font: bold 16px Helvetica, Arial, sans-serif;
	line-height: 24px!important;
	color: #3a556d;
	margin: 0 0 25px 20px;
}

p.subtitle2 {
	font: normal 16px Helvetica, Arial, sans-serif;
	line-height: 24px!important;
	color: #000;
	margin: 0 0 25px 20px;
}

table tr td {
	padding: 5px;
}

.table {
	margin: 10px 0 0 270px;
}

.table_title {
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

.black {
	color: #333!important;
}

/****************************************************
************* PAGE BODY *****************************
****************************************************/

#content {
	width: 960px;
	margin-bottom: 20px;
}

#content p {
	margin: 0 20px 15px 20px;
	line-height: 20px;
}

#home_banner {
	width: 965px;
	height: 297px;
	background:url(../images/center_content_bg.jpg) no-repeat;
	padding: 60px 0 0 0;
}

#home_banner_bottom {
	width: 965px;
	height: 72px;
	background:url(../images/center_bottom_bar.jpg) no-repeat;
	text-indent: -9999px;
}

h2.home_callout {
	font: bold 32px Helvetica, Arial, sans-serif;
	color: #a5caec;
	line-height: 38px;
	margin: 0 0 88px 55px;
}

#green_callout {
	width: 335px;
	background:url(../images/green_callout.gif) no-repeat;
	padding: 15px 0 35px 88px;
	margin: 0 0 0 55px;
	font: normal 16px Helvetica, Arial, sans-serif;
	line-height: 21px;
	color: #fff;
}

#green_callout span {
	color: #8cc63f;
	font-weight: bold;
}

.greenLink {
	text-decoration: none!important;
}

.greenLink:hover {
	color: #efefef;
	text-decoration: underline!important;
}

.sub_page_list {
	margin: 0 0 15px 50px;
	list-style-type: square;
}

.sepLine.contactPage {
	border-top: 1px solid #999;
	width: 400px;
	padding-top: 15px;
}

/****************************************************
************* PHOTO BANNERS  ************************
****************************************************/

#photobanner {
	width: 965px;
	height: 242px;
	display: block;
	margin: 0 0 10px 0
}

.biz_owners {
	background:url(../images/photobanner_businessowners.jpg) no-repeat;
}

.churches {
	background:url(../images/photobanner_churches.jpg) no-repeat;
}

.architects {
	background:url(../images/photobanner_architects.jpg) no-repeat;
}

.realtors {
	background:url(../images/photobanner_realtors.jpg) no-repeat;
}

.subs {
	background:url(../images/photobanner_subs.jpg) no-repeat;
}

.contact {
	background:url(../images/photobanner_contact.jpg) no-repeat;
}

.acoustic {
	background:url(../images/photobanner_acoustic.jpg) no-repeat;
}

.sustain {
	background:url(../images/photobanner_sustainableassets.jpg) no-repeat;
}


.bodyImage {
	margin: 5px 10px 20px 40px;
	border: 5px solid #666;
	float: right;
}

.bannerText {
	position: relative;
	top: -210px;
	left: 0px;
}
/****************************************************
************* HOME NAV ******************************
****************************************************/

#home_nav {
	width: 960px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
}

#home_nav ul {
	margin: 0;
	padding: 0;
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #000;
}

#home_nav ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#home_nav ul li a {
	width: 210px;
	height: 70px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 35px 0 0 30px;
	background:url(../images/home_nav_btn.jpg) no-repeat;
	float: left;
	text-decoration: none;
}

#home_nav ul li a:hover {
	background-position: -240px 0;
	color: #333;
}

.singleLine {
	padding-top: 42px!important;
}

/****************************************************
************* MAIN NAV ******************************
****************************************************/

#main_nav {
	width: 965px;
	height: 60px;
	background:url(../images/topnav_bg.jpg) no-repeat;
	margin: -15px 0 -5px 0;
	padding:1px 0 0 12px;
}


#main_nav ul {
	margin: 0;
	padding: 0;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #FFF;
}

#main_nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#main_nav ul li a {
	height: 26px;
	color: #FFF;
	margin: 10px 0 15px 0;
	padding: 12px 15px 0 15px;
	background:url(../images/nav_btn.png) no-repeat right;
	float: left;
	text-decoration: none;
}

#main_nav ul li a:hover {
	background:url(../images/nav_btn_over.png) no-repeat right;
	color: #FFF;
}

.currentpage {
	height: 26px;
	color: #FFF;
	margin: 10px 0 15px 0;
	padding: 12px 15px 0 15px;
	background:url(../images/nav_btn_over.png) no-repeat right;
	float: left;
	text-decoration: none;
}

/****************************************************
************* SLIDE NAV *****************************
****************************************************/

ul.slidenav {
	width: 920px;
	margin: 0;
	padding: 0;
}

ul.slidenav li {
	list-style-type: none;
	display: block;
	margin: 0 0 -8px 22px;
	padding: 13px 0 0 0;
	width: 919px;
	height: 41px;
	background:url(../images/slidenav_bg.gif) no-repeat;
}

ul.slidenav li a {
	width: 919px;
	height: 41px;
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #a0410d;
	text-decoration: none;
	padding: 20px 0 0 35px; 
}

ul.slidenav li a:hover {
	width: 919px;
	height: 41px;
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #000;
}

/****************************************************
************* ACCORDIAN NAV *************************
****************************************************/

.accordion {
	width: 919px;
	margin-left: 22px;
}
.accordion h3 {
	background:url(../images/slidenav_bg.gif) no-repeat;
	padding: 13px 15px 13px 30px;
	margin: 0 0 5px 0;
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #a0410d;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background:url(../images/slidenav_bg_over.gif) no-repeat;
}
.accordion h3.active {
	padding: 13px 15px 13px 30px;
}
.accordion div.slide {
	background:url(../images/accordian_expand_bg.gif) no-repeat bottom;
	margin: 0 0 10px 0;
	padding: 10px 15px 20px 20px;
}

.accordion div img {
	float: left;
}

.accordion div p.accordion_title {
	font: bold 24px Helvetica, Arial, sans-serif;
	line-height: 32px!important;
	color: #39546b;
	margin: 4px 0 15px 260px;
}

.accordion div p {
	font: normal 13px Helvetica, Arial, sans-serif;
	color: #363636;
	margin: 6px 0 6px 260px!important;
	line-height: 18px;
}

.accordion div p.left {
	font: normal 13px Helvetica, Arial, sans-serif;
	color: #363636;
	margin: 6px 0 6px 0px!important;
	line-height: 18px;
}

.accordion div ul {
	margin: -4px 0 30px 280px;
}

.accordion div ul li {
	list-style-type: square;
	line-height: 18px;
}

.accordion div ol {
	margin: 0px 0 30px 280px;
}

.accordion div ol li {
	line-height: 18px;
	margin: 0 0 6px 0;
	color: #333;
}

.accordion div blockquote {
	margin: 15px 20px 30px 260px;
	background-color: #666;
	padding: 15px;
	color: #EFEFEF;
	line-height: 22px;
	font-weight: bold;
	border: 1px solid #efefef;
}

.accordion div blockquote span {
	color: #8cc63f;
	font-weight: bold;
}

.accordion div blockquote.byline {
	font-weight: normal;
	font-style: italic;
	color: #efefef;
}

.accordion p.subtitle {
	font: bold 14px Helvetica, Arial, sans-serif;
	line-height: 22px;
}

.burn_photo {
	position: absolute;
	top: 400px;
	left: 0px;
}

.content_photo {
	float: none!important; 
	margin-left: 330px; 
	border:2px solid #666;
}

.content_photo_large {
	float: none!important; 
	margin-left: 260px; 
	border:4px solid #666;
}

.photoBorder {
	border: 4px solid #999;
}

.floatLeft {
	float: left;
}

/****************************************************
************* TOOLTIP *******************************
****************************************************/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font: normal 10px Helvetica, Arial, sans-serif;
	color: #efefef;
	border: none;
	width: 190px;
	height: 55px;
	padding:15px;
	opacity: 0.9;
	background: url('../images/bubble.png');
}

#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 10pt;
	width: 190px;
	text-align: center;
}

#tooltip.pretty div { width: 220px; text-align: left; }

/****************************************************
************* FOOTER ********************************
****************************************************/

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
	width: 920px;
	height: 117px;
	background:url(../images/footer_bg.png) no-repeat top center #000;
	padding: 22px 24px 10px 24px;
	color: #FFF;
	font: normal 11px Helvetica, Arial, sans-serif;
	line-height: 15px;
	clear:both;
}

.subPage {
	margin-top: 10px!important;
}

#footerLinks {
	position: relative;
	top: -90px;
	text-align: right;
	width: 650px;
	float: right;
	font: normal 11px Helvetica, Arial, sans-serif;
}

#footerLinks a {
	color: #FFF;
	text-decoration: none;
}

#footerLinks a:hover {
	color: #8ac3c3;
}

