@import url(reset.css); /* reset all default css */

body {
	background: #52180F url(../img/bg.gif) repeat-x;
	color: #333;
	font: 12px/1.2 "Gill Sans", "Arial Narrow", Arial, sans-serif;
	text-align: center;
	}
	
a { text-decoration: none;}
a:hover { text-decoration: underline;}
iframe { border: none; }


	
/* main container */	
#page {
	background: #EAD49D;
	margin: 15px auto;
	padding: 2px 1px;
	text-align: left;
	width: 960px;
	}	
	
/* mast head */
#mast {
	position: relative;
	margin: 6px;
	}	
	#mast li {
	display: inline;	
	line-height: 10px;
	margin: 0;
	}
	#mast a {
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	/* main nav */
	#nav-first {
	background: #652319 url(../img/bg_nav-first.gif) left center no-repeat;
	padding: 36px 30px 34px 10px;
	text-align: right;
	}
	#nav-first a {
	background: #652319;
	border-left: 2px dotted #995A51;
	padding: 20px 38px 20px 38px;
	margin: 0;
	}
	#nav-first .first a {
	border: none;
	padding-left: 10px;
	}
	/* secondary nav */
	#nav-second {
	background: #933C07;
	font-size: 10px;
	margin: 5px 0;
	padding: 12px 30px 12px 10px;
	text-align: right;
	}
	#nav-second a {
	margin: 0 0 0 18px;
	}
	/* logo area */
	#logo {
	position: absolute;
	background: #EAD49D url(../img/bg_logo.gif);
	border-right: 7px solid #EAD49D; 
	padding: 5px 23px;
	}
	

/* main content area */
#content {
	background: #FFF;
	margin: 6px;
	padding: 20px 10px;
	}	
	#content h1 {
	margin-bottom: 15px;	
	}
	.endp {
	background: url(../img/bg_flower-green.gif) no-repeat ;
	}
	
	/* image column - 2col */
	.col-image {
	float: left;
	margin-right: 20px;
	width: 400px;
	}
	.col-image p {
	font-size: 1.2em;
	line-height: 0;
	margin: 0 0 8px 0;
	}
	.col-image p.caption {
	position: relative;
	background: #90B067;
	color: #4D5725;
	font-size: 12px;
	height: 113px;
	}
	.caption img {
	border-right: 8px solid #FFF;
	}	
	.caption strong {
	display: block;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 1px;
	}	
	.caption span {
	position:  absolute;
	top: 10px;
	left: 165px; 
	display: block;
	line-height: 1.6;
	width: 230px;
	}

	/* thin image column - 3col */
	.col-image-thin {
	float: left;
	margin-right: 20px;
	width: 215px;
	}
	.col-image-thin p {
	font-size: 1.2em;
	margin: 0 0 8px 0;
	}
	
	.col-image-thin a { text-decoration: none; color: #92A960; font:bold;}
.col-image-thin a:hover { text-decoration: underline; color: #92A960; font:bold;}
	

	/* main text column */
	.col-main {
	float: left;
	width: 460px;
	}
	.col-main p {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 1.3em;
	}
	.col-main p.intro {
	color: #92A960;
	font-size: 1.4em;
	}
	
	.col-main a { text-decoration: none; color: #92A960; font:bold;}
	.col-main a:hover { text-decoration: underline; color: #92A960; font:bold;}



/* main text column Wider */
	.col-mainWide {
	float: left;
	width: 650px;
	}
	.col-mainWide p {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 1.3em;
	}
	.col-mainWide p.intro {
	color: #92A960;
	font-size: 1.4em;
	}
	
	.col-mainWide a { text-decoration: none; color: #92A960; font:bold;}
	.col-mainWide a:hover { text-decoration: underline; color: #92A960; font:bold;}








	/* sidebar column - 3col */
	.col-side {
	float: right;
	margin: 120px 10px 0 0;
	width: 165px;
	}
	.col-side h3 {
	color: #7F370F;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: .5em;
	text-transform: uppercase;
	}	
	.col-side p {
	color: #777;
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.3em;
	}
	.col-side p.endup {
	margin-top: -40px;
	}	

	/* single column - full width */
	.col-single {
	margin: -20px -10px 0px -10px;
	}
	.col-single h1 {
	background: #90B067;
	border-bottom: 7px solid #EAD49D;
	padding: 30px 10px 5px 20px;
	}
	
	
	iframe#googlemaps {
	border-color: #FFF;
	margin: 0 0 0 20px;
	height: 500px;
	width: 900px;
	}
	
	
	/* Press Table */
	
table#press {
	border-collapse: collapse;
	margin: 0 0px 15px 10px;	
	width: 550px;
	}
	#press td.headline3 {
	font-size: 14px;
	padding: 5px;
	}
	#press td {
	background: #EFFAE3;
	border-bottom: 1px solid #DBE6D1;
	padding: 3px 5px;
	}
	
	

	
/* foot area */
#foot {
	background: #1C1A1B;
	color: #555;
	font-size: 11px;
	margin: 6px;
	padding: 5px;
	}
	#foot a {
	color: #888;
	}
	#foot ul {
	padding: 5px 15px;
	}
	#foot li {
	display: inline;
	padding: 0 20px 0 0;
	}	
	#foot p {
	border-top: 2px dotted #555;
	margin: 2px 5px;
	padding: 8px 10px 2px 10px;
	}
	#foot p a {
	margin-left: 10px;
	}


.clear { clear: both; }

#nav-job {display:none;}
#featuring {display:none;}





	
	.features { float:right; width:225px; }
	.features1 { float:right; width:400px; }
	.features2 { float:right; width:305px; }
    .featuresLeft { float:left; width:225px; }
	.featuresLeft1 { float:left; width:400px; }
	.featuresLeft2 { float:left; width:305px; }
				#date { text-align:right; font-size:10px; margin:0 0 5px 0; }
				.featureBox { margin:8px; border:1px solid #333; padding:3px;}
				.featureBox1 { margin:8px; border:1px solid #333; padding:3px;}
				.featureBox2 { margin:8px; border:1px solid #333; padding:3px; width:287px}

				.featureHead { background:#8FAB93; color:#FFF; font-size:10px; font-weight:bold; text-transform:uppercase;
					padding:0 0.5em; }
				.features h1 { padding:0.25em 0 0 0.25em; font-size:10px; }
				.features p { margin:0; padding:0 0 0.25em 0.25em; font-size:10px; }
				
	