/* Css  */

body {
	font-family: trebuchet ms, tahoma; /*, verdana, arial, tahoma;  */
	font-size: 90%;
	color: #666;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#container-menu-top, #header, #container-content, #container-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#container-menu-top {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#ccc;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% 1px; }
 #menu-top a:hover span {	background-position:100% -41px; }

#container-header {
	background: transparent url('images/bg.png') top center repeat-x;
}

#header {
	background: #ccc url('images/banner1.jpg') no-repeat center top;
}

#container-header2 {
	background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#container-header3 {
	background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 292px;
	line-height: 3em;
	color: #5F835F;
	font-size: 170%;
}
#header h2 {
	margin: 0 20px;
	padding: 0;
	height: 25px;
	line-height: 1.7em;
	color: #999;
	font-size: 100%;
}
#container-content {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

* html #container-content { height: 1%; }

#centered{position:relative;width:1024px;height:100%;margin:0 -368px}

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 30px 5px 40px;
}
.body1 {
	margin: 0 20px;
	padding: 0;
	color: #666;
	font-size: 90%;
	line-height: 150%;
}

#container-footer {
	margin-top: 1em;
	text-align: center;
	a:link {color: #888; }

}

#footer {
	margin: 0 20px;
	background-color: #1B640B;
	color: #999;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }


a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }
