/***********************************************************
* HTML ENTITIES
***********************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) 0 0 repeat-x #102433;
	margin: 0;
	padding: 0;
}
a, a:visited {
	text-decoration: none;
	color: #29615d;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
label {
	font-weight: bold;
	font-size: 8pt;
	color: #333;
}
input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	border: 1px solid #666666;
	background: #fff;
	padding: 4px;
}
select {
	color: #333;
	border: 1px solid #666666;
	background: #fff;
	font-size: 8.5pt;
}
option {
	padding: 2px;
}
input.checkbox, input.radio {
	background: none;
	border: none;
}
input.button {
	border: 2px solid #666666;
	background: #d8d8d8;
	color: #333;
	padding: 6px 8px;
	font-weight: bold;
	cursor: pointer;
}
h1 {
	color: #164ba0;
	font-size: 16pt;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}
h2 {
	color: #808080;
	font-size: 13pt;
	font-weight: bold;
	padding: 0;
	margin: 0 0 6px 0;
}
h3 {
	color: #808080;
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	margin: 0 0 2px 0;
}
p {
	padding: 0;
	margin: 0 0 8px 0;
}


/***********************************************************
* GENERAL
***********************************************************/
#container {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 12px 0;
	background: url(../images/content_bg.jpg) 0px 120px repeat-x #fff;
}
#audio {
	height: 20px;
	background: #32858d;
	text-align: right;
}
#content {
	font-size: 9pt;
	line-height: 1.1em;
	padding: 12px 12px 0 11px;
}
.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.required {
	font-size: 8pt;
	color: #d80000;
	font-weight: normal;
	padding-left: 3px;
}


/***********************************************************
* HOME
***********************************************************/
#hero {
	padding: 0 12px 0 11px;
	margin: 0;
}
.home_image, #home_center {
	float: left;
	display: block;
	width: 297px;
	height: 108px;
}
.home_image img {
	display: block;
}
#home_center {
	float: left;
	display: block;
	padding: 10px 0 0 10px;
	width: 287px;
	height: 98px;
	margin: 0 13px;
	background: url(../images/home_center.jpg) 0 0 no-repeat;
}
#home_center img {
	display: block;
	width: 75px;
	height: 20px;
	padding: 0 0 2px 0;
}


/***********************************************************
* INTERIOR
***********************************************************/
.interior_img {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}
#interior_top {
	background: url(../images/interior_bg.jpg) 0 0 repeat-x #e3eeef;
	padding: 16px;
	margin: 0 0 0 380px;
	font-size: 9.5pt;
	color: #585858;
	line-height: 1.3em;
}
#interior_bottom {
	border-top: 1px solid #e0e0e0;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}
#interior_bottom table {
	width: 100%;
}
#interior_bottom table td {
	vertical-align: top;
}
.four_column_box {
	width: 25%;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 0 1px 0 0;
	padding: 0 5px 20px 5px;
	margin: 0;
}
#interior_bottom p {
	font-size: .95em;
	color: #585858;
}
.column_box_last {
	border-width: 0 0 0 0;
}


/***********************************************************
* HEADER
***********************************************************/
#header {
	margin: 0 0 8px 0;
}
#header #top {
	background: url(../images/header/water.jpg) right center no-repeat #fff;
	height: 120px;
	margin: 0;
	padding: 0 0 0 11px;
}
#nav {
	margin: 12px 12px 0 11px;
	height: 34px;
	padding: 0;
	background: url(../images/nav_bg.gif) 0 0 no-repeat #29615d;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 5px;
}
#nav a {
	float: left;
	color: #fff;
	font-size: 9pt;
	height: 24px;
	margin: 0;
	padding: 10px 12px 0 12px;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav li.active {
	background: url(../images/nav_active.gif) left bottom no-repeat;
}
#nav li.active a {
	background: url(../images/nav_active_right.gif) right bottom no-repeat;
}


/***********************************************************
* FOOTER
***********************************************************/
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 12px 0;
	color: #fff;
	text-align: center;
	font-size: 8.5pt;
	line-height: 1.3em;
}
#footer a {
	color: #fff;
}


/***********************************************************
* MESSAGES
***********************************************************/
.success, .error {
	border-style: solid;
	border-width: 2px;
	padding: 8px;
	margin: 0 0 16px 0;
	font-size: 8pt;
}
.success {
	border-color: #00d800;
}
.success strong {
	color: #00d800;
}
.error {
	border-color: #d80000;
}
.error strong {
	color: #d80000;
}



/***********************************************************
* STYLED TABLE
***********************************************************/
table.styled {
	background: #fff;
	padding: 3px 4px;
	border: 1px solid #d8d8d8;
}
table.styled th {
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #999;
	padding: 6px;
}
table.styled td, table.styled td.alt {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px;
	padding: 6px;
	color: #000;
	font-size: 9pt;
}
table.styled td {
	background: #f3f3f3;
}
table.styled tr.alt td {
	background: #d8d8d8;
}
