@charset "UTF-8";
/* CSS Document */

#main_wrapper {
	background: url(../../images/interface/main_wrapper_bg.png) repeat-y;
}

#sidebar {
	float: left;
	width: 250px;
	padding-bottom: 10px;
}

#sidebar #slideshow {
	background: url(../../images/interface/slideshow_bg.jpg);
	margin: 0 0 0 10px;	
	height: 244px;
	position: relative;
}

#sidebar #slideshow #slideshowinner {
	width: 235px;
	height: 235px;
	position: absolute;
	top: 9px;
	left: 0;
}

#sidebar .panel hr {
	background: #5b8632;
	border: 0px;
	color: #5b8632;
	height: 1px;
	margin: 5px 15px 5px 10px;
}

#sidebar #side_nav h3 .float {
	float: left;
}

#sidebar #side_nav ul {
	color: #eae4d0;	
	list-style: disc;
	margin-left: 35px;
}

#sidebar #side_nav ul li {
	line-height: 160%;	
}

#sidebar a {
	color: #eae4d0;	
}

#sidebar a:hover {
	
}

#sidebar .sub li {
	color: #c9be9a;
}

#sidebar .sub a {
	color: #c9be9a;
}

.contact-side {
  padding-left: 25px; 
}
.contact-side p {
  line-height: 140%;
  text-align: left !important;
  color: #ECE5C8;
}

#content {
	margin: 0 0 0 250px;	
}


#masthead {
	height: 93px;
	width: 720px;
}
#masthead a {
	background: url(../../images/interface/masthead.jpg) no-repeat;
	display: block;
    height: 93px; /* height of image */
	width: 720px; /* width of image */
}
#masthead a:hover {
	background: url(../../images/interface/masthead_over.jpg) no-repeat;
}
#main h2 {
	/*border-bottom: 1px solid #fff;
	padding-bottom: 4px;*/
}


