@charset "UTF-8";
@import url(reset.css);
@import url(typography.css);
@import url(structure.css);
@import url(color.css);
@import url(home.css);
@import url(sub.css);
/* PAGE UTIL */
#page-util {
	clear: both;
	text-align: right;
	font-size: 85%;
	margin: 0;
	padding: 20px 25px 8px 0;
}
#page-util a:link {
	color: #5d87a1;
	font-weight: bold;
	text-decoration: underline;
}
#page-util a:hover {
	color: #6490b2;
	font-weight: bold;
	text-decoration: none;
}
#page-util a:visited {
	color: #6490b2;
	font-weight: bold;
}
#page-util p {
	background-color: #f7f7f7;
}
/* FOOTER */
#footer {
	clear: both;
	width: 730px;
	text-align: right;
	border-top: 1px solid #5d87a1;
	font-size: 85%;
	background-color: #f7f7f7;
}
#footer a:link {
	color: #5d87a1;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #6490b2;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #6490b2;
	font-weight: bold;
}
#footer p {
	margin: 8px 12px 8px 0;
}
/* FOOTER PRINT */
#footer-print {
	display: none;
}
#se {
	display: none;
}
.caption {
	font-size:9px;
	color:#666;
	margin-bottom:15px;
}
#water {
	width:450px;
	height:354px;
	background-image:url(../img/shared/water-bg.jpg);
	background-repeat:no-repeat;
}
#water p {
	width:270px;
	position:relative;
	top:150px;
	left:103px;
}
.blue {
	color:#008bd9;
	position:relative;
	top:-8px;
	text-transform:uppercase;
}

