body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #333333;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   background-color: #848c5c;
   margin: 0 auto;
   padding: 0;
   width: 100%;
   line-height: 17px;
	}

#sitedescription  {display: none;}

/* All link definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

.clear {
	clear: both;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0;
}

h1 {
	font-size: 18px;
	color: #5b6335;
	padding: 5px 0;
}

h2 {
	font-size: 16px;
	color: #a3a86b;
	padding: 5px 0;
}

h3 {
	font-size : 14px;
	color: #333333;
	padding: 5px 0;
}

h4 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #333333;
}


.white {
	color: #FFFFFF;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#page {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding-bottom: 1px;
}

#header {
	background-color: #a3ad72;
	width: 1000px;
	margin: 0 auto;
}

#logo {
	padding-top: 30px;
	text-align: center;
	width: 422px;
	height: 78px;
	margin: 0 auto;
}

#main_nav {
	margin-top: 10px;
	background: url(images/nav.gif) top no-repeat;
	width: 1000px;
	height: 53px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0;
}

/*

#main_nav ul {
	list-style: none;
	margin: 0;
	padding: 13px 0 15px 0;
}

#main_nav li {
	display: inline;
	height: 40px;
}

#main_nav li a, #main_nav li a:link, #main_nav li a:visited {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 20px 6px 20px;
}

#main_nav li a:hover {
	color: #333333;
	background: #b5b989;
	text-decoration: none;
}
*/
/* MAIN NAV */
.chromestyle {
	width: 1000px;
	height: 53px;
	font-size: 13px;
	color: #FFFFFF;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	padding: 12px 0 14px 0;
	margin: 0;
	text-align: center;
	list-style: none;
}

.chromestyle ul li {
	display: inline;
	margin: 0;
	height: 40px;
}

.chromestyle ul li a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 20px 7px 20px;
}

/*script dynamically adds a class of "selected" to the current active menu item*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	color: #333333;
	background: #b5b989;
	text-decoration: none;
}


/*Style for Drop Down Menu*/
.dropmenudiv {
	text-transform: none;
	position: absolute;
	top: 0;
	font-size: 12px;
	z-index: 4;
	background-color: #b5b989;
	visibility: hidden;
	white-space: nowrap;
	text-align: left;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 10px 5px 8px;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #333333;
}
#innerfade {
	padding: 0px;
	margin: 0px;
}

#rotator1 {
	padding: 0px;
	margin: 0px;
	/*padding: 30px 40px 30px 20px;*/
}

ul#rotator1 {
	list-style: none;
}

#rotator2 {
	padding: 0px;
	margin: 0px;
	/*padding: 30px 40px 30px 20px;*/
}

ul#rotator2 {
	list-style: none;
}

#rotator3 {
	padding: 0px;
	margin: 0px;
	/*padding: 30px 40px 30px 20px;*/
}

ul#rotator3 {
	list-style: none;
}

#content {
	background-color: #FFFFFF;
	padding: 30px 60px;
	width: 880px;
	height: auto;
}

#home_bottom {
	background: url(images/shadow_bottom.gif) top no-repeat #a3a86b;
	padding: 13px 15px 0 15px;
	width: 968px;
	height: auto;
	margin: 0 1px;
	color: #FFFFFF;
}

#home_bottom a, #home_bottom a:link, #home_bottom a:visited {
	color: #FFFFFF;
}

#home_bottom a:hover {
	color: #5b6335;
	text-decoration: none;
}

#footer {
	background-color: #5b6335;
	height: 23px;
	width: 998px;
	margin: 0 1px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding-top: 2px;
}

#footer li {
	padding: 0 5px;
	display: inline;
}

#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 8px 6px 8px;
}

#footer a:hover {
	color: #b5b989;
	text-decoration: none;
	font-weight: normal;
}

#copyright {
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
}


/* form classes */

.formtext {
	font-size: 10px;
	font-weight: bold;
}

.small {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}

.rounded {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	height: 17px;
	width: 179px;
	border: solid 0 #fff;
	background: transparent url(images/field_rounded.png) no-repeat;
	margin: 0;
	padding: 4px 0 0 10px;
}

.button {
	padding: 5px 0;
}