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

body {
	background: #19472A;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
* {
	margin: 0px;
	padding: 0px;
}


/* layout */
#container {
	width: 752px;
	text-align: left;
	margin: 0px auto;
}
#wrapper {
	width: 752px;
	border: 1px solid #A9B99C;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;
}
html>body #wrapper {
	width: 750px;
}
#header {
}

#masthead {
}

#navigation {
	width: 752px;
}

#sidebar {
}

#contentWrap {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 20px;
}
#mainContent.oneColTab {
	width: 730px;
}
#mainContent.twoCol {
}
#subContent {
	background-color: #FFF;
	padding: 20px 20px 30px;
	
}


/* horizontal main navigation */

#menuHorizSub {
	height: 27px;
	float: right;
}
#menuHorizSub ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menuHorizSub li {
	float: left;
	list-style: none;
	display: inline;
	height: 27px;
	width: 140px;
	text-align: center;
	background-image: url(../images/tabs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	
}
#menuHorizSub a {
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #77a22f;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menuHorizSub a:hover {
	color: #bbcf95;
}


#menuHorizSub li.current {
background:  url(../images/tabs.gif) 0px -35px;
	
}

/* footer */
#footer {
	text-align: center;
	width: 750px;
}
#footer p {
	margin-right: auto;
	margin-left: auto;
}

/* development */
.clear { /* clears floated elements */
	clear: both;
	display: block;
}

.non-html { /* opens new window - replace deprecated target _blank */
}

