@charset "utf-8";
/* CSS Document */

/*********** BASIC ELEMENTS **********/
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color:white;
	font-family:"Lucida Sans", Arial, Helvetica;
	margin-bottom:20px;
	background:url(../structure/bg_body.gif) top left repeat-x;
	}
img {
	border: 0;
	}
.clear {
	clear: both;
	}
.left {
	float: left;
	}
.right {
	float:right;
	}
.not {
	display:none;
	}

/************ CLEARFIX **********/
.clearfix:after{
	content: "."; display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	}
.clearfix{
	display: inline-block;
	} 
html[xmlns] .clearfix{ 
	display: block;
	} 

* html .clearfix{
	height: 1%; 
}
/*********** STRUCTURE **********/
#header, #content, #footer {
	width:985px;
	margin:0 auto;
	}
#header {
	height:88px;
	background:url(../structure/bg_header.jpg) bottom no-repeat;
	}
#content {
	padding-top:25px;
	}
#footer {
	text-align:center;
	clear:both;
	padding-top:25px;
	}
/*********** TYPOGRAPHY **********/
#footer a, #footer p {
	font-size:11px;
	text-decoration:none;
	color:#999999;
	}
#footer a:hover {
	text-decoration:underline;
	}
/*********** NAVIGATION **********/
#nav {
	width:675px;
	height:85px;
	float:right;
	position:relative;
	}
#nav a {
	color:white;
	text-decoration:none;
	display:inline;
	}
#nav a:hover, #nav a.active {
	text-decoration:underline;
	}
#nav li {
	color:white;
	float:left;
	display:block;
	}
#nav div {
	margin-right:5px;
	}
#nav #nav-sup {
	margin:0;
	height:36px;
	position:absolute;
	top:0px;
	right:0;
	}
#nav-sup li, #nav-sup a {
	height:36px;
	font-size:11px;
	line-height:36px;
	}
#nav-sup li {
	padding:0 10px;
	}
#nav-inf {
	height:48px;
	position:absolute;
	top:36px;
	right:0px;
	}
#nav-inf li, #nav-inf a {
	height:48px;
	}
#nav-inf li {
	padding:0 5px;
	font-size:11px;
	line-height:48px;
	}
#nav a.large {
	font-size:13px;
	}
#nav li.huge {
	font-size:16px;
	font-weight:bold;
	}
/*********** FORMS **********/
#sform {
	width:229px;
	height:162px;
	padding:40px 12px 0 10px;
	background:url(../structure/bg_smallform.jpg) no-repeat;
	}
#sform label {
	color:white;
	font-size:14px;
	float:left;
	height:22px;
	line-height:22px;
	}
#sform div {
	clear:both;
	height:30px;
	}
#sform input {
	width:104px;
	height:18px;
	border-style:solid;
	border-width:1px;
	border-top-color:#00297b;
	border-left-color:#042f81;
	border-bottom-color:#184e9e;
	border-right-color:#3c5b9a;
	float:right;
	}
#sform select {
	width: 106px;
	height: 18px;
	float: right;
	}
#sform div.submit {
}
#sform #submitbutton {
	width:228px;
	height:31px;
	background:url(../structure/button_find.jpg);
	border:none;
	float:none;
	cursor:pointer !important;
	}
