@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #0085DE;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1 {
	font-size: 24px;
	color: #0085DE;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	color: #000;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	color: #ECC113;
}
#header {
	width: 780px;
	text-align: left;
	margin: 0px auto;
	height: 250px;
}
#content-container {
	background: url(img/bg-bottom.png) repeat-x;
	min-height: 500px;
}
#header-container {
	background: #FFFFFF url(img/bg-buildings.png) repeat-x center bottom;
}
#top-bar {
	background: url(img/top-bar.png) repeat-x;
	height: 8px;
}
#logo {
	background: url(img/logo.gif) no-repeat 10px 20px;
	width: 276px;
	height: 120px;
	float: left;
}
#logo h1 {
	display: none;
	visibility: hidden;
}
#main-content {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	padding-top: 40px;
	height: 100%;
}
#footer {
	clear: both;
	text-align: center;
	margin: 10px auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
.left {
	float: left;
	width: 515px;
}
.left-content {
	background: #FFFFFF;
	float: left;
	padding: 10px 20px 10px 20px;
	border-right: 2px solid #EDC41F;
	border-left: 2px solid #EDC41F;
	width: 470px;
	clear: left;
	min-height: 319px;
}
.left-top {
	background: url(img/left-top.png) no-repeat;
	height: 14px;
	width: 514px;
	float: left;
	clear: left;
}
.left-bottom {
	background: url(img/left-bottom.png) no-repeat;
	height: 14px;
	width: 514px;
	float: left;
	clear: left;
}
.right {
	float: right;
	width: 245px;
}
.right-content {
	background: #FFFFFF;
	float: left;
	padding: 10px 20px 10px 20px;
	border-right: 2px solid #EBC00F;
	border-left: 2px solid #EBC00F;
	width: 200px;
}
.right-top {
	background: url(img/right-top.png) no-repeat;
	height: 14px;
	width: 245px;
	float: left;
}
.right-bottom {
	background: url(img/right-bottom.png) no-repeat;
	height: 14px;
	width: 245px;
	float: left;
	clear: left;
}
.center {
	float: left;
	width: 779px;
}
.center-content {
	background: #FFFFFF;
	float: left;
	padding: 10px 20px;
	border-right: 2px solid #EDC41F;
	border-left: 2px solid #EDC41F;
	width: 735px;
	clear: left;
	min-height: 319px;
}
.center-top {
	background: url(img/center-top.png) no-repeat;
	height: 14px;
	width: 779px;
	float: left;
	clear: left;
}
.center-bottom {
	background: url(img/center-bottom.png) no-repeat;
	height: 14px;
	width: 779px;
	float: left;
	clear: left;
}

/* Navigation Bar */

#nav {
	width: 467px;
	font: bold 16px Arial;
	height: 58px;
	float: right;
}
#navmenu
{
	padding: 0;
	margin: 0;
	width: 470px;
	height: 58px;
}
#navmenu li
{
	display: inline;
	text-align: center;
}
#navmenu li a
{
	color: #CCCCCC;
	padding: 6px 13px 0px 13px;
	text-decoration: none;
	border-right: 1px solid #202020;
	float: left;
	height: 52px;
	text-align: center;
}
#navmenu li a:visited
{
	color: #FFFFFF;
}
#navmenu li a:hover
{
	color: #FFFFFF;
}
#navmenu li .current
{
	color: #FFFFFF;
	background: #FFF;
	border-bottom: 0;
}
#navmenu .first a {
	background: url(img/bg-nav-off-first.gif) no-repeat left top;
}
#navmenu .first a:hover {
	background: url(img/bg-nav-on-first.gif) no-repeat left top;
}

#navmenu .middle a {
	background: url(img/bg-nav-off.gif) repeat-x top;
}
#navmenu .last a {
	background: url(img/bg-nav-off-last.gif) no-repeat right top;
	border-right: 0px;
}
#navmenu .last a:hover {
	background: url(img/bg-nav-on-last.gif) no-repeat right top;
}
#navmenu .middle a:hover {
	background: url(img/bg-nav-on.gif) repeat-x top;
}
#navmenu .first-current  a  {
	background: url(img/bg-nav-current-first.gif) no-repeat left top;
}
#navmenu .last-current a {
	background: url(img/bg-nav-current-last.gif) no-repeat right top;
	border-right: 0px;
	color: #FFFFFF;
}
#navmenu li.one-word {
	line-height: 42px;
}
#navmenu .middle-current a {
	background: url(img/bg-nav-current.gif) repeat-x top;
}
