/* poleson CSS Document */

html { overflow-y:scroll; }
body {
	color:#333333;
	font-size:.7em;
	margin:0 0 25px 0;
	background-color:#3F3C3C;
	background-image:url(images/bg_body.gif);
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link,
a:active,
a:visited {
	color:#3F3C3C;
}

a:hover {
	color:#AAA;
}

h1 {
	font-size:1.6em;
	color:#447A02;
	margin:0;
	padding:0 0 8px 0;
}

h2 {
	font-size:1.3em;
	color:#447A02;
	margin:0;
	padding:0 0 8px 0;
}

h3 {
	font-size:1.1em;
	color:#447A02;
	margin:0;
	padding:0 0 8px 0;
}

p {
	margin:0 0 8px 0;
}

img {
	border:none;
}

/* ---- class settings ------------------------ */

.underline { text-decoration:underline; }

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:727px;
	height:auto;
	background-color:#FFF;
	background-image:url(images/bg_main.gif);
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:727px;
	height:182px;
}

#main_content {
	position:relative;
	top:0;
	left:0;
	width:727px;
	height:auto;
}

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:512px;
	height:auto;
}

#content {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:492px;
	height:auto;
	padding:10px;
}

#content_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:214px;
	height:auto;
}

#side_bar {
	position:relative;
	top:0;
	left:0;
	font-size:12px;
	float:right;
	width:194px;
	height:auto;
	padding:10px 10px 0 10px;
}

#news_events {
	position:relative;
	top:0;
	left:0;
	width:262px;
	height:auto;
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:727px;
	height:20px;
	font-size:9px;
	color:#CCCCCC;
	text-align:center;
	padding:5px 0 0 0;
	background-color:#44030F;
	clear:both;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer_copy {
	position:relative;
	top:0;
	left:0;
	padding:0;
	clear:both;
	width:727px;
	height:17px;
	font-size:12px;
	color:#CCCCCC;
	text-align:center;
	background-color:#44030F;
}

#footer_copy a {
	color:#CCCCCC;
	text-decoration:none;
}

#footer_copy a:hover {
	text-decoration:underline;
}

#bottom_box {
	position:relative;
	top:0;
	right:0;
	width:174px;
	height:136px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	background-image:url(images/corner_fill.gif);
	background-repeat:repeat-x;
	padding:20px 10px 10px 10px;
	margin-top:30px;
}

#bottom_box a {
	color:#FFF;
}

#bottom_box a:hover {
	color:#E8E7E1;
}

#bottom_box_l_side {
	position:absolute;
	top:0;
	left:0;
	width:8px;
	height:136px;
	background-image:url(images/corner_l_side.gif);
	background-repeat:no-repeat;
}

#bottom_box_r_side {
	position:absolute;
	top:0;
	right:0;
	width:8px;
	height:136px;
	background-image:url(images/corner_r_side.gif);
	background-repeat:no-repeat;
}

/* ---- nav settings -------------------------- */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:727px;
	height:15px;
	text-align:center;
	padding:4px 0 5px 0;
	background-color:#CAC9B5;
	background-image:url(images/bg_nav.gif);
}

#nav a {
	font-size:12px;
	color:#3F3C3C;
	font-weight:bold;
	padding:4px 0 6px 0;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:none;
	background-color:#CAC9B5;
}

#nav_drop {
	position:absolute;
	top:205px;
	width:727px;
}

#nav_drop a {
	display:block;
	padding:5px;
	width:auto;
	height:auto;
	color:#3F3C3C;
	text-decoration:none;
	border-top:1px #514444 solid;
	border-left:1px #514444 solid;
	border-right:1px #514444 solid;
}

#nav_drop a:hover {
	background-color:#E8E7E1;
}

#drop_1, #drop_2, #drop_3,
#drop_4, #drop_5, #drop_6 {
	position:absolute;
	visibility:hidden;
	width:auto;
	height:auto;
	background-color:#CAC9B5;
	border-bottom:1px #514444 solid;
}

#drop_1 { left:  60px;  width:160px; }
#drop_2 { left: 164px;  width:137px; }
#drop_3 { left: 287px;  width:137px; }
#drop_4 { left: 422px;  width:130px; }
#drop_5 { left: 520px;  width:116px; }
#drop_6 { left: 600px;  width:128px; }

/* hidden layer settings ------------------- */

#layer-nav {
	position:relative;
	top:0;
	left:0;
	margin:10px 0 0 0;
	width:95%;
	height:auto;
}

#layer-nav a {
	display:block;
	margin:0 0 0 0px;
	padding:3px 0 3px 10px;
	border-bottom:1px dotted #787465;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	color:#333;
}

#layer-nav a:hover {
	color:#E3DBB7;
	background-color:#56503B;
}

#hidden-layers {
	position:relative;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
}

#L1, #L2, #L3, #L4, #L5, #L6,
#L7, #L8, #L9, #L10
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	visibility:hidden;
}

.hidden {
}
.visable {
	position:relative !important;
	visibility:visible !important;
}
