html {
	font: 12px Tahoma, Arial;
	background: #a2a4a6 url(../images/background.gif) repeat-x top left}
img {
	border: none;
}
#container {
	top: -18px;
	width: 800px;
	height: 650px;
	margin: auto;
	position: relative;
	background: #FFFFFF;
}
#logo {
	position: absolute;
	left: 35px;
	top: 35px;
	width: 203px;
	height: 51px;
}
#top_dec {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 364px;
	height: 120px;
	background: url(../images/top_dec.gif) no-repeat;
	z-index: 15;
}
#images {
	position: absolute;
	left: 0px;
	top: 120px;
	z-index:100;
	width: 800px;
	height: 205px;
	z-index: 20;
}
#clients {
	position: absolute;
	right: 0px;
	top: 346px;
	width: 168px;
	height: 32px;
	z-index: 10;
}
#clients a {
	display: block;
	background: url(../images/client.gif) no-repeat; 
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	
}
#clients a span {
	display: block;
	background: url(../images/client_over.gif) no-repeat; 
	padding: 8px 0px 10px 50px;
	color: #ffffff;
	font-weight: bold;
}
#clients a:hover span {
	display: block;
	background: url(../images/client_over.gif) no-repeat; 
	padding: 8px 0px 10px 50px;
	color: #a3d7b8;
	font-weight: bold;
}
#flash {
	position: absolute;
	right: 0px;
	top: 280px;
	width: 260px;
	height: 42px;
	z-index: 15;
}
#map {
	position: absolute;
	right: 17px;
	top: 15px;
	width: 240px;
	height: 151px;
}
#green_dec {
	position: absolute;
	right: 0px;
	top: 378px;
	width: 276px;
	height: 270px;
	background-color: #e4f2ee;
}
.green {
	color: #00ac4d;
}
.images {
	border: 1px solid #527c65;
}
.images:hover{
	border: 1px solid #2db664;
}
#corner{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 58px;
	height: 58px;
	background: url(../images/corner.gif) no-repeat;
}
#nav_dec {
	position: absolute;
	width: 800px;
	height: 56px;
	left: 0px;
	top: 322px;
	background-color: #212529;
}
#nav {
	position: absolute;
	width: 100%;
	left: 35px;
	top: 355px;
	z-index: 900;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	padding-right: 3px;
}
#nav li:hover, #nav li.current { color: #cccccc; text-decoration:none; }
#nav a { color: #ffffff; }
#nav a:hover, #nav li.current a { color: #2db764; text-decoration: none;}
.body_txt {
	font: 11px Tahoma, Arial;
	color: #e6e6e6;
}
#content {
    padding: 350px 305px 35px 35px;
	font: 11px Tahoma, Arial;
	line-height: 15px;
	position: absolute;
	top: 65px;
}
#content ul {
	list-style-type: square;
}
#content_dec {
	position: absolute;
	background:url(../images/content_dec.jpg) repeat-x;
	height: 84px;
	width: 432px;
	top: 330px;
	left: 303px;
	z-index: 200px;
}
a {
	text-decoration: none;
	color: #005aa1;
}
a:hover {
	color: #4d4d4d;
}
h1, .h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #1fb25a;
}
h2, .h2 {
	font-size: 11px;
}
h3, .h3 {
	font: 12px Tahoma, Arial;
	color: #1fb25a;
	font-weight: bold;
}
h4, .h4 {
	font: 12px Tahoma, Arial;
	color: #e6e6e6;
	font-size: 11px;
}
td .h4 {
	padding: 6px 0px 6px 0px;
}
.white {
	color: #FFFFFF;
}
.text-drop, .text-field, .text-area, .button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.text-drop {
	width: 80px;
	height: 16px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-field {
	width: 120px;
	height: 10px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-area {
	width: 212px;
	height: 80px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-drop:hover, .text-field:hover, .text-area:hover {
	background-color: #D6D6D6;
}
.button {
	width: 80px;
	height: 20px;
	padding: 2px;
	background-color: #D6D6D6;
	border: 1px solid #999999;
}
.button:hover {
	background-color: #999999;
}
.td {
	list-style: square;
}
#footer {
	width: 750px;
	height: auto;
	margin: auto;
	left: 0px;
	position: relative;
	bottom: 0px;
	font: 9px Arial, Helvetica;
	color: #333333;
}
#footer a { color:#ffffff; }
#footer a:hover { color:#333333; }
.fm-logo {
	float: left;
	margin: 5px 10px 0px 10px;
}
