@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Century Gothic, Verdana;
}
body {
	background-color:#001669;
	background-image:url(images/page-bg.gif);
	background-repeat:repeat-x;
}
img {
	border:0;
}
p {
	margin-bottom:15px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	color:#36303c;
}
#main {
	width:818px;
	height:auto;
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-y;
	left:50%;
	margin-left:-409px;
	position:absolute;
}
a {
	font-weight:bold;
	color:#36303c;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#5b5c78;
	text-decoration:none;
}
#logo {
	left:22px;
	width:256px;
	height:146px;
	position:absolute;
	z-index:5;
}
#content {
	background-image:url(images/content-top-bg.gif);
	background-repeat:no-repeat;
	min-height:507px;
  	height:auto !important;
  	height:507px;
	padding-left:32px;
}
#header {
	height:65px;
	line-height:65px;
	font-size:11px;
	color:#d8d7d7;
	text-align:right;
	padding-right:10px;
}
#header a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#header a:hover {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
#menu {
	width:236px;
	height:auto;
	padding-top:86px;
	margin-right:26px;
	float:left;
}
#menu ul {
	list-style-type:none;
	list-style:none;
	font-size:16px;
	font-weight:bold;
}
#menu li {
	height:34px;
	line-height:34px;
	margin-bottom:1px;
	width:236px;
}
#menu li a {
	display:block;
	background-color:#e9e5c5;
	background-image:url(images/bullet-off.gif);
	background-repeat:no-repeat;
	background-position:17px 15px;
	text-indent:25px;
	color:#00104e;
	text-decoration:none;
}
#menu li a:hover {
	background-color:#00104e;
	color:#FFF;
	background-image:url(images/bullet-on.gif);
	background-repeat:no-repeat;
	background-position:17px 15px;
}
#menu li.active a {
	display:block;
	background-color:#d7d3af;
	background-image:url(images/bullet-active.gif);
	background-repeat:no-repeat;
	background-position:17px 15px;
	text-indent:25px;
	color:#00104e;
	text-decoration:none;
}
#menu li.active a:hover {
	background-color:#00104e;
	color:#FFF;
	background-image:url(images/bullet-on.gif);
	background-repeat:no-repeat;
	background-position:17px 15px;
}
#menu li.subnav {
	min-height:16px;
  	height:auto !important;
  	height:16px;
	font-size:12px;
	font-weight:bold;
	line-height:0px;
	padding-top:5px;
}
#menu li.subnav a {
	color:#00104e;
	line-height:16px;
	background-color:#f9f5d9;
	text-decoration:none;
	background-image:none;
	margin-bottom:5px;
}
#menu li.subnav a:hover {
	color:#00104e;
	background-color:#f9f5d9;
	text-decoration:underline;
}
#credits {
	height:34px;
	line-height:34px;
	color:#00104e;
	font-size:11px;
	text-align:center;
}
#credits a {
	font-weight:bold;
	color:#00104e;
	text-decoration:none;
}
#credits a:hover {
	font-weight:bold;
	color:#00104e;
	text-decoration:underline;
}
#innercontent {
	width:492px;
	height:auto;
	padding-top:26px;
	margin-bottom:26px;
	float:left;
	font-size:12px;
	color:#36303c;
}
.items {
	min-height:100px;
  	height:auto !important;
  	height:100px;
	margin-bottom:15px;
}
.items:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
.items img {
	margin-bottom:6px;
	margin-right:10px;
}
.items .image {
	width:auto;
	float:left;
}

#footer {
	height:11px;
	background-image:url(images/content-bottom-bg.gif);
	background-repeat:no-repeat;
}
