html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #000000 top center url(../images/background.jpg) no-repeat;
}
img { border: none;}
#container {	
	top: 0px;	
	width: 800px;	
	height: 100%;	
	min-height: 100%;	
	margin: auto;	
	position: relative;	
	bottom: 120px;
	background: url(../images/container_dec.jpg) repeat-x;	
}
html>body #container {	height: auto;}
hr { border: 1px solid solid; color: #111518; }
#udia_logo {
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: auto;
	height: auto;
}
#top_dec {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/top_dec.jpg) no-repeat;
	width: 800px;
	height: 143px;
}
#logo {
	position: absolute;
	top: 50px;
	right: 35px;
	width: 272px;
	height: 55px;
}
#section2 { 
	position: absolute;
	top: 143px;
	left: 0px;
	width: 800px;
	height: 215px;
	background-color: #111518;
}
#feature_property {
	position: absolute;
	top: 143px;
	right: 0px;
	width: 427px;
	height: 215px;
}
#feature_property_title {
	position: absolute;
	top: 180px;
	left: 195px;
	width: 140px;
	height: auto;
	text-align: left;
}
.feature {
	margin-bottom: 10px;
}
#section4 { 
	position: absolute;
	top: 143px;
	left: 185px;
	width: 615px;
	height: 215px;
	background-color: #2a3b44;
}
#nav {
    position: absolute;
    top: 158px;
	left: 20px;
	height: auto;
	width: 160px;
	z-index: 10;
	font: 11px Arial;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style-type: none;
	padding-bottom: 3px;
}
#nav li:hover, #nav li.current { color: #ffff00; text-decoration: none; }
#nav a { width: 100%; height: 100%; color: #ffffff; text-decoration: none;}
#nav a:hover, #nav li.current a { color: #ffff00; text-decoration: none;}

#sub_nav {
	position: absolute;
	top: 160px;
	left: 205px;
	width: 160px;
	height: auto;
	text-align: left;
	z-index: 10;
	font: 11px Arial;
}
#sub_nav ul {
	margin: 0;
	padding: 0;
}
#sub_nav li {
	list-style-type: none;
	padding-bottom: 3px;
}
#sub_nav li:hover, #sub_nav li.current { color: #ffff00; text-decoration: none; }
#sub_nav a { width: 100%; height: 100%; color: #ffffff; text-decoration: none;}
#sub_nav a:hover, #sub_nav li.current a { color: #ffff00; text-decoration: none;}

#content { 
	padding: 375px 20px 100px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a5b9c3;
}
#content a { 
	color: #a5b9c3;
	text-decoration: none;
}
#content a:hover { 
	color: #ffff00;
	text-decoration: none;
}
#development_content { 
	padding: 375px 20px 100px 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a5b9c3;
}
#development_content ul li { 
	color: #ffffff;
}
#development_content a { 
	color: #ffff00;
	text-decoration: none;
}
#development_content a:hover { 
	color: #a5b9c3;
	text-decoration: none;
}

.h1, h1 {
	font: 22px Arial;
	color: #FFFFFF;
}
.h2, h2 {
	font: 13px Arial;
	color: #607a89;
}
.h3, h3 {
	font: 12px Arial;
	color: #ffffff;
}
.body_text { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a5b9c3;
}
.body_text a { 
	color: #a5b9c3;
	text-decoration: none;
}
.body_text a:hover { 
	color: #ffffff;
	text-decoration: none;
}
.feature_info { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a5b9c3;
}
.feature_info a { 
	color: #a5b9c3;
	text-decoration: none;
}
.feature_info a:hover { 
	color: #ffffff;
	text-decoration: none;
}
#footer_dec { 
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 204px;
	height: 134px;
	background: url(../images/footer_dec.gif) no-repeat;
}
#footer_text { padding: 10px 0px 0px 0px; }
#footer {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #666666;	
	text-align: right;	
	width: 100%;	
	height: 50px;	
	position: absolute;	
	bottom: 0px;	
	left: 0px;	
	z-index: 5;	
	padding-top: 5px;	
	text-align: right;
}
#footer a, #footer a:visited {	
	color: #666666;	
	text-decoration: none;
}
#footer a:hover {	
	color: #ffffff;
}
.fm-logo {	
	float: right;	
	padding-top: 4px;	
	padding-right: 5px;	
	padding-left: 5px;
}
