*, h1, h2, h3, h4{
	padding:0;
	margin:0;
}

body{
	background:#c2edbb url(/images/design/bbg.png) left top repeat-x;
	font-family:Trebuchet MS;
}
a{color:#0033E8;}
a:hover{text-decoration:none;}


/*  LAYOUT */


.block{
	width:100%;
	float:left;
}

.wrapper{
	width:940px;
	margin:0 auto;
}

#search_bar{
	height:25px;
	background-color:#3f7a3a;
	border-bottom:3px solid #152014;
}

#header{
	background-color:#1f2b1b;
	border-top:7px solid #f8c92e;
}

/* logo */
#logo, #logo img {
	float:left;
	border:none;
	outline:none;
}

/* navigation */
#header ul{
	float:right;
}

#header ul li{
	float:left;
	display:inline;
	margin:40px 0 0 20px;
}

#header ul li a{
	font-family:Trebuchet MS;
	font-size:16px;
	color:#fff;
}

#header ul li a:hover{
	text-decoration:none;
}
/* promo */
#promo{
	padding:20px 0;
	background:#3f7a3a url(/images/design/pbg.png) top center no-repeat;
	color:#fff;
}

#promo h2{
	text-shadow: #ccc 0px 1px 9px;
	font-size:32px;
	font-weight:normal;
	font-family:Georgia;
	margin:0 0 10px 0;
}

#promo p{
	text-align:justify;
	line-height:18px;
	font-size:15px;
	color:#F6EECD;
	margin:0 0 5px 0;	
	width:560px;
	float:left;
}

#promo #promo_video{
	float:right;
	border:1px dotted grey;
	width:370px;
	height:208px;
	background-color:#172014;
	color:#333;
}

/* main */
#main{
}

/* content */

#content{
	background:#fff url(/images/design/cbg.png) top center no-repeat;
	float:left;
	position:relative;
	width:910px;
	padding:15px;
	border-bottom:2px solid #5B7B4F;
}

/* home page style */

.col p{
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	font-family:Georgia;
}

/* sitemap */

ul.sitemap{margin-left:30px;float:left;}
.sitemap ul {
	margin:0 0 0 30px;
}

/* content style */
#content h1{
	font-size:250%;
	border-bottom:1px solid #ccc;
	color:#7D6C54;
	font-weight:normal;
}

#data{
	width:640px;
	margin-left:20px;
	float:left;
	font-family:Georgia;
	font-size:14px;
	color:#333;
}

#data p{
	text-align:justify;
	margin-bottom:10px;
}

#data ul{
	margin:0 0 0 30px;
}

#data ul li{
	margin:0 0 10px 0;
}


#sidebar{
	border-bottom:1px solid #fff;
	float:left;
	width:240px;

}

#sidebar li a{
	color:#53AF4C;
}

#sidebar li.current a{
	text-decoration:none;
	color:#fff;
	padding:2px;
	background-color:#ABECA9;
}

#sidebar ul{
	font-family:Trebuchet MS;
	font-size:14px;
	margin:0 0 0 20px;
}

#sidebar ul li {
	list-style-image:url(/images/design/arrow.png);
	margin:0 0 10px 0
}





/* content breadcrumbs */

.breadcrumbs{
	text-align:left;
	width:100%;
	font-size:12px;
	float:left;
	color:#A5A5A5;
	margin-bottom:20px;
}

.breadcrumbs a{
    color:#A5A5A5;	
}

.breadcrumbs a:hover{color:#4DA329;}



/* foter */
#footer{
	padding:10px 0;
	font-size:12px;
}

#footer a{
	float:right;
	margin-left:5px;
}
#footer p{
	float:left;
}


/* ADDITIONAL STYLES FOR CONTENT */

#data h3{
	margin:0 0 10px 0;
}

.col{
	text-align:justify;
	width:280px;
	float:left;
}

.col a img{
	border:none;
	margin-bottom:10px;
}

.col p a{
	color:#93CCA1;
}

/* table data */
#data table{
	width:100%;
	border-collapse:collapse;
	float:left;
	margin-bottom:10px;
}

#data table th{
	font-weight:normal;
	background-color:#666;
	padding:3px;
	color:#fff;
}

#data table td{
	border-bottom:1px solid #ccc;
	padding:3px;
}

/* lighbox gallery */
.gallery{
	margin:0 0 10px 0;
	width:100%;
	float:left;
}

.gallery a img{
	margin:0 5px 5px 0;
	float:left;
	border:3px solid #A38645;
}