/*****************************************************************
	Description: Master stylesheet for PacWall
	Author: 420 Design - fourtwentydesign.com
	Version: 2008 May
*****************************************************************/

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: small/1.8em Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #4b4e54;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
}

* html #wrapper { height: 100%; }

#nonfooter {
	position: relative;
	min-height: 100%;
	padding-bottom: 244px;
}

* html #nonfooter { height: 100%; }

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

img { border: 0; }





/*	Masthead area (logo + nav)
-------------------------------------------------------------------*/
h1#logo {
	width: 299px;
	height: 99px;
	display: block;
	float: left;
	background: #fff url(/images/logo.jpg) no-repeat left top;
}

h1#logo a {
	width: 299px;
	height: 99px;
	display: block;
}

h1#logo span {
	display: block;
	text-indent: -999em;
}

ul#nav {
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
	line-height: 1em;
}

ul#nav li {
	display: block;
	float: left;
	margin: 0 0 0 2px;
/*	padding: 5px 8px;*/
	font-size: 90%;
}

ul#nav li a {
	display: block;
	padding: 5px 8px;
	margin: 0 0 0 8px;
	background: #fff;
	color: #154799;
	text-decoration: none;
}

ul#nav li a:hover {
	background: #154799;
	color: #fff;
}

ul#nav li.active a {
	background: #64b23c;
	color: #fff;
}





/*	Banner
-------------------------------------------------------------------*/
h1#banner {
	width: 800px;
	height: 250px;
	display: block;
	border: 2px solid #143068;
	border-width: 3px 0;
	margin: 0;
	padding: 0;
}

h1#banner span {
	display: block;
	text-indent: -999em;
}

#home h1#banner { background: url(/images/banner_home.jpg) no-repeat left top; }
#about h1#banner { background: url(/images/banner_about.jpg) no-repeat left top; }
#projects h1#banner { background: url(/images/banner_projects.jpg) no-repeat left top; }
#customers h1#banner { background: url(/images/banner_customers.jpg) no-repeat left top; }
#safety h1#banner { background: url(/images/banner_safety.jpg) no-repeat left top; }
#careers h1#banner { background: url(/images/banner_careers.jpg) no-repeat left top; }





/*	Content structure
-------------------------------------------------------------------*/
#main_column {
	width: 498px;
	margin: 0;
	padding: 0 0 3em 0;
	float: left;
}

#main_column_wide {
	padding-bottom: 3em;
}

#sidebar {
	width: 266px;
	margin: 0;
	padding: 0 0 3em 0;
	float: right;
}






/*	Footer
-------------------------------------------------------------------*/
#footer_container {
	width: 100%;
	border-top: 1px solid #fff;
	clear: both;
	margin: 0;
	padding: 0;
	background: #e6e6e6 url(/images/bg_footer_container.jpg) repeat-x left top;
	position: relative;
	margin-top: -245px;
	height: 244px;
}

#footer {
	width: 800px;
	height: 244px;
	margin: 0 auto;
	padding: 0;
	background: #e6e6e6 url(/images/bg_footer.jpg) no-repeat center top;
}

.footer_column {
	width: 232px;
	margin: 0 36px 0 0;
	padding: 0;
	float: left;
}

.footer_column a {
	color: #4b4e54;
}

.footer_column a:hover {
	color: #005dab;
	text-decoration: none;
}

.contact_info {
	margin: 0;
	padding-top: 1em;
	text-align: right;
}

.contact_info dl {
	margin: 3.5em 0 0 0;
	padding: 0;
	font-size: 80%;
	line-height: 1.4em;
}

.contact_info dt {
	color: #404040;
	font-size: 120%;
	font-weight: bold;
}

.contact_info dd.copyright {
	margin-top: 1em;
}

p.credit {
	font-size: 80%;
	color: #b1aeae;
}

p.credit a {
	color: #b1aeae;
	text-decoration: none;
}

p.credit a:hover {
	text-decoration: underline;
}





/*	Typography + other styles
-------------------------------------------------------------------*/
/*	Headers	*/
h1 {
	font-size: 215%;
	font-weight: normal;
	color: #154799;
	line-height: 1em;
}

h2 {
	font-size: 180%;
	color: #438817;
	font-weight: normal;
	margin-bottom: -.25em;
}

h3 {
	font-size: 160%;
	font-weight: normal;
	color: #193380;
	margin-bottom: -.25em;
}

#sidebar h3.lg_button {
	width: 266px;
	display: block;
	font-size: 140%;
	text-align: center;
	color: #fff;
	background: url(/images/bg_greenbtn_bottom.jpg) no-repeat 1px bottom;
	padding: 0;
}

#sidebar h3.lg_button a {
	width: 264px;
	display: block;
	background: url(/images/bg_greenbtn_top.jpg) no-repeat left top;
	border: 1px solid #1c7633;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: .6em 0;
}

#sidebar h3.lg_button a:hover {
	color: #154799;
}

h4 {
	font-size: 155%;
	color: #c73311;
	font-weight: normal;
}

#footer h4 {
	margin-bottom: 0;
	padding-top: 1.2em;
/*	color: #404040;*/
	color: #842801;
	font-size: 130%;
}

h5 {
	font-size: 135%;
	font-weight: normal;
	color: #808080;
}

h6 {
	font-size: 110%;
	font-weight: normal;
}

blockquote {
	border-left: 1px solid #e0e0e0;
	padding-left: 20px;
	margin: 1em 3em;
	color: #707070;
}

#testimonial {
	background: #e9f3ff url(/images/quote_upper.gif) no-repeat left top;
}

.t_quote {
	margin-top: 1em;
	padding: 20px 20px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #154799;
	line-height: 1.5em;
}

p.t_author {
	background: url(/images/quote_lower.gif) no-repeat right bottom;
	padding: 0 20px 20px;
	text-align: right;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #656a70;
	line-height: 1.6em;
}

#sidebar a {
	color: #64b23c;
}

#sidebar a:hover {
	text-decoration: none;
	color: #005dab;
}

dl.staff {
	margin: -1em 0 0 0;
	padding: 0;
	line-height: 1.2em;
}

dl.staff dt {
	font-weight: bold;
	margin: 1em 0 0 0;
}

dl.staff dd {
	margin: 0;
	padding: 0;
}

#main_column a {
	color: #4b4e54;
}

#main_column a:hover {
	color: #005dab;
}





/*	Projects pages
-------------------------------------------------------------------*/
ul#tab_regions {
	margin: 3em 0 0 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

ul#tab_regions li {
	display: inline;
}

ul#tab_regions li a {
	margin: 0 2px 0 0;
	padding: .4em .8em;
/*	background: #fff;*/
	color: #404040;
	text-decoration: none;
/*	border-bottom: 1px solid #ddd;*/
}

ul#tab_regions li a:hover {
	color: #64b23c;
}

ul#tab_regions li a.active {
	color: #005dab;
	background: #ddd;
}

.project {
	line-height: 1em;
	margin: 1.5em 30px .5em 0;
	padding: 0;
	float: left;
	width: 360px;
}

.project h4 {
	font-size: 130%;
	float: right;
	width: 177px;
	margin: 0 0 .5em 0;
	line-height: 1.2em;
}

.project h4 a { color: #c73311; }

.project h4 a:hover {
	color: #005dab;
	text-decoration: none;
}

.project img {
	float: left;
	padding: 3px;
	border: 1px solid #ddd;
	margin: 0 15px 0 0;
	display: block;
	width: 160px;
	height: 110px;
	overflow: hidden;
}

.project p {
	margin-left: 183px;
}

#project_info_wrap {
	line-height: 1.2em;
}

dl.projects_list,
dl.projects_list dt,
dl.projects_list dd {
	margin: 0;
	padding: 0;
}

dl.projects_list {
	margin-top: 1em;
}

dl.projects_list dt {
	font-weight: bold;
	font-size: 120%;
}

/* lightwindow adjustments */
a#lightwindow_title_bar_close_link {
/*	color: #fff;
	background: #59ac1e;
	border: 1px solid #1c7633;
	padding: 10em;*/
}




/*	Customers Page
-------------------------------------------------------------------*/
#customer_list {
	margin: 2em 0 0 0;
}

#customer_list span.rating_5 { font-size: 300%; }
#customer_list span.rating_4 { font-size: 250%; }
#customer_list span.rating_3 { font-size: 200%; }
#customer_list span.rating_2 { font-size: 150%; }
#customer_list span.rating_1 { font-size: 100%; }

#customer_list span {
	display: inline;
	margin: 0 .5em 0 0;
	line-height: 1.3em;
}

#customer_list a {
	color: #4b4e54;
}

#customer_list a:hover {
	color: #005dab;
}






/*	Construction Exec
-------------------------------------------------------------------*/
#construction_exec {
/*	width: 100%;*/
	background: #64b23c;
	margin: 0;
	padding: 1em;
}

#construction_exec img {
	border: 3px solid #e9f3ff;
	margin: 0 1.7em 0 0;
	float: left;
}

#construction_exec p {
	line-height: 1.3em;
}

#construction_exec p a {
	color: #fff;
}