@charset "utf-8";
/*
	Base CSS Document
	Van Scott Builders
	Scott Cranfill, Stratejus Marketing
	http://www.stratejus.com/
*/


/* === COMMON ELEMENTS === */

/* Standardizes rendering for common elements across browsers. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Sets global properties for each page. */
body {
	background: #C0C0C0;
	color: #000;
	font: 62.5% Verdana, Arial, sans-serif;
	line-height: 1.4em;
}
h1 {
	margin-bottom: 0.7em;
	font-size: 1.8em;
	color: #666;
	line-height: 2.1em;
}
h2 {
	margin-bottom: 0.7em;
	font-size: 1.2em;
	font-style: italic;
}
h2 span.location {
	color: #666;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}
img.right {
	float: right;
	margin: 0 0 0.6em 1.2em;
	border: none;
}
p, li {
	font-size: 1.2em;
	line-height: 1.4em;
}


/* === LINK STYLING === */

a {
	text-decoration: none;
}
a:link {
	color: #800000;
}
a:visited {
	color: #800000;
}
a:hover {
	color: #336;
	text-decoration: none;
}
a:active {
	color: #336;
}
a img {
	border: none;
}
a.readMore {
	font-style: italic;
}


/* === PAGE STRUCTURE === */

div#container {
	width: 780px;
	margin: 0;
}
#container div {
	margin: 0; padding: 0;
}
div#header {
	height: 23px;
	padding-left: 200px;
	background: #590000 url(images/sidebar_bg.gif) repeat-y;
}
#primaryNav li:hover, #primaryNav li.hover {  
	position: static;  
} 
#primaryNav, #primaryNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#primaryNav a {
	display: block;
	width: 184px; height: 15px;
	padding: 4px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#primaryNav a:hover {
	text-decoration: none;
}
#primaryNav li { /* all list items */
	width: 192px; /* width needed or else Opera goes nuts */
	float: left;
	font-size: 1.0em;
}
#pNav1, #pNav2, #pNav3 {
	text-indent: -999em;
}
#pNav1 {
	background: #590000 url(images/custom_homes.png) center center no-repeat;
}
#pNav2 {
	background: #590000 url(images/remodeling_additions.png) center center no-repeat;
}
#pNav3 {
	background: #590000 url(images/home_renovations.png) center center no-repeat;
}
#primaryNav li ul { /* second-level lists */
	position: absolute;
	width: 192px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#primaryNav li ul a { /* second-level and above links */
	padding: 2px;
	background: #FFF;
	border: 1px solid #590000;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: none;
}
#primaryNav li ul a:hover { /* second-level and above link hover states */
	background: #999;
	color: #FFF;
	text-decoration: none;
}
#primaryNav li ul a.flyOut {
	background: #FFF url(images/flyout_arrow.gif) right center no-repeat;
}
#primaryNav li ul a.flyOut:hover {
	background: #999 url(images/flyout_arrow.gif) right center no-repeat;
}
#primaryNav li ul ul { /* third-and-above-level lists */
	margin: -21px 0 0 190px;
}
#primaryNav li:hover ul ul, #primaryNav li.sfhover ul ul {
	left: -999em;
}
#primaryNav li:hover ul, #primaryNav li li:hover ul, #primaryNav li.sfhover ul, #primaryNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#primaryNav li ul#reno a {
	width: 190px;
}
div#main {
	margin: 0; padding: 0;
	background: #FFF url(images/sidebar_bg.gif) repeat-y;
}
div#content {
	width: 532px;
	float: right;
	margin: 0; padding: 24px;
}
div#leftCol {
	width: 262px;
	float: left;
	margin: 0; padding: 0 10px 16px 0;
}
div#rightCol {
	width: 250px;
	float: right;
	margin: 0; padding: 0 0 16px 10px;
}
#rightCol img {
	display: block;
	margin-bottom: 16px;
}
div#sidebar {
	width: 200px;
	float: left;
	margin: 0; padding: 0 0 16px;
	color: #FFF;
}
#sidebar div.block {
	width: 160px;
	margin: 0 auto 12px;
}
ul#secondaryNav {
	width: 200px; height: 154px;
	position: relative;
	margin: 0 0 14px 0; padding: 0;
	background: url(images/left_menu_sprite.png) no-repeat;
}
#secondaryNav li {
	position: absolute;
	left: 0;
	margin: 0; padding: 0;
	list-style: none;
}
#secondaryNav li, #secondaryNav a {
	display: block;
	width: 200px; height: 22px;
	text-indent: -999px;
}
#sNav1 {
	top: 0;
}
#sNav2 {
	top: 22px;
}
#sNav3 {
	top: 44px;
}
#sNav4 {
	top: 66px;
}
#sNav5 {
	top: 88px;
}
#sNav6 {
	top: 110px;
}
#sNav7 {
	top: 132px;
}
#sNav1 a:hover {
	background: url(images/left_menu_sprite.png) -200px 0 no-repeat;
}
#sNav2 a:hover {
	background: url(images/left_menu_sprite.png) -200px -22px no-repeat;
}
#sNav3 a:hover {
	background: url(images/left_menu_sprite.png) -200px -44px no-repeat;
}
#sNav4 a:hover {
	background: url(images/left_menu_sprite.png) -200px -66px no-repeat;
}
#sNav5 a:hover {
	background: url(images/left_menu_sprite.png) -200px -88px no-repeat;
}
#sNav6 a:hover {
	background: url(images/left_menu_sprite.png) -200px -110px no-repeat;
}
#sNav7 a:hover {
	background: url(images/left_menu_sprite.png) -200px -132px no-repeat;
}
#sidebar a {
	color: #F00;
}
#sidebar p {
	font-size: 1.0em;
}
#main hr {
	clear: both;
	margin: 0; padding: 0;
	visibility: hidden;
}
div#footer {
	clear: both;
	padding: 2.1em;
	color: #666;
	font-weight: bold;
}
#footer img {
	float: right;
}
#footer p {
	margin: 0;
	font-size: 1.0em;
}

div#content div.site {
	clear: both;
	padding: 12px 0;
	border-bottom: #999 1px solid;
}
.site img {
	margin-left: 3.2em;
}

blockquote {
	margin: 16px; padding: 32px 24px 16px;
	background: #D4D4D4 url(images/quote.gif) no-repeat;
}

table#projectIndex {
	margin: 0 0 16px 0;
}
#projectIndex th {
	padding: 5px;
	border-bottom: 2px groove #333;
	color: #999;
	font-size: 1.4em;
}
#projectIndex td {
	border-bottom: 1px solid #CCC;
	padding: 5px;
	font-size: 1.2em;
	line-height: 140%;
	vertical-align: top;
}
.city {
	display: block;
	font-style: italic;
}
h1 .city {
	margin-top: 0;
	font-size: 0.8em;
	font-weight: normal;
	color: #999;
	line-height: 1.4em;
}
#portfolio h2 {
	margin: 18px 0 8px;
}

img.galleryImg {
	float: left;
	margin: 0 12px 12px 0;	
}