/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	min-height: 100%;
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #333;
	background: url(/images/bg.jpg) top center repeat-y #02245c; }
	
h1 {
	margin: 0 0 5px 0; 
	font-size: 160%; 
	font-weight: normal; 
	color: #21539b; }
	
h2 {}

h3 { color: #21539b; }	

a:link, a:visited { color: #21539b; }
a img { border: none; }

p { margin-bottom: 16px; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 960px; 
	margin: 0 auto;
	background: #fff; }

	/*** HEADER STYLES ***/
	a#header { 
		display: block; 
		width: 960px; 
		height: 152px; 
		background: url(/images/header.jpg) no-repeat; }


	/*** NAV STYLES ***/
	ul#nav, ul#nav ul {
		padding: 0;
		margin: 0;
		list-style: none; }
	
	ul#nav {
		width: 930px; 
		height: 45px; 
		margin: 1px 0 0 0;
		padding: 0 15px;
		font-size: 12px;
		font-weight: bold;
		list-style: none;
		text-align: left;
		text-transform: uppercase;
		color: #fff;
		background: url(/images/nav_bg.jpg) no-repeat; 
		z-index: 999; }

		ul#nav li {
			position: relative;
			float: left;
			height: 45px;
			padding: 0 15px 0 10px;
			line-height: 45px;
			border-left: 1px solid #ccc;
			border-right: 1px solid #fff;
			z-index: 999; }

		ul#nav li.first { border-left: none; }
		
		ul#nav li.last { 
			padding: 0 0 0 10px; 
			border-right: none; }
	
			ul#nav a {
				display: block;
				height: 45px;
				margin: 0;
				text-decoration: none; 
				color: #21539b;
				outline: none; }
				
			* html ul#nav a { float: left; } /* IE6 FIX */
				
			ul#nav a:hover { }
	
	
		/*** SECOND LEVEL ***/
		ul#nav li ul {
			position : absolute;
			left: -999em;
			width: 150px;
			padding: 0;
			list-style: none;
			font-size: 10px;
			font-weight: normal;
			text-align: left;
			background: #fff;
			border-bottom: 5px solid #21539b;
			z-index: 999; }
			
		#nav li:hover ul ul, 
		#nav li.sfhover ul ul {
			left: -999em; }
	
		#nav li:hover ul, 
		#nav li li:hover ul, 
		#nav li.sfhover ul, 
		#nav li li.sfhover ul {
			top: 0;
			left: -1px;
			margin-left: 100%; }

			ul#nav li li {
				width: 148px;
				height: auto;
				margin: 0;
				padding: 0;
				line-height: normal;
				text-transform: none;
				border-top: none;
				border-right: 1px solid #ccc;				
				border-bottom: 1px solid #ededed;
				border-left: 1px solid #ccc;
				z-index: 999; }
				
				ul#nav li ul li a:link, 
				ul#nav li ul li a:visited {
					width: 138px;
					height: auto;
					margin: 0;
					padding: 5px; }
					
				ul#nav li ul li a:hover { background: #ededed; }			
	
	
	/*** DISPLAYS HORIZONTAL MENU ***/
	#nav li:active ul, 
	#nav li:hover ul,
	#nav li.sfhover ul {
		top: 100%;
		margin-left: 0; }



	
	/*** INNERWRAPPER STYLES ***/
	#innerWrapper { padding: 5px 0 10px 0; }
	
		
		#insidesidebar { float: left; width: 221px; }
		
		/*** CAROUSEL STYLES ***/	
		ul#carousel {
			width: 221px; 
			margin: 35px 0 10px 0; 
			list-style: none; }
			
			ul#carousel li { float: left; }
			
				ul#carousel li a:link, 
				ul#carousel li a:visited {
					display: block; 
					margin: 0 0 8px 0; }
					
					ul#carousel li a.last { margin: 0; }
			
		
		/*** CONTENTWRAPPER STYLES ***/
		#contentWrapper { 
			float: left; 
			width: 481px;
			margin: 0 8px;
			text-align: justify; }
			
			#content { 
				margin: 0 0 8px 0;
				background: url(/images/contentNarrow_bg.jpg) top left repeat-y; }
								
				#content div.content { 
					min-height: 300px;
					padding: 7px 10px 5px 7px;
					background: url(/images/contentNarrowTop_bg.jpg) top left no-repeat; }
				

			#wrapper.content #contentWrapper { 
				width: 711px; 
				margin: 0 0 0 8px;
				background: url(/images/content_bg.jpg) top left repeat-y; }
				
				#wrapper.content #content { 
					min-height: 300px; 
					padding: 7px 15px 7px 10px;
					background: url(/images/contentTop_bg.jpg) top left no-repeat; }
					
					
					/*** PHOTOGALLERY STYLES ***/
					#photogallery { 
						display: block; 
						width: 481px; 
						height: 122px; }
					
					
					/*** NEWSITEM STYLES ***/
					#content div.content div.newsItem { }
						
						#content div.content div.newsItem h1 { 
							margin: 5px 0 0 0; 
							font-size: 130%; }
						
						#content div.content div.newsItem p { margin: 10px 0 0 0; }
												
						#content div.content div.newsItem h1, 
						#content div.content div.newsItem p { padding: 0 5px; }
						
						
				#content img#primaryPicture { display: none; }
				
				#content table tr td { padding: 5px 0; }		
				
				#content ol, #content ul { margin: 0 0 0 16px; }
				
					#content ol li, #content ul li { margin: 0 0 5px 0; }
				
		
		/*** SIDEBAR STYLES ***/
		#sidebar { 
			float: left; 
			width: 221px; }
			
			
			/*** SEARCH STYLES ***/
			form#search {
				display: none;
				width: 215px; 
				margin: 0 0 8px 2px; }
			
				form#search input { 
					float: left;
					width: 166px;
					height: 14px;
					margin: 0 8px 0 0;
					padding: 4px; 
					color: #aaa; 
					border: 1px solid #ddd; }
				
				form#search button { 
					float: left;
					height: 24px;
					padding: 4px;
					cursor: pointer;
					color: #fff;
					background: #aaa; 
					border: none; }
			
			
			/*** SIDEBOX STYLES ***/
			div.sidebox { 
				width: 221px;
				margin: 0 0 8px 0;
				background: url(/images/sidebox_bg.jpg) bottom left no-repeat; }

				div.sidebox div.content { 
					width: 205px; 
					padding: 7px 9px 9px 7px;
					background: url(/images/sideboxTop_bg.jpg) top left no-repeat; }
					
				div.sidebox div.text { 
					width: 193px; 
					padding: 15px; }	
					

			/*** SIDENOTE STYLES ***/
			#sidenote { 
				width: 215px;
				margin: 0 0 25px 0;
				background: url(/images/sidenoteBottom_bg.jpg) bottom left no-repeat #f2e386; }

				#sidenote div.content { 
					width: 215px;
					padding: 60px 0 20px 0;
					background: url(/images/sidenoteTop_bg.jpg) top left no-repeat; }

	
				/*** CALENDAR STYLES ***/
				#calendar div.content { 
					width: 185px; 
					padding: 17px 19px 19px 17px; }	
					
					
				/*** VIDEOPLAYER STYLES ***/
				div.sidebox div.content #videoPlayer { }
	
	
	
	/*** FOOTER STYLES ***/
	#footer {
		width: 930px; 
		height: 109px; 
		padding: 10px 15px 0 15px;
		margin: 0 auto; 
		text-align: left;
		font-size: 90%;
		background: url(/images/footer_bg.jpg) bottom left no-repeat #fff; }

		#footer p { float: left; }
		
		#footer p.poweredby { float: right; }
		
			#footer p.poweredby a { margin: 0 0 0 15px; }


/*** CHANGEVIDEO FORM ***/
form#changeVideo { margin: 10px 0; }

	form#changeVideo fieldset { border: none; }


/*** POLL STYLES ***/
#content ul.graph { margin: 0; }


/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }