﻿
html, body {
		height:100%;
	}

/*images*/	

img {
		margin:0;
		padding:0;
		border: none;
	}

/* text */		

p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
		line-height:1.6em;
	}

h1 {
	font-size: 2em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	color: #74ab00;
	letter-spacing: -1px;
}
	
h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 0.2em 0;
	padding: 5px 0 0 0;
	color: #8BAC34;
	letter-spacing: -1px;
	background-color: transparent;
}
	
h3 {
		font-size: 1.2em;
       	line-height: 1.5em;
		margin: 0 0 0.3em 0;
		padding: 0;
	}

/* links */

a,	a:link,	a:active {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
       color:#74ab00;
	   text-decoration: underline;
        
	}

a:visited {
	color: #3399FF;
	text-decoration: underline;
}

.centertext {
	text-align: center;
}

.bigbluelink {
	text-align: center;
	font-size: 16pt;
}

.bigblacktext {
	font-size: 22px;
	color: #555555;
}
.redtext {
	color: #990000;
}

.tableheader {
	border: 1px #C9C9C9 solid;
	background-color: #E9E9E9;
}

.biggraytext {
	text-align: center;
	font-size: large;
	font-weight: bold;
}

/* body */

body {
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		font-size:14px;
		color:#656565;
	}
	
.home {
}
	
#wrapper {
		min-height:100%;
		position:relative;
    }
	
* html #wrapper {
		height:100%
    }
	
#container{
	margin: 0 auto;
	width: 900px;
	padding: 20px 15px 30px 15px;
	background-color: #FFFFFF;
}

/*misc*/

.hidden {
		display:none;
	}

.center {
		
		margin:0 auto;
	}
	
.last {
	
		margin:0px;
		padding:0px;
	}
	
.clear, .clearline {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1px;
	float: right;
}
	
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
	/* End hide from IE-mac */

.clearfix2:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

.clearfix2 {display: inline-block;}
	
	/* Hides from IE-mac \*/
* html .clearfix2 {height: 1%;}
.clearfix2 {display: block;}
	/* End hide from IE-mac */

.margin-bottom {
		margin-bottom:20px;
	}
	
.right
{
	padding: 10px 10px 10px 10px;
	float: right;
}

.center
{
text-align:center;
}

.left
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px
}


/* header */

#header
{
	margin: 0 auto;
	width: 900px;
	height: 120px;
}

#headcontainer {
	height: 120px;
	margin: 0 auto;
	background-color: #000;
	border-bottom-color: #C9C9C9;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
	
#headerlinks
{
	padding: 50px 0 0 0;
	margin: 0 auto;
	height: 20px;
	color: #669900;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

#headerlinks a
{
	outline: none;
	color: #C0C0C0;
	text-decoration: none;
}

#headerlinks a:hover{
	color: #86C600;
	border-bottom: 1px dotted;
}

#logo
{
	margin: 0 auto;
	width: 200px;
	height: 93px;
	float: left;
	padding-top: 15px;
}
		
			
ul#main-menu  {
		position:absolute;
		right:0px;
		bottom:35px;	
		margin:0 0 0px 0;
		font-size:1.2em;
		padding:0;
        list-style: none;
		background:transparent no-repeat scroll 0px 0px;
	}
	
ul#main-menu li  {
		padding: 0;
		float: left;
		margin: 0 0px 0 15px;
		display: block;
	}

ul#main-menu li a{
		
		float: left;
		padding: 12px 2px 0px 2px;
		text-decoration:none;
		color:#656565;
	}
	
ul#main-menu li a:hover, ul#main-menu li a#current{
	padding: 7px 2px 0px 2px;
	border-bottom: none;
	text-decoration: none;
}
	
/* top stripe */
		
#topstripe {
	height: 243px;
	width: 900px;
}
	
#topstripepic {
	width: 450px;
	height: 280px;
	float: right;
	overflow: hidden;
}

#description {
	top: 0px;
	right: 0px;
	width: 650px;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	float: left;
}
	
#topheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 44px;
	color: #5d3128;
	padding-top: 60px;
}
	
#topheadlineitalic{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #5d3128;
	font-style: italic;
	padding-left: 120px;
}
	
#topbuttonleft{
	width: 150px;
	float: left;
	margin-top: 200px;
	margin-left: 180px;
	margin-right: 30px;
	height: 30px;
	background-color: #D8DBD7;
}

#topbuttonright{
	width: 150px;
	float: left;
	margin-top: 200px;
	height: 30px;
	background-color: #D8DBD7;
}

/*top call out*/

#topcallout {
	height: 40px;
	width: 880px;
	background-color: #656565;
	background-image: url('images/callout-bg.jpg');
	background-repeat: repeat-x;
	color: #8BAC34;
	font-size: 18pt;
	padding-top: 10px;
	padding-left: 20px;
}

#calloutbutton {
	height: 30px;
	width: 150px;
	float: right;
	padding-right: 20px;
}

/*Content*/

#content {
	padding: 20px 0px 0px 0px;
}
	
#content h1 {
	clear: both;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 1em;
	font-size: 1.6em;
	letter-spacing: 1px;
	font-weight: bold;
	color: #74ab00;
}
	
#content h2 {
	clear: both;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 7px 0px;
	line-height: 1em;
	font-size: 1.6em;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 2px dotted #aaa;
	color: #74ab00;
}
	
#content  h3 a, #content h2 a, #content  h1 a {
	color: #74ab00;
}
	
#content  h3 a:hover, #content h2 a:hover, #content h1 a:hover {
	
	   color:#8bac34;
	   text-decoration: none;
	}

#main {
	border: 1px #C9C9C9 solid;
	padding: 10px;
	float: left;
	display: inline;
	width: 555px;
	margin-bottom: 20px;
}

#main-sub {
		float:right;
		display:inline;
		width:600px;
	}

#main ul, #main-sub ul{
		margin:0 70px 10px 10px;
		padding:0px 0px 0px 0px;
		list-style:none;
	}
	
#main ul li, #main-sub ul li  {
		display:block;
		padding:5px 0px 5px 20px;
		margin:0px 0px 3px 0px;
		list-style-position:outside;
		background:url('li-back.gif') no-repeat left 50%;
}
	
#main ul li a, #main-sub ul li a {
		color:#6b6a6a;
		text-transform:none;	
	}
	
#main ul li a:hover,  #main-sub ul li a:hover {
		color:#74ab00;
		text-decoration:none;
	}

/* Sidebar */	

#sidebarwrapper {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 305px;
}
	
#sidebartop {
	background: #E9E9E9;
	padding: 5px;
	border: 1px #C9C9C9 solid;
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	width: 295px;
}

#sidebartwitter {
	background: #FFF;
	border: 1px #C9C9C9 solid;
	float: right;
	display: inline;
	margin: 10px 0px 0px 0px;
	width: 305px;
	height: 42px;
}

#sidebarbottom {
	background: #E9E9E9;
	padding: 5px;
	border: 1px #C9C9C9 solid;
	float: right;
	display: inline;
	margin: 10px 0px 0px 0px;
	width: 295px;
}

	
#subnav {
		float:left;
		display:inline;
		margin:0px 0px 0px 0px;
		width:250px;
	}
	
#subnav ul{
		margin:10px 0px 25px 0px ;
		padding:0px 0px 0px 0px;
		list-style:none;
	}
	
#subnav ul li  {
		display:block;
		font-size:1.2em;
		padding:5px 0px 5px 20px;
		margin:0px 0px 0px 0px;
		background:url('nav-back.gif') no-repeat left 50%;
}
	
#subnav ul li a {
		color:#6b6a6a;
		text-transform:none;	
	}
	
#subnav ul li a:hover {
		color:#74ab00;
		text-decoration:none;
	}
	
/*Footer */
	
#footer {
	width: 100%;
	background-color: #000000;
	height: 86px;
	background-image: url('../../img/footer.jpg');
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
	border-top-color: #C9C9C9;
	border-top-style: solid;
	border-top-width: 4px;
}

#footer_content{
	width: 930px;
	height: 86px;
	margin: 0 auto;
	background-image: url('../../img/bottom_bar.jpg');
	background-repeat: no-repeat;
}
#footer_left {
	float: left;
	text-align: left;
	line-height: 18px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9f7e8;
	padding: 5px 0px 5px 10px;
	font-style: normal;
}

#footer_right3 {
	float:left;
	width: 165px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	height: 100px;
	color: #878787;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f7f7ef;
	text-align: right;
	width: 300px;
	padding-top: 20px;
	float: right;
	padding-right: 10px;
}

.copyright a {
text-decoration:none;
color:#fff;
}

.copyright a:hover {
	text-decoration:underline;
	color: #86C600;
}

/*End Footer */



