/* RESET */

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

body {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica;
	font-size: 14px;
	color: #333;
	background-color: #d9f8b0;
	background-image: none;
}
h1 {font-family: arial, helvetica;
	font-size: 30px;
	color: #333;}

h2 {
	font-family: arial, helvetica;
	font-size: 24px;
	color: #0A5A07;
	margin-bottom: 7px;
}

h3 {
	font-family: arial, helvetica;
	font-size: 20px;
	color: #0A5A07;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0a5a07;
	margin-bottom: 10px;
}

h4 {
	font-family: arial, helvetica;
	font-size: 16px;
	color: #0A5A07;
	padding-bottom: 0.2em;
	margin-bottom: 10px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-bottom: 5px;
}
	
.clear {
	clear: both;
}

.text_bold {
	font-weight: bold; color: #0a5a07; text-decoration: none;
}

#topmenu {
	width: 450px;
	font-size: 90%;
	text-align: left;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
	margin-top: 3px;
}
#topmenu ul {
	padding: 0;
	float: right;
	margin: 0;
}
#topmenu li {
	display: inline;
	color: #050845;
}
#topmenu a:link, #topmenu a:visited {
	text-decoration: none;
	color: #050845;
}
#topmenu a:hover {
	text-decoration: underline;
	color: #050845;
}
#banner {
	background-color: #FFFFFF;
	height: 100px;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
#container_header {
	background-color: #d9f8b0;
}

#container_header2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	
}
#tagline {
	margin: 20px auto;
	width: 960px;
}
#tagline2 {
	margin: 20px auto;
	width: 960px;
}

#nav_container {
	margin: 0;
	width: auto;
}

#nav {
	margin: 0 auto;
	height: 35px;
	background-color: #EDEDED;
}

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

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	padding: 0 20px;
	color: #0a5a07;
	font-size: 14px;
	text-decoration: none;
	line-height: 35px;
	font-family: 'arial', sans-serif;
}

#nav ul li a:hover {
	background: #0a5a07;
	color: #FFF;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#nav ul li a.on {
	color: #FFF;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
	background-color: #0a5a07;
	
}

#container_slider {
	width: 720px;
	margin-top: 0px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

p.bullet {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-left: -5px;
	padding-left: 30px;
	padding-top: 3px;
}

ul.bullet li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-left: -5px;
	padding-left: 30px;
	padding-top: 3px;
	
}
p.advert     {
	text-align: center;
	font-size: 70%;
	line-height: 2em;
	margin-bottom: 20px;
}

p.highlighter {
	font-weight: bold;
	margin: 0;
	padding-left: 30px;
	padding-top: 3px;
}

.arrowlistmenu{
width: auto; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: #0a5a07;
	background-image: none;
	background-position: left center;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: none;
	background-color: #ED2124;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
	position:relative;
	color: #0a5a07; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
	width: 180px;
	height: 15px;
	z-index:100;
}

.arrowlistmenu ul li a:visited{
	color: #0a5a07;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
	font-weight: bold;
}



#content_box {
	margin: 0 auto; 
	width: 960px;
}

#gallery_container {
	margin: 10px auto 0 auto;
	width: 700px;
}
	
#gallery_list ul {
	list-style-type: none;
	margin-top: 10px;
}
	
#gallery_list li {
	float: left;
	width: 226px;
	height: 145px;
	background-color: #EDEDED;
	margin-bottom: 10px;
}

#gallery_list li div {
	padding: 10px;
}

#gallery_list li.two {
	margin-left: 10px;
}

#gallery_list li.three {
	float: right;
	margin-right: 0px;
}

#gallery_list li.four {
	

}

#container_footer {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer {
	padding: 10px;
	width: 940px;
	text-align: center;
	color: #999;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

#tall_footer {
	padding: 10px;
	width: 940px;
	text-align: center;
	color: #999;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}


 
 /* SLIDER */
 	/*
			Load CSS before JavaScript
		*/
		#slides {
	width:720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
	width:720px;
	display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
	width:720px;
	height:400px;
	display:block;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			list-style:none;
			margin:0;
			padding:0;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}

/* END OF SLIDER */



/*  BLOG background: */

#container_blog {
	width: 590px; margin-top: 20px;
	background: url(../images/bg_wht_opacity8.png) repeat;
}

#container_comments {
	width: 590px; background: url(../images/bg_wht_opacity8.png) repeat;
}

#container_blog_sidebar {
	float: right; width: 340px; margin-top: 103px; background: url(../images/bg_wht_opacity8.png) repeat;
}

#container_sidebar_padding {
	margin: 15px 0 40px 25px;"
}

.container_blog_content {
	margin: 0 auto; padding: 10px 0 10px 0; width: 550px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #7D7D7D;
}

.container_date_comment {
	margin: 6px 0 0 0;
}

.date_author {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #666666;
}

.comments_date {
	color: #333; font-size: 14px;
}

.comments_text_container {
	padding: 10px 0 0 0; font-weight: normal;
}

.comments_divider {
	border-bottom: 1px dotted #282828; margin: 20px 0 20px 0;
}

.cell_comments {
	padding: 0 0 0 10px;
}

.blog_text {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #7D7D7D; line-height: 1.3em; margin: 20px 0 0 0;
}

.comment_text_field {
	width: 265px; height: 30px; background: #414141; border: none; padding: 0 5px 0 5px; color: #999; font-size: 14px; font-family: Arial, Helvetica, sans-serif;
}

.comment_text_field_label {
	color: #666666; padding-left: 15px; font-size: 16px; font-weight: bold; text-align: left;
}

.comment_textarea {
	width: 500px; height: 200px; background: #414141; border: none; padding: 5px; color: #999; font-size: 14px; font-family: Arial, Helvetica, sans-serif;
}

.sidebar_section_hdr {
	font-family: Arial, Helvetica, sans-serif; font-size: 19px; font-weight: bold; margin-top: 25px;
}

a.blog_title {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 26px; color: #0a5a07; text-decoration: none;
}

a.blog_title:hover {
	color: #d9f8b0;
}

a.comment_link {
	font-family: Arial, Helvetica, sans-serif; color: #F90; font-size: 14px;
}

a.comment_link:hover {
	color: #C77701;
}

a.social_links {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding: 10px 5px 10px 10px; color: #999;
}

a.social_links:hover {
	color: #ccc;
}

a.comments_name_link {
	color: #F90; font-size: 16px; font-weight: bold; text-decoration: none;
}

a.comments_name_link:hover {
	color: #C77701;
}


#recent_posts_list ul {
	list-style-type: none;
	margin-top: 10px;
	width: auto;
}
	
#recent_posts_list li {
	color: #787878;
	padding: 8px 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 1px solid #333;
	line-height: 1.4em;
}
	
#recent_posts_list li a {
	display: block;
	color: #787878; text-decoration: none;
}

#recent_posts_list li a:hover {
	color: #999; text-decoration: none;
}
	
#recent_posts_list li.noborder {
	border-bottom: none;
}
