
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{ /* Home page specific */
	z-index: 3;
	float: right;
	width: 747px;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	background-color: #DB3C1F;
	height: 25px;
	position: absolute;
	top: 93px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EEE7C8;
	display: block;
}

#content_wrapper { /* Home page specific */
	z-index:4;
	position:absolute;
	left:41px;
	top:128px;
	width:450px;
	height: 630px;
	background-color: #5A3A21;
}

#leftcolumn{ /* Home page specific */
	z-index: 5;
	background-color: #51311B;
	background-image: url(../images/wood.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: 128px;
	position: absolute;
	left: 0px;
	width: 41px;
	height: 630px;
}

#slideshow{/* Home page specific */
	z-index: 6;
	float: none;
	width: 450px;
	background-color: #EEE7C8;
	height: 275px;
	top: 128px;
	bottom: 0px;
	right: 0px;
	left: 41px;
	position: absolute;
}

#content{/* Home page specific */
	z-index: 7;
	float: none;
	width: 400px;
	background-color: #EEE7C8;
	height: 335px;
	top: 403px;
	bottom: 0px;
	right: 0px;
	left: 41px;
	position: absolute;
	overflow: auto;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
}


#rightcolumn{ /* Home page specific */
	z-index: 9;
	background-color: #51311B;
	top: 128px;
	position: absolute;
	left: 492px;
	height: 630px;
	width: 266px;
	background-image: url(../images/wood3.gif);
	background-repeat: no-repeat;
	background-position: top;
}


#rightcolumn_images{/* Home page specific */
	z-index: 12;
	position: absolute;
	top: 55px;
	left: -55px;
	height: 254px;
	width: 211px;
	background-image: url(../images/photogallery2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 75px;
	padding-left: 11px;
}

#rightcolumn_headlines{/* Home page specific */
	z-index: 13;
	top: 385px;
	left: 37px;
	position: absolute;
	height: 130px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EEE7C8;
	line-height: 1em;
	overflow: hidden;
}	

#logos{/* Home page specific */
	z-index: 14;
	top: 515px;
	left: 37px;
	position: absolute;
	height: 90px;
	width: 175px;
	padding-top: 10px;
	padding-left: 25px;
}


#rightcolumn_nav{ /* Home page specific */
	z-index: 32;
	top: 78px;
	position: absolute;
	background-position: top;
	height: 185px;
	width: 175px;
	left: 60px;
	float: right;
}


/************* #content styles **************/

#content h3{
	font-weight: bold;
	color: #EF762F;
	
}

#content p {
	font-size: 12px;
	padding: 0 4px 0 0;
	font-family: Arial, sans-serif;
	color: #523119;
}

#content a {
	font-size: 12px;
	padding: 0 4px 0 0;
	font-family: Arial, sans-serif;
	color: #5A3A21;
	text-decoration: underline;
}


/************* #rightcolumn_headlines styles **************/

#rightcolumn_headlines h3{
 	font-size: 14px;
}

#rightcolumn_headlines p {
	font-size: 12px;
	padding: 0 4px 0 0;
	font-family: Arial, sans-serif;
	color: #EEE7C8;
}
#rightcolumn_headlines a {
	font-size: 12px;
	padding: 0 4px 0 0;
	font-family: Arial, sans-serif;
	color: #EEE7C8;
	text-decoration: underline;
}

#rightcolumn_headlines a:hover{
	text-decoration: none;
}


/************* #logos styles **************/
#logos img{
	display: block;
}


/************** .headline styles *****************/

.headline{ 
	clear: both;
	padding: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EF762F;
}

.headline p{ 
	padding: 0px 0px 0px 0px;
}


