/* @group Main & Global */

body {
	background: #004a00 url(../images/bg_tile.png) repeat-x;
	margin:0;
	padding:0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	line-height:16px;
}

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

#body_top {
	width:960px;
	height:42px;
	background: url(../images/bg_top.png) no-repeat;	
}
#body_content {
	width:960px;
	background: url(../images/bg_content.png) repeat-y;	
}

#col_left {
	float: left;
	position: relative;
	width: 224px;
	margin: 5px;
}

#col_center {
	float: left;
	position: relative;
	width: 470px;
	min-height: 600px;
    padding: 5px;
}

#col_right {
	float: right;
	position: relative;
	width: 224px;
	margin: 5px;
}

#carousel {
	width: 470px;
}

#left-featured {
	float: left;
	width: 220px;
	margin: 5px;
}
#right-featured {
	float: left;
	width: 220px;
	margin: 5px;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.header {
	width: 960px;
	height:115px;
}


/* @end */

/* @group Links */

a, a:visited {
	color: #004a00;
	text-decoration: none;
}
a:hover {
	color: #927b0f;
}

/* @end */

/* @group Nav & Menus */

#nav_top {
	width: 457px;
	height: 18px;
	margin: 0 auto;
	padding-top:9px;
}
.nav_div {
	margin: 0 14px;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu {
	margin-bottom: 0.5em;
	margin-left: 25px;
}

.submenu ul li a {
	color: #004a00;
	font-weight: bold;
}

.headlines {
	margin-bottom: 1em;
}


.headlines li {
	margin: 10px 5px;
}

/* @end */

/* @group Content */

.post {
	margin-bottom: 10px;
}

.post h2 {
	font-size: 14pt;
	line-height: 1.3em;
	margin-bottom: .5em;
}

.post img {
	float: right;
	border: 1px solid #ooo;
	margin: 5px;
}

.postinfo {
	font-style: italic;
	margin-bottom: .4em;
}

.entry {
	margin-bottom: 10px;
}

.entry p {
	margin-bottom: 1.5em;
}

.comments {
	margin-top: 5px;
}

blockquote {
	margin-left: 25px;
	margin-right: 25px;
	padding:  10px;
	background: #ccc;
}

h3#comments {
	margin-bottom: 1em;
}

.comment-body {
	background-color: #ccc;
	padding: 3px;
}

.comment-body li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted;
}

/* @end */

/* @group Sidebar */

.hd_sidebar {
	width:224px;
	height: 42px;
	background: url(../images/bg_hdsidebar.png) no-repeat;
	text-align:center;
}
.hd_sidebar h1 {
	font-size:21px;
	color:#004a00;
	margin:0;
	padding:0;
	padding-top:20px;
	font-weight:normal;
}
.box_sidebar {
	padding: 0 9px;
}

#socnets {
	margin: 3px -1px;
}

#search {
	padding: 0 9px;
	margin-top: 50px;
}

/* @end */

/* @group Forms */

.action_campaigns {
	padding: 20px;
}

.action_campaigns h2 {
	color: #004A00;
	font-size: 14pt;
	margin-bottom: .5em;
}

.action_campaigns textarea {
	width: 350px;
	height: 250px;
}

.action_campaigns input {
	border: 1px solid #395E39;
	height: auto;
}

input.submit {
	width: 67px;
	height: 33px;
	border: none;
	background: transparent url(../images/btn-submit.png) no-repeat;
}

/* @end */

/* @group Footer */

#body_footer {
	width:960px;
	height:9px;
	background: url(../images/bg_footer.png) no-repeat;
}

.txt_footer {
	 text-align:center;
	 color: #d8d3bf;
	 margin-top: 10px;
	 margin-bottom: 75px;
}	
.txt_footer a, .txt_footer a:visited {
	color: #d5bd4e;
	text-decoration:none;
}
.txt_footer a:hover {
	color: #ffd200;
}

/* @end */





