html { width: 100%; overflow-y: scroll; }

.mb3 { margin-bottom: 3px; }
.mb15 { margin-bottom: 15px; }
.mb25 { margin-bottom: 25px; }

.font_11px { font-size: 11px; }


a, a:visited {
	text-decoration: none;
	color: #246e59;
	background: url(images/hline_dotted_01.gif) left bottom repeat-x;
}

a:hover, a:visited:hover {
	text-decoration: none;
	color: #246e59;
	background: url(images/hline_01.gif) left bottom repeat-x;
}

a img { border: none; background: none;  }

body{
	margin: 0;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	background: #e7dfb5
	}
h3{
	margin: 0 0 24px 0;
	padding: 0;
	color: #0b5b44;
	font: bold 16px/16px "Times New Roman", Times, serif;
	text-transform: uppercase
	}
input, select, textarea{
	background: #fff;
	border: 1px solid #333
	}
input[type=image]{
	background: none;
	border: none
	}
#menu-top{
	width: 970px;
	height: 51px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #0b5b44
	}
#menu-top li{
	float: left;
	list-style: none;
	background: url(images/menu-separator.png) right no-repeat
	}
#menu-top li.last{
	background: none;
	}
#menu-top li a, #menu-top li a:visited {
	display: block;
/*	padding: 0 47px; */
	color: #fff;
	font: 24px/51px "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	}
#menu-top li a:hover, #menu-top a:visited:hover {
	color: #c9b75a;
	background: #17654e;
	}
#menu-top .active a, #menu-top .active a:visited {
	background: #246e59 !important;	
	color: #c9b75a !important;
}

#menu-top .active a:hover, #menu-top .active a:visited:hover {
	background: #2d7f68 !important;	
	color: #c9b75a !important;
}
	
#header-illustration{
	position: relative;
	height: 370px;
	clear: both;
	background: url(images/header-bg.jpg) no-repeat #ebf1f0
	}
#message-box{
	position: absolute;
	top: 47px;
	right: 15px;
	padding: 10px 0 0 0;
	width: 242px;
	height: 228px;
	overflow: hidden;
	background: url(images/message-form-bg.png) no-repeat #c2d6d1
	}
#message-box input{
	margin: 0;
	width: 145px;
	height: 25px; 
	line-height: 25px;
}

.button {
	width: 190px !important;
	height: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

#message-box input[type=image]{
	width: auto;
	height: auto;
	}
#message-box textarea{
	width: 145px;
	height: 50px;
	}
#content{
	padding: 27px 30px 30px;
	width: 910px;
	overflow: hidden;
	background: #fff
	}
#footer{
	padding: 15px 25px 50px;
	line-height: 14px;
	background: #c9be8c;
	border-top: 18px solid #98906a
	}
#menu-bottom a{
	padding: 0 18px 0 0; 
	color: #000;
	text-decoration: none;
	background: none;
	}
#menu-bottom a:hover{
	text-decoration: underline
	}
.mi_01 { width: 152px; }
.mi_02 { width: 281px; }
.mi_03 { width: 185px; }
.mi_04 { width: 148px; }
.mi_05 { width: 204px; }

.cell_01 { padding: 3px}

.table_fixed { table-layout: fixed; }

.links_block {
	margin-bottom: 27px;
}

h4 {
	margin: 0 0 5px 0;
	padding: 0;
}

.uppercase { text-transform: uppercase; }

.h4_contact_name {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 21px;
	color: #9c8d46;
}

.p_position {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: #ccc 1px solid;
}

/* Ajax form notification area */
.notification_error  { 
	width: 185px;
	padding: 10px;
	position: absolute;
	left: -150px;
	top: 35px; 
	color: #820000;
	border: #c00 1px solid;
	background: #fffde1;
	font-size: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.notification_ok {
	width: 185px;
	padding: 10px;
	position: absolute;
	left: -150px;
	top: 35px; 
	color: #828282;
	border: #ccc 1px solid;
	background: #fff;
	font-size: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.ul_01 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ul_01 li {
	margin: 0 0 6px 0;
	padding: 0 0 0 9px;
	background: url(images/bullet_01.gif) 0 6px no-repeat;
}

.ul_01 li ul {
	margin: 4px 0 12px 10px;
	padding: 0;
	list-style: none;
}

.ul_01 li ul li {
	background: url(images/bullet_02.gif) 0 8px no-repeat;
	color: #525252;
}

.ul_decimal {
	list-style-type: decimal !important;
	list-style-position: outside;
}

.ul_decimal li {
	margin-left: 10px !important;
	background: none !important;
}
