@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
	background-image: url(../images/snbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #5b9c00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border="0"
}

/* classes */

.wrapper {
	margin: auto;
	width: 801px;
}

.logo {
	float: left;
	padding-left: 10px;
	padding-top: 30px;
	width: 150px;
}

.search {
	text-align: right;
	width: 325px;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.searchbox {
	width: 125px;
	height: 22px;
}

.distbox {
	width: 550px;
	height: 75px;
	overflow: hidden;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	background-image: url(../images/dist_bg.png);
}

.distadminbox {
	width: 550px;
	height: 75px;
	overflow: hidden;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-image: url(../images/dist_bg.png);
}

.distbox_content {
	float: left;
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 11px;
	line-height: 1.3;
}

.distbox_text {
	float: right;
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 11px;
	line-height: 1.3;
}

.header {
	width: 100%;
	height: 160px;
	background-image: url(../images/topnavbg.jpg);
	background-repeat: repeat-x;
	background-position: 0 130px;
	clear: both;
}

.topnav {
	height: 30px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: right;
}

.dis-topnav {
	height: 30px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: right;
	float: right;
	margin-top: 18px;
	width: 600px;
}

a.toplink {
	text-decoration: none;
	color: #333333;
}

a.toplink:hover {
	text-decoration: underline;
}

.spacer {
	padding-left: 5px;
	padding-right: 5px;
}

.hometext {
	float: left;
	width: 275px;
	text-align: left;
	color: #333333;
	line-height: 1.5;
	padding-left: 25px;
}

.bodytext {
	width: 750px;
	text-align: left;
	color: #333333;
	line-height: 1.5;
	padding-left: 25px;
}

td {
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
}

a.bodylink {
	text-decoration: none;
	color: #436810;
	font-weight: 800;
}

a.bodylink:hover {
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 800;
}

.homeimgs {
	float: right;
	width: 450px;
	padding-right: 25px;
}

.boxlinks {
	clear: both;
}

.boxlink {
	width: 175px;
	height: 125px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}

.footer {
	padding-top: 25px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
}

.footerlink:hover {
	text-decoration: underline;
}


/*Drop Down Menu*/
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top: 5px;
margin-left: -20px;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}