/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }


body {
	margin: 0 auto;
	width: 100%;
	font-family: "Helvetica", sans-serif;
	font-size: 90%;
	color: #7F7F7F;
}

#top {
	width: 100%;
	background: #718E3B;
	height: 4em;
	padding: 0em;	
}

#top h1 {
	width: 960px;
	margin: 0 auto;
	color: #FFF;	
	font-size: 2.2em;
	height: 2em;
	line-height: 1.6em;
	padding: 0;
}

#wrapper {
	padding-top: 20px;
	width: 960px;
	margin: 0 auto;
}

#branding {
	width: 960px;
	margin: 0 auto;
	height: 24px;
}



#branding h1 {
	color: #bfbfbf;
	font-size: 28px;
	font-weight: bolder;
	margin: 0;
}

#branding h1 a {
	color: #fff;
}

.search {
	padding-top: 6px;
	float: right;
	color: #
}

.search-input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #E4E4E4;
	width: 178px;
	color: #718E3B;
	padding: 2px 5px;
	font-size: 12px;	
}

.search-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	background: #000;
	color: #fff;
	padding: 3px 10px 3px 10px;
	font-size: 12px;	
	background: url(../images/gradient-glossy.png) #666 repeat-x;
	
}

.search-button:hover {
	background: url(../images/gradient-glossy.png) #000 repeat-x;
}

.links {
	padding-bottom: 20px;
}

#wrapper li {
	width: 960px;
	margin: 0 auto;
	color: #FFF;
	margin-left: 40px;
}

#wrapper li {
	line-height: 2.0em;
}



h1 a, li a {
	color: #4B4B4B;
	text-decoration: none;
}

h1 a:hover, li a:hover {
	color: #718E3B;
}


#wrapper ul {
	font-size: 12px;
	color: #333;
	margin-left: -40px;
}

#wrapper ul li a {
	color: #4B4B4B;
}

#wrapper ul li a:hover {
	color: #718E3B;
}

#wrapper h1 {
	letter-spacing: -1px;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	position: relative;
  	position: relative;
  	color: #D5D5D5;
  	font-size: 24px;
 	font-weight: bolder
}

#wrapper h1 span {
  background: url(../images/gradient-glossy.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}

#footer {
	border-top: 1px solid #D8D8D8;
	margin-top: 2em;
	padding-top: 1em;
	
}

#nav-div {
	width: 100%;
	margin: 0; padding: 0;
	background-color: #54692C;	
}

.nav {
	display: block;
	width: 960px;
	margin: 0 auto;
	height: 25px;
	padding: 0 !important;
}

.nav li {
	margin: 0 auto;
	height: 14px;
	list-style:none;
	margin: 0; padding: 0;
	font-size: 10px;
	float: left;
	padding: 3px 11px;
	line-height: 3.6em;
	font-weight: bolder;
	
}



.nav li a {
	color: #FFF;
	text-decoration: none;
}

.nav li a:hover {
	color: #FF9521;
}

.first {
	padding-left: 0 !important;
}

.last {
	border-right: none !important;
}

#pagmenu {
	margin-top: 20px;
	width: 100%;
}

#pagmenu li {
	list-style:none;
	font-size: 10px;
	line-height: 10px;
}
 
#pagmenu li a {
	display: inline;
	float: left;	
	color: #0EB3D1;
	border: 1px solid #607C27;
	font-size: 11px;
	padding: .3em .3em;
	margin-right: .2em;
}
 
#pagmenu li a:hover {
	background: #607C27;
	color: #FFF !important;
}

p.date {
	color: #999;
	font-weight: bolder;
	width: 85px;
	float: left;
}

p.title {
	width: 600px;
	float: left;	
}

.dark-green {
	color: #dbdbdb;
}

#twitter {
	z-index: 999;
	background: #FFF;
}


