@charset "utf-8";
/* CSS Document */

	body{
		margin: 0;
		background: #FFFFFF url(images/body_bg_x.jpg) top repeat-x;
	}
	
	#container{
		width: 921px;
		padding: 0px 9px;
		margin: 0px auto;
		background: url(images/container_bg_y.png) repeat-y;
	}
	
/*|||||  BEGIN HEADER |||||*/
	
		#header{
			width: 100%;
			height: 84px;
			position: relative;
			font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #FFFFFF;
		}
		
			#header .logo{
				width: 376px;
				height: 58px;
				display: block;
				border: 0;
				background: url(images/goodwill_logo.jpg) no-repeat;
				position: absolute;
				top: 10px;
				left: 10px;
			}
			
			.date{
				height: 25px;
				display: block;
				background: url(images/red_glare_bg.jpg) repeat-x;
				position: absolute;
				top: 0;
				right: 190px;
				padding: 0 6px;
				text-align: center;
				line-height: 25px;
			}
			
			.backlink{
				height: 25px;
				display: block;
				background: url(images/red_glare_bg.jpg) repeat-x;
				position: absolute;
				top: 0;
				right: 10px;
				padding: 0 6px;
				text-align: center;
				line-height: 25px;
			}
			
			.phone{
				color: #003366;
				font-size: 30px;
				position: absolute;
				top: 40px;
				right: 10px;
			}
			
/*|||||  END HEADER |||||*/
			
		#leaderboard{
			width: 921px;
			height: 223px;
			background: url(images/leaderboard.jpg) no-repeat;
		}
		

/*|||||  BEGIN NAVIGATION |||||*/	

		#navigation{
			margin: 0;
			padding: 0;
			width: 100%;
			height:43px;
			text-align:center;
			font: 14px Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			width:100%;
		}
		
			#navigation li{
				display:inline;
				list-style-image:none;
				list-style-position:outside;
				list-style-type:none;
			}
			
			#navigation li a{
				color:#FFFFFF;
				line-height: 43px;
				padding: 0 24px;
				font-weight:bold;
				text-decoration:none;
			}
			
			#navigation li a:hover{
				color: #00477f;
			}
			
/*|||||  END NAVIGATION |||||*/	
			
/*|||||  BEGIN MAIN CONTENT STRUCTURE |||||*/	
			
		#leftside{
			width: 580px;
			padding-left: 10px;
			float: left;
		}
		
		#rightside{
			width: 310px;
			padding-right: 10px;
			float: right;
		}
		
			#rightside .rss-box{
				font: 12px Verdana, Arial, Helvetica, sans-serif;
				color:#006699;
				letter-spacing: -.5px;
				margin-top: -30px;
			}
			
/*|||||  END MAIN CONTENT STRUCTURE |||||*/	
			
/*|||||  BEGIN MAIN TYPOGRAPHY |||||*/
		
		h1{
			width: 98%;
			padding: 0 1%;
			height: 29px;
			background: url(images/h1_bg.jpg) repeat-x;
			font: 16px Trebuchet MS, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #FFFFFF;
			line-height: 29px;
		}
		
		h2{
			font-size:20px;
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			color: #b20837;
		}
		
		h3{
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			color: #b20837;
		}
		
		a{
			color: #FF3366;
			font-weight: bold;
		}
		
		a:hover{
			color: #b20837;
		}
		
		p, ul, ol{
			font: 14px Verdana, Arial, Helvetica, sans-serif;
			color:#006699;
			letter-spacing: -.5px;
		}
		
		blockquote{
			background: #e9e9e9;
			width: 75%;
			margin: 0px auto;
			padding: 15px;
			border-left: 5px solid #d7d7d7;
		}
		
			blockquote p, blockquote ul, blockquote ol{
				color: #555555;
				font-style: italic;
			}
			
		.onpage {font-style:italic}
			
/*|||||  END MAIN TYPOGRAPHY |||||*/

/*|||||  BEGIN FOOTER |||||*/
			
	#container_bottom{
		width: 939px;
		height: 16px;
		margin: 0px auto;
		background: url(images/container_bottom.png) top no-repeat;
	}
	
	#footer{
		width: 900px;
		margin: 10px auto;
	}
	
		#footer .copyright{
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			font-weight:none;
			color:#333333;
			letter-spacing:-.1px;
			float:left;
			text-align:left;
		}
		
		#footer .navvy {
			font-family:Verdana, Helvetica, sans-serif;
			font-size:10px;
			font-weight:none;
			text-transform:uppercase;
			text-decoration:none;
			color:#003399;
			text-align:right;
		}
		
		#footer .navvy a{
			font-weight:bold;
			text-transform:uppercase;
			text-decoration:none;
			color:#003399;
		}
		
		#footer .navvy a:hover{
			text-decoration:underline;
		}
		
/*|||||  END FOOTER |||||*/
			
	.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%;
	}
