@charset "utf-8";
/* Begin CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0; zoom: 1}
/* End CSS Reset */

/* Begin Text Set */
a:focus {outline:1px dotted invert}
hr {border:0 #9FCD6A solid;border-top-width:1px;height:0; margin:10px auto 20px; width:80%}
h1 {font-size:25px} h2 {font-size:23px} h3 {font-size:21px} h4 {font-size:19px} h5 {font-size:17px} h6 {font-size:15px}
h1,h2,h3,h4,h5,h6 {margin-bottom:8px;  color:#316111}
ul {list-style:square; margin:8px 0} 
ol {list-style:decimal; margin:8px 0} 
li {margin:5px 0 5px 30px}
/*End Text Set */


/* Begin Regular Styling */

html, body {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCCCCC;
	background:url(images/navBG.jpg) repeat-x #000;
	position:relative
	}
	
#logo {
	position:absolute;
	margin-top:37px;
	z-index:1000;
	left:0;
	top:0
}
	
#container {
	position:relative;
	width:960px;
	margin:0 auto;
	padding-top:37px;
    min-height:800px;
    height:auto !important;
    height:800px;
}
	
	
#header {
	position:relative;
	margin:0 auto;
	}

p {
	padding:0 0 10px;
	line-height:21px;
	}
	
.imgRT {
	float:right;
	margin:0 0 10px 15px;
	}
	
.imgLFT {
	float:left;
	margin:0 15px 10px 0;
	}
	
a {
	color:#216600
	}
	
a:hover {
	text-decoration:none
	}
	
#flash {
	width:960px;
	height:414px;
}
	
#homeContent {
	background:url(images/homeDivider.jpg) no-repeat left top;
	padding-top:30px;
	overflow:hidden;
	z-index:1;
	position:relative
}

#homeContent p {
	width:280px;
	padding:0 20px;
	float:left;
	background:none
}

#homeContent p ul {
	width:270px;
	float:left;
}

#homeContent img {
		float:left;
		margin:0 10px 0px 0;
}

#homeContent span {
	float:left;
	font-size:22px;
	color:#fff;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	padding-top:5px
}
	
#footer {
	text-align:right;
	bottom:0;
	right:0;
	width:500px;
	position:fixed;
	z-index:9999
}

#bcfooter {
	position:absolute;
	left:25px;
	bottom:5px;
}

#bcfooter a {
	color: #666;
	font-size:10px;
}

#nav {
	position:absolute;
	left:0;
	top:0;
	margin-top:10px
}

#nav li {
	display:inline;
	margin:0
}

#nav a {
	color:#FFF;
	padding:6px 50px;
	border-left:1px solid #000;
	text-decoration:none;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999
}

#nav a:hover {
	background-color:#5F5F5F;
	color:#FFF;
}

#innerContent {
	padding:40px 30px 70px;
	position:relative
}

#innerContent h2 {
	margin:0 0 10px 100px;
}

.testi {
	width:200px;
	border:1px solid #CCC;
	padding:20px;
	float:right;
	margin:0 0 0 40px;
	background-color:#1A1A1A
}

.testi h2 {
	padding-bottom:20px
}

