@charset "UTF-8";
/* CSS Document */
/* COLORS

#8dbc5b - Green
#999999 - Grey
#473015 - Brown

*/

/*------------------------------------------------------------------------------------------------------------------
----------------------------------------------- General ------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	color: #333;
	background-image: url(../images/common/small_bg.jpg);
	text-align: center;
	font-size: 12px;
}

img {
	border: none;
}

p {
	font-size: 12px;
	line-height: 150%;
}

a, a:visited {
	color: #8dbc5b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#top {
	width: 100%;
	height: 787px;
	background: url(../images/common/vertical_bg.jpg) repeat-x;
}

/*------------------------------------------------------------------------------------------------------------------
----------------------------------------------- Wrapper ------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 770px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
	background: #fff;
	}

/*------------------------------------------------------------------------------------------------------------------
----------------------------------------------- Header ------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/

#title {
	width: 770px;
	height: 50px;
	text-align: center;
}

#header {
	width: 770px;
	height: 240px;
	position: relative;
}





/*------------------------------------------------------------------------------------------------------------------
----------------------------------------------- Nav ----------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/
.nav {
	width: 770px;
	height: 20px;
	padding: 5px 0 5px 0;
	background: #fff;
	margin: 0;
	position: relative;
}

	.nav li {
		float: left;
		list-style: none;
		padding: 0 18px 0 18px;
		font-size: 15px;

	}

	.nav li a, .nav li a:visited {
		color: #473015;
		text-decoration: none;
	}
	
	.nav li a:hover {
		color: #8dbc5b;
		text-decoration: none;
	}
	
	.nav li a.sel {
	color: #8dbc5b;
}


/*------------------------------------------------------------------------------------------------------------------
----------------------------------------------- Main ---------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/
#main {
	background-color: #fff;
	width: 730px;
	padding:  0 20px 0 20px;
	position: relative;
	min-height: 400px;
	#height: 400px !important;
}

/*------------------------------------------------------------------------------------------------------------------
----------------------------------------------- R. Column ----------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/
#r_column {
	width: 730px;
	padding-right: 20px;
	position: relative;
	background: #fff;
}

#r_column .content {
	margin-left: 280px;
	padding-top: 15px;
}

#r_column ul li {
	margin-bottom: 8px;
}

/*------------------------------------------------------------------------------------------------------------------
----------------------------------------------- Nav ----------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/

#footer {
	background: #fff;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	height: 30px;
	width: 770px;
	clear: both;
}

.contact {
	width: 180px;
}

.green {
	color: #8dbc5b;
}

.left {
	float: left;
}

.right {
	float: right;
}