/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	background: #595248;
}

a:link, a:visited { color: #8dc641; text-decoration: none; } 
a:active, a:hover { color: #8dc641; text-decoration: none }

h1
{
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #993399;
    padding-left: 30px;
    padding-top: 30px;
    background: url("../images/h1.jpg") no-repeat;
}
h2 {
	padding-left: 30px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #84a50f;
	background: url(../images/gray.jpg) no-repeat;
}

#container {
	width: 775px;
	margin: auto;
}
#header {
	height: 216px;
	background: url(../images/New3.jpg) no-repeat;
}
.menu{
	float: left;
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.menu ul {
	margin: 0px;
	padding-left: 25px;
	padding-top: 10px;
	list-style: none;
}

.menu li{
	display: inline;
}

.menu li a{
	float: left;
	padding: 8px 0px;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 97px;
}

.menu li a:hover{
	color: #3e3e3e;
}
#site_title {
	float: right;
	margin-right: 30px;
	margin-top: 90px;
	width: 400px;
	color: #4e4a41;
	font-weight: bold;
	font-size: 36px;
	text-align: right;
	height:70px;
}
#slogan {
	float: right;
	width: 695px;
	margin: 10px;
	text-align: right;
	font-weight: bold;
	height: 161px;
}

#content {
	float:left;
	width: 775px;
	background: url(../images/content_bg.jpg) repeat-x ;
	background-color:White ;
	font-weight:bold;
}


#content_left{
	float: left;
	width: 520px;
}
#content_right {
	float: right;
	width: 238px;
}
#content p{
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}
#content img {
	float: right;
}
#content_bot {
	float: left;
	width: 775px;
	background: #f1eee6;
	font-weight:bold;
}
#content_bot li{
	padding-left: 0px;
	padding-right: 30px;
	text-align: justify;
}
#content_bot strong {
	color:#6ba122;
	text-decoration: underline;
}
#content_bot p {
	padding-left: 30px;
	padding-right: 10px;
	text-align: justify;	
}
.bottom_text_left {
	float: left;
	width: 490px;
}
.bottom_text_right {
	float: right;
	padding-right: 20px;
	width: 250px;
}
#footer {
	float: left;
	width: 775px;
	height: 30px;
	padding-top: 10px;
	background: #d8d0c5;
	font-weight: bold;
	text-align: center;
}
