@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background: #2f281f url(images/bg_maingrad.jpg) repeat-x top center;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #333333;
}
/* LAYOUT */

 



.clearfloat {
	clear: both;
}
#wrapper {
	background: url(images/bg_wrapper_03.png) repeat-y top center;
	width: 100%;
	text-align: center;
}
#wrapper_bottom {
	background: url(images/bg_wrapper_bottom_06.png) no-repeat center top;
	height: 22px;
	width: 100%;
}
.main {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}
#home_columns_bottom .main {
	background: none;
}
#header {
	height: 110px;
	padding-bottom: 20px;
	background: #FFFFFF url(images/bg_main2.jpg) top right no-repeat;
	
}
#logo {
	float: left;
	padding: 10px 10px 10px 0px;
}
#header_right {
	float: right;
	padding: 10px 0px 10px 10px;
}
#navigation {
	border-bottom: solid 0px #a39e9b;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#flashheader {
}
#home_columns_top {
	background: url(images/bg_columns_top_10.jpg) repeat-y center;
	height: 74px;
	width: 963px;
	margin: 0 auto;
}
#home_columns_base {
	background: url(images/bg_columns_12.jpg) repeat-y center;
	width: 963px;
	margin: 0 auto;
}
#home_columns_bottom {
	background: url(images/bg_columns_13.jpg) no-repeat center bottom;
	width: 963px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.columns {
	width: 320px;
	padding: 0px;
	float: left;
}
/* CONTENT, BLOCKS AND HEADINGS */





#home_col_left {
	padding: 0px 50px 30px 25px;
}
#home_col_middle {
	padding: 0px 30px 30px 36px;
}
#home_col_right {
	padding: 0px 25px 30px 46px;
}
#home_col_left, #home_col_middle, #home_col_right {
	font-size: 9pt;
}
#footer, #footer a {
	color: #ffffff;
}
#footer {
	font-size: 8pt;
	text-align: center;
	padding-bottom: 15px;
	background-color: #2f281f;
}
#inside_left {
	width: 239px;
	float: left;
	background-color: #f0eee1;
}
#inside_right {
	width: 239px;
	float: right;
}
#inside_content {
	width: 454px;
	float: left;
	margin: 0px 14px 60px 14px;
}
#inside_content_2col {
	width: 693px;
	float: left;
	margin: 0px 14px 60px 14px;
}
#inside_content_1col {
	width: 932px;
	float: left;
	margin: 0px 14px 60px 14px;
}
#inside_left, #inside_right, #inside_content {
	margin-top: 14px;
}
.sidebar_left_top {
	width: 239px;
	height: 13px;
	background: #f0eee1 url(images/bg_sidebar_left_03.gif) no-repeat bottom center;
	margin: 0px;
}
.sidebar_left {
	background: #f0eee1 url(images/bg_sidebar_left_06.gif) no-repeat bottom center;
	padding: 0px 20px 10px 20px;
	margin:0px;
}
#pagepic {
}
#breadcrumb a, #breadcrumb {
	color: #666666;
	font-size: 8pt;
	padding-top: 10px;
}
h1, h2, h3 {
	color: #003300;
}
h1 {
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#inside_content p {
}
/* DROPDOWN MENU STYLE OVERRIDES */


#menu {
	background: transparent;
}
#menu li {
	/*width: 118px;
	*/
	padding: 0px;
}
#menu ul {
	/*border-bottom: 1px #a39e9b solid;
	width: 960px;
	overflow: visible;*/
}
ul#menuList {
	border-left: 1px #a39e9b solid;
	margin: 0 auto;
}
#menu ul li a:active {
}
#menu li li {
	width: 160px;
	border-left: 0px;
}
#menu li a {
	background: transparent;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 5px 17px 5px 16px;
	border-right: 1px #a39e9b solid;
	border-bottom: 1px #a39e9b solid;
	border-top: 1px #a39e9b solid;
}
#menu li a:hover {
	color:#ffffff;
	background-color:#588e26;
}
#menu li li a {
	color: #ffffff;
	background-color:#588e26;
	padding: 5px 17px 5px 16px;
	border: 0px;
}
#menu li ul li a:hover {
	color: #ffffff;
	background-color:#336600;
	padding: 5px 17px 5px 16px;
}
#menu li li:hover>a {
	color: #ffffff;
	background-color:#336600;/*  background-color:#BA7A00;  */


}
#menu li ul {
	background-color:#588e26;
	padding:0 0px 0 0;
}
#menu li a:hover {
	color:#ffffff;
	background-color:#336600;
}
#menu li:hover>a {
	color:#ffffff;
	background-color:#336600;
}
#menu li li a {
	color: #ffffff;
}
#menu li ul li a:hover {
	color: #ffffff;
	background-color:#336600;
}
#menu li li:hover>a {
	color: #ffffff;
	background-color:#336600;
}


/* MY TEST CLASSES - USED FOR CHECKING MARGINS, PADDING, ETC. */





.red {
	background-color: red;
}
.green {
	background-color: green;
}
.blue {
	background-color: blue;
}
.yellow {
	background-color: yellow;
}
