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

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	color: #535353;
	background: url(../images/bg.jpg) top center no-repeat #02245c; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #163b71;
		margin: 10px 0 10px 0; }
		
	h2 { 
		font-size: 14px; 
		font-weight: bold;
		color: #163b71;
		margin: 10px;
		text-transform: uppercase; }
		
	h3 {
		font-size: 11px;
		font-weight: bold;
		color: #163b71;
		margin: 10px 0 0 0;
		text-transform: uppercase; }
	
	a:link, a:visited, a:hover { color: #163b71; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	img, div, input { behavior: url("/iepngfix.htc") }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 960px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 960px;
		height: 184px;
		float: left; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 960px;
		height: 85px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 85px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 960px;
		min-height: 500px;
		float: left;
		background: #fff;
		text-align: justify; }
	
		/*** SIDEBAR ***/
		#sidebar {
			width: 186px;
			min-height: 491px;
			margin: 5px;
			float: left;
			background: url(../images/sidebar_bg.jpg) top left no-repeat; }
			
			/*** SIDE NAV ***/
			ul#sideNav {
				list-style: none;
				float: left; }
				
				ul#sideNav li {
					height: 8px;
					line-height: 8px;
					margin: 0 0 7px 10px;
					padding: 0 0 0 10px;
					background: url(../images/icon_bullet.gif) top left no-repeat; }
					
					ul#sideNav li a {
						text-decoration: none; }
						
					ul#sideNav li a:hover {
						color: #163b71;
						text-decoration: underline; }

					ul#sideNav li a:visited {
						color: #163b71; }
		
			/*** COMMUNITY CALENDAR ***/
			#communityCalendar {
				float: left;
				width: 176px;
				padding: 125px 5px 0 5px;
				margin: 5px;
				background: url(../images/communityCalendar.jpg) top left no-repeat; }
				
				#communityCalendar h2 {
					margin: 0; }
					
				#communityCalendar p {
					margin: 10px 0 0 0;
					width: 166px; }
					
					#communityCalendar a {
						color: #163b71;
						text-decoration: none; }
						
					#communityCalendar a:hover {
						color: #163b71;
						text-decoration: underline; }
					
					#communityCalendar p span {
						text-transform: uppercase;
						color: #303030; }

		/*** CONTENT ***/
		#content {
			width: 558px;
			min-height: 300px;
			margin: 5px 0 0 0;
			padding: 230px 5px 0 5px;
			float: left;
			background: url(../images/content_bg.jpg) top left no-repeat; }
			
			/*** CONTENT BASE ***/
			#contentBase {
				width: 558px;
				height: 75px;
				float: left; }
			
		/*** RIGHT SIDEBAR ***/
		#rightSidebar {
			width: 186px;
			min-height: 491px;
			margin: 5px 0 0 5px;
			float: left;
			background: url(../images/sidebar_bg.jpg) top left no-repeat; }	
			
			/*** VIDEO ***/
			#video {
				width: 176px;
				height: 153px;
				float: left;
				margin: 5px; }
		
			/*** BUTTONS ***/
			ul#buttons {
				width: 176px;
				margin: 5px;
				list-style: none; }
				
			/*** TWITTER ***/
			#twitter {
				width: 176px;
				margin: 5px;
				float: left;
				text-align: left;
				font-size: 10px;
				padding: 5px; }
				
				ul#twitter_update_list {
					list-style: none; }
					
					ul#twitter_update_list li {
						margin: 0 0 10px 0; }
					
					ul#twitter_update_list a:link, ul#twitter_update_list a:visited, ul#twitter_update_list a:hover {
						color: #333; }	
	
	
	/*** BLOG LINK OVERRIDES ***/
	.postmetadata a:link {
		color: #163b71;
		text-decoration: none; }
		
		ul#sideNav li a:hover {
			color: #163b71;
			text-decoration: underline; }
			
			.postmetadata a:visited {
				color: #163b71; }
	
	.post h3 {
		color: #163b71;
		font-size: 14px;
		padding: 0 0 5px 0; }

	.post a:hover {
		color: #163b71; }
	
	.post a:visited {
		color: #163b71; }

	.post a: link {
		color: #163b71; }
		
	
	/*** FOOTER ***/
	#footer {
		width: 960px;
		height: 113px;
		background: url(../images/footer_bg.jpg) top left no-repeat;
		text-align: left;
		float: left;
		margin: 0 auto;
		padding: 0 0 8px 0; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 40px 0 0 10px; }
				
				#footer a:link, a:hover, a:visited {
					text-decoration: underline;
					color: #fff; }


			#footer p.poweredby { 
				float: right;
				margin: 40px 10px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }


			

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

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */