
* { margin: 0; }
html { background: #e8e138; }

body {
 	background: url(../img/bg/content-bottom.jpg) repeat-x bottom #fff;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #202618;
	}

a { color: #465902; }
a:hover { color: #000; }
a img { border: 0; }
h6, h2, h3, h4 { line-height: normal; text-align: left; }
h6 { margin: 0 0 10px; color: #93a731; font-size: 18px; }
h1, h2 { margin: 0 0 10px; font-size: 28px; font-weight: normal; }
h3 { margin: 0 0 5px; font-size: 15px; }
h4 { color: #fff; font-size: 26px; }
p, address { margin: 0 0 20px; font-style: normal; }

/*input, textarea, select { padding: 0; border: 0; font: 12px Arial, Helvetica, sans-serif; color: #000; }*/

/* Elements */

#container {
	width: 860px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	}

#header {
	width: 860px;
	height: 138px;
	}
	#header a.logo { width: 335px; height: 115px; margin: 0 12px 0 -5px; background: url(../img/bg/logo.png); text-indent: -9999px; float: left; }
	#header blockquote { width: 518px; color: #465902; font-size: 36px; font-weight: bold; float: left; }
	#header p { margin: -4px 5px 0 80px; color: #465902; font-size: 16px; float: left; clear: both; }

    #top-nav { width: 515px; padding: 0 0 7px; margin: 0 0 0 -8px; list-style: none; font-size: 15px; line-height: 35px; float: left; }
    #top-nav li { float: left; }
    #top-nav li a { padding: 0 8px; color: #a6a899; text-decoration: none; float: left; }
	#top-nav li a:hover { color: #465902; }

	#bottom-nav { padding: 0 0 0 10px; margin: -1px 0 0; list-style: none; font-size: 16px; float: left; }
	#bottom-nav li { border-left: 1px solid #fff; float: left; }
	#bottom-nav li a { padding: 0 10px; color: #fff; line-height: 16px; text-decoration: none; float: left; }
	#bottom-nav li a:hover { color: #465902; }
	#bottom-nav li.last { border-right: 1px solid #fff; }

#content {
	width: 860px;
	padding: 45px 0 0;
	line-height: 20px;
	overflow: hidden;
	}

#main-content {
	width: 504px;
	padding: 0 0 150px;
	margin: 0 0 0 36px;
	text-align: justify;
	float: right;
	}
	#main-content ul { padding: 0 0 20px; list-style: none; }
	#main-content ul li { padding: 0 0 0 20px; background: url(../img/bg/bullet.gif) no-repeat left; }
	#main-content div.more-content { width: 500px; padding: 20px 0 0; border-top: 4px solid #93a731; clear: both; }

#main-content hr {border-top: 4px solid #93a731;}

    #main-content img {margin-right:6px;} 

#side-bar {
	width: 255px;
	padding: 0 0 250px 65px;
	float: right;
	}
	#side-bar ul { padding: 0; list-style: none; font-size: 14px; }
	#side-bar ul li a { padding: 0 0 0 15px; color: #93a604; line-height: 22px; text-decoration: none; }
	#side-bar ul li a:hover { color: #1e2602; }
	#side-bar ul li.active a { background: url(../img/bg/menu-left-arrow.png) no-repeat left; color: #1e2602; }

#footer {
	width: 820px;
	height: 40px;
	padding: 0 40px 0 0;
	color: #465902;
	font-size: 12px;
	line-height: 40px;
	clear: both;
	position: relative;
	}
    #footer p { margin: 40px 0 0; color: #fff; text-align: right; float: right; }
	#footer p span { color: #465902; }
	
	#sidebar-bottom {
		width: 360px;
		height: 279px;
		margin: 0 0 0 -40px;
		padding: 0;
		list-style: none;
		line-height: 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		}
		#sidebar-bottom li img { width: 360px; float: left; }
	
	#main-content-bottom {
		width: 580px;
		line-height: 20px;
		position: absolute;
		bottom: 5px;
		left: 287px;
		z-index: 2;
		}
		#main-content-bottom h4 { float: left; }

#main-content-bottom p.phone { width: 125px; height: 81px; margin: 20px 0 0 0; display: block; background: url(../img/bg/0800.png); position: absolute; right: 0; bottom: 50px; }
		
/*		#main-content-bottom p.phone { width: 125px; height: 81px; margin: 20px 0 0 0; background: url(../img/bg/0800.png); float: right; }*/

/* Classes */

.bg { width: 100%; height: 103px; display: block; background: #93a731; position: absolute; top: 35px; left: 0; z-index: 1; }
.read-more { float: right; overflow: hidden; }
