/*
CSS Credit: http://www.templatemo.com
*/

html {
	background: url(../images/bg.jpg) #ddf0e7 repeat-x;
}

body {
	margin: 0;
	padding:0;
	color: #eef8f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: url(../images/bg.jpg) #ddf0e7 repeat-x;
}

a:link, a:visited {	color: #eef8f4; text-decoration: underline; }
a:active, a:hover { color: #eef8f4; text-decoration: none; }

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #eef8f4;
	text-align: justify;
	margin: 0 0 10px 0;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #24f0c9;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #a18800;
	font-weight: normal;
	margin: 0 0 3px 0;
}

#container {
	background: url(../images/container_bg.jpg) no-repeat top;
	width: 1024px;
	margin: auto;
}

#content_area {
	width: 942px;
	margin: auto;
}

#left {
	float: left;
	width: 290px;
}

#logo_area {
	width: 200px;
	height: 85px;
	margin: 60px auto 0 auto;
}

#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
}

#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.menu {
    
	width: 219px;
	margin: 60px auto;
	padding: 0;
}

.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 219px;
}

.menu li a {
	display: block;
	height: 31px;
	padding: 12px 30px 0 30px;
	margin: 5px 0 0 0;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	background: url(../images/menu.png) no-repeat;	
	text-decoration:none;
}

.menu li a:hover, .menu li .current {
	background: url(../images/menu_current.png) no-repeat;	
	text-decoration:none;
	text-align: right;
	color: #167036;
}

.section_1 {
	background: url(../images/section_1_bg.png) bottom no-repeat;
	width: 180px;
	padding: 20px;
	margin: 20px auto;	
}

.section_1 h1 {
	color: #2a8360;
	text-align: right;
	margin: 0 0 15px 0 ;
}

.section_1 p {
	color: #000;
}

.section_1 img {
	margin: 0 0 10px 0;
	border: 3px solid #fff;
}

#right {
	float: right;
	width: 650px;
	padding: 100px 0 0 0;
}

#right_top {
	background: url(../images/right_top.png) top no-repeat;
	width: 604px;
	height: 30px;
	padding: 20px 20px 0 20px;
}

#right_mid {
	background: url(../images/right_mid.png);
	width: 644px;
	padding: 0 0 10px 0;
}

#right_bottom {
	background: url(../images/right_bottom.png) bottom no-repeat;
	width: 644px;
	height: 73px;
}

.one_col {
	width: 604px;
	border-bottom: 1px dotted #fff;
	margin: 0 20px 10px 20px;
	padding: 10px 0 10px 0;
}

.one_col img {
	float: left;
	border: 3px solid #fff;
	margin: 0 15px 15px 0;
}

.two_col {
	float: left;
	width: 280px;
	margin: 0 2px 10px 20px;
	padding: 10px 20px 0 0;
}

.two_col_right {
	margin: 0 0 10px 0;
	padding: 10px 0 0 20px;
}

.two_col img {
	float: left;
	margin: 10px 10px 10px 0 ;
}

.gallery {
	width: 100%;
}

.gallery img {
	float: left;
	margin: 0;
	padding: 0;
	border: 2px solid #FFFFFF;
}

.gallery img.mid {
	margin: 0 12px 10px 12px;	
}

.section_2 {
	width: 595px;
	margin: 15px 0 0 24px;	
}

.section_2 .section_2_top {
	width: 595px;
	height: 4px;
	background: url(../images/section_2_top.png) top no-repeat;
}

.section_2 .section_2_bottom {
	width: 595px;
	height: 5px;
	background: url(../images/section_2_bottom.png) bottom no-repeat;
}

.section_2 .section_2_mid {
	width: 555px;
	height: 150px;
	background: #7fbaa0;
	padding: 10px 20px;
}

.section_2_mid img {
	float: left;
	margin: 0 20px 20px 0;
}

.v_line {
	float: left;
	width: 1px;
	min-height: 280px;
	border-left: 1px dotted #fff;
	margin: 0 2px 0 0;
}

.h_line {
	height: 0px;
	border-bottom: 1px dotted #fff;
	margin: 0 20px;
}

.more {
	float: left;
	background: url(../images/more.png);
	width: 80px;
	height: 23px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px 0px 0px 0;
	color: #fff;
}

.more a {
	color: #fff;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;	
}

.list {
	list-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #eef8f4;
}

.list li {
	background: url(../images/bullet_star.png) no-repeat;
	background-position: 0 8px;
	padding: 0 0 0 13px;
	margin: 0 0 5px 0;
}

#footer {
	width: 100%;
	color: #167036;
	margin: 0;
	text-align: center;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.cleaner img {
	margin: 0 0 0 30px;
}