/* CSS Document */

html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body {
	height: auto;
}

body {
	padding: 0px;
	margin: 0px;
	
	background-color: #000000;
	background-image: url('../images/bgGraphic.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

/* ***** Structure ***** */
div#wrapper {
	width: 100%;
	
	text-align: center;
}

div#mainBody {
	position: relative;
	width: 840px;
	margin: 30px auto 30px auto;
	padding-bottom: 30px;
}


/* ***** Header Area ***** */
div#header {
	position: relative;
	height: 80px;
	
	background-color: #ee3224;
	border-bottom: 1px solid #ffffff;
}

div#header img {
	margin: 15px 0px 0px 20px;
}

/* ***** Navigation ***** */
	/* First level */
div#header ul {
	position: relative;
	margin: 0px 0px 0px 50%;
	padding: 0px;
	z-index: 10;
}

div#header ul li {
	position: relative;
	display: inline;
	padding: 5px;
}

div#header ul li a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
}
div#header ul li a:hover { color: #000000; }

	/* Second Level */
div#header ul ul {
	position: absolute;
	display: none;
	width: 120px;
	top: 20px;
	left: 0px;
	margin: 0px;
	z-index: 10;
	
	border: 0px none #000000;
	background-color: transparent;
	background-image: url('../images/bgMenu2.png');
	background-repeat: repeat;
}

div#header ul ul li {
	display: block;
	padding: 0px;
}

div#header ul ul li a {
	display: block;
	width: 110px;
	padding: 5px;
	
	text-transform: capitalize;
}
div#header ul ul li a:hover { background-color: #333333; color: #ffffff; font-weight: bold; }

	/* Third Level */
div#header ul ul ul {
	position: absolute;
	display: none;
	width: 190px;
	top: 0px;
	left: 120px;
	margin: 0px;
	z-index: 10;
	
	border: 0px none #000000;
	background-color: transparent;
	background-image: url('../images/bgMenu3.png');
	background-repeat: repeat;
}

div#header ul ul ul li {
	padding: 0px;
}

div#header ul ul ul li a {
	display: block;
	width: 180px;
	padding: 5px;
}
div#header ul ul li a:hover { background-color: #777777; color: #ffffff; font-weight: bold; }

/* ***** Main Image ***** */
img.imgMain {
	position: absolute;
	top: 180px;
	right: 52%;
}

object#prjMovie {
	position: absolute;
	top: 180px;
	right: 52%;
	
	z-index: 2;
}
object#prjMovie embed { z-index: 2 }
object#prjMovie.renovations { top: 140px; }

a#lnkSwitch {
	position: absolute;
	top: 480px;
	right: 52%;
}

	/* Existing Movie */
img#prjExisting {
	height: 210px;
	left: 50%;
	margin: 0px;
	position: absolute;
	top: 140px;
	width: 280px;
		
	z-index: 2;
}

	/* Project Links */
#prjLinks {
	position: absolute;
	left: 20%;
	top: 160px;
}
#prjLinks.renovations { top: 120px; }

#prjLinks a {
	background-repeat: no-repeat;
	
	font-size: 10px;
	color: #8f8f8f;
	text-decoration: none;
}
#prjLinks a:hover { color: #ffffff; }

#prjLinks a.lnkPrevious {
	padding: 0px 20px 0px 15px;
	
	background-image: url('../images/bltPRJ_Previous.gif');
	background-position: 3px 4px;
}
#prjLinks a.lnkPrevious:hover { background-image: url('../images/bltPRJ_Previous_over.gif'); }

#prjLinks a.lnkNext {
	padding: 0px 15px 0px 0px;
	
	background-image: url('../images/bltPRJ_Next.gif');
	background-position: right 4px;
}
#prjLinks a.lnkNext:hover { background-image: url('../images/bltPRJ_Next_over.gif'); }

/* ***** Other Content ***** */
div.objContactDetails1,
div.objContactDetails2 {
	position: absolute;
	width: 300px;
	margin: 40px 25px 10px 25px;
}

div.objContactDetails1 img,
div.objContactDetails2 img {
	margin-top: 10px;
}

div.objContactDetails1 { right: 50%; text-align: right; }
div.objContactDetails2 { left: 50%; }

/* ***** Main Content ***** */
div#mainContent {
	position: absolute;
	left: 50%;
	top: 132px;
	width: 560px;
	padding: 0px 0px 80px 0px;
}
div#mainContent.renovations {
	top: 372px;
}

div#mainContent div#scrContainer {
	position: relative;
	width: 380px;
	height: 450px;
	overflow: hidden;
}
div#mainContent.renovations div#scrContainer { width: 500px; }

div#mainContent div#scrContainer div#scrPane {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#mainContent div.buttons {
	position: relative;
	float: right;
	width: 12px;
	margin-left: 4px;
	margin-right: 30px;
}
div#mainContent div.buttons div {
	position: absolute;
	right: 0px;
}
div#mainContent div.buttons div#scrButtonUp { bottom: 12px; }
div#mainContent div.buttons div#scrButtonDown { bottom: 0px; }

/* ***** Thumbnails ***** */
div#thumbnails {
	position: relative;
	float: right;
	width: 134px;
	margin-top: 12px;
}

div#thumbnails div#scrContainerT {
	position: relative;
	height: 450px;
	width: 118px;
	overflow: hidden;
}

div#thumbnails div#scrContainerT div#scrPaneT {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#thumbnails img {
	margin-bottom: 3px;
}

div#mainContent div#thumbnails div.buttons {
	position: relative;
	float: right;
	width: 12px;
	margin-left: 4px;
	margin-right: 0px;
}

div#mainContent div#thumbnails div.buttons div {
	position: absolute;
	right: 0px;
}
div#mainContent div#thumbnails div.buttons div#scrButtonUpT { bottom: 12px; }
div#mainContent div#thumbnails div.buttons div#scrButtonDownT { bottom: 0px; }

	/* Renovations Thumbnails */
div#thumbnails.renovations {
	height: 100px;
	margin-top: 12px;
	position: absolute;
	right: 52%;
	width: 560px;
}

div#thumbnails.renovations div#scrContainerT {
	height: 100px;
	width: 560px;
}

div#thumbnails.renovations img {
	float: left;
	margin-right: 3px;
}

div#thumbnails.renovations div#scrContainerT div#scrPaneT {
	width: 970px;
}

div#mainContent div#thumbnails.renovations div.buttons {
	float: none;
	height: 12px;
	width: 30px;
}

/* ***** Image Enlargment Objects ***** */
div#dullWindow {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 50;
	
	background-color: #000000;
	
	opacity: 0.8;
	khtml-opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

iframe#imgEnlargement {
	display: none;
	position: absolute;
	
	border: 0px none #000000;
	background-color: transparent;
}

/* ***** Footer ***** */
div#footer {
	position: absolute;
	left: 50%;
	bottom: 15px;
	width: 50%;
	padding-top: 5px;
	
	border-top: 1px solid #ffffff;
	
	font-size: 9px;
}

/* ***** General ***** */
	/* Headings */
h2 {
	margin: 0px 0px 5px 0px;
	
	font-family: Din, "Arial Narrow", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
h2.noLayout {
	margin-top: 40px;
	text-align: center;
}

h3 {
	margin: 5px 0px 1px 0px;
	
	font-size: 13px;
	font-weight: bold;
}

h4 {
	margin: 5px 0px 0px 0px;
	
	font-size: 11px;
	font-weight: bold;
}

	/* Text */
p.details { margin-top: 0px; }
blockquote { margin: 0px 0px 10px 0px; font-style: italic; }
blockquote p { margin: 0px 0px 10px 0px; }
cite { margin: 0px 0px 10px 0px; display: block; clear: both; font-style: normal; color: #aaaaaa; }

	/* Links */
a img {
	border: 0px none #000000;
}

a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

span.clear {
	display: block;
	clear: both;
}

a.lnkEmail {
	padding-left: 17px;
	
	background-image: url('../images/icoEmailLink.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

a.lnkFlowChart {
	padding-left: 19px;
	padding-bottom: 1px;
	
	background-image: url('../images/icoFlowChartLink.gif');
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

	/* Lists */
ul.lstAwards {
	margin: 2px auto;
	padding-left: 15px;
}
ul.lstAwards li { padding: 2px 130px 2px 0px; }

/* ***** Window Styles ***** */
body.winBody { width: auto; margin: 5px; padding: 10px; }

body.winBody p { margin: 10px 0px 0px 0px; }
body.winBody p.radioSet { margin: 0px; }
body.winBody p.radioSet label { color: #aaaaaa; }

body.winBody input.btn {
	border: 1px solid #aaaaaa;
	background-color: #aaaaaa;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

body.winBody textarea {
	width: 390px;
	height: 80px;

	border: 1px solid #676767;	

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* ***** Project List ***** */
div.prjList,
div.srvList,
div.prjList_last {
	float: left;
	margin-right: 25px;
	
	text-align: left;
}
div.srvList { margin: 0px; }
div.prjList_last { margin: 0px; }

div.prjList ul,
div.srvList ul,
div.prjList_last ul {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

div.prjList ul li,
div.srvList ul li,
div.prjList_last ul li {
	height: 60px;
	padding: 3px 10px 3px 3px;
	margin-bottom: 4px;
	min-width: 240px;
	
	background-image: url('../images/bgProjectItem.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
div.srvList ul li { min-width: 270px; }
div.prjList ul li { min-width: 240px; }

div.prjList ul li a,
div.srvList ul li a,
div.prjList_last ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
div.prjList ul li a:hover,
div.srvList ul li a:hover,
div.prjList_last ul li a:hover { text-decoration: underline; }

div.prjList ul li a img,
div.srvList ul li a img,
div.prjList_last ul li a img {
	margin-right: 10px;
	
	vertical-align: bottom;
	border: 0px none #000000;
}
