#easy_cms_menu {
	width: 100%;
	height: 17px; 	
	padding-left: 10px;
	/*border: 1px solid #6F6F6F;*/
	border: 0;
	background-color: #E5E5E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #000000;
}

#easy_cms_menu a, #easy_cms_menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #6F6F6F;
}

#easy_cms_menu a:hover {
	color: #000000;
	text-decoration: underline;
}





body {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
	background-color: #F4F2E4;
	width: 100%;
}

#root {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -469px;
	width: 938px;
}

#main {
	width: 100%;
	background: url('../../includes/images/main_bg.jpg') repeat-y top left;
}

#monoSlideshow {
  width: 699px;
  height: 259px;
}

#top {
	width: 100%;
	height: 0px;
}

#locationMenu {
  position: absolute;
  left: 0px;
  padding-left: 8px;  
  margin-left: 223px;
  margin-top: 293px;
	width: 700px;
  height: 26px;
  line-height: 26px;
	background: url('../../includes/images/head_menu.png') top left no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;	
}

#middle {
	width: 906px;
	margin-left: 16px;
	height: 800px;
	border: solid 1px #ffffff;
	background-color: #DCE2E4;
}
html>body #middle {
	height: auto;
	min-height: 800px;
}

#bottom {
	height: 50px;
  background-color: #F4F2E4;	
}

#menu {
	position: absolute;
	top: 260px;
	left: 0px;
	height: 33px;
	width: 100%;
	background: url('../../includes/images/menu_bg.png') top left repeat-x;
}

#menuList {
	position: absolute;
	top: 260px;
	left: 50%;
	margin-left: -220px;
	height: 33px;
	line-height: 33px;
}

#menuList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuList li {
	display: block;
	float: left;
	margin-right: 50px;
}

#menuList li a, #menuList li a:hover{
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	font-size: 13px;
	color: #005c00;
	text-decoration: none;
}

#menuList li a:hover{
	color: #ffffff;
}

#column {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -458px;
	width: 208px;
	height: 800px;
	background: url('../../includes/images/column_bg.png') #DCE2E4 top left no-repeat;
}

html>body #column {
	margin-left: -453px;
}

#columnSearch {
	position: absolute;
	top: 265px;
  width: 180px;
  margin-left: 12px;
}

#columnList {
	position: absolute;
	top: 330px;
  width: 180px;
  margin-left: 12px;
}

#columnList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#columnList li {
	display: block;
  width: 180px;
	margin-bottom: 7px;
  border-bottom: solid 1px #bcc2c4;
}

#columnList li a, #columnList li a:hover{
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	font-size: 13px;
	color: #2c4264;
	text-decoration: none;
}

#columnList li a:hover{
	color: #ffffff;
}

#header {
}

#content {
	width: 677px;
  height: 500px;
	margin-top: 325px;
	margin-left: 212px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #CCD6E4;
}
html>body #content {
  height: auto;
  min-height: 500px;
}

#innerContent {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 30px;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	text-align: justify;
	color: #404050;
}

#innerContent h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
  color: #000000;
}

#innerContent .news h1 {
	font-size: 17px;
	line-height: 17px;
	height: 17px;
  color: #505060;
  padding: 0;
  margin:0;
}

#innerContent h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	height: 18px;
}

#innerContent .news h2 {
  padding: 0;
  margin:0;
  margin-top: 5px;
  margin-left: 1px;
}

#innerContent h2 b {
	color: #606070;
}

#innerContent .text {
  margin-left: 2px;
	margin-top: 23px;
  margin-bottom: 40px;
}

#innerContent a,  #innerContent a:hover{
  color: #6c9644;
  text-decoration: none;
}

#innerContent a:hover{
  text-decoration: underline;
}

#footer {
	padding-left: 208px;
	padding-top: 15px;
	text-align: center;
	background: url('../../includes/images/bottom_bg.jpg') no-repeat top left;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
  color: #606060;
}

#footer a, #footer a:hover {
  color: #606060;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}