/* CSS Document */

body {
	border:0px;
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#272525;
	background-color:#000000;
	background-image:url(images/page_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
a:link {
	color: #6fb353;
}
a:visited {
	color: #6fb353;
}
a:hover {
	color: #6fb353;
	text-decoration:none;
}
a:active {
	color: #6fb353;
}
#wrapper {
	width:900px;
	margin:0 auto;
	border:3px solid #6d6e70;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin-top:17px;
}
#header {
	height:163px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	position:relative;
	/*top:20px;*/
	width:900px;
	z-index:600;
	clear:both;
}
#side_menu_container {
	width:260px;
	float:left;
	margin-top:40px;
}
#menu {
	margin-left:7px;
}
#side_photo {
	width:260px;
	height:331px;
	
}
#home-banner{
	height:220px;
}
#home-banner .slide{
	display:block; 
	position: absolute; 
	top:20px;
	height:383px;
	width:642px;
	margin:0 0 0 261px;
	padding:0;
	z-index:50;
}


#content_body {
	padding:25px;
	line-height:1.5em;
	width:580px;
	float:right;
	/*margin-top:160px;*/
}
.clear {
	clear:both;
	visibility:hidden;
	height:0px;
}

hr{
height:1px;
padding:0px;
margin:0px;
}
#footer {
	height:35px;
	width:900px;
	color:#ffffff;
	font-size:13px;
}
#footer a, #footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .left {
	width:250px;
	float:left;
	height:30px;
	background-color:#9fc54d;
	padding:5px 0 0 10px;
}
#footer .right {
	width:630px;
	height:30px;
	background-color:#6fb353;
	float:right;
	padding:5px 0 0 10px;
}

.forms{
border:1px solid #B3B3B3;
background-color:#FFFFFF !important;
}

/*webitor*/

h1 {
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	font-weight:normal;
	color:#6fb353;
	margin-top:0px;
}

