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

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #444;
	background: url(../images/bg.jpg) top left repeat-x #356695; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #2f5e87;
		margin: 0 0 9px 0; }
	
	a:link, a:visited { color: #333; }
	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: 974px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 974px;
		height: 206px;
		float: left; }
		
	/*** NAVIGATION ***/
	ul#nav { 
		width: 974px;
		height: 54px;
		margin: 0 auto;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 54px; }

	/*** TOP SPACER ***/
	#topSpacer {
		width: 974px;
		height: 29px;
		float: left; }
		
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 974px;
		min-height: 400px;
		height: auto !important;
		float: left;
		background: url(../images/bottom_bg.jpg) bottom left no-repeat #fff; }
		
		/*** TOP BAR ***/
		ul#topBar { 
			width: 974px;
			height: 59px;
			margin: 0 auto;
			float: left;
			list-style: none; }
			
			ul#topBar li { 
				float: left;
				margin: 0 0 0 10px; 
				height: 59px; }
		
		/*** CONTENT ***/
		#content {
			text-align: justify;
			width: 658px;
			margin: 9px 0 40px 9px;
			float: left; }
			
		/*** CONTENT ***/
		#innerContent {
			text-align: justify;
			width: 956px;
			margin: 9px 9px 40px 9px;
			float: left; }
		
		/*** SIDEBAR ***/
		ul#sidebar { 
			width: 289px;
			height: 128px;
			margin: 9px 9px 9px 9px;
			list-style: none;
			float: left; }
			
			ul#sidebar li { 
				float: left; 
				height: 129px; }
				
		/*** SHIM ***/
		#shim {
			width: 956px;
			height: 10px;
			display: block; }
		
	/*** FOOTER ***/
	#footer {
		width: 974px;
		text-align: left;
		float: left;
		margin: 10px auto 0 auto;
		padding: 0 0 8px 0; }
		
			#footer a:link,
			#footer a:visited { 
				text-decoration: none; 
				color: #7e7e7e; }

			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 0 0 0 10px; }
				
				#footer a:link{text-decoration:underline; color:#FFFFFF; }
				#footer a:hover{text-decoration:underline; color:#FFFFFF; }
				#footer a:visited{text-decoration:underline; color:#FFFFFF; }


			#footer p.poweredby { 
				float: right;
				margin: 12px 10px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }		
		
	
	
	/*** FORM STYLES ***/
	form {}
	
		form fieldset { border: none; }
		
			form fieldset ol,
			form fieldset ul { list-style: none; }
			
		form input,
		form select,
		form textarea,
		form button { 
			font-size: 11px;
			font-family: "Trebuchet MS", verdana, arial, sans-serif; }		

	/*** DISTRICT FIXES ***/
	#district1 {
		width: 150px; }
		
	#district2 {
		width: 150px; }
		
	#district3 {
		width: 400px; }
			

/*** 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 */