/*

Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Name       : Primitive
Version    : 1.0
Released   : 20080425

*/

*
{
	margin: 0px;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	background-color: #ffffff;
	color: #222222;
	}

a {
	background-color: inherit;
	color: #5e77b6;
	text-decoration: none;
	}

a:hover {
	color: #8398ce;
	border-bottom: 1px solid #8398ce;
	}

p {
	text-align: left;
	margin-bottom: 15px;
	line-height: 22px;
	}

ul {
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
	}

h3 {
	font-size: 20px;
	margin-bottom: 30px;
	}

h4 {
	font-size: 13px;
	margin-bottom: 5px;
	}

#header {
	width: 100%;
	height: 140px;
	background: #F3F2F2 url(images/header_new2.jpg) top left no-repeat;
	color: #F0F8FF;
	}

#header h1 {
	display: none;
	}

#header h2 {
	display: none;
	}

#menu {
	width: 100%;
	padding-top: 20px;
	margin-bottom: 30px;
	color: #222222;
	background-color: #F3F2F2;
	border-bottom: solid 1px #DADADA;
	border-top: solid 1px #DADADA;
	}

#menu div {
	clear: both;
	}

#menu ul {
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0 0 0 35px;
	margin-bottom: 0px;
	}
	
#menu ul li {
	position: relative;
	float: left;
	border: solid 1px #dadada;
	border-bottom: 0px;
	margin-right: 5px;
	}

#menu ul li a {
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #43362c;
	}

#menu ul li a:hover	{
	background: #58ba57 url(images/nav_rollover.jpg) top left repeat-x;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover {
	background-color: #ffffff;
	color: #333333;
	}

#container {
	width: 1160px;
	margin: 0px 20px 0px 35px;
	}

#primarycontainer {
	float: left;
	width: 910px;
	}

#primarycontent {
	}

#primarycontent p {
	margin-bottom: 20px;
	margin-right: 10px;
	}


#listheader {
	border-top: solid 1px #DADADA;
	margin-right: 10px;
	padding: 0 5px 5px 5px;
	}

#primarycontent h2.thelist {
	float:left;
	display: inline;
	text-transform: uppercase;
	color: #57ba58;
	padding: 5px;
	}

ul.listlinks {
	float:right;
	display: inline;
	list-style: none;
	}

ul.listlinks li {
	display: inline;
	float: right;
	margin-left: 4px;
	}

ul.listlinks li a {
	border: solid 1px #dadada;
	border-top: 0px;
	background: #F3F2F2;
	display: block;
	float: right;
	padding: 8px 5px;
	font-size: 12px;
	}

ul.listlinks li a:hover {
	background: #8398ce;
	color: #fff;
	}

#secondarycontent {
	float: right;
	width: 200px;
	font-size: 12px;
	}

.contentgroup {
	margin-bottom: 25px;
	}

.contentgroup h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #98cd4e;
	}

.contentgroup ul.news {
	list-style: none;
	padding: 0;
	font-size: 12px;
	}

.contentgroup ul.news li {
	margin: 0 0 8px 0;
	}

#footer {
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding-top: 15px;
	border-top: solid 1px #DADADA;
	clear: both;
	}

.clearit {
	clear: both;
	height: 1px;
	}
