body {
margin:0px;
padding:0px;
background-image:url(./images/body_gradient.jpg);
background-repeat:repeat-x;
width:100%;
height:100%;
font-size:11px;
color:#333333;
font-family:Arial, Verdana;
}

#wrapper
{
	width:785px;
	margin: 0px auto;
	overflow: hidden;
}

#top
{
	width:785px;
	height:336px;
	background-image:url(./images/top.jpg);
}

h1
{
    font-size:32px;
    font-weight:normal;
    color:#014927;
    font-family:Eras Light ITC, Helvetica, Arial Narrow;
    letter-spacing:-2px;
    margin:0px;
    padding:0px;
    padding-bottom:20px;
}

#menuContent
{
position:relative;
width:753px;
height:22px;
margin-left:16px;
top:299px;
}

.submenu{
	list-style: none;
	text-align: center;
	display: block;
	position:relative;
	width:773px;
	top:303px;
	padding: 5px;
	border: solid 1px #CCC;
	border-top: none;
	background: url("images/submenu.gif") repeat-x;
	
}

.submenu li{
	display: inline;
	padding: 0px 10px;
}

.submenu li a{
	color: #000;
	text-decoration: none;
}

.submenu li.current a{
	font-weight: bold;
}

#content a
{
	color:#333333;
}
#content
{
width:743px;
min-height:150px;
color:#333333;
margin-bottom:50px;
padding-left:21px;
padding-right:21px;
margin-top:37px;
}

#bottom
{
	background-color:#014927;
	height:18px;
	width:785px;
	border-bottom:solid 1px #87a999;
}

#bottom ul{
	margin: 0px;
	padding: 2px;
	list-style: none;
	text-align: center;
}

#bottom ul li{
	display: inline;
	color: #FFF;
	padding: 0px 10px;
}

#bottom ul li a{
	text-decoration: none;
	color: #FFF;
}

.menu {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	text-align:center;

}
.menu li {
	height:22px;
	float: left;
	display: inline;
	margin-right: 30px;
	list-style-type: none;


}

.menu li a {
	
display: inline;
    height: 22px;
	font-size: 1.1em;
	color: #014927;
	text-decoration:none;

	
}

.menu li a span {
    display: block;
    height: 22px;
    	 padding-left:13px;
 padding-right:10px;
 line-height: 20px;
    
}


.menu li.current a {
    background-image: url('./images/menu_btn_bgr.jpg');
	color: white;
	display:block;
 /* sliding doors padding */
    text-decoration: none;
}

.menu li.current a span {
 padding-left:13px;
 padding-right:10px;
 line-height: 20px;
    background-image: url('./images/menu_btn_span_bgr.jpg');
    background-repeat:no-repeat;
    background-position:right;
    display: block;
    line-height: 20px;
	font-weight: bold;
	
}
