@charset "utf-8";
/* 
	This template was made by DXC381.
	For more templates from DXC381 go to http://themeforest.net/user/dxc381?ref=dxc381
*/

/*
	colors:
		dark green: 353b2b
		light green: 6fa51c
		drab green: 777f6a
		light blue: 8dc3f2
		grey outlines: d0d1ce
		light grey: e5e6e4
*/

body {
	background-color:#FFFFFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a {
	color:#6fa51c;
	text-decoration:underline;
}

a:hover {
	color:#6fa51c;
	text-decoration:underline;
}

#center{
	width:900px; 
	margin:0 auto;
	margin-top:65px;
}

.clear{ 
	clear:both; 
}

img{
	border:none;
}

#img_left{
	margin-right:10px;
}

#img_right{
	margin-left:10px;
}

/*header*/

#header {
	height:100px;
	width:100%;
	background-color:#FFFFFF;
}

#header_content{
	position:relative; 
	width:900px;
	height:40px;
	margin:0 auto;
}

#header_title{
	float:right;
	margin-top:9px;
}

#logo{
	float:left;
	margin-top:10px;
}

#header h1{
	font-size:24px;
	color:#360;
	margin:0;
	padding:0;
	font-weight:bold;
}

/*menu*/

#menu{
	margin-bottom:22px;
}

#menu_bottom{
	height:10px;
	background-color:#360;
	margin-bottom:10px;
}

/*content*/

#content{
	float:left;
	width:620px;
	text-align:left;
}

#content h1{
	font-size:24px;
	color:#6fa51c;
	margin:0; 
	padding:0;
	font-weight:normal;
}

#content h2{
	font-size:16px;
	color:#353b2b;
	margin:0;
	padding:0;
	font-weight:bold;
}
#content h3{
	color:#6fa51c;
	font-weight:bold;
	text-decoration:none;
}

#content hr{
	height:2px;
	color:#360;
	background-color: #360;
	border:0;
}

#left_column{
	float:left;
	width:315px;
}

#right_column{
	float:right;
	width:290px;
}
/*sidebar*/

#sidebar{
	float:right;
	width:260px;
}

.sidebox{
	background-color:#e5e6e4;
	margin-bottom:15px;
	padding:12px;
	color:#b3b4b1;
}

.sidebox hr{
	height:1px;
	color:#d0d1ce;
	background-color: #d0d1ce;
	border:0;
}

.sidebox h5{
	font-size:14px;
	color:#360;
	margin:0; 
	padding:0;
}

.sidebox .subtitles{
	color:#777f6a;
	font-weight:bold;
}

.sidebox .subtitles a{
	color:#777f6a;
	font-weight:bold;
	text-decoration:none;
}

.sidebox .subtitles a:hover{
	color:#777f6a;
	font-weight:bold;
	text-decoration:underline;
}

.sidebox a {
	color:#360;
	text-decoration:underline;
}

.sidebox a:hover {
	color:#3C0;
	text-decoration:underline;
}

/*footer*/

#footer{
	margin-bottom:20px;
}

#footer hr{
	height:1px;
	color:#360;
	background-color: #360;
	border:0;
}

#footer_menu{
	float:left;
}

#copyright{
	float:right;
}
#center #content #right_column #h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
