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

html, body {
	text-align: center;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #444;
	background: #2e3b67; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #2e3b67;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #2e3b67; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


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

	/*** NAVIGATION ***/
	ul#nav { 
		width: 950px;
		height: 53px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 53px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 950px;
		float: left;
		text-align: left;
		background: #fff; }

		/*** INNER WRAPPER ***/
		#innerWrapper {
			margin: 10px 0 0 0;
			background: url(../images/content_bg.jpg) repeat-y;
			float: left; }
		
			/*** SIDEBAR ***/
			ul#sidebar {
				width: 255px;
				padding: 0 10px 0 11px;
				float: left;
				list-style: none; }
				
				ul#sidebar li,
				ul#sidebar li a {
					width: 255px;
					float: left; }
	
			/*** CONTENT ***/
			#content {
				width: 664px;
				padding: 0 10px 0 0;
				float: left; }
				
				#content li { margin: 0 0 0 20px; }
				
				#sponsors {
					width: 664px;
					height: 114px;
					float: left;
					background: url(../images/sponsors.jpg) top left no-repeat; }
			
					ul#sponsorList {
						width: 624px;
						float: left;
						margin: 40px 0 0 0;
						padding: 0 0 0 20px;
						height: 58px;
						list-style: none;
						text-align: center; }
						
						ul#sponsorList li {
							display: inline;
							margin: 0 20px; }
							
						ul#sponsorList img { height: 51px; }
		
	/*** FOOTER ***/
	#footer {
		width: 950px;
		height: 170px;
		text-align: left;
		float: left;
		padding: 20px 0 0 0;
		background: url(../images/footer_bg.jpg) top left no-repeat;
		text-shadow: 1px 1px 1px #000; }

			#footer p { 
				font-size: 10px;
				color: #fff; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: none;
					color: #fff; }
		
			#socialMedia {
				width: 260px;
				padding: 20px;
				height: 110px;
				float: left; }
				
				#socialMedia h6 {
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					padding: 0 0 10px 0;
					border-bottom: 1px dotted #fff;
					color: #fff; }

				ul#socialLinks {
					list-style: none;
					width: 260px;
					margin: 10px 0 0 0; }
						
						ul#socialLinks li {
							float: left;
							width: 120px;
							margin: 0 0 10px 0; }
							
							ul#socialLinks img {
								padding: 1px;
								border: 1px solid #fff; }
								
			#siteMap {
				width: 260px;
				padding: 20px;
				height: 110px;
				float: left; }

				#siteMap h6 {
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					padding: 0 0 10px 0;
					border-bottom: 1px dotted #fff;
					color: #fff; }
					
				ul#siteMapList {
					list-style: none;
					width: 260px;
					margin: 10px 0 0 0; }

						ul#siteMapList li {
							float: left;
							width: 120px;
							margin: 0 0 10px 0; }
		
			#copyright {
				width: 260px;
				padding: 20px;
				height: 110px;
				float: left; }

				#copyright h6 {
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					color: #fff;
					padding: 0 0 10px 0;
					border-bottom: 1px dotted #fff;
					margin: 0 0 10px 0; }
				
				p.poweredby a { margin: 0 20px 0 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; } /* SAFARI FIX */

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