/**

Master.css
Developed by Wiseguy Digital

*/

html, * {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:14px;
	background:url(images/page-bg.gif) #3F4141;
}

h1 {
	font-family:"garamond", serif;
}

h1, h2, h3 {
	color:#8EA300;
}

ul {
	margin-left: 2em;
}

p, li {
	margin:1em 0;
	line-height: 1.6em;
}

a {
	color:#8EA300;
}

hr {
	border:none;
	border-bottom: 2px solid #8EA300;
}

/**
Element specific
*/
#wrapper {
	width:930px;
	margin:auto;
	margin-top:25px;
	background:#fff;
}

#header {
	position:relative;
	background:url(images/stripes.jpg) repeat-x bottom;
	height:170px;
}

#col-left {
	padding:15px;
	padding-right:0;
	width:180px;
	float:left;
}

#col-mid {
	width:480px;
	float:left;
	margin:15px;
	padding-right:15px;
	border-right: 2px solid #8EA300;
}

#col-right {
	padding:15px;
	padding-left:0;
	width:190px;
	float:right;
}

#col-right img {
	margin-bottom:20px;
}

h1.logo {
	position:absolute;
	top:15px;
	left:15px;
	background:url(images/logo.gif) no-repeat;
}

h1.logo a {
	display:block;
	width:300px;
	height:126px;
}

h1.logo span {
	display:none;
}

h1.pagetitle {
	position:absolute;
	right:0;
	bottom:25px;
	text-align:right;
	margin-right:15px;
}

#nav {
	background:#8EA300;
	padding:0 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#nav p {
	text-align:right;
	font-size:0.85em;
	padding-top:15px;
	padding-bottom:15px;
}

#nav p a {
	color:#000;
}

#nav p a:hover {
	color:#CDCFAB;
}

#col-left ul {
	margin:0;
	list-style:none;
	text-align: right;
	padding-top:1px;
}

#col-left ul li {
	line-height:1.3em;
	display:block;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}

#col-left ul li.active a {
	color:#fff;
}

#col-left ul a, #col-left ul a:hover {
	text-decoration:none;
	color:#000;
}

#col-left ul a:hover {
	color:#CDCFAB;
}

#footer {
	border-top: 2px solid #8EA300;
	margin:15px;
	color:#666;
	font-size:0.8em;
}

#footer ul {
	margin:0;
	list-style:none;
	height:45px;
}

#footer li {
	float:left;
	margin-right:20px;
}

#footer li a {
	color:#666;
	text-decoration: none;
}

/**
Generic style
*/
.clear {
	clear:both;
	height:1px;
}