/* ============ IMPORTS ============ */

@import url("reset.css");
@import url("superfish.css");
@import url("editor.css");

/* ============ COLORS ============ */

/*
	LIGHT GREEN: #8cc640
	DARK GREEN: #005826
	PALE GREEN: #e7f6d3
	ORANGE: #ff7200
	BLUE: #0096ff
	TEXT: #2f3c34
	
*/


/* ============ MAIN LAYOUT ============ */

body {
	text-align: center;
}

div#master-wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#sidebar {
	float: left;
	width: 220px;
	margin-right: 20px;
}

div#wrapper {
	float: left;
	width: 720px;
	padding-bottom: 20px;
}

div#footer {
	clear: both;
	background: url(images/footer_bg.png) top center repeat-x;
	margin-top: 20px;
	padding: 10px 0 0 0;
}

div#colophon {
	clear: both;
}

/* ============ HEADER ============ */

div#header h1 {
	display: block;
	width: 960px;
	height: 128px;
	background: url(images/header.jpg) top center no-repeat;
	margin: 0;
	text-indent: -9999px;
}

/* ============ SIDEBAR NAV ============ */

div#sidebar div.moduletable {
	border-top: 5px solid #8cc640;
	padding-top: 10px;
}

ul.mainlevel_sidebar li a {
	display: block; 
	height: 2em;
	width: 200px;
	padding: 5px 0 3px 20px;
	border-bottom: 	1px solid #e7f6d3;
}

a.mainlevel_current_sidebar, a.sublevel_current_sidebar  {
	background:  #e7f6d3;
}

form.search {
	padding-left: 20px;
}

form.search input {
	margin-bottom: 10px;
}

form.search input.button {
	float: right;
}

/* ============ FOOTER SITEMAP ============ */

div#footer {
	padding-left: 5px;
	padding-bottom: 15px;
}

div#footer ul#menulist_root_sitemap {
	clear: both;
}

div#footer ul#menulist_root_sitemap li {
	float: left;
	border-left: 1px solid #ccc;
}

div#footer ul#menulist_root_sitemap li#menuitem_2_sitemap {
	border: none;
}

div#footer ul#menulist_root_sitemap li ul li {
	float: none;
	border: none;
}

div#footer ul#menulist_root_sitemap li a {
	background: none;
	text-indent: 0;
	display: block;
	width: 125px;
	padding-left: 5px;
	padding-right: 5px;
}

div#footer ul#menulist_root_sitemap li#menuitem_1_sitemap {
	display: none;
}

h3#sitemap_header {
	padding-left: 5px;
}

/* ============ CONTACT ============ */

div#contact {
	width: 960px;
	float: left;
	clear: both;
	padding-left: 5px;
	padding-bottom: 10px;
}

div.contact_col {
	float: left;
	width: 125px;
	padding-right: 5px;
	border-left: 1px solid #ccc;
	padding-left: 5px;
}

div.contact_col.col1 {
	padding-left: 0px;
	border-left: none;
}	

/* ============ FORM PAGE CONTACT ============ */

div.contact {
	padding-left: 30px;
	padding-top: 30px;
}

div.contact div.contact_col {
	width: 135px;
	border: none;
	font-size: 1.2em;
}

/* ============ GLOBAL NAV ============ */

div#globalnav {
	width: 960px;
	height: 34px;
}

div#globalnav ul#menulist_root li {
	float: left;
}

div#globalnav ul#menulist_root li a {
	float: left;
	background: url(images/global_nav.png) top left no-repeat;
	width: 120px;
	height: 34px;
	text-indent: -9999px;
}

/* ============ DROPDOWNS ============ */

div#globalnav ul#menulist_root li ul li a {
	background-image: none;
	background: #eee;
	padding: 10px;
	height: auto;
	text-indent: 0;
	margin-bottom: 1px;
	opacity: 0.8;
	color: #005826;
}

div#globalnav ul#menulist_root li ul li a:hover {
	text-decoration: none;
	opacity: 0.95;
	color: #ff7200;
	background: #fff;
}

/* ============ THIRD PARTY LOGO MODULES ============ */

div.thirdparty {
	text-align: center;
	padding: 30px 0;
	margin-top: 20px;
	border-top: 5xpx solid #8cc640;
	clear: both;
}

div.thirdparty img {
	margin: 0px 15px;
}

/* ============ SEARCH RESULTS ============ */

div.results ol li {
	padding-bottom: 2em;
} 

/*====================================
 ============ CSS SPRITES ============
====================================*/

/* ============ LINK ============ */

div#globalnav ul#menulist_root li#menuitem_2 a {
	background-position: -120px 0;
}
div#globalnav ul#menulist_root li#menuitem_3 a {
	background-position: -240px 0;
}
div#globalnav ul#menulist_root li#menuitem_4 a {
	background-position: -360px 0;
}
div#globalnav ul#menulist_root li#menuitem_5 a {
	background-position: -480px 0;
}
div#globalnav ul#menulist_root li#menuitem_6 a {
	background-position: -600px 0;
}
div#globalnav ul#menulist_root li#menuitem_7 a {
	background-position: -720px 0;
}
div#globalnav ul#menulist_root li#menuitem_8 a {
	background-position: -840px 0;
}

/* ============ HOVER ============ */
div#globalnav ul#menulist_root li#menuitem_1 a:hover {
	background-position: 0px -34px;
}
div#globalnav ul#menulist_root li#menuitem_2 a:hover {
	background-position: -120px -34px;
}
div#globalnav ul#menulist_root li#menuitem_3 a:hover {
	background-position: -240px -34px;
}
div#globalnav ul#menulist_root li#menuitem_4 a:hover {
	background-position: -360px -34px;
}
div#globalnav ul#menulist_root li#menuitem_5 a:hover {
	background-position: -480px -34px;
}
div#globalnav ul#menulist_root li#menuitem_6 a:hover {
	background-position: -600px -34px;
}
div#globalnav ul#menulist_root li#menuitem_7 a:hover {
	background-position: -720px -34px;
}
div#globalnav ul#menulist_root li#menuitem_8 a:hover {
	background-position: -840px -34px;
}

/* ============ ACTIVE ============ */
div#globalnav ul#menulist_root li#menuitem_1 a:active {
	background-position: 0 -68px;
}
div#globalnav ul#menulist_root li#menuitem_2 a:active {
	background-position: -120px -68px;
}
div#globalnav ul#menulist_root li#menuitem_3 a:active {
	background-position: -240px -68px;
}
div#globalnav ul#menulist_root li#menuitem_4 a:active {
	background-position: -360px -68px;
}
div#globalnav ul#menulist_root li#menuitem_5 a:active {
	background-position: -480px -68px;
}
div#globalnav ul#menulist_root li#menuitem_6 a:active {
	background-position: -600px -68px;
}
div#globalnav ul#menulist_root li#menuitem_7 a:active {
	background-position: -720px -68px;
}
div#globalnav ul#menulist_root li#menuitem_8 a:active {
	background-position: -840px -68px;
}

/* ============ CURRENT ============ */
div#globalnav ul#menulist_root li#menuitem_1 a:active {
	background-position: 0 -102px;
}
div#globalnav ul#menulist_root li#menuitem_2 a.mainlevel_current, ul#menulist_root li#menuitem_2 a.mainlevel_active {
	background-position: -120px -102px;
}
div#globalnav ul#menulist_root li#menuitem_3 a.mainlevel_current, ul#menulist_root li#menuitem_3 a.mainlevel_active {
	background-position: -240px -102px;
}
div#globalnav ul#menulist_root li#menuitem_4 a.mainlevel_current, ul#menulist_root li#menuitem_4 a.mainlevel_active {
	background-position: -360px -102px;
}
div#globalnav ul#menulist_root li#menuitem_5 a.mainlevel_current, ul#menulist_root li#menuitem_5 a.mainlevel_active {
	background-position: -480px -102px;
}
div#globalnav ul#menulist_root li#menuitem_6 a.mainlevel_current, ul#menulist_root li#menuitem_6 a.mainlevel_active {
	background-position: -600px -102px;
}
div#globalnav ul#menulist_root li#menuitem_7 a.mainlevel_current, ul#menulist_root li#menuitem_7 a.mainlevel_active {
	background-position: -720px -102px;
}
div#globalnav ul#menulist_root li#menuitem_8 a.mainlevel_current, ul#menulist_root li#menuitem_8 a.mainlevel_active {
	background-position: -840px -102px;
}

div.clearfix {
	clear: both;
}