@charset "utf-8";

html.body,body{
	padding:0px;
	margin:0px auto;
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	color:#545454;
}

.ccontent {
	width:943px;
	margin:0px auto;
	text-align:left;
}

#top {
	height:133px;
	background:url(../images/top_menu_grad.jpg) top left repeat-x;
}

#mainmenu {
	height:50px;
	background:url(../images/menu_bg.jpg) top left repeat-x;
	padding-left:60px;
	
}

#content {
	display:block;
	background:url(../images/content_grad_top.jpg) top left repeat-x;
}

#page {
	background:url(../images/content_grad_bottom.jpg) bottom left repeat-x;
	padding-bottom:25px;
}

#footer {
	height:46px;
	background:url(../images/footer_grad.jpg) top left repeat-x;
}

/* content styles */
.logo {
	margin:32px 0px 0px 0px;
}

a:link, a:visited {
	color:#004f25;
}
a img {
	border:none;
}

#page .ccontent {
	display:table;	
	padding:35px 0px 0px 0px;
}

#footer .credits {
	height:32px;
	padding:14px 0px 0px 4px;
	float:left;
	font-size:11px;
}

#footer #bottommenu {
	height:32px;
	padding:14px 0px 0px 4px;
	float:right;
}

#banner {
	margin-bottom:29px;
	position:relative;
	z-index:1;
}
#banner img {
	z-index:2;
}

/* column layout */
.columns {
	width:100%;
}

.columns .left, .columns .right, #page .single_column {
	float:left;
	width:461px;
	width:373px;
	padding:11px 44px 18px 44px;	
	background:#FFFFFF url(../images/article_bg_grad.jpg) bottom left repeat-x;
}


.columns .right {
	margin-left:21px;
}

#page .single_column {
	width:855px;
}

.article {
	width:373px;
}

.single_column .article {
	width:100%;
}

.article img {
	border:1px solid #91b215;
	padding:1px;
}

.article img.limage {
	float:left;
	margin:0px 20px 10px 0px;
}

.article img.rimage {
	float:right;
	margin:0px 0px 10px 20px;
}

h1,h2,h3 {
	font-size:16px;
	color:#00612e;
	font-weight:bold;
	text-transform:capitalize;
	margin:0px 0px 4px 0px;
}

h2 {
	color:#98bf03;
	font-size:14px;
	margin:0px 0px 3px 0px;
}

h3 {
	font-size:13px;
	margin:0px 0px 3px 0px;
}

p {
	line-height:20px;

}

ul {
	list-style:none;
	margin:0px 0px 10px 0px;
	padding-left:0px;
	display:inline-block;
}

ul li {
	background:url(../images/bullet.png) left 3px no-repeat;
	padding:0px 0px 0px 20px;
	
}


.readmore {
	display:block;
	background:url(../images/read_more.png) top left no-repeat;
	width:108px;
	height:32px;
	float:right;
	margin-right:10px;
}

.readmore:hover {
	background:url(../images/read_more_hover.png) top left no-repeat;
}
.readmore a {
	line-height:30px;
	padding:0px 0px 0px 30px;
	color:#00612e;
	text-transform:lowercase;
	text-decoration:none;
}

.readmore:hover a{
	color:#FFFFFF;
}

.learnmore {
	background:url(../images/learn_more_btn.png) top left no-repeat;
	width:124px;
	height:39px;
	position:absolute;
	bottom:15px;
	left:41px;
	z-index:10;
}

.learnmore:hover {
	background:url(../images/learn_more_btn_hover.png) top left no-repeat;
}


/* main menu layout */
#mainmenu div.menu-button {
	display:inline-block;
	cursor:pointer;
	background:url(../images/button_bg_left.png) top left no-repeat;
	float:left;
	height:50px;
}

#mainmenu a.menu-button {
	width:auto;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	background:url(../images/button_bg_right.png) top right no-repeat;
	text-shadow:0 1px 1px #00622f;
	margin:0px -21px 0px 21px;
	padding:0px 25px 0px 9px;
	height:50px;
	line-height:48px;
}

.clr {
	clear:both;
}
/*#mainmenu a:hover.menu-button,*/
#mainmenu a.menu-button.mb-hover-right {
	background:url(../images/button_bg_hover_right.png) top right no-repeat;

}

#mainmenu .menu-button.mb-hover-left {
	background:url(../images/button_bg_hover_left.png) top left no-repeat;	
}

#mainmenu .menu-button.active {
	background:url(../images/button_bg_active_left.png) top left no-repeat;	
}

#mainmenu .menu-button.active a.menu-button {
	background:url(../images/button_bg_active_right.png) top right no-repeat;	
	color:#00622f;
}

/* bottom menu */
#bottommenu div.menu-button {
	width:auto;
	display:inline-block;
	cursor:pointer;
	text-transform:capitalize;
	text-decoration:none;
	font-size:11px;
	float:left;
	margin:0px 0px 0px 20px;
}

#bottommenu .menu-button a.menu-button {
	text-decoration:none;
	color:#004f25;
}
#bottommenu .menu-button.active a.menu-button,#bottommenu a.menu-button.mb-hover-right {
	text-decoration:underline;
}


