@charset "UTF-8";
/* CSS Document */

/* ##################################################
#	GENERAL
###################################################*/
/*
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(/images/body-background.gif);
}
*/
div.cleaner { clear: both; }
a:active {
	outline: none;
}
/* ##################################################
#	WRAPPER
###################################################*/
div#wrapper {
	position: relative;
	width: 950px;
	text-align: left;
	margin: 5px auto 0px auto;
}


/* ##################################################
#	HEADER
###################################################*/
div#header {
	position: relative;
	background-image: url(/styles/constructionguide/images/header/header-background2.jpg);
	width: 948px;
	height:168px;
	border: 1px solid #cccccc;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
div#header a {
	text-decoration: none;
}
div#header p, div#header li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: medium;
}
div#header-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 150;
}
div#header-logo .guide {
	position: absolute;
	top: 5px;
	left: 730px;
}
div#header-logo .foundation {
	position: absolute;
	top: 35px;
	left: 490px;
}

div#contact-info {
	position: absolute;
	top: 15px;
	left: 745px;
	border-left: 1px solid #cccccc;
	padding-left: 9px;
	z-index: 400;
}
div#contact-info div { padding-bottom: 3px; }
div#contact-info p {
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	font-weight: bold;
}
div#contact-info .company-name {
	color: #fbb03b;
}
div#contact-info a {
	padding-bottom: 1px;
	border-bottom: 1px dotted #999999;
}
div#contact-info a:link,
div#contact-info a:visited { color: #ffffff; }
div#contact-info a:hover { color: #ff6600; }

/* ##################################################
#	HEADER NAV
###################################################*/
div#mouse-watcher {
	position: absolute;
	display: none;
	width: 948px;
	height: 500px;
	z-index: 1;
}
div#nav {
	position: absolute;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image:url(/styles/constructionguide/images/header/menu-background.jpg);
	background-repeat: repeat-x;
	top: 140px;
	width: 948px;
	height: 27px;
	z-index: 600;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}
div#nav-services {
	position:absolute;
	top: 180px;
	left: 120px;
	height: 29px;
	z-index: 100;
}
div#nav-content {
	position:absolute;
	top: 180px;
	left: 525px;
	height: 29px;
	z-index: 100;
}

div.menu-bar-left {
	background-image: url(/styles/constructionguide/images/header/menu-left.png);
	float: left;
	width: 6px;
	height: 29px;
}
div.menu-bar-center {
	background-image: url(/styles/constructionguide/images/header/menu-background.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 29px;
	font-size: 14px;
	line-height: 15px;
}
div.menu-bar-right {
	background-image: url(/styles/constructionguide/images/header/menu-right.png);
	float: left;
	width: 6px;
	height: 29px;
}
ul.menu-bar-horizontal {
	position: relative;
	top: 5px;
	list-style-type: none;
	background-image:url(/styles/constructionguide/images/header/menu-background.jpg);
	background-repeat:repeat-x;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
}
div#nav ul.menu-bar-horizontal li {
	list-style-type: none;
	position: relative;
	float: left;
	padding: 0px 5px;
	font-weight: bold;
}
ul.menu-bar-horizontal a:link,
ul.menu-bar-horizontal a:visited {
	color: #ffffff;
}
ul.menu-bar-horizontal a:hover {
	color: #ff6600;
}
div.menu-spacer {
	width: 1px;
	background-color: #ff0000;
}

div.dropdown-submenu {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 175px;
	display: none;
}
div.dropdown-top {
	position: relative;
	background-image: url(/styles/constructionguide/images/header/dropdown-top-lr.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 19px;
}
div.dropdown-top-slider {
	position: relative;
	float: left;
	background-image: url(/styles/constructionguide/images/header/dropdown-slider-background.jpg);
	background-repeat: repeat-x;
	width: 50px;
	height: 14px;
	left: 10px;
}
div.dropdown-top-right {
	position: relative;
	float: left;
	background-image: url(/styles/constructionguide/images/header/dropdown-slider-right.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 14px;
	left: 10px;
}
div.dropdown-middle {
	position: relative;
	background-image: url(/styles/constructionguide/images/header/dropdown-background.png);
	background-repeat: repeat-y;
}
div.dropdown-content {
	position: relative;
	font-size: 11px;
	line-height: 16px;
	width: 165px;
	left: 13px;
}
div.dropdown-linkbox {
	position: relative;
	height: 20px;
}
div.dropdown-link {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
}
div.dropdown-bottom {
	background-image: url(/styles/constructionguide/images/header/dropdown-bottom.png);
	background-repeat: no-repeat;
	height:6px;
}


/* ##################################################
#	CONTENT
###################################################*/
div#content {
	position: relative;
	width: 950px;
	margin-top: 12px;
	z-index: 1;
}

div#content div {
	/* border: 1px dashed #ff0000; */
}

/* ##################################################
#	FOOTER
###################################################*/
div#footer {
	background-image: url(/styles/constructionguide/images/header/header-background.gif);
	text-align: right;
}
div#footer .copyright {
	color: #666666;
	font-size: 12px;
	padding: 10px 0px;
}