/*body*/

*
{
	margin: 0;
	padding: 0;
	outline: 0;
}
body
{
	font: 12px/165% "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	color: #3B4443;
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: center;
	background: url(images/bodybg.jpg) repeat;
}

/*links*/

a, a:active, a:link
{
	text-decoration: none;
	color: #005e1f;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	color: #70b214;
}

/*headers*/

h1, h2, h3
{
	font-family: "trebuchet ms", tahoma, arial, sans-serif;
	color: #005e1f;
}
h1
{
	font-size: 1.7em;
	font-weight: normal;
	padding: 0px 10px 13px 25px;
	background: url(images/underline1.jpg) no-repeat 25px 25px;
}
h2
{
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px 10px 5px;
}
h3
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 20px 10px 5px;
}

/*other text*/

p, dl
{
	padding: 10px;
	margin: 0;
}
p.beforelist
{
	padding: 0px;
	margin: 0;
}
ul, ol
{
	margin: 10px 0px;
	padding: 0 20px;
}
ol
{
	list-style: decimal;
	border: none;
	padding: 0 26px;
}
ul
{
	list-style: square;
	border: none;
}
dt
{
	font-weight: bold;
	color: #ababab;
}
dd
{
	padding-left: 25px;
}

/*images*/

img
{
	border: none;	
}
img.float-right
{
	margin: 5px 0px 0px 15px;
}
img.float-left
{
	margin: 5px 15px 0px 0px;
}
blockquote
{
	margin: 15px 10px;
	background: #181b1d;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6em;
	font-style: italic;
	font-family: georgia, "times new roman", times, sans-serif;
	color: #dedede;
}

/*forms*/

form 
{
	margin: 0px 10px; 
	padding: 0px 0px 0px 0px;
	border: none; 
	background: none; 	
}
label 
{
	display: inline;
	font-weight: bold;
	margin: 0px 0;
	color: #70b214;
}
input, select, textarea 
{
	margin: 0px 0px;
	font: normal 1em verdana, tahoma, sans-serif;
	color: #70b214;
	background: #ffffff;  
	border: 1px solid #005e1f;
	display: inline;
}
textarea 
{
	width: 280px;
	height: 100px;
	display: block;	
}
input.button 
{ 
	font: bold 12px arial, sans-serif; 
	height: 30px;
	width: 75px;
	margin: 3px 3px; 
	color: #feca1a;
	background: none;
	border: none;
}

/*layout*/

#headerbg
{
	height: 273px;
	font: 12px/165% "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	background: #000000;
	position: relative;
	margin: 0 auto;
	clear: both;
	padding: 0;
	background: transparent;
}
#wrap
{
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: justify;
}
#header
{
	width: 700px;
	height: 273px;
	background: url(images/header.jpg) no-repeat center top;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#bodywrap
{
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: justify;
}
#contentwrap
{
	position: relative;
	clear: both;
	width: 700px;
	padding: 0;
	margin-left: 0;
	background: url(images/mainbg.jpg) repeat;
	float: left;
	display: inline;
}

/*navigation*/

#nav 
{
	position: absolute;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 670px;
	left: 25px;
	top: 212px;
}
#nav ul 
{
	float: left;
	list-style: none;
	width: 670px;		
	height: 40px;
	margin: 0 0 0 0px; 
	padding: 0;	
	display: inline;
}
#nav ul li 
{
	display: inline;
	margin: 0; 
	padding: 0;
}
#nav ul li a 
{
	float: left; 
	display: block; 
	background: transparent;
	border-top: none;
	color: #005e1f; 
	padding: 0px 5px 5px 5px;
	margin: 29px;
	font-weight: bold; 
	text-decoration: none; 
}
#nav ul li a:hover, 
#nav ul li a:active 
{
	color: #feca1a;
	background: none;
	border: none;
	border-top: none;
}
#nav ul li#current a 
{	
	color: #feca1a;	
}

/*maincontent*/

#maincontent
{
	float: left;
	width: 650px;
	padding: 0;
	margin: 0 0 0 25px;
	display: inline;
}
#maincontent h2
{
	padding-bottom: 0px;
	margin-top: 0px;
	font: normal 1.3em "trebuchet ms", tahoma, helvetica, arial, sans-serif;
	color: #005e1f;
	letter-spacing: 0px;
	text-transform: none;
}
#video
{
	float: right;
	width: 300px;
	padding: 0;
	margin: 0 0 0 15px;
	display: inline;
}

/*footer*/

#footerwrap
{
	height: 75px;
	font: 10px/165% "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	color: #005e1f;
	background: #000000;
	position: relative;
	margin: 0 auto;
	clear: both;
	padding: 0;
	background: transparent;
}
#footercontent
{
	height: 75px;
	width: 700px;
	background: url(images/footer.jpg) repeat;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
a.footer:link, a.footer:active, a.footer:visited
{
	color: #71B216;
}
a.footer:hover
{
	color: #feca1a;
}

/*align*/

.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}
.centeredimage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

/*clear*/

.clearer
{
	clear: both;
}
.clear
{
	display: inline-block;
}
.clear:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
#form-div { 
  font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  width: 370px;
  margin : auto;
  color : #555;
  line-height : 1.7em;
}
