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

#content li { margin-left: 20px; }

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


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


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

	/*** NAVIGATION ***/
	ul#nav { 
		width: 1000px;
		height: 45px;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 45px;
			position: relative; }
			
			/*** SECOND LEVEL ***/
			ul#nav li ul {
				position : absolute;
				left: -999em;
				width: 140px;
				margin: 9px 0 0 0;
				list-style: none;
				font-size: 11px;
				font-weight: normal;
				text-align: left;
				background: #4898b9;
				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: 36px;
				left: 0;
				margin-left: 0; }
		
				ul#nav li li {
					width: 120px;
					height: auto;
					padding: 5px 10px;
					border-top: 1px solid #aacddd;
					border-bottom: 1px solid #257393;
					line-height: normal;
					text-transform: none;
					z-index: 999; }
					
					ul#nav li ul li a:link, 
					ul#nav li ul li a:visited {
						width: 140px;
						height: auto;
						margin: 0;
						color: #fff;
						text-decoration: none; }
						
					ul#nav li ul li:hover {
						background: #57c0de; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 994px;
		min-height: 400px;
		float: left;
		background: #fff;
		border-left: 3px solid #ccc;
		border-right: 3px solid #ccc;
		text-align: left;
		line-height: 18px; }

		#homeWrapper {
			width: 994px;
			min-height: 50px;
			float: left;
			color: #fff;
			text-align: left;
			line-height: 18px; }
	
		/*** CONTENT ***/
		#content {
			width: 856px;
			min-height: 400px;
			float: left;
			margin: 33px 69px 0; }
		

		/*** BUTTONS ***/
		ul#buttons {
			width: 885px;
			height: 195px;
			float: left;
			list-style: none;
			margin: 13px 0 0 73px; }
			
			ul#buttons li {
				width: 264px;
				height: 195px;
				float: left;
				margin: 0 31px 0 0; }
		
	/*** FOOTER ***/
	#footer {
		width: 100%;
		height: 149px;
		text-align: left;
		line-height: 18px;
		float: left;
		margin: 0 auto;
		background: url(../images/footer_bg.jpg) top center no-repeat; }
		
			#footer p { 
				font-size: 12px;
				color: #444;
				margin: 78px 0 0 21px; }
				
				#footer p:first-line {
					color: #3399cc; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: none;
					color: #3399cc;
					margin: 0 10px 0 0; }
					
					#footer p a.bookmark {
						margin: 0 0 0 10px; }	


	/*** LANDING FOOTER ***/
	#landingfooter {
		width: 100%;
		height: 258px;
		text-align: left;
		line-height: 18px;
		text-shadow: #000 1px 1px 2px;
		float: left;
		margin: 0 auto;
		background: url(../images/splashFooter_bg.jpg) top center no-repeat; }
		
			#landingfooter p { 
				font-size: 12px;
				color: #eee;
				margin: 187px 0 0 21px; }
				
				#landingfooter p:first-line {
					color: #3399cc; }
				
				#landingfooter a:link, #landingfooter a:hover, #landingfooter a:visited {
					text-decoration: none;
					color: #3399cc;
					margin: 0 10px 0 0; }
					
					#landingfooter p a.bookmark {
						margin: 0 0 0 10px; }	
						
		#redcow {
			float: right;
			margin: 35px 12px 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 */