html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
html { background: #f7f7f7 url(../images/off_white_side_dec.gif) repeat-y;}
a { text-decoration: none; }
img { border: none; }
#container { position: absolute; }
html>body #container { height: auto; }
#nav {
	position: absolute;
	top: 265px;
	left: 201px;
	width: 190px;
	height: auto;
}
#nav ul {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
	border: none; 
}
#nav li {
	padding: 7px 0px 0px 0px; 
	margin: 0px; 
	list-style-type: none;
}
#nav li a {
	display: block;
	padding: 5px 6px 5px 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	width: 150px;
	height: 15px;
	border-left: 5px solid #ffffff;
	margin-left: -1px;
}
#nav li a:hover {
	display: block;
	padding: 5px 6px 5px 10px;
	text-decoration: none;
	width: 150px;
	height: 15px;
	border-left: 5px solid #000000;
	margin-left: -2px;
	color:#000000;
}
li#current a {
	display: block;
	padding: 5px 6px 5px 10px;
	text-decoration: none;
	width: 150px;
	height: 15px;
	border-left: 5px solid #000000;
	margin-left: -2px;
	color: #000000;
}
#green_box {
	background-color: #acdcc8;
	position:absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 100%;
	z-index: -2;
}
#layover_green {
	background: url(../images/over_top_green.gif) no-repeat;
	position: absolute;
	top: 184px;
	left: 205px;
	width: 185px;
	height: 44px;
}
#logo {
	width: 170px;
	height: 59px;
	position: absolute;
	top: 350px;
	left: 15px;
}
#slogan {
	position:absolute;
	top: 33px;
	right: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	z-index:10;
}
#images {
	position: absolute;
	top: 51px;
	left: 375px;
	width: 428px;
	height: 132px;
	z-index: 10;
}
#image_dec {
	background: url(../images/image_dec.gif) right repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 228px;
	z-index: -1;
}
#white {
	background: url(../images/white.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width:205px;
	height: 228px;
	z-index: 200;
}
#image_tech {
	background: url(../images/image_tech.gif) no-repeat;
	position: absolute;
	top: 153px;
	right: 0px;
	width: 81px;
	height: 30px;
	z-index: 10;
}

h1, .h1 {
	font: 15px Arial;
	font-weight: bold;
	color: #009c5d;
} 
h2, .h2 {
	font: 12px Arial;
	font-weight: bold;
	color: #009c5d;
} 
#title {
	padding: 0px 10px 10px 0px;
}
#photos {
	position: absolute;
	top: 250px;
	right: 13px;
	text-align: right;
	height: auto;
}	
.photos {
	margin-bottom: 45px;
}
.green {
	border: 2px solid #32ac7b;
}
#content {
	padding: 210px 155px 150px 390px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}
#content a { color: #009c5d; }
#content a:hover { color: #000000; }
#content ul li {
	list-style-type: square;
}
.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	color: #000000;
}
.right_image { margin-left: 30px; }
#footer_green {
	background: url(../images/footer_green.gif) repeat-y;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 205px;
	height: 35px;
	z-index: 10;
}
#footer {
	width: 100%;
	height: 35px;
	text-align: right;
	background-color: #000000;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #ffffff;
}
#footer div {
	font: 10px arial;
	text-align: right;
	color: #ffffff;
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 500px;
}
#footer div a { color: #ffffff; }
#footer div a:hover { color:#999999; }
.fm-logo {
	margin: 4px 8px 0px 10px;
	float: right;
}

.text-drop, .text-field, .text-area, .button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.text-drop {
	width: 155px;
	height: 20px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-field {
	width: 200px;
	height: 15px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-area {
	width: 258px;
	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;
}
