/* CSS Document */

body{
	background-image:url(_images/bg.jpg);
	height:auto;
	background-color:#000000;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
tr td {
	font-size: 14px;
	margin-left: 5px;
	padding-left: 5px;
}


#container {
	width: 1000px;
	height: auto;
	margin: auto;
}

.img_green_border {
	border: 1px solid #84A628;
}
/* -----------Header--------------- */
#header{
	width: 940px;
	margin: 0 auto;
	height: auto;
	background: url(_images/img02.jpg) repeat-x left top;
}

#header_logo{
	width: 940px;
	height: 82px;
	margin: 0 auto;
	background: url(_images/img01.gif) no-repeat left top;
}

#header_tag_left{
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
	margin-top: 20px;
	margin-left: 25px;
	}
#header_tag_right{
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
	margin-right: 230px;
	margin-top: 40px;
}

#header_pic{
	width: 940px;
	margin: 0 auto;
	height: 220px;
	background-image:url(_images/top_image.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*---------------Links-------------*/

a:link {
	text-decoration: none;
	color: #6E8A21;
}

a:visited{
	text-decoration: none;
	color: #6E8A21;
}

a:hover {
	text-decoration: underline;
	color: #6E8A21;
}

a:active {
	text-decoration: none;
	color: #6E8A21;
}


/* ---------------Menu-------------- */

#menu {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(_images/img03.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	text-decoration: none;
	text-transform: capitalize;
	background: url(_images/img03.jpg) no-repeat right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
}
#menu a:link {
	color:#FFFFFF; 
	text-decoration:none;}
#menu a:visited {
	color:#FFFFFF; 
	text-decoration:none;}
#menu a:hover { 
	color: #FFFFFF;
	text-decoration:underline;}
#menu a:active {
	color:#FFFFFF; 
	text-decoration:none;}

#menu .current_page_item a {
	color: #FFFFFF;
}
/*------------Body Wrapper----------- */

#body_wrapper{
	width: auto;
}

#body_text{
	float: left;
	width: 500px;
	padding: 10px;
}

#body_text_large{
	float: left;
	width: 740px;
}

/*-----------Sidebars -------------*/

#sidebar_left {
	float: left;
	height: auto;
}

#sidebar_right {
	float: right;
}

#sidebar p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 20px;
	letter-spacing: 1px;
}

.sidebar {
	float: left;
	width: 200px;
	padding: 0;
	font-size: 12px;
	background: #282828;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #616161 dashed;
}


.sidebar li h2 {
	height: 31px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 40px;
	background: #4F6517 url(_images/img04_3.gif) no-repeat left top;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
}
.sidebar li h3 {
	height: 31px;
	margin: 0;
	background: #4F6517 url(_images/img04_3.gif) no-repeat left top;
	letter-spacing: -1px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
}

/*-----White Links----------*/

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

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

.white_link a:hover {
	text-decoration: underline;
	color: #fff;
}

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

/*-----Green Links----------*/

.green_link a:link {
	text-decoration: underline;
	color: #6E8A21;
}

.green_link a:visited{
	text-decoration: underline;
	color: #6E8A21;
}

.green_link a:hover {
	text-decoration: none;
	color: #6E8A21;
}

.green_link a:active {
	text-decoration: underline;
	color: #6E8A21;
}

/*-------Paragraph Text-----*/
#paragraph_title{
	width:auto;
	height:auto;
	color: #6E8A21;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 18px;
	margin-right: 10px;
	padding-top: 15px;
	padding-bottom: 3px;
	font-weight: bold;
}

#paragraph_bar{
	width:auto;
	height:auto;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	margin-left: 10px;
}
#paragraph_content{
	width:auto;
	height:auto;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
}

#paragraph_content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 20px;
	letter-spacing: 1px;
}
#paragraph_content h1 {
	font-size: 16px;
	color: #6E8A21;
}
#paragraph_content h2 {
	font-size: 14px;
	color: #6E8A21;
}
#paragraph_content h3 {
	font-size: 16px;
	color: #ffffff;
}



#paragraph_content_left{
	width:400px;
	height:auto;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 0px;
	float:left;
}
#paragraph_content_right{
	width:275px;
	height:auto;
	float:right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
}
#paragraph_content_clear{
	clear: both;
}

#paragraph_content_white{
	width:600px;
	height:auto;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
	background-color:#FFF;
}
#paragraph_content_box{
	border: thin solid #FFF;
	width: 225px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*--------Footer---------*/

#footer {
	width:auto;
	height:50px;
	text-align: center;
}
#footer a:link {
	color:#FFFFFF; 
	text-decoration:underline;}
#footer a:visited {
	color:#FFFFFF; 
	text-decoration:underline;}
#footer a:hover { 
	color: #FFFFFF;
	text-decoration:none;}
#footer a:active {
	color:#FFFFFF; 
	text-decoration:underline;}
#clear {
	clear: both;
}


/*--------Greens---------*/
#green_content{
	width:auto;
	height:auto;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #5FBE6C;
}

#greens_left{
	float: left;
	width: 390px;
	margin: 0px;
}

#greens_right{
	float: right;
	width: 300px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#greens_clear{
	clear: both;
}

#greens_box{
	border: thin solid #FFF;
	width: 250px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 22px;
	text-align: center;
}

#greens_box p {
	margin: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#greens_left h1 {
	font-size: 18px;
	color: #ffffff;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#clear {
	clear: both;
}
/*--------
#green_content a:link {
	color:#FFFFFF;
	text-decoration:underline;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: auto;
	list-style-type: circle;
}
#green_content a:visited {
	color:#FFFFFF; 
	text-decoration:underline;}
#green_content  a:hover { 
	color: #FFFFFF;
	text-decoration:none;}
#green_content  a:active {
	color:#FFFFFF; 
	text-decoration:underline;}Greens---------*/
