/* CSS Basic Document */
body {
	margin: 0px auto;
	padding: 0px;
	background-color: #D1E196;
}

.header {
	background: url(images/header_image.gif) left top no-repeat;
	height: 125px;
}

.logo {
	margin-left: 15px;
}

.menu_box {
	background: url(images/menu_bkg.jpg) left top repeat-x;
	height: 30px;
	color: #F7BB03;
}

.body_box {
	padding: 20px 7px 25px 18px;
	background-color: #FFFFFF;
	color: #5C5C5C;
}

.heading {
	background: url(images/heading_bkg.jpg) left top repeat-x;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F7BB03;
	text-decoration: none;
	padding-left: 10px;
}

.box {
	border: 1px solid #5C5C5C;
	margin: 0;
	padding: 0;
	background-color: #EEF0D6;
	color: #5C5C5C;
}

.padding10 {
	padding: 7px;
	font-size: 10px;
}

.footer_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding: 0px 10px;
	background: url(images/menu_bkg.jpg) left top repeat-x;
	color: #F7BB03;
	height: 30px;
}

.img_border {
	border-right: #c2c2a0 3px solid;
	border-top: #c2c2a0 3px solid;
	border-left: #c2c2a0 3px solid;
	border-bottom: #c2c2a0 3px solid;
}

/* CSS text Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	text-decoration: none;
}

.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 30px;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	color: #F7BB03;
	background-color: inherit;
	text-decoration: none;
}

.menu_link:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: inherit;
}

.body_link {
	color: #5C5C5C;
	text-decoration: underline;
	line-height: 18px;
	background-color: inherit;
}

.body_link:hover {
	text-decoration: underline;
}

.footer_link {
	color: #F7BB03;
	text-decoration: none;
	line-height: 18px;
	background-color: inherit;
}

.footer_link:hover {
	text-decoration: underline;
}

.footer_links {
	color:#666666;
	text-decoration: none;
	line-height: 13px;
	background-color: inherit;
}

.footer_link2 {
	color:#666666;
	text-decoration: none;
	line-height: 13px;
	background-color: inherit;
}

.footer_link2:hover {
	text-decoration: underline;
}

.back_top a {
	color: #5C5C5C;
	text-decoration: underline;
}

/* CSS Drop Menu */
#chromemenu{

}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 4px;
margin: 0;
list-style-type:none;
display: inline;
text-align: left; /*set value to "left", "center", or "right"*/
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
font: 9px Verdana, Arial, Helvetica, sans-serif;
font-weight:100;
color:#F7BB03;
text-decoration:none;
padding: 1px 1px;
text-decoration: none;
padding-bottom:6px;
}

#chromemenu ul li a:hover{
color: #deeef3;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:15px;
z-index:200;
background-color:#3F5023;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:100;
text-align: left;
border-top: #333333 1px solid;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #FFFFFF;
color:#000000;
text-decoration: none;
}
/* ######### End Drop Down Menu ######### */