@charset "utf-8";
/* CSS Document */

body {
	background:url(images/background.gif) 0 0 repeat #01549f;
}

#wrapper {
	background:url(images/background-top.jpg) 0 0 repeat-x;
}

#wrapper2 {
	width:970px;
	margin:0 auto;
	background:url(images/content-bg.gif) 0 0 repeat-y;
}

/* Header */

#header {
	height:120px;
}

#header h1 {
	float:left;
}

#header h2 {
	float:left;
}

#header h3 {
	float:left;
}

/* Header End */
/* Top Navigation */

#top-nav {
	height:30px;
	background:url(images/top-nav-bg.gif) 0 0 repeat-x;
}

#top-nav ul {
	float:right;
}

#top-nav ul li {
	float:left;
}

#top-nav ul li a {
	float:left;
	display:block;
	padding:0 20px;
	height:30px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing:-1px;
	text-decoration:none;
	background:url(images/top-nav.gif) 0 0 no-repeat;
	line-height:30px;
}

#top-nav ul li a:hover {
	background-position:0 -30px;
}

#top-nav ul li.last a {
	padding:0 1px;
}

/* Top Navigation End */
/* Container */

#container {
	background:url(images/content-bg-top.gif) 0 0 no-repeat;
	padding:12px 6px 0;
}

/* Container End */
/* Left Navigation */

#left-nav {
	width:174px;
	float:left;
}

#left-nav ul {
	padding:0 0 14px;
}

#left-nav ul li {
	margin:0 0 8px;
}

#left-nav ul li h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}

#left-nav ul li h2 a {
	display:block;
	height:30px;
	padding:0 0 0 8px;
	color:#074980;
	text-decoration:none;
	background:url(images/left-nav-h2.gif) 0 0 no-repeat;
	line-height:30px;
}

#left-nav ul li h2 a:hover {
	background-position:0 -30px;
	color:#f00;
}

#left-nav ul ul {
	margin:7px 0 4px;
	padding:7px 0 4px 5px;
}

#left-nav ul ul li {
	margin:0 0 7px;
	padding:0 0 1px;
}

#left-nav ul ul li a {
	display:block;
	padding:0 0 0 10px;
	background:url(images/left-nav-arrows.gif) 0 3px no-repeat;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#074980;
	text-decoration:none;
}

#left-nav ul ul li a:hover {
	background-position:0 -47px;
	color:#f00;
}

#left-nav p {
	text-align:center;
	padding:0 0 14px;
	font:normal 10px Arial, Helvetica, sans-serif;
}

#left-nav p a {
	color:#074980;
	text-decoration:none;
}

#left-nav p a:hover {
	color:#f00;
}

/* Left Navigation End */
/* Content Container */

#contentcontainer {
	width:769px;
	float:right;
}

/* Right Nav Area */

#right-nav {
	width:155px;
	float:right;
}

#right-nav div {
	margin:0 5px 10px;
	background:#e7e7e7;
}

#right-nav h2 {
	padding:8px 8px 14px;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#074980;
	letter-spacing:-1px;
}

#right-nav form {
	padding:0 8px 2px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#375069;
}

#right-nav form p {
	padding:0 0 8px;
}

#right-nav form p.end {
	padding:0 0 2px;
}

#right-nav input {
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:2px 2px;
	width:120px;
	border:1px solid #999;
}

#right-nav textarea {
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	height:55px;
	padding:2px 2px;
	width:120px;
	border:1px solid #999;
	overflow-y:auto;
}

#right-nav .submit-button {
	display:block;
	width:70px;
	height:24px;
	background:url(images/right-submit-button.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	margin:0 0 14px auto;
	border:0;
	cursor:pointer;
}

#right-nav .submit-button:hover {
	background-position:0 -24px;
}

/* Right Nav Area End */
/* Content */

#content {
	width:600px;
	float:left;
}

#content p.contact-us {
	text-align:center;
	padding:10px 0 24px;
}

#content p.contact-us a {
	display:block;
	width:400px;
	height:25px;
	background:url(images/contact-us-today.jpg) 0 0 no-repeat;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}

#content p.contact-us a:hover {
	background-position:0 -25px;
}

/* Content End */
/* Content Container End */
/* Footer Navigation */

#footer-nav {
	display:block;
	background:url(images/footer-nav.gif) 0 0 repeat-x;
	height:45px;
	border-bottom:5px solid #074980;
	position:relative;
	overflow:hidden;
}

#footer-nav ul {
	float:left;
	position:relative;
	left:50%;
	text-align:center;
	padding:18px 0 0;
}

#footer-nav ul li {
	display:block;
	float:left;
	position:relative;
	right:50%;
}

#footer-nav ul li a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
	padding:0 8px;
	border-right:1px solid #333;
}

#footer-nav ul li.last a {
	border:0;
}

#footer-nav ul li a:hover {
	color:#074980;
	text-decoration:underline;
}

#footer {
	background:#fff;
	padding:8px 8px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

#footer p {
	padding:0 0 14px;
}

#footer .right {
	float:right;
	text-align:right;
	padding:10px 0 0;
}

#footer img {
	margin:0 0 8px;
}

#footer a {
	color:#074980;
}

#footer a:hover {
	color:#f00;
}

/* Footer Navigation End */