@import "global.css";
@import "left-menu.css";

#header {
	display: block;
	background: url("../images/header.jpg") no-repeat;
	height: 246px;
	position: relative;
}

#main {
}

#col1 {
	float: right;
	width: 584px;
	display: block;
	position: relative;
	min-height: 455px;
	height: auto !important;
	height: 455px;
	top: 10px;
	border-left: 1px dotted #665634;
}

#col2 {
	float: left;
	width: 214px;
	display: block;
	position: relative;
	overflow: hidden;
}

#col1 .inner {
	position: relative;
	top: -5px;
	min-height: 80%;
	left: 14px;
	/*width:562px;*/
	width: 95%;
}

#col3 {
	float: right;
	width: 195px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	left: 389px;
}

.col-3 #col1 {
	width: 370px !important;
	left: -216px;
}

.box {
	width: 160px;
	border: 1px dotted #000000;
	padding: 4px;
	margin-bottom: 10px;
}

.box .inner {
	background: #e3edea;
	width: 140px;
	padding: 10px;
}

.box .inner .title {
	color: #468571;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.box .inner p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 16px;
}

.box .inner a {
	color: #468571;
	font-size: 11px;
}

a {
	/*font-weight:bold;*/
}

#col1 .box {
	background: #e3edea;
	border: 0 none;
	margin: 0;
	margin-bottom: 10px;
	width: 100%;
	overflow-x: hidden;
	padding-bottom: 0px;
}

#col1 .box.odd {
	background: #ffefd9;
}

#col1 .box .inner {
	background: none;
	left: 0;
	width: auto;
	text-align: justify;
	font-size: 11px;
	padding-bottom: 5px;
}

#col1 .box.border-only {
	background: none transparent;
	border: 1px dotted #e3edea;
}

.color1 {
	color: #468571;
}

.white {
	color: #ffffff;
}

#col2 .box {
	margin-left: auto;
	margin-right: auto;
	width: 182px;
	border: none;
}

#col2 .box .inner {
	width: 155px;
	margin: 11px;
	background-color: #ffb77a;
}

.font14 {
	font-size: 14px;
}

.box .inner a.right {
	width: 100%; /*143px;*/
	text-align: right;
	display: block;
}
