@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

a {
	color: #2D5F83;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	font: 10.5pt Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	background: #FFFFFF;
	height: 100%;
}

#background {
	background: #FFFFFF url('../img/background.gif') repeat-y;
	height: 100%;
	width: 1020px;
	margin: 0 auto;
}

body > #background {
	height: auto;
	min-height: 100%;
}

#container {
	width: 960px;
	background: #EBEBEB;
	text-align: left;
	margin: 0 auto;
}

#header {
	background: #04B6D2 url('../img/header.jpg') no-repeat;
}

#description {
	float: right;
	width: 500px;
	color: #000000;
	font-size: 9pt;
	line-height: 140%;
	background-color: #FFFFFF;
	margin-top: 10px;
	border: 0 solid #0000FF;
	border-width: 3px 0 3px 3px;
	padding: 3px 5px;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#logo {
	height: 70px;
	width: 360px;
}

#menu, #menu table, #menu table td {
	height: 36px;
}

#menu {
	background: #D8E5EF url('../img/menu-background.gif') repeat-x;
	margin-left: auto;
	margin-right: 0;
}

#menu td {
	padding: 0 1em;
	vertical-align: middle;
	border-left: 1px solid #B1CCDF;
	border-right: 1px solid #D8E5EF;
}

#menu td.selected {
	background: #FFFFFF url('../img/menu-background-selected.gif') repeat-x;
}

#content {
	padding: 0 40px 9em 40px;
}

#ssl {
	text-align: center;
	background: #87A93E url('../img/ssl.gif') repeat-x;
	border: 1px solid #87A93E;
	margin: 2em 0 1em 0;
}

#ssl img {
	vertical-align: middle;
	margin: 10px;
}

#footer-background {
	background: #FFFFFF url('../img/background.gif') repeat-y;
	height: 7em;
	position: relative;
	width: 1020px;
	margin: -7em auto 0 auto;
}

#footer {
	background-color: #D7F3F8;
	height: 7em;
	margin: 0 auto;
	width: 960px;
}

#sitemap {
	line-height: 160%;
	border-top: 3px solid #05B6D3;
	padding: 1em 0 0.5em 0;
}

div.subheader {
	background: url('../img/subheader.gif') no-repeat top left;
	padding-left: 60px;
	margin: 1.5em 0;
}

h2 {
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: normal;
	background: url('../img/subheader-right.gif') no-repeat top right;
}

h2 * {
	vertical-align: middle;
}

h2 img {
	height: 48px;
	width: 1px;
}

h3 {
	margin: 1.5em 0 1em 0;
	border-bottom: solid 1px #999999;
	clear: both;
}

img.icon {
	vertical-align: middle;
	margin-right: 6px;
}

p {
	line-height: 140%;
	margin-bottom: 1em;
}

p.caution {
	background: url('../img/emblem-important.gif') no-repeat center left;
	padding-left: 32px;
}

table.list {
	border: 0 solid #05B6D3;
	border-width: 1px 1px 0 0;
	margin-bottom: 1.5em;
}

table.list th {
	text-align: center;
	background-color: #CDF0F6;
	padding: 0.2em 0.5em;
	border: 0 solid #05B6D3;
	border-width: 0 0 1px 1px;
}

table.list td {
	background-color: #FFFFFF;
	padding: 0.2em 0.5em;
	border: 0 solid #05B6D3;
	border-width: 0 0 1px 1px;
}

.important {
	color: #F04B4C;
	font-weight: bold;
}

div.big-banner {
	margin: 1.5em 0;
}

/* flash message */

#flashMessage {
	font-weight: bold;
	line-height: 140%;
	margin: 1em 0;
}

.message {
	color: #03899E;
}

.message-error {
	color: #F04B4C;
}

/* message view */

#message {
	text-align: center;
	margin-top: 3em;
}

#message img {
	display: block;
	margin: 2.5em auto;
}

#message div {
	line-height: 140%;
	margin: 2em 0;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	overflow-y: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
