@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, #header, #nav, ul, li, table, object, embed {
	margin: 0;
	padding: 0;
}
html { 
    height: 100%;
    margin-bottom: 1px;
}
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #636466;
	padding-top: 8px;
}
h1 {
	display: none;
}
h2, h3, h4 {
	color: #07539d;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}
h2 {
	background: url(../img/titles.jpg) no-repeat -40px 25px;	
	padding: 10px 0 18px;
}
h3 {
	padding-top: 2px;
	font-size: 16px;
	font-style: italic;
	line-height: 16px;
}
h4 {
	padding: 2px 0 0 7px;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}
a {
	color: #90A7D6;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #004788;
}
a img {
	border: none;
}
ul {
	margin-left: 16px;
}
td, th {
	text-align: left;
}
#header {
	position: relative;
	width: 780px;
	height: 92px;
	margin: 0 auto;
	border: 1px solid #001d36;
	border-bottom: none;
	overflow: hidden;
	background: #07539d;
	z-index: 3;
}
#header-animation {
	position: relative;
	padding: 0;
	margin: 0;
	width: 780px;
	height: 92px;
	overflow: hidden;
	border: none;
	outline: none;
	background: #00529c url(../img/bg-header.gif) no-repeat center top;
	z-index: 4;
}
#nav {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 15px;
	width: 765px;
	height: 30px;
	border-left: 1px solid #001d36;
	border-right: 1px solid #001d36;
	background: #fff url(../img/bg-nav.jpg) no-repeat 128px top;
	z-index: 2;
	white-space: nowrap;
}
#nav ul, #nav ul ul {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	white-space: nowrap;
}
#nav a {
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #90A7D6;
	padding: 0 9px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
#nav a:hover {
	color: #004788;
}
#nav li {
	list-style: none;
	line-height: 30px;
	margin: 0;
	padding: 0;
	float: left;
}
#nav li ul {
	position: absolute;
	width: 190px;
	padding-bottom: 8px;
	display: none;
}
#nav li:hover ul {
	left: auto;
	background: #fff;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#nav li ul li {
	float: none;
	background: #fff;
	text-align: left;
	line-height: 23px;
	height: 23px;
}
#nav li ul a {
	color: #07539d;
	line-height: 23px;
	height: 23px;
	white-space: normal;
}
#nav li ul a:hover {
	font-weight: bold;
}
#contents {
	position: relative;
	margin: 0 auto;
	padding: 0 27px 18px;
	width: 726px;
	height: auto;
	border-left: 1px solid #001d36;	
	border-right: 1px solid #001d36;
}
label {
	padding-right: 10px;
}
input, textarea {
	font-size: 12px;
	line-height: 18px;
	width: 276px;
	height: 18px;
	margin: 1px 0;
	padding: 2px 8px;
	color: #07539d;
	background: transparent url(../img/bg-input.gif) no-repeat center center;
	border: none;
}
textarea {
	height: 100px;
	background: none;
	border: 1px solid #07539d;
}
input.submit {
	width: 100px;
	height: 22px;
	line-height: 18px;
	margin: 2px 0 0;
	color: #07539d;
	background: #f9efd2;
	border: 1px solid #07539d;
}
#footer {
	margin: 0 auto;
	padding-top: 30px;
	width: 780px;
	border: 1px solid #001d36;
	border-top: none;
	background: #febe10 url(../img/footer.jpg) no-repeat top;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline;
}
#footer a {
	font-size: 70%;
	line-height: 16px;
	padding: 0 6px 0 18px;
	color: #00529C;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../img/star.gif) no-repeat left center;
	white-space: nowrap;
}
#footer a:hover, #footer a.active{
	color: #942923;
	background: url(../img/star-blue.gif) no-repeat left center;
}
.under-footer {
	font-size: 90%;
	text-align: center;
}
.noshow {
	display: none;
}

.error {
	width: 276px;
	font-weight: bold;
	color: #fff;
	background: #942923;
	padding: 2px 5px;
}
.notice {
	width: 276px;
	font-weight: bold;
	color: #000;
	background: #febe10;
	padding: 2px 5px;
}
.success {
	width: 276px;
	font-weight: bold;
	color: #000;
	background: #1DA94E;
	padding: 2px 5px;
}
.clearfix:after { /* enhanced, universal clearfix hack */
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
} 
.clearfix { 
	display: inline-block; 
}
/* start commented backslash hack \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */ 