body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: url(/images/tile.jpg) top center;
}
img {
	border: 0px;
}
.hr {
	text-align:center;
	clear: both;
	padding: 10px 0 20px 0;
}
.clean {
	clear:both;
}
#wrapper {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	background: url(/images/bg_02.jpg) top center repeat-y;
}
#inner_wrapper {
	position: relative;
	width: 1020px;
	background: url(/images/bg_01.jpg) top center no-repeat;
}
#papertop {
	
}

#logo {
	position:absolute;
	left: 40px;
	top: 0px;
	height: 149px;
}

#newsletter {
    position:absolute;
    top: 40px;
    left: 650px;
}

form#newsletter input.input {
    border: 0;
    background-color: #fdffef;
    padding: 5px;
    font-family: Helvetica, Arial, sans-serif;
    color: #5a471b;
    font-size: 14px;
    width: 200px;
}

form#newsletter input.submit {
    background: url(/images/form_newsletter_submit.gif) no-repeat;
    border: 0;
    width: 67px;
    height: 20px;
    margin: 0 0 0 5px;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	position:absolute;
	top: 95px;
	left: 340px;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	display:block;
	float:left;
	padding: 23px 18px 12px 12px;
}
ul#nav li a:hover {
	background: url(/images/nav_over.png) top center no-repeat;
}
ul#nav li a.z {
	background: url(/images/nav_over.png) top center no-repeat;
}

#content_home {
	padding: 175px 45px 0px 40px;
}
#tagline {
	height: 55px;
	text-align:center;
}
#homegal {
	float:left;
	width: 531px;
	height: 356px;
	background: url(/images/photo_bg.jpg) top left no-repeat;
	padding: 24px 0 0 24px;
}
#boxes {
	width: 378px;
	float: right;
}
.box {
	float:left;
	width: 189px;
	height: 189px;
	color: #4c4c4c;
	font-size: 14px;
	font-family: Georgia, Palatino, serif;
}
#box1 img, #box3 img, #box4 img {
	padding: 24px 0px 0px 16px;
}
#box2 img {
	padding: 24px 0px 0px 21px;
}

#box1 p, #box3 p, #box4 p {
    padding: 3px 8px 0 18px;
    margin: 0;
}
#box2 p {
	padding: 3px 8px 0 24px;
    margin: 0;
}



#box1 {	background: url(/images/homebox_01.jpg) no-repeat; }
#box2 {	background: url(/images/homebox_02.jpg) no-repeat; }
#box3 {	background: url(/images/homebox_03.jpg) no-repeat; }
#box4 {	background: url(/images/homebox_04.jpg) no-repeat; }

#content {
	padding: 175px 50px 20px 50px;
}

#home_blog {
	float:right;
	width: 270px;
	padding: 0px 25px 0px 0px;
	font-size: 13px;
	line-height: 18px;
	color: #5a471b;
}
#home_blog h2 {
	color: #78a22f;
	font-size: 20px;
	line-height: 22px;
	padding: 0;
	margin: 0;
}

#home_blog h2 a {
    color: #78a22f;
    text-decoration: none;
}

#home_blog h2 a:hover {
    text-decoration: underline;
}

#home_blog cite {
	display:block;
	font-style: italic;
	color: #8d9799;
}

#home_widget {
	float:right;
	background: url(/images/facts_bg.jpg) top left no-repeat;
	width: 293px;
	height: 138px;
	font-family: Georgia;
	font-size: 15px;
	line-height: 26px;
	color: #535454;
	padding: 90px 25px 0 25px;
}

#home_twitter {
	float:right;
	width: 280px;
	font-size: 12px;
	line-height: 18px;
	color: #5a471b;
}

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

#home_twitter ul li {
    margin-bottom: 10px;
}

#home_twitter ul li a {
    text-transform: uppercase;
    text-decoration: none;
}

#home_twitter ul li span a {
    text-transform: none;
}

#home_twitter_logo {
	float:right;
	width: 191px;
	height: 52px;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 6px 0px 0px 110px;
	background: url(/images/twitter_bg.png) no-repeat;
	margin-right: -25px;
}

#home_twitter b {
	color: #78a22f;
	font-weight: bold;
}

#home_twitter a {
	color: #78a22f;
	font-weight: bold;
}

#home_twitter_logo a {
	color: #f5f0db;
	font-weight: bold;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	background: url(/images/bg_03.png) top center no-repeat;
	font-size: 13px;
	line-height: 22px;
	color: #5a471b;
	padding: 50px;
}

#footer a {
    color: #78a22f;
}

#footer a:hover {
    text-decoration:none;
}

#foot_left {
	float:left;
}
#foot_right {
	float:right;
}

.x_input { display: none; }

/* Home page rotating images */

#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:500px;
    height:333px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}


/* Page styles */

#left_column {
    float: left;
    width: 225px;
}

#subnav {
    float: left;
    margin: 0 20px 0 -40px;
    background: url(/images/page_subnav_bkg.png) no-repeat;
    width: 225px;
    height: 248px;
}
#subnav_content ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

#subnav_content {
    padding: 30px;
    font-size: 13px;
}

#subnav_content a {
    text-decoration: none;
    color: #5a471b;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: -.5px;
}

#subnav_content a:hover {
    color: #78a22f;
}

.subnav_item { 
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}


#inner_content {
    float: left;
    width: 520px;
}

#inner_content p {
    margin: 0 0 10px 0;
    padding: 0;
}

#inner_content a {
    color: #78a22f;
}

#inner_content a:hover {
    text-decoration: none;
}

/*
#sidebar {
    position: absolute ;
    background: url(/images/page_sidebar.png) no-repeat;
    width: 198px;
    height: 473px;
    left: 810px;
}
*/

#sidebar {
    background: url(/images/page_sidebar.png) no-repeat;
    width: 198px;
    height: 473px;
    float:right;
    margin-right: -35px;
}

#sidebar_content {
    padding: 20px;
    color: #4c4c4c;
    font-size: 12px;
    line-height: 18px;
}

.greenline {
    margin-bottom: 3px;
}

.event {
	margin-bottom: 10px;
}
.event_date {
	float:left;
	margin-right: 15px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.listing_date {
    font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.event_title {
	
}

/* Form style */

#form {
    font-family: Helvetica, Arial, sans-serif;
}

input.form_input {
    border: 1px solid #5a471b;
    padding: 3px;
}

input.form_input_city {
    border: 1px solid #5a471b;
    padding: 3px;
}

input.form_input_state {
    border: 1px solid #5a471b;
}

#form textarea {
    border: 1px solid #5a471b;
    width: 400px;
    height: 300px;
    padding: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

#form input.submit {
    background: url(/images/form_newsletter_submit.gif) no-repeat;
    border: 0;
    width: 67px;
    height: 20px;
}


#subnav a.z {
	color: #670661;
	text-decoration: underline;
}