/*
Design by RGB Hut
http://www.rgbhut.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 20px;
}

#wrap{
	width: 770px;
	margin: auto;
	padding: 0px;
}

.top{
	background-image: url(../images/top.jpg);
	background-position: center top;
}

.banner{
	height: 170px;
}

.navigation{
	height: 45px;
	margin-bottom: 20px;
}

.navigation ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

.navigation ul li{
	display: inline;
	margin: 0px;
	padding: 0px;

}

.navigation a{
	color: #5B5B5B;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #91C111;
	line-height: 45px;
	height: 40px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}

.navigation a:hover{
	color: #1D1D1D;
	text-decoration: underline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B7B7B7;
	height: 40px;
	line-height: 40px;
	padding: 12px;
}

.content{
}

.content_left{
	float: left;
	width: 20%;
	margin-left: 10px;
	margin-right: 20px;
}

.content_mid{
	float: left;
	width: 70%;
	text-align: justify;
	margin-right: 20px;
}

.content_left ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}

.content_left ul li{
}

.content_left ul li a{
	color: #333333;
	text-decoration: none;
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}

.content_left ul li a:hover{
	background-color: #F3F3F3;
}

.footer{
	clear: both;
	line-height: 40px;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}

.footer a{
	color: #749A10;
}

.footer a:hover{
}

h1{
	font-size: 32px;
	font-weight: normal;
	color: #FFFFFF;
}

h2{
	font-size: 22px;
	font-weight: normal;
	color: #749A10;
}

h3{
	font-size: 18px;
	font-weight: normal;
	color: #424649;
}

