@charset "utf-8";

/* Core Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616e30;
	margin: 0px;
	padding: 0px;
	background-image: url('images/main_bg.jpg');
	background-repeat: repeat-x;
	background-color: #c6c993;
}
a {
	font-size: 10px;
	color: #323229;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #323229;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #323229;
}
img {
	border: 0px;
	padding: 0px;
}
p {
	padding: 8px;
}
h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #f6eaa4;
	display: inline;
	border: 0px;
}
h1 a {
	text-decoration: none;
	font-size: 18px;
	color: #f6eaa4;
	display: inline;
}
h1 a:visited {
	text-decoration: none;
	font-size: 18px;
	color: #f6eaa4;
}
h1 a:hover {
	text-decoration: none;
	font-size: 18px;
	color: #34341c;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #353722;
	display: inline;
	border: 0px;
	padding: 8px;
}
h3 {
	text-transform: uppercase; 
	text-align: center; 
	font-size: 12px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	color: #353722;
	text-align: center;
}

blockquote {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: justify;
}

p.bold {
	font-weight: bold;
}

.floatleft {
	float: left;
	margin: 0 15px 15px 0;
}

.floatright {
	float: right;
	margin: 0 0 15px 15px;
}

/* Layout */

#container {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#emblem {
	width: 29px;
	height: 51px;
	position: absolute;
	top: 102px;
	left: 771px;
}

#header {
	width: 800px;
	height: 118px;
	overflow: hidden;
}

#menu {
	width: 800px;
	height: 20px;
	margin:0; 
	padding:0; 
	background-color: #decc6a;
	border-left: 1px solid #202e14;
}

#menu ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	list-style-type:none; 
}
	
#menu li {
	width:100%; 
	float:left; 
	margin:0; 
	padding:0; 
	text-align:center;
}
	
#menu a {
	display:block; 
	margin-top:3px; 
	border-right:1px solid #323229; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; color:#323229; 
	text-decoration:none;
}

#menu a:hover {
	color:#000000; 
	text-decoration:underline;
}

#content {
	width: 800px;
	height: 462px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url('images/main_div_bg.jpg');
}

#flexcontent {
	width: 800px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url('images/flex_bg_pattern.jpg');
}

#flexbarleft {
	width: 12px;
	height: 220px;
	position: absolute;
	top: 158px;
	left: 0px;
}

#flexbarright {
	width: 12px;
	height: 220px;
	position: absolute;
	top: 158px;
	left: 788px;
}

#leftcenter {
	width: 432px;
	height: 214px;
	position: absolute;
	top: 148px;
	left: 20px;
}

#rightcenter {
	width: 326px;
	height: 214px;
	position: absolute;
	top: 148px;
	left: 452px;
}

#rctop {
	width: 302px;
	height: 54px;
	position: absolute;
	top: 148px;
	left: 452px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	color: #f6eaa4;
	background: url('images/r_center_div_01.jpg');
	overflow: hidden;
}

#rcmid {
	width: 302px;
	height: 54px;
	position: absolute;
	top: 220px;
	left: 452px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	color: #f6eaa4;
	background: url('images/r_center_div_02.jpg');
	overflow: hidden;
}

#rcbot {
	width: 302px;
	height: 54px;
	position: absolute;
	top: 292px;
	left: 452px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	color: #f6eaa4;
	background: url('images/r_center_div_03.jpg');
	overflow: hidden;
}

#lightboxthumbs {
	width: 758px;
	height: 29px;
	position: absolute;
	top: 373px;
	left: 20px;
	overflow: hidden;
}

#blbar {
	width: 452px;
	height: 19px;
	position: absolute;
	top: 406px;
	left: 0px;
	background-color: #1d3913;
	color: #ddcc6a;
	font-size: 14px;
	font-weight: lighter;
	text-align: center;
	padding-top: 2px;
}

#bodycopy {
	width: 422px;
	height: 153px;
	position: absolute;
	top: 427px;
	left: 20px;
	text-align: justify;
	font-size: 11px;
	overflow: hidden;
}

#brbar {
	width: 280px;
	height: 18px;
	position: absolute;
	top: 406px;
	left: 452px;
	font-size: 14px;
	font-weight: lighter;
	padding-top: 3px;
}

#tempweather {
	width:300px;
	height:183px;
	position:absolute;
	top:406px;
	left:478px;
	overflow:hidden;
}

#fineprint {
	width: 800px;
	height: 44px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 9px;
	color: #949840;
}

#fineprint a {
	color: #949840;
	text-decoration: none;
}

#fineprint2 {
	width: 800px;
	height: 44px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 9px;
	color: #949840;
}

#fineprint2 a {
	color: #949840;
	text-decoration: none;
}

/* Sub-Pages */

#contenttop {
	width: 412px;
	height: 194px;
	position: absolute;
	top: 148px;
	left: 20px;
	text-align: justify;
	background: url('images/contenttop_bg.jpg');
	padding: 10px;
	overflow: hidden;
}

#contentbottom {
	width: 412px;
	height: 189px;
	position: absolute;
	top: 372px;
	left: 20px;
	text-align: justify;
	padding: 10px;
	overflow: hidden;
}

#contentaddl {
	width: 308px;
	height: 189px;
	position: absolute;
	top: 372px;
	left: 438px;
	padding: 10px;
	overflow: hidden;
}

#listmarg {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-left: 14px;
}

#cal {
	width: 758px;
	height: 433px;
	position: absolute;
	top: 148px;
	left: 21px;
	overflow: hidden;
}

#popupbox{
	height: 34px;
	position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
	top: 87px;
	left: 321px;
	z-index: 9;
	visibility: hidden;
	color: #decc6a;
}
