/*

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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	background-color: #ffffff;
	color: #222222;
}

a
{
	background-color: inherit;
	color: #0000EE;
}

a:hover
{
	text-decoration: none;
}

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

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

h2
{
	font-size: 17px;
}



#header
{
	background-color: #f2f7d5;
	background-image:url(images/header-background.jpg); background-repeat:repeat-x;
	padding: 10px 40px 15px 40px;
}

#header h1
{
	font-size: 27px;
	color:black;
	font-weight:500;
}

#header h2
{
	font-size: 22px;
	font-weight:500;}

#menu
{
	padding: 5px 30px 0px 30px;
	margin-bottom: 30px;
	color: #222222;
	background-color: #d9e8d2;
	border-bottom: solid 1px #DADADA;
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	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: #333333;
}

#menu ul li a:hover
{
	background-color: #E2E2E2;
	color: #1E1B5C;
}

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

#container
{
	margin: 0px 40px 0px 40px;
}

#primarycontainer
{
	float: left;
/*	margin-right: -200px;
*/	width: 75%;
}

#primarycontent
{
/*	margin-right: 240px;
*/}

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

#secondarycontent
{
	float: right;
	width: 260px;
	text-align:left;
}

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

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

/*.faqContainer {
	width:20%;
	padding-top:5px;
	padding-left:7px;
	float:right;
}

.faqTitle {
	width:97%; 
	background-color:#e6f2cc;
	padding:2px;
	padding-left:5px;
	text-align:center;
}*/


.addthis {
	position:relative;
		top:-23px;
	float:right;
	padding-right:0px;
}

.right {
position:relative;
top:-5px;}
