
a:link { font-weight: normal; color: #336600; text-decoration: none; border:0;}
a:visited { font-weight: normal; color: #336600; text-decoration: none;  border:0;}
a:hover { font-weight: normal; color: #336600; text-decoration: underline;  border:0;}
h1 { font-weight: normal; font-size: 18px; font-family: arial; color:#336600;}
h2 { font-weight: normal; font-size: 17px; font-family: arial; color:#336600;}
h3 { font-weight: normal; font-size: 14px; font-family: arial; margin-bottom: 1px; color:#336600;}
h4 { font-weight: bold; font-size: 12px; font-family: arial; margin-top: 0px; margin-bottom: 1px; color:#336600;}
h5 { font-weight: bold; font-size: 18px; font-family: arial; margin:10px 0 10px 0; color:#336600;}
h6 { clear:both; font-weight: bold; font-size: 14px; font-family: arial; margin:10px 0 10px 0; color:#234c51;}

p {  font-weight: normal; padding: 0 0 15px 10px; margin:0; text-align:left; }

td { font-weight: normal;  font-size: 14px; }
th { font-weight: bold;  font-size: 14px; }
.tdleft{padding-left:10px; text-align:left;}

img {border:0;}
li { list-style-type: none; }


.underline{ text-decoration:underline;}
.bold{ font-weight:bold;}

hr{margin-top:15px;}




/* ******************* main elements ****************** */


body{
	padding:0; margin:0; font-size: 14px; font-family: arial, helvetica, sans-serif; background: #999 url(img/bg.jpg) repeat-x fixed;
}

html{
	padding:0; margin:0; line-height: 130%; color:#444;
}

#shell{
	width:100%;
}

#wrap{
	margin: 10px auto 20px auto; padding:0; width: 800px; margin-bottom:50px; border:0;
}

#bg{
	background: #fff; float:left; margin-bottom:50px; border:1px solid #333;
}

#header{
	width:800px; padding:0; margin:0; height:80px; background: url(img/header.jpg) no-repeat; 
}

#banner{
	width:800px; padding:0; margin:1px 0 0 0; height:51px; background: url(img/banner.jpg) no-repeat; 
}

#mainshell{
	width:800px; background: #fff url(img/top.jpg) no-repeat; float:left;
}


#mainfooter{
	 width:800px; padding:0; float:left;
}

#mainfooterinner{
	background: url(img/footer.jpg) no-repeat; height:275px; width:800px;
}

/* ******************* navigation ****************** */




#navcontainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navcontainer li {
	float: left;
	position: relative;
	width: 125px;
}

li ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
}
	
li>ul {
	top: auto;
	left: auto;
}
	
li:hover ul, li.over ul {
	display: block;
	width: 125px;
	top: 35px;
	left: 0px
}
	
#navcontainer li a, #navcontainer li a:link, #navcontainer li a:active, #navcontainer li a:visited { 
	display: block;
	padding: 0; margin: 0;
	color: #336600;
	font-family: helvetica;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	line-height: 36px;
	font-size: 16px;
	border-left:1px dotted #999;
} 

#navcontainer li a:hover {
	color:#ff6600;
}

#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {	
	padding: 1px 0 1px 0;
	width: 124px;
	text-align: center;
	font-family: helvetica;
	font-size: 14px;
	line-height:24px;
	color: #336600;
	font-weight:normal;
	border: 1px solid #999;
	border-top:0;
	background:#fff;
}

#menu li a:hover {
	background: #f6f6f6;
	color:#ff6600;
	text-decoration: none;
	padding: 1px 0 1px 0;
	margin:0;
}
	
#navcontainer{
	height: 39px;
	width: 730px;
	padding-left:70px;
}






