/* ---------------------------------------------------------------------------------------------
 *	styles.css
 */
 
.clear { clear: both }

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: 14px/21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
	/* background-color: #ff9999; */
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 886px;
	/* background-color: #dddddd; */
}

#header {
	width: 860px;
	padding-left: 26px;
	/* background-color: #99ff99; */
}

#main {
	width: 100%;
	/* background-color: #9999ff; */
}

#content {
	margin-top: 20px;
	margin-left: 15%;
	width: 70%;
	padding-bottom: 60px;
	/* border-bottom: 3px solid #4E7642; */
	/* background-color: #ffffff; */
}

#footer {
	clear: both;
	margin-top: 0px;
	padding-top: 30px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: url(bottom_rule.png) no-repeat top center;
	/* background-color: #99ff99; */
}

img {
	border-style: none; /* removes default box around image links in Firefox and IE. */
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

object.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
object.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #558967;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #9F4643;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	margin-top: 1.0em;
	color: #888888
}

/* ---------------------------------------------------------------------------------------------
 *	topnav1
 */

 #topnav1 {
	height: 55px;
	padding-left: 26px;
	background: url(topnav1_background.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	/* background-color: #aaaaaa; */
}
#topnav1 a {
	position: relative;
	top: -15px;
	padding-left: 30px;
	padding-right: 30px;
	color: #8E968B;
	/* background-color: #99ff99; */
}
#topnav1 a.active { color: #4E7642; }
#topnav1 a:hover  { color: #4E7642; }

/* ---------------------------------------------------------------------------------------------
 *	topnav2
 */
 
 #topnav2 {
	height: 55px;
	padding-left: 26px;
	background: url(topnav2_background.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	/* background-color: #aaaaaa; */
}
#topnav2 a {
	position: relative;
	top: -17px;
	padding-left: 30px;
	padding-right: 30px;
	color: #B4A8A7;
	/* background-color: #99ff99; */
}
#topnav2 a.active { color: #A14B48; }
#topnav2 a:hover  { color: #A14B48; }
