@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
	
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(img/bkgBody.jpg) top repeat-x #b99b52;
	}
	
* html .clearfix {
	height:1%;
	}

/***************** Header ***********************/

#header {
	width:100%;
	background:#d9c184;
	text-align:center;
	background: url(img/bkgHeader.jpg) repeat-x bottom;
	}
	
#headerContainer {
	margin:0 auto;
	text-align:center;
	width:958px;
	}
	
img#logo {
	float:left;
	outline:none;
	border:none;
	margin:10px 0;
	}
	
	
	
#headerPromo {
	float:right;
	}

/***************** Main Navigation ***********************/

#mainNav {
	margin:0 auto;
	width:988px;
	background:url(img/bkgMainNav.jpg) top no-repeat;
	}
	
	#mainNav ul {
		list-style:none;
		margin-left:25px;
		}
		
	#mainNav ul li {
		float:left;
		padding:10px;
		margin-top:5px;
		background: url(img/navDivider.gif) right no-repeat;
		}
		
	#mainNav ul li a {
		text-decoration:none;
		color:#e9cc45;
		font-size:14px;
		font-weight:bold;
		}
		
	#mainNav ul a:hover {
		color:#fff;
		}
		
/***************** Content ***********************/

h1 {
	font-size:24px;
	font-weight:bold;
	color:#353535;
	padding:10px 0;
	}
	
h2 {
	font-size:14px;
	font-weight:bold;
	color:#353535;
	padding:10px 0 0 0;
	}
	
h3 {
	font-size:14px;
	font-weight:bold;
	color:#353535;
	padding:10px 0 0 0;
	}

p {
	font-size:12px;
	color:#353535;
	line-height:18px;
	padding:0;
	margin:0 0 5px 0;
	}

#content {
	text-align:center;
	background:#b99b52;
	}
	
#contentContainer {
	margin:auto;
	width:988px;
	background:url(img/bkgContentContainer.jpg) repeat-y #fff;
	}
	
#theRealContent {
	padding-top:10px;
	padding-bottom:10px;
	margin:auto;
	width:930px;
	text-align:left;
	min-height:400px;
	}
	
#homepageSplash {
	width:600px;
	background:#ccc;
	}
	
#splashFade {
	height:11px;
	width:100%;
	background:url(img/bkgSplashFade.jpg) top repeat-x;
	}
	
.introBox {
	float:left;
	margin-top:10px;
	width:298px;
	margin-right:18px;
	}
	
.introBox p {
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
	}
	
.introBox h1 {
	text-align:left;
	margin:0px 0px 10px 0px;
	padding:3px 5px;
	background:#b49542;
	border-top:2px solid #d5b96e;
	border-bottom:2px solid #d5b96e;
	font-size:18px;
	color:#fff;
	}
	
.last {
margin-right:0px;
}

.homepageThumb {
	display:block;
	border:1px solid #ccc;
	margin-bottom:10px;
	}

/***************** Portfolio ***********************/

ol {
margin-left:50px;
font-size:12px;
	}
	
ol li {
	}

/***************** Portfolio ***********************/

ul#gallery {
	list-style:none;
	}



ul#gallery li {
	float:left;
	display:block;
	margin:10px 26px 10px 0;
	height:230px;
	}
	
 ul#gallery li img {
 	border:2px solid #e2d5b5;
	}


/***************** Footer ***********************/


#footer {
	background:url(img/bkgFooter.jpg) top center no-repeat;
	width:988px;
	text-align:left;
	height:50px;
	}

	#footer ul {
		list-style:none;
		margin-left:30px;
		
		}
	
	#footer ul li {
		display:block;
		float:left;
		margin-top:15px;
		margin-bottom:15px;
		margin-right:10px;
		font-size:11px;
		}
		
	#footer ul li a {
		color:#a2c57f;
		text-decoration:none;
		}
		
span.bold {
	font-weight:bold;
	}
