html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #fdbb30 url(../images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img { border: none;}
html>body #container {	height: auto;}
h1, h2, h3, h4, h5, h6, p, form { margin:20px 0; }
hr { 
	border: 0px;
	background-color: #c7ced1;
	height: 1px;
}
.red { color:#FF0000; }
#container {	
	top: 0px;	
	width: 800px;	
	height: auto;	
	min-height: auto;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
}
#top_dec {
	background: url(../images/top_dec.jpg) repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 98px;
}
#logo {
	position: absolute;
	top: 20px;
	right: 22px;
	width: 123px;
	height: 56px;
}
#header {
	position: absolute;
	top: 98px;
	right: 0px;
	width: 800px;
	height: 275px;
}
#buttons {
	position: absolute;
	top: 384px;
	left: 5px;
	width: 795px;
	height: auto;
}
#nav {
	position: absolute;
	width: 760px;
	height: 30px;
	left: 15px;
	top: 42px;
	z-index: 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	height: 17px;
	padding-bottom: 10px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
}
#nav li:hover, #nav li.current { color: #cca00c; text-decoration: none; }
#nav a { color: #ffffff; text-decoration: none; }
#nav a:hover, #nav li.current a { color: #cca00c; text-decoration: none;}
.border_pink { border: 1px solid #bd3855; }
.border_pink:hover { border: 1px solid #fa868f; }

.border_green { border: 1px solid #a0ce67; }
.border_green:hover { border: 1px solid #cce476; }

.border_yellow { border: 1px solid #fdbb30; }
.border_yellow:hover { border: 1px solid #ffe1ac; }
	
#content {
	padding: 530px 20px 100px 20px;
}
#content_inside {
	padding: 380px 20px 100px 20px;
}
.bold {
	font-weight: bold;
}
.h1, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: lighter;
	color: #00a4e4;
}
.r_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #00a4e4;
}
#terms {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #005596;
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 800px;
	height: 50px;
	background-color: #ffffff;
	border-top: 1px solid #d9d9d9;
}
#footer_text {
	padding: 10px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005596;
	text-align: right;
}
#footer_text a, #terms a {
	color: #3377ab;
	text-decoration: none;
}
#footer_text a:hover, #terms a:hover {
	color: #005596;
	text-decoration: none;
}
a {
	color: #3377ab;
	text-decoration: none;
}
a:hover {
	color: #005596;
	text-decoration: none;
}
.fm-logo {
	float: right;
	margin: 5px 0px 5px 10px;
}
.text-drop, .text-field, .text-area, .button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.text-field {
	width: 150px;
	height: 15px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.button {
	width: 80px;
	height: 20px;
	padding: 2px;
	background-color: #D6D6D6;
	border: 1px solid #999999;
}
.button:hover {
	background-color: #999999;
}

