/* 

STYLE SHEET FOR HENNINGSEN CONSTRUCTION WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

/* --------- 1. defaults  --------- */

* {margin: 0; padding: 0;}
	
html, body {height: 100%;}

/*  --------- 2. structure  --------- */

.wrapper {
	width: 868px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	text-align: left;
		}
#flashHolder {
	float: left;
	clear: both;
}


.footer {
	clear: both;
	background: #bfbbae url(../images/sep2.gif) repeat-x top;
	color: #4e4a3e;
	font-size: 11px;
	height: 100px;
		}

.footer .footerContent{width: 886px; text-align: left; margin: 0 auto; padding: 15px 0 15px 20px;}
.footerContent a {border-style: none; color: #333;}
.footerContent a:hover {border-bottom: 1px dotted #333;}

.push{height: 100px; clear: both;}

#rightContent #secNav {
	height: 42px;
	background: url(../images/nav/secNavBkg.gif) no-repeat;
	padding-top: 6px;
	font-weight: bold;
}
#secNav a {
	color: #76705d;
	text-decoration: none;
	border-style: none;
	padding: 2px;
}

#secNav li {
	float: left;
	background: url(../images/nav/secNavSep.gif) no-repeat right;
	padding: 3px 8px;
}
#secNav .noBkg {background: url(none);}
#secNav .noPadLeft{padding-left: 2px;}

/* ---------- 3. links and navigation ---------- */

a {
	color: #670711;
	border-bottom: 1px dotted #670711;
	text-decoration: none;
		}
		
a:hover {background: #F0EEE6;}

#navigationContainer a:focus {outline: 0;}
		
/* ---------- 4. fonts ---------- */
ul {list-style-type: none;}

/* ---------- 5. images ---------- */
a img {border: 0;}

/* ---------- 6. hacks ---------- */
body	{ /* IE 5 centring bug fix */text-align: center;}	
#wrapper {text-align: left;	}  
