/* This stylesheet is divided into sections:

	1. Header (Logo, Search)
	2. Menu (Main Horizontal Navigation)
	3. Content (Specific Class Selectors)
		A. .home = Home Skin
		B. .sub = Sub Page Skin
		C. .no_menu = Sub Page No Menu Skin
	4. Footer (Inludes Logo and Footer Nav)
	5. Headings
	6. Links (Global Link Styling)
	7. Print Stylesheet
	
	Additional Notes: Relative font sizing is
	used in ems.
	
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/******************/
/***** Header *****/
/******************/

#header_wrapper {
	background: url(skin_images/header_bg.png) repeat-x;
	width: 100%;
	height: 168px;
}

#skipnav {
	position: absolute;
	top: 0;
	left: 0;
}

#skipnav img {
	border: none;
}

#header {
	width: 908px;
	margin: 0 auto;
	padding-top: 13px;
}

#logo {
	float: left;
}

a #logo {
	border: none;
}

#search {
	float: right;
	width: 251px;
	height: 80px;
	font-size: .875em; /* 14px */
}

#search img {
	margin: 0 7px 0 15px;
}

#search div {
	background: url(skin_images/search_bg.gif) no-repeat;
	width: 225px;
	height: 27px;
	margin-top: 10px;
	padding: 13px;
	font-size: 1.14em; /* 16px */
}

#search div a:link, #search div a:visited {
	color: #ffffff;
	text-decoration: none;
}

#search div a:hover {
    text-decoration: underline;
}

#search .NormalTextBox {
	background: #ffffff url(skin_images/magnify.png) right no-repeat;
	height: 20px;
	width: 144px;
	border: none;
	margin-right: 10px;
}

/****************/
/***** Menu *****/
/****************/

#main_menu {
	clear: both;
	float: left;
	width: 908px;
	height: 52px;
	margin-top: 21px;
}

#main_menu ul {
	display: inline;
	float: left;
	width: 872px;
	height: 33px;
	margin: 0;
	padding: 19px 0 0 0;
	background: url(skin_images/main_menu_bg.png) repeat-x;
}

#main_menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#main_menu li a:link, #main_menu li a:visited {
	font-size: 1em; /* 16px; */
	color: #ffffff;	
	margin-right: 20px;
	text-decoration: none;
	padding-bottom: 7px;
}

#main_menu li a:hover, #footer_nav a:hover {
	color: #fffff1;
	text-decoration: none;
	border-bottom: 8px solid #669966;
}

#main_menu .SelectedTab a, #footer_nav .SelectedTab a {
	border-bottom: 8px solid #669966;
}

#nav_left {
	float: left;
}

#nav_right {
	float: right;
}

/*******************/
/***** Content *****/
/*******************/

#content_wrapper {
	width: 100%;
	background: #a8c198 url(skin_images/body_bg.jpg) repeat-x;
}

.clear {
	width: 902px;
	margin: 0 auto;
}

#content {
	float: left;
	background: #ffffff;
	width: 864px;
	border-left: 1px solid #909f7d;
	border-right: 1px solid #909f7d;
	padding: 18px;
	line-height: 1.3em;
	overflow: hidden;
}

#main {
	padding: 18px 18px 0 18px;
}

.home #main {
	float: left;
	width: 484px;
}

.home .print_icon {
	display: none;
}

.home #news {
	float: right;
	width: 296px;
	padding: 18px 18px 0 30px;
}

.sub #main {
	float: right;
	width: 524px;
}

.no_menu #main {
	width: 828px;
}

#rounded_corners {
	text-align: center;
	margin: 0;
}

/*******************/
/***** Submenu *****/
/*******************/

#submenu {
	float: left;
	width: 270px;
	margin-top: 30px;
}

#submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#submenu ul li {
	list-style: none;
	border-bottom: 1px solid #b2b2b2;
}

#submenu ul li a {
	display: block;
	text-decoration: none;
	padding: 7px;
}

#submenu ul li a:hover, #submenu .SelectedTab a {
	background: #396c39;
	color: #ffffff;
}

/******************/
/***** Footer *****/
/******************/

#footer_wrapper {
	background: url(skin_images/footer_bg.png) repeat-x;
	width: 100%;
	height: 188px;
}

#footer {
	width: 892px;
	margin: 0 auto;
	padding-left: 10px;
}

#footer a img {
	margin-right: 14px;
	border: none;
}

#footer_nav_wrapper {
	background: url(skin_images/footer_nav_bg.png) repeat-x;
	width: 100%;
	height: 42px;
}

#footer_nav {
	width: 902px;
	margin: 0 auto;
}

#footer_nav ul {
	float: left;
	display: inline;
	margin: 0;
	padding: 10px 0 0 0;
}

#footer_nav li {
	display: inline;
	list-style: none;
}

#footer_nav a:link, #footer_nav a:visited {
	color: #ffffff;
	margin-right: 15px;
	text-decoration: none;
}

#footer_nav p {
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
}

/********************/
/***** Headings *****/
/********************/

h1, h2, h3, h4, h5, h6 {
	color: #194c19;
}

h1, #news h2 {
	font-size: 1.5em; /* 30px */
	line-height: 1.0em;
}

#footer h2 {
	margin: 0;
	padding: 5px 0 10px 0;
}

/*****************/
/***** Links *****/
/*****************/

a:link, a:visited {
	color: #194c19;
	text-decoration: underline;
}

a:hover {
    color: #000000;
}

/****************************/
/***** Print Stylesheet *****/
/****************************/

@media print {

body {
	font-family: "Times New Roman", serif;
	font-size: 18pt;
	line-height: 1.2em;
}

#header_wrapper, #main_menu, #footer_wrapper, #footer_nav_wrapper, .print_icon, #rounded_corners, .ControlPanel, #dnn_dnnBANNER_lstBanners {
	display: none;
}

.home #main {
	width: 100%;
}

.home #news {
	width: 100%;
}

#content {
	border: none;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

}