

body {
	margin: 0;
	padding: 0;
	/*background: url(images/background.jpg) repeat-x;*/
	background-color:#F0EBD8;
	
	
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #451E16;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #F0AD2A;
}

a:hover {
}

#wrapper {
	width: 950px;
	background: #4F8A10;
	margin:auto;
	padding: 0;
	z-index:0;
	
}

/* Header */

#header {
	width: auto;
	background:url(images/header.jpg) no-repeat;
	height: 175px;
	margin: 0 auto;
	
	
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding-top: 30px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */
#nav{
background-color:#451E16;
width:100%;
height:70px;
}
#nav ul{
list-style:none;
margin:0;
padding:0;
}
#nav ul li{
float:left;
}
#nav ul li a{
display:block; 
color:#FFF;
/*text-transform:uppercase;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 1.4em;
font-weight:bold;
line-height:70px;
padding:0px 23.5px;
border-right:1px solid #FFF;
}
#nav ul li.lastitem a{
border:none;
}


#nav a:hover,a.hover{
	background: #4F8A10;
	}
/* Page */

#page {
	width: 900px;
	
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px px;
}

#page-bgbtm {
	
	
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 0;
	margin:0 0 0 5px;
}



#callout {
		background:#D8D788;
		font:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
}

#right-callout {
	
}
.post {
	margin-bottom: 15px;
	
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #451E16;
}

.post .title a {
	color: #451E16;
	border: none;
}

.post .meta {
	width: 400px;
	padding: 5px 20px 5px 10px;
	background: #676767;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
}

.post .meta a {
	color: #FFFFFF;
}

.post .entry {
	padding: 0px 60px 20px 0px;

	text-align: justify;
	
}


.entry p {
	font-size:1.2em;
}

.links {
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	/*background:url(images/commit.jpg) no-repeat;*/
	height:auto;
	float: left;
	width: 250px;
	padding: 0px;
	color: #787878;
	margin:10px;
	
}

#sidebar .title {
	padding:0 20px 0px 25px;
}

#sidebar ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 5px 10px 5px 10px;
	color:#333333;
	font-size:1.1em;
	font-style:italic;
	
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

/*#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #000000;
}*/

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none !important;
	color: transparent;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}
.callout {
	background-color:#D8D788;
	width:250px;
}

.commitment {
	background-color:#F3EFEF;
	width:250px;
	text-align:justify;
}

#pullquote {
	background:url(images/pullquote.jpg) no-repeat;
	height:174px;
	margin:0 10px 10px 10px;
}

#pullquote-large {
	background:url(images/pullquote-large.jpg) no-repeat;
	height:250px;
	margin:0 10px 10px 10px;
}

#pullquote-larger {
	background:url(images/pullquote-larger.jpg) no-repeat;
	height:325px;
	margin:0 10px 10px 10px;
}

#pullquote-largest {
	background:url(images/pullquote-largest.jpg) no-repeat;
	height:400px;
	margin:0 10px 10px 10px;
}

#pullquote-faq {
	background:url(images/pullquote-largest.jpg) no-repeat;
	height:400px;
	margin:0 10px 10px 10px;
}

#pullquote-huge {
	background:url(images/pullquote-huge.jpg) no-repeat;
	height:500px;
	margin:0 10px 10px 10px;
}

#pullquote p {
	font-size:1.4em;
	color:#451E16;
	padding:25px 25px 10px 25px;
	text-align:left;
	line-height:1.5em;
	text-align:left;
}

#pullquote-large p {
	font-size:1.4em;
	color:#451E16;
		padding:15px 25px 10px 25px;
	text-align:left;
	line-height:1.5em;
	text-align:left;
}

#pullquote-larger p {
	font-size:1.4em;
	color:#451E16;
		padding:55px 25px 10px 25px;
	text-align:left;
	line-height:1.5em;
	text-align:left;
}

#pullquote-largest p {
	font-size:1.4em;
	color:#451E16;
		padding:45px 25px 10px 25px;
	text-align:left;
	line-height:1.4em;
	text-align:left;
}

#pullquote-faq p {
	font-size:1.4em;
	color:#451E16;
		padding:35px 25px 10px 25px;
	text-align:left;
	line-height:1.4em;
	text-align:left;
}

#pullquote-huge p {
	font-size:1.4em;
	color:#451E16;
		padding:50px 25px 10px 25px;
	text-align:left;
	line-height:1.4em;
	text-align:left;
}
.credit {
	font-size:1em;
	text-align:left;
	color:#451E16;
}

#commit p{
	
	

}

#committed p{
	
	
	margin:10px 10px 10px 10px;
	padding:0px 15px 15px 15px;
	text-align: justify;
	font-size:1.1em;
}



blockquote {
background:url(images/blockquote_start.png) no-repeat scroll 0 0;
margin:10px 0;
padding:10px 45px;
text-align:justify;
}
blockquote div {
background:transparent url(images/blockquote_end.png) no-repeat scroll 100% 100%;
margin:0 -45px -10px 0;
padding:0 45px 10px 0;
}

.blockcredit {
	font-size:.5em;
	text-align:left;
	line-height:1em;
	font-style:italic;
	color:#451E16;
	padding-left:50px;
	padding-top:-20px;
}

#newsletter {
	width:250px;
	height:55px;
	background-color:#451E16;
	border:1px solid #EDE7D0;
}



/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	width: 950px;
	background-color:#4F8A10;
	
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0 0 0 10px;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	
	text-align: center;
	color: #FFFFFF;
	float:left;
}

#footer a {
	color: #FFFFFF;
	text-decoration:underline;
}

#footer .links  {
	color:#FFFFFF;
	float:left;
	
	
	margin:20px 0px 0 400px;
}

.panel-title {
	font-size:1.1em;
	color:#FFFFFF;
}

.nobg {
	background-color:#4F8A10 !important;
	border:none;
	color:#000;
}

#mytable {
	width: 500px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 500px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #333333;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #D8D788 url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
.clear {
	height:1.5em;
	clear:both;
	background-color:transparent;
	background:url(fix.jpg);
}

div {
	background-color:transparent;
}

img {
	background-color:transparent;
}

strong {
	font-size:1.1em;
	color:#000;
	font-weight:bold;
}