@charset "UTF-8";
/* CSS Document */

body {
	width:794px;
	margin:0 auto;
	background-color: #b3bead;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
.clearing {
	width: 794px;
	height: 0;
	clear: both;
}
a {color:#FF9900}
a:visited {color: #996600}
a:hover {color: #4c3718; font-weight:bold}

/* ----- HEADER ----- */

#header {
	width:794px;
	height:97px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
}
#header .leftofTab {
	width:250px;
	float:left;
	margin-top: 74px;
	margin-left: 270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #8e7a53;
	text-align: center;
}
#header .leftofTab a {color:#4c3718; text-decoration:none;}
#header .leftofTab a:visited {color:#000}
#header .leftofTab a:hover {color:#000; font-weight:bold; text-decoration:underline;}

#header .tabLinks {
	width:268px;
	float: right;
	margin-top: 64px;
	height: 23px;
	background-image: url(img/toptab.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
#header .tabLinks a {color:#FFF; text-decoration:none;}
#header .tabLinks a:visited {color: #4c3718}
#header .tabLinks a:hover {color:#FFF;}

/* ----- BANNER ----- */

#banner { 
	width:794px;
	background-color:#8e7a53;
}
#banner .controls {
	width:794px;
	height:25px;
	background-image:url(img/bg_controls.gif);
	text-align:right;
}

/* ----- SUUBNAV ----- */

#subnav { 
	width:794px;
	background-color:#8e7a53;
	height: 20px;
}
#subnav .controls {
	width:794px;
	height:25px;
	background-image:url(img/bg_controls.gif);
	text-align:right;
}

/* ----- MAIN CONTENT ----- */

#content {
	width:794px;
	background-color:#FFF; /* for IE5.x and IE6 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4c3718;
}
#content h1 {
	color: #e3aa00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
}
#content .leftCol {
	float:left;
	width:350px;
	margin-left: 30px;
	margin-top: 10px;
}
#content .rightCol {
	float:right;
	width:350px;
	margin-top: 10px;
	margin-right: 30px;
	padding-left: 15px;
	border-left:1px solid #e2ddd2;
}
#content .twoThirds {
	float:left;
	width:500px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#content .oneThird {
	float:right;
	width:200px;
	margin-top: 10px;
	margin-right: 30px;
	padding-left: 15px;
	border-left:1px solid #e2ddd2;
	margin-bottom: 25px;
}
#content .oneThird .quote {
	font-size: 9px;
	color: #8E7A53;
	padding: 4px;
	background-color: #F9FCF1;
	border: 1px solid #726249;
}

/* ----- PRE-FOOTER ----- */

#prefooter {
	width:794px;
	height:170px;
	background-color:#8e7a53;
	background-image: url(img/crn.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 15px;
}
#prefooter .title {
	color:#4c3718;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	width: 234px;
	margin: 0 auto;
	padding-left: 12px;
}
#prefooter .links {
	color:#e9bb33;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	width: 234px;
	margin: 0 auto;
	text-align: center;
	padding-top: 4px;
}
#prefooter .links a { color:#FFF; text-decoration: none;}
#prefooter .links a:visited { color:#FFF; text-decoration: none;}
#prefooter .links a:hover { color:#4c3718; text-decoration: underline;}

#prefooter .grafic {
	width:234px;
	height:122px;
	margin:0 auto;
}
#prefooter .colOne {
	float:left;
	width:264px;
}
#prefooter .colTwo {
	float:left;
	width:264px;
}
#prefooter .colThree {
	float:right;
	width:264px;
}

/* ----- COPYRIGHTS ----- */

#copyrights {
	width:794px;
	height:50px;

}
#copyrights .info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 790px;
	float: center;
	padding: 8px;
}

/* ----- FOOTER ----- */

#footer { 
	width:794px;
	background-color:#8e7a53;
	height: 10px;
}

/* ----- DROPMENU ----- */

#dropmenudiv{
	position:absolute;
	border:1px solid #b6b3aa;
	border-bottom-width: 0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #b6b3aa;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#65533b;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #c2bda9;
}
