@CHARSET "UTF-8";

html
{
	height: 100%;
}

a
{
	color: #C60F11;
	text-decoration: none;
}

body
{
	font: normal 12px Arial;
	height: 100%;
	background-color: #987347;
}


div#wrap-left
{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 50%;
	height: 100%;
	background-color: #EAD7B6;
}

div#wrap-right
{
	position: absolute;
	top: 0%;
	left: 50%;
	width: 49%;
	height: 100%;
	background-color: #987347;
}

div#wrap-center
{
	display: block;
	position: relative;	
	margin: 0 auto;
	width: 825px;
	height: 100%;
	overflow: hidden;
	background: #987347 url(../img/bg.jpg);
}

div#flash
{
	width: 360px;
	height: 103px;
	background: url(../img/flash.jpg) no-repeat;
}

div#wrap-content
{
	display: block;
	width: 825px;
	overflow: hidden;
	background: #987347 url(../img/bg-content.jpg) repeat-y;
}

div#content-left
{
	display: block;
	float: left;
	width: 209px;
	background: url(../img/bg-left-end.jpg) 0% 100% no-repeat;
}

div#menu
{
	display: block;
	float: left;
	width: 209px;
	min-height: 200px;
	margin-bottom: 174px;
	background: url(../img/bg-menu.jpg) repeat-y;
}

div#menu-top-bg
{
	display: block;
	float: left;
	width: 209px;
	min-height: 200px;
	background: url(../img/bg-menu-top.jpg) 0% 0% no-repeat;
}

div#menu-bottom-bg
{
	display: block;
	float: left;
	width: 209px;
	min-height: 200px;
	background: url(../img/bg-menu-bottom.jpg) 0% 100% no-repeat;
}

div#menu-end
{
	display: none;;
	width: 209px;
	height: 174px;	
}

div#content-page
{
	display: block;
	float: left;
	width: 512px;
	line-height: 18px;
	margin-left: 50px;
	overflow: hidden;
}
div#footer
{
	display: block;
	float: left;
	width: 435px;
	margin-left: 250px;
	font-size: 10px;
	color: #F0E3D3;
}

div#footer a
{
	font-size: 10px;
	color: #F0E3D3;
	text-decoration: none;
}

div#design-by
{
	display: block;
	float: right;
	margin-right: 30px;
	font-size: 10px;
	color: #C3AA8B;
	width: 105px;
}

div#design-by a
{
	font-size: 10px;
	color: #C3AA8B;
	text-decoration: none;
}

ul#menu
{
	margin-top: 93px;
	margin-left: 75px;
	margin-bottom: 50px;
}

ul#menu li
{
	text-align: right;
	padding-right: 25px;
	background: url(../img/menu-sep.jpg) 0% 100% no-repeat;
	line-height: 30px;	
}

ul#menu li a
{
	color: #4F0506;
	text-align: right;
	line-height: 30px;
	text-decoration: none;
}

ul#menu li a span
{
	color: #FFFFFF;
	text-align: right;
	line-height: 14px;
	text-decoration: none;
}


.shadow-first
{
	position: relative;
	line-height: 16px;
	z-index: 1;
	white-space: nowrap;
	text-align: right;
}

.shadow-second
{
	position: absolute;
	left: -1px;
	top: -1px;
	line-height: 16px;
	z-index: 1;
	white-space: nowrap;
	text-align: right;
}

div.page-subject
{
	display: block;
	height: 34px;
	background: url(../img/icon-subject.jpg) no-repeat;
}

div.page-subject big
{
	display: block;
	margin-left: 28px;
	font-size: 14px;
	color: #1E1B12;
}

div.page-subject span
{
	display: block;
	margin-left: 28px;
	line-height: 13px;
	font-size: 11px;
	color: #B4ACA1;
}

div.icon-separator
{
	display: block;
	height: 30px;
	background: url(../img/icon-separator.jpg) 0% 50% no-repeat;
}

ul#mapsite
{
	display: block;
	overflow: hidden;
}

ul#mapsite li a
{
	color: #1e1e1e;
	text-decoration: none;	
	line-height: 20px;
}

ul#mapsite li a:hover
{
	color: #4F0506;
}


div.formRow
{
  display: block;
  width: 500px;
  overflow: hidden;
}

div.formName
{
  display: block;
  float: left;
  width: 120px;
  line-height: 25px;
}

div.formName2
{
  display: block;
  float: left;
  width: 120px;
  line-height: 25px;
}

div.formFiled
{
  display: block;
  float: left;
  width: 370px;
  line-height: 25px;
}

div.formFiled input
{
  border: 1px #cccccc solid;
  width: 370px;
}

div.formFiled select
{
  border: 1px #cccccc solid;
  width: 373px;
}

div.formFiled textarea
{
  border: 1px #cccccc solid;
  width: 370px;
}

div.formFiled img
{
  border: 1px #cccccc solid;
}

div.formError
{
  display: block;
  float: right;
  line-height: 25px;
  color: #C00;
}

.formFiledSubmit
{
  background-color: #F9F9F9;
  border: 1px #D1D1D1 solid;
  font-size: 11px;
  color: #5D5D5D;
}

.formFiledReset
{
  background-color: #F9F9F9;
  border: 1px #D1D1D1 solid;
  font-size: 11px;
  color: #5D5D5D;
}

div.error
{
  padding: 5px;
  padding-left: 30px;
  background: url(../img/error.png) 5px 5px no-repeat;
  background-color: #F9F9F9;
  border: 1px #D1D1D1 solid;
  color: #CC0000;
}

div.info
{
  padding: 5px;
  padding-left: 30px;
  background: url(../img/information.png) 5px 5px no-repeat;
  border: 1px #D1D1D1 solid;
  color: #3A5796;
}

div#content-page ul
{
	display: block;
	margin-left: 15px;
	list-style-type: disc;
}

div#content-page ul li
{
	margin-left: 15px;
}


div#content-page ol
{
	display: block;
	margin-left: 15px;
	list-style-type: decimal;
}

div#content-page ol li
{
	margin-left: 15px;
}

div#content-page img
{
	padding: 5px;
}

