html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0; margin: 0;
}
a, a:visited {
	text-decoration: none;
}
html {
	background: #C2E4E4 url(../images/layout/background-footer.gif) bottom repeat-x;
	font: 11px Tahoma, Arial;
	color: #57578E;
	text-align: justify;
}
body {
	background: url(../images/layout/background-top.jpg) top repeat-x;
}
#container {
	min-width: 750px;
	background: url(../images/layout/background-bottom.jpg) bottom left no-repeat;
	position: relative;
}
html>body #container {
	height: auto;
}
#header-container {
	width: 100%;
	height: 148px;
	background: #FFFFFF;
	border-bottom: 1px solid #6BCAC2;
	position: absolute;
	top: 0px;
}
#logo-top {
	width: 174px;
	height: 96px;
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 1;
}
#logo-bottom {
	width: 5px;
	height: 146px;
	background: url(../images/layout/logo-bottom.gif);
	position: absolute;
	top: 149px;
	right: 131px;
}
#flash {
	width: 598px;
	height: 123px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#nav {
	width: 100%;
	height: 24px;
	background: #F0F8F8 url(../images/layout/background-nav.jpg) left repeat-y;
	border-top: 1px solid #6BCAC2;
	position: absolute;
	bottom: 0px;
}
#sub {
	font-size: 10px;
	position: absolute;
	top: 150px;
	left: 12px;
}
#nav ul, #sub ul {
	padding: 5px 0px 0px 0px; margin: 0;
	list-style-type: none;
}
#nav li {
	float: left;
	padding-left: 22px;
}
#sub li {
	float: left;
	padding-left: 10px;
}
#nav a, #nav a:visited, #sub a, #sub a:visited {
	color: #57578E;
}
#nav a:hover, #sub a:hover {
	color: #71BBB8;
}
#nav a.current, #sub a.current {
	font-weight: bold;
}
#content {
	padding: 175px 160px 65px 25px;
}
#content a, #content a:visited {
	color: #828FB0;
	font-weight: bold;
}
#content a:hover {
	color: #57578E;
}
#content ul {
	list-style-type: square;
}
#fineprint {
	position: absolute;
	width: 110px;
	top: 160px;
	right: 12px;
	font-size: 9px;
}
h1 {
	font: bold 12px Tahoma, Arial;
}
h2, .h2 {
	font: bold 11px Tahoma, Arial;
}
img {
	border: none;
}
.thumb-left, .thumb-right {
	width: 130px;
	height: 83px;
	border: 1px solid #57578E;
}
.thumb-left:hover, .thumb-right:hover {
	border: 1px solid #71BBB8;
}
.thumb-left {
	float: left;
	margin-right: 15px;
}
.thumb-right {
	float: right;
	margin-left: 15px;
}
.client {
	width: 100px;
	height: 78px;
	float: left;
	margin-bottom: 12px;
	border: 1px solid #57578E;
}
.client:hover {
	border: 1px solid #71BBB8;
}
td {
	padding: 0px 20px 5px 0px;
	vertical-align: top;
}
.testimonial {
	padding: 0px 0px 20px 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #74CDC5;
}
hr {
	border: 1px dashed #74CDC5;
}
#contact td {
	padding: 0px 10px 5px 0px;
}
.textfield, .textarea {
	width:150px;
	height: 15px;
	padding: 2px;
	font: 11px Tahoma, Arial;
	color: #57578E;
	background: #EFF8F7;
	border: 1px solid #C2E4E4;
}
.textarea {
	height: 75px;
}
.textfield:hover, .textfield:focus, .textarea:hover, .textarea:focus {
	border: 1px solid #6ACAC0;
}
select {
	width: 50px;
	height: 15px;
	padding: 2px;
	font: 11px Tahoma, Arial;
	color: #57578E;
	background: #EFF8F7;
}
.button {
	width: 74px;
	height: 20px;
	background: #57578E;
	border: none;
	font: 11px Tahoma, Arial;
	color: #FFFFFF;
}
.button:hover {
	background: #6ACAC0;
}
#footer-logo {
	width: 269px;
	height: 147px;
	background: url(../images/layout/footer-logo.gif);
	position: absolute;
	bottom: 33px;
	right: 0px;
}
#bottom_text {
	font: 9px Arial, Helvetica;
	position: absolute;
	bottom: 40px;
	left: 6px;
}
#footer {
	font: 9px Arial, Helvetica;
	color: #9A9ABB;
	text-align: right;
	position: absolute;
	bottom: 2px;
	right: 6px;
}
#footer a, #footer a:visited {
	color: #57578E;
}
#footer a:hover {
	color: #9A9ABB;
}
.fm-logo {
	float: right;
	margin: 5px 0px 0px 6px;
}