@charset "utf-8";
* { padding: 0px; margin: 0px; }

body {
	background-color:#ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#414141;
}

.Green {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#6c970d;
}


bodyB {
	background-color:#ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#7ac255;
}

#wrapper {
	background-color:#ffffff;
	width:880px;
	margin: 0px auto;	
	background: url(graphics/content_bg.gif) repeat-y;
}

#logo {
	float: left;
	background:#FFF;
	width:710px;
	height: 84px;
}

#socialmedia {
	float: right;
	height: 39px;
	width: 170px;
	padding-top: 45px;
	background:#FFF;
}

#main_nav {
	width:880px;
	clear: both;
	background: url(graphics/main_nav.jpg) no-repeat #FFF;
	height: 26px;
	padding-bottom: 19px;
	padding-left: 16px;
	line-height: 26px;
	font-size:14px;
}
#main_nav a {
	padding-right: 33px;
	color:#3f3f38;
}
#main_nav a:hover {
	color: #ffffff;
}
#main_nav a.active { 
	color: #2f8b00;
}

#banner {
	width:555px;
	height:294px;
	float:left;
	background: #FFF;
	padding-bottom: 19px;
}

#services {	
	width:309px;
	height:282px;
	float:left;
	background: url(graphics/banner_bg.jpg) no-repeat #FFF;
	padding-left: 16px;
	padding-top: 12px;
	line-height: 18px;
	padding-bottom: 19px;
} 

#services a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#services a:hover {
	color: #6c970d;
}
#services a.active {
	color: #6c970d;
}

#home_content {
	clear:both; 
	width: 880px;	
	background: #FFF;
}
#home_content h2 {
	font-size: 14px;
	color: #6d980d;
	text-transform:uppercase;
	padding-bottom: 5px;
}
#home_content a.button {
	background:url(graphics/button_learn.png) no-repeat -2px 0px;
	width: 83px;
	height: 27px;
	display: block;
	padding: 4px 0px 0px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #6c970d;
}
#home_content a.button:hover {
	color: #FFFFFF;
	background:url(graphics/button_learn_hover.png) no-repeat;
}

#main {
	clear:both; 
	width: 880px;	 
	margin: 0px auto;	
}

#content {
	width: 515px;
	float: left;
	padding: 0px 20px 0px 20px;
}
#content h1 {
	font-size: 30px;
	font-weight:bold;
	color: #7ac255;
	padding-bottom: 15px;
}
#content h2 {
	font-size: 14px;
	color: #363636;
	padding-bottom: 0px;
	padding-top: 10px;
}
#content a {
	color: #3aac00;
}

#sidebar {  
	float: left;
	margin-left: 25px;
}

#footer {
	clear:both;
	padding-bottom: 20px;
	width: 880px;
	margin: 0px auto;	
	background: #FFF;
}


h1, h2, p {
	padding: 5px 0px;
}

a {
	text-decoration:none;
}

img {
	border: 0;
}

.footer {
	font-family: "Trebuchet MS", Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
}

.link:link { font-family: "Trebuchet MS", sans-serif; color: #6c970d; font-size: 12px; text-decoration: none;}
.link:visited { font-family: "Trebuchet MS", sans-serif; color: #6c970d; font-size: 12px; text-decoration: none;}
.link:active { font-family: "Trebuchet MS", sans-serif; color: #6c970d; font-size: 12px; text-decoration: none;}
.link:hover { font-family: "Trebuchet MS", sans-serif; color: #c19300; font-size: 12px; text-decoration: underline;}
