* { padding: 0; margin: 0; }

body {
	background: #006633;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	}
	
	
	
/* -----------------------------------*/
/* -------->> GLOBAL <<<-----------*/
/* -----------------------------------*/

p {
	line-height: 1.5em;
	}
	
a {
	color: #4B8610;
	text-decoration: none;
	}
	
a img { border: 0; }
	
p, h2, h3, h4, blockquote, ol, dl {
	margin: 10px 0 20px 0;
	}

blockquote {
	background: #F0F0F0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	}
	
	blockquote .cite {
		text-align: right;
		font-style: italic;
		color: #4B8610;
		margin: 0px;
		}
	
dt {
	color: #4B8610;
	font-style: italic;
	font-weight: 600;
	}
	
dd {
	padding-left: 10px;
	margin-bottom: 10px;
	}
	
/* ---- LISTS ---- */
	
.post ol {
	margin: 0 0 10px 20px;
	color: #4B8610;
	font-style: italic;
	font-weight: 600;
	line-height: 1.5em;
	}
	
	.post ol li {
		padding: 2px 0 2px 0px;;
		margin-bottom: 3px;
		}
	.post ol span {
		color: #5b5b5b;
		font-style: normal;
		font-weight: 400;
		}
	
#green .post ul li {
	padding-left: 20px;
	line-height: 1.5em;
	}
		
/* ---- FORMS ---- */	
	
form {
	width: <!--520px;--> 760px;
	border: 1px solid #31690A;
	background: #3E770D;
	padding: 20px;
	margin: 0 0 30px 0;
	}
	
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #333;
	border-width: 1px;
	border-style: solid;
  	border-color: #31690A; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	background: #c7e09c;
}

	input.button { 
		font: bold 12px Arial, Sans-serif; 
		height: 30px;
		margin: 0;
		padding: 2px 3px; 
		color: #FFF;
		background:#4B8610;
		
		border-width: 1px;
		border-style: solid;
		border-color: #59A908 #2F5608 #2F5608 #59A908;
	}
	
/* ---- TABLES ---- */
	
table {
	border-collapse: collapse;
	margin: 10px 20px;		
}
tr { 
	background: #FFF; 
}

	tr.altrow { 
		background: #F9F9F9;	
	}
	
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}

	th {
		color: #555;
		background: #f0f0f0; 
		padding: .8em 1em;	
		border-color: #DDD #DDD #6C0 #DDD;	
	}
	td {
		border-color: #EFEFEF;	
		padding: .7em 1em;	
	}	
	
/* ---- Positioning Elements ---- */

.third {
	width: 290px;
	padding: 5px 15px;
	font-size: 11px;
	}
.sixth {
	width: 130px;
	padding: 5px 15px;
	font-size: 11px;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
img.right {
	margin: 0 0 10px 10px;
	}
img.left {
	margin: 0 10px 10px 0;
	}
img.right, img.left {
	padding: 3px;
	background: #3E700C;
	border: 1px solid #8EC854;
	background-image: none;
	}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
	}
	
	
/* -----------------------------------*/
/* ------>> PAGE LAYOUT <<<--------*/
/* -----------------------------------*/
	
#wrapper {
	width: 998px;
	margin: 0 auto;
	}
#header {
	height: 110px;
	
	}

#main-top {
	width: 998px;
	height: 13px;
	background: url('images/main-top.gif') no-repeat;
	}
	
#main {
	background: #222;
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	min-height: 500px;
	padding: 0 9px 5px 9px;
	}
	
#main-bottom {
	width: 998px;
	height: 12px;
	background: url('images/main-bottom.gif') no-repeat;
	margin-bottom: 50px;
	}
	
#front_foot { /* The Green section on the front page */
	width: 960px;
	padding: 20px 10px;
	background: #4B8610 url('images/frontfoot.jpg') repeat-x top left;
	border-bottom: 1px solid #213D06;
	color: #CCFF99;
	}
	
#green_outer {
	background: #4B8610 url('images/frontfoot.jpg') repeat-x top left;
	width: 980px;
	color: #CCFF99;
	}
	
#green { /* The Green section on all other pages */
	width: 960px;
	padding: 20px 10px;
	background: url('images/line.png') repeat-y top left;
	border-bottom: 1px solid #213D06;
	}
	
.postfoot { /* Area generally used for post comments */
	width: 560px;
	padding: 30px;
	}
	
	
/* -----------------------------------*/
/* ----->> AREA SPECIFIC <<<-------*/
/* -----------------------------------*/

/* ---- Header Styles ---- */
	
#logo {
	width: 550px;
	height: 100px;
	padding-top: 40px;
	background: url('images/Brandmark_tp.png') no-repeat top center;
	font-style: none;
	color: #fff;
	text-align: center;
	float: left;
	margin-left: -125px;
	
	
	}
#tagline {
	width: 225px;
	height:30px;
	padding-top: 60px;
	float:left;
	margin-left: -80px;
	font-style: none;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
#logo a {
	text-decoration: none;
	color: #fff;
	}
#logo a .green {
	color: #66cc00;
	}
#searchform {
	background: url('images/search.gif') no-repeat;
	width: 324px;
	height: 25px;
	float: right;
	margin: 50px 15px 0 0;
	border: none;
	padding: 0px;
	}
#searchform input {
	background: none;
	outline: 0;
	border: 0;
	}
#searchform #s {
	width: 281px;
	font-size: 12px;
	color: #666;
	padding: 5px 0 0 10px;
	}
#searchform #searchsubmit {
	width: 28px;
	height: 25px;
	float: right;
	cursor: pointer;
	}
	
/* ---- Top Navigation ---- */

#nav {
	list-style: none;
	margin-bottom: 15px;
	padding-top: 10px;
	}
#nav ul {
	padding: 0px;
	}
#nav li {
	display: inline;
	margin:0px;
	padding-left: 20px;
	
	}
#nav a {
	color: #999;
	text-decoration: none;
	}
#nav a:hover, #nav .current_page_item a {
	color: #fff;
	}
	
/* ---- Content Post ---- */

.post {
	width: 560px;
	padding: 30px 30px;
	background: #FFF url('images/contentbg.jpg') repeat-x top left;
	color: #5b5b5b;
	margin-left: 5px;
	border-bottom: 1px solid #CCC;
	border-TOP: 1px solid #FFF;
	font-size: 14px;
	}
.post a {
	border-bottom: 1px solid #ddd;
	}
.post a:hover {
	color: #6C0;
	border-bottom: none;
	}
.post h1 {	
	color: #000;
	font-style: italic;
	font-size: 35px;
	margin-bottom: 30px;
	}
	
.post img {	
	background: #f0f0f0;
	border: 1px solid #CCC;
	float: right;
	}
	
.post p.meta {
	background: #E6E6E6;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	font-size:12px;
	margin: 30px 0 0 0;
	}
	.post p.meta a {
		border-bottom: 1px solid #CCC;
		}
	.post p.date {
		float: left;
		margin: 5px 20px 0 -31px;
		background: #559F0A;
		color: #FFF;
		font: 400 10px verdana,arial,sans-serif;
		padding: 12px 8px;
		border-left: 1px solid #447810;
		}
#green .post h3 {
		color: #6c0;
		}

#green h3, #footer h3, #front_foot h3 {
	font: 600 15px verdana,arial,sans-serif;
	margin-bottom: 10px;
	color: #FFF;
	}
	
/* Sidebar Styles */

	
#green .third { /* This is the sidebar for all pages except the index */
	width: 280px;
	padding: 5px 15px 5px 15px;
	margin-left: 10px;
	}
	
#green .third .sixth {
	padding: 5px 10px 5px 0;
	margin-bottom: 20px;
	}
	
#green ul, #front_foot ul {
	list-style-type: none;
	}
#green ul li, #front_foot ul li {
	padding: 2px 0 2px 10px;
	background: url('images/bullet.gif') no-repeat center left;
	margin-bottom: 3px;
	}
	
.third p {
	font-size: 11px;
	line-height: 1.4em;
	}
.sixth a, .third a {
	color: #CCFF99;
	border-bottom: 1px solid #6FAC31;
	text-decoration: none;
	}
.sixth p a, .third p a {
	color: #FFF;
	}
.sixth a:hover, .third a:hover {
	border-bottom: 2px solid #8EC854;
	color: #fff;
	}
#front_foot div.right {
	background: url('images/footer-divider.png') repeat-y top left;
	}
	
/* ---- Contetn Comments ---- */
	
#green .postfoot .comment {
	padding: 20px 0 18px 0;
	background: url('images/underline.png') repeat-x top left;
	line-height: 1.0em;
	margin-top: 5px;
	}
#green .comment p {
	margin-bottom: 0px;
	}
#green .comment a {
	color: #CF9;
	}
#green .comment a:hover {
	color: #FFF;
	}
#green .comment .meta, #green .comment .meta a, #front_foot .comment p.meta, #front_foot .comment p.meta a {
	color: #2F5608;
	font: 400 10px verdana,arial,sans-serif;
	font-style: italic;
	}
#green .postfoot .comment .comment {
	padding: 15px 0 5px 20px;
	margin-left: 10px;
	background: url('images/reply.gif') no-repeat top left;
	margin-top:0px;
	}
	
/* ---- Front Foot - green area in index.html ---- */
	
#front_foot p {
	margin: 0 0 10px 0;
	}
	
#front_foot .comment p.first {
	margin-top: -10px;
	}
#front_foot .comment {
	padding: 8px 0 10px 0;
	background: url('images/underline.png') repeat-x bottom left;
	line-height: 1.0em;
	}
#front_foot .comment p {
	margin: 0px;
	}
	
/* ---- Footer on all other pages ---- */
	
#footer {
	width: 960px;
	padding: 20px 10px 10px 10px;
	border-top: 1px solid #447A0E;
	color: #CCFF99;	
	background: #2F5608;
	}
#footer a {
	background: #3D6E0C;
	border-bottom: none;
	padding: 2px;
	}
	#footer a:hover{
		background: #4B8610;
		}
		
#footer p {
	line-height: 1.8em;
	margin-bottom: 20px;
	}
	
#footer ul {
	list-style-type: none;
	margin-bottom: 20px;
	}
	#footer ul li{
		display: block;
		margin-bottom: 12px;
		}
	#footer ul li a{
		background: url('images/buallet.gif') no-repeat center left;
		background: #3D6E0C;
		padding: 4px;
		}
	#footer ul li a:hover{
		background: #4B8610;
		}
	
/* ---- Copyright Information - very bottom ---- */
	
p.copy {
	padding: 0px 0 0 10px;
	color: #666;
	margin-bottom: 0px;
	}
	
p.copy a {
	color: #777;
	text-decoration: underline;
	}
	
p.copy a:hover {
	text-decoration: none;
	color: #CCC;
	}
	
#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: auto;
}
#cssmenu ul {
  background: #333333;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: #333333 url('seperator.png') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #cccccc;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #25a129 url('hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}

#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('sub_sep.png') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #25a129 url('hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}




#cssmenu2 {
  background: #333;
  position: absolute;
  top: 110px;
  left: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 200px;
}
#cssmenu2 li {
  font: 100% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu2 a {
  background: #333;
  border-bottom: 1px solid #393939;
  color: #ccc;
  display: block;
  margin: 0;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: normal;
}
#cssmenu2 a:hover {
  background: #2580a2 url('hover.gif') left center no-repeat;
  color: #fff;
  padding-bottom: 8px;
}


.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -142px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
  height: 142px; 
}
.site-footer {
  background: orange;
}




