@charset "utf-8";
/* CSS Document */
@import url("reset.css");
/*End hide from IE-mac */


body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/BG_fill.jpg);
	background-repeat: repeat-x;
	background-color: #934A2A;
}



/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:932px;
	position:relative;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.2em;
}


/* CHEAT LIST:
- to fix IE 6 double margin on floated elements, apply "display: inline" to the CSS rule. Example: div {float:left;margin:40px;display:inline;}
*/

/*
Clears floats within container, so container continues to wrap around contents
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-table;}
/*Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}

.left {float: left;}
.right {float: right;}


/*
Navigation Banner
*/

#navigationBanner {
	width: 932px;
	background-image: url(../images/BG_nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 11px;
	padding-bottom: 5px;
	z-index: 8000;
	float: left;
}
#bottomCurve {
	height: 21px;
	width: 932px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	background-image: url(../images/bottomCurveSquare.png);
}



/*Temp navigation styles for building site*/

#navBarTemp ul li {
	display:inline;
	margin:0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#navBarTemp ul li a {
	color: #FFF;
	display:block;
	float:left;
	padding:5px 10px;
	background-color: #999;
	text-decoration: none;
}
#navBarTemp ul li a:hover {background:#eee;color:black;}

#contentWrapper {
	width: 932px;
	background-image: url(../images/BG_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
}

/* Main Layout */

#header {
	height: 115px;
	width: 932px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}



#creditBox {
	width: 900px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}

#creditBox a {
	color: #000000;
	font-size: .9em;
	text-decoration: none;
}

#creditBox a:hover {
	color: #000000;
	font-size: 0.9em;
	text-decoration: underline;
}



/* PAGE FOOTER */

#footerBox {
	width: 900px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color:#000000;
	font-size: .9em;
}

#footerBox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	text-decoration: none;
}

#footerBox a:hover {
text-decoration: underline;
}
#photoBand {
	float: none;
	height: 162px;
	width: 920px;
	margin-left: 6px;
}
#columnLeft {
	width: 459px;
	float: left;
	margin-left: 6px;
}
#columnLeftHome {
	width: 459px;
	float: left;
	margin-left: 6px;
	background-color: #D8B37A;
}

#columnLeftWithText {
	width: 389px;
	float: left;
	margin-left: 6px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #D8B37A;
	padding-top: 10px;
}
#columnLeftWithText p {
	padding-bottom: 9px;
}


#columnRight {
	width: 410px;
	padding-left: 25px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.4em;
	float: right;
}
#columnTour {
	width: 932px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.4em;
	float: right;
	background-image: url(../images/BG_content_solid.png);
}
.tourWrapper {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}



#columnRight p {
	padding-bottom: 9px;
}
#columnRight a {
	color: #000;	
}
#columnRightul {
	width: 410px;
	padding-left: 25px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.4em;
	float: right;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #974E2D;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #934A2A;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	background-repeat: no-repeat;
	overflow: visible;
	background-position: left center;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #974E2D;
	padding-bottom: 10px;
	padding-top: 10px;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #974E2D;
	padding-bottom: 10px;
	margin-top: -8px;
	font-style: italic;
}

#homeContactBox {
	width: 409px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(../images/BG_gradient_left.jpg);
	background-repeat: no-repeat;
	padding-right: 25px;
	background-position: left top;
	color: #974E2D;
}

#contentWrapper ul {
	margin-left: 12px;
}

#contentWrapper li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 13px;
	list-style-type: none;
	padding-bottom: 10px;
}
#homeContactBox a {
	color: #000;
}
blockquote {
	padding-left: 25px;
	padding-right: 25px;
}

.imageRight {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.detailsBorderBox {
	padding: 15px;
	border: 1px dotted #9B4F2D;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-position: top;
}
#contactOfficeBox {
	margin: 10px;
	padding: 10px;
	width: 75px;
	border: 1px dotted #B5AB87;
	float: right;
	font-size: 1.5em;
}
.borderIFrame {
	height: 300px;
	width: 300px;
	border: 1px solid #AF5936;
}
.logoOverlay {
	height: 102px;
	width: 342px;
	position: absolute;
	left: 4px;
	top: 10px;
}
.detailHeader {
	font-weight: bold;
	color: #974E2D;
}
#columnLeftTeamTemp {
	width: 389px;
	float: left;
	margin-left: 6px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #D8B37A;
	padding-top: 10px;
	text-align: center;
}
#homeContactBox a{
	color: #974E2D;
}

