/* CSS Document */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #003273;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #003273;
}

#container {
	margin: 10px auto 0 auto;
	text-align: left;
	width: 780px;
}
#header {
	background: url(images/header_back.jpg) no-repeat;
	height: 130px;
	width: 100%;
}
#header #logo {
	padding: 70px 0 0 5px;
	float: left;
}
#header #contact {
	float: right;
	padding: 0 20px 0 0;
	height: 130px;
	overflow: hidden;
}
#header #contact a {
	color: #FFFFFF;
}
#header #contact p {
	margin: 10px 0;
	line-height: 125%;
	color: #FFFFFF;
}
#navigation {
	line-height: normal;
	width: 100%;
}
#navigation ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
#navigation li {
	margin: 10px 1px 0 0;
	padding: 0px;
	float: left;
	background: url(images/furniture/nav_off_right.gif) no-repeat right top;
}
#navigation #current {
	background: url(images/furniture/nav_on_right.gif) no-repeat right top;
}
#navigation a {
	display: block;
	background: url(images/furniture/nav_off_left.gif) no-repeat left top;
	padding: 7px 8px;
	color: #003273;
	text-decoration: none;
	font-weight: normal;
}
#navigation a:hover {
	color: #FFFFFF;
}
#navigation #current a {
	background: url(images/furniture/nav_on_left.gif) no-repeat left top;
	color: #336699;
}
#content {
	background: #FFFFFF url(images/furniture/Radial%20Quadrant.gif) no-repeat left bottom;
	clear: both;
	width: 100%;
}
#content p {
	margin: 10px;
	line-height: 1.5;
}
#content a {
	color: #003273;
}
#content li {
	line-height: 1.5;
}
.text-only {
	padding: 10px;
}

#footer {
	background: #FFFFFF;
	margin: 10px 0px;
	clear: both;
	width: 100%;
}
#footer p {
	font-size: 75%;
	text-align: center;
	padding: 5px;
	margin: 0px;
}
#footer a {
	color: #003273;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
