
body {
	background: #05274c url(/images/bkgd.jpg) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 25px auto;
	background: transparent;
	width: 1000px;
	position: relative;
	overflow: hidden;
}

/* ***** HEADER ***** */

#header {
	min-height: 20px;
	position: relative;
	overflow: hidden;
}

#header #siteLogo {
	
}

#header h1.siteName {
	font: 600 24px/36px Arial;
}

#upperNav {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #FFF;
	overflow: hidden;
	height: 20px;
	text-align: center;
}


#upperNav a {
	margin: 0;
	padding: 0 10px;
	font: 600 11px/20px Arial;
	color: #000;
	text-align: center;
}

#headerImage {
	text-align: center;
	clear:both;
}

#headerImage img {
	margin: 0 auto;
}

/* ***** NAVIGATION ***** */
#navigation {
	width: 170px;
	margin: 0;
	padding: 0;
	background: #BBB;
	position: absolute;
	top: 76px;
	left: 1px;
	z-index: 800;
}

#navigation ul.level_1 {
	padding: 0;
}

#navigation ul.level_1 li {
	position: relative;
}

#navigation ul.level_1 li a {
	display: block;
	height: 23px;
	margin: 0;
	padding: 0 30px;
	background: #FFF url(/images/nav/nav_block.jpg) no-repeat 0 0;
	font: 600 11px/24px Arial;
	color: #999;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid #999;
}

#navigation ul.level_1 li:hover a, 
#navigation ul.level_1 li a:hover {
	color: #333;	
}

#navigation ul.level_1 li a.select, 
#navigation ul.level_1 li a.select:hover {
	color: #FFF;
	background: #6691B4 url(/images/nav/nav_block.jpg) no-repeat 0 0;
}

.js #navigation ul.level_1 li ul.level_2 {
	display: none;

}

#navigation ul.level_1 li ul.level_2 {
	position: relative;
	background: #FFF;
	list-style: none;
	margin: 0;
	padding: 0 0 0 24px;
	z-index: 900;
	overflow: hidden;
}

#navigation ul.level_1 li ul.level_2 li {
	float: none;
	padding: 0;
	margin: 0;
}

#navigation ul.level_1 li ul.level_2 li a {
	display: block;
	height: 23px;
	margin: 0;
	padding: 0 30px;
	background: #FFF url(/images/nav/nav_block.jpg) no-repeat 0 0;
	font: 600 11px/24px Arial;
	color: #999;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid #999;
}

#navigation ul.level_1 li ul.level_2 li:hover a, 
#navigation ul.level_1 li ul.level_2 a:hover {
	color: #333;	
}

#navigation ul.level_1 li ul.level_2 li a.select, 
#navigation ul.level_1 li ul.level_2 li a.select:hover {
	color: #666;
	background: #C6D6E3 url(/images/nav/nav_block.jpg) no-repeat 0 0;
}

/* ***** SUBNAV ***** */
#subNav {
	background: #EFEFEE;
	padding: 3px 10px;
	border-bottom: 1px solid #BBB;
}

#subNav a {
	color: #777;
	font: 600 12px/18px Arial;
	padding: 0 7px;
	border-right: 1px solid #999; 
}

#subNav a:hover {
	color: #000;
	text-decoration: none;
}

#subNav a.select,
#subNav a.select:hover {
	color: #69F;
}

/* ***** CONTENT ***** */
#content {
	background: #FFF url(/images/content_bkgd.jpg) repeat 0 0;
	position: relative;
	padding: 15px;
	z-index: 100;
	overflow: hidden;
	height: auto;
	min-height: 325px;
	padding-left: 185px;
	border: 1px solid #333;
}

#content h1 {
	display: block;
	border-bottom: 1px solid #DDD;
	margin: 5px 0 10px 0;
	padding: 0;
	font: 600 16px/24px Arial;
}

#content h2 {
	font: 600 14px/20px Arial;
	margin: 0;
	padding: 0;
	float: left;
}

#content a.returnHref {
	font: 600 11px/20px arial;
	margin: 0;
	padding: 0;
	color: #6691B4;
	float: right;
}

#content #pageOverview,
#content #pageContent {
	clear: both;
	margin: 10px 0;
	padding: 5px;
}

#content #pageOverview p {
	font: 300 13px/18px Arial;
}

#content #pageContent ul li{
	list-style: disc;
	margin: 0 15px;
}

#content #pageContent ol li{
	list-style: decimal;
	margin: 0 15px;
}

#content #pageContent img {
	margin-right: 10px;
}

#content #pageContent p {
	margin: 10px;
	font: 300 12px/18px Arial;
}

/* ***** FOOTER ***** */

#footer {
	background:transparent url(/images/footer.png) no-repeat bottom center;
	padding: 0;
	height: 24px;
	text-align: center;
}

#footer a {
	color: #EEE;
	font: 300 11px/14px Arial;
	padding: 0 8px;
}

/* ****** SITEMAP ***** */

#sitemap {
	margin: 20px;
}

#sitemap ul.level_1 li {
	margin: 5px 0;
}

#sitemap ul.level_1 li a{
	font: 600 14px/20px Arial;
	color: #000;
}

#sitemap ul.level_2 {
	margin: 5px 15px;
}

#sitemap ul.level_2 li{
	margin: 5px 10px;
	list-style: disc;
}

#sitemap ul.level_2 li a{
	font: 600 12px/18px Arial;
	color: #555;
}


/* ***** PAGES AND MEDIA LISTS ***** */
#content #pageContent ul.mediaList {
	display: block;
	overflow: hidden;
	width: 750px;
}

#content #pageContent ul.mediaList li {
	list-style: none;
	display: block;
	float: left;
	width: 350px;
	padding: 0 10px;
	margin: 0;
}

#content #pageContent ul.mediaList li a{
	display: block;
	text-align: left;
	text-decoration: none;
	padding-bottom: 10px;
	overflow: hidden;
	height: 120px;
}

#content #pageContent ul.mediaList li a img{
	border: 2px solid #AAA;
	float: left;
}

#content #pageContent ul.mediaList li a:hover img{
	border: 2px solid #6691B4;
}

#content #pageContent ul.mediaList li a span{
	font: 600 12px/18px Arial;
	color: #000;
}

#content #pageContent ul.mediaList li a:hover span{
	font: 600 12px/18px Arial;
	color: #6691B4;
}

/* ***** VIDEOS AND IMAGE GALLERIES **** */

#flashGallery,
#videoContainer {
	text-align: center;
	margin-top: 25px;
}
