@charset "utf-8";
/* CSS Document */

body
{
	background-color: white;
	margin: 0px;
}

.header
{
	background-image:url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 10px;
	height: 100px;
}

p, ul, li, ol
{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
}

h3
{
	font-size: 21px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.5;
	font-weight:100;
}

hr
{
	color: #dce7ff;
}

.nav
{
	background-color:#2B88C1;
	padding: 0px;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
}

.nav ul li {
	width: 125px;
	position: relative;
	float: left;
}

.nav ul li a, .nav ul li a:visited, .nav ul li a:active {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #2B88C1;
	padding: 10px 20px;
	font-weight: bold;
	border-bottom: 0;

}

.nav ul li a:hover{
	display: block;
	text-decoration: none;
	color: yellow;
	font-weight: bold;
}

.nav li ul {
    position: absolute;
	top: 35px;
	left: 0;
	display: none;
	width: 200px;

}

.nav li ul li {
	display: block;
	width: 175px;
	border-top: 1px solid #358DC4;

}

.nav li:hover > ul {
    display: block;
}

.nav ul#nav li ul {
    display: none;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: none;
}
.nav ul#nav li:hover > ul {
    display: block;
}


a, a:visited, a:active
{
	color: #3478bd;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: underline;
}


.title
{
	background-image:url(images/header_bg.jpg);
	background-position: top left;
	background-repeat:repeat-y;
	padding: 0px 10px;
	border-right: 1px solid #3378bd;
}

.title p
{
	color: white;
}

.subtitle
{
	background-image:url(images/left_header_bg.gif);
	background-position: top left;
	background-repeat:repeat-y;
	padding: 0px 15px;
	background-color: #eaf1f9;
	width: 300px;
}

.subtitle p
{
	color: #3478BD;
	font-weight: bold;
}

.footer p
{
	font-size: 11px;
	text-align: center;
	color: #777;
}
