/* CSS Document */
/*****************************
*	Author: Nate Fineberg
*	March 12, 2009
******************************/


.testHeader {height: 90px; color: #ccc !important;}

body {
	height: 808px; 
	background: transparent url('../images/background_slice.jpg') repeat-x; 
	background-color: #030303; 
	margin: 0; 
	text-align: center; 
	font-family: Tahoma; 
	font-size: 12px; 
	color: #767676;
}

	#container {
		width: 900px;
		margin: 0 auto; 
		position: relative; 
		top: 0; 
		text-align: left;
	}
		#hero {height: 76px; background: transparent url('../images/hero2.jpg') top left no-repeat;}
	
	#portfolioContent{width: 867px; }
	
		.portfolioContentBackground {border: solid 1px #3399cc;}
		
		.header {font-size: 28px; color: #03596A;}
		
	#webDevelopmentPortfolio ul li {
		float: left;
		width: 200px;
		height: 200px;
		margin: 20px 40px 0 20px;;
		list-style-type: none;
	}
	
		#webDevelopmentPortfolio ul li a {
			display: block; 
			width: 200px; 
			height: 200px; 
			color: #27537A;
			padding-top: 160px;
			text-decoration: none;
			}
	
		/*IMAGE STYLES*/
		/*main content background image styles*/
		.emailIcon{height: 20px; width: 28px; background: transparent url('../images/email_icon.jpg') top left no-repeat;}
		
		/*web site images*/
		#sensibleShoe {background: transparent url(../images/sensibleShoethumb.jpg) top left no-repeat;}
		#wynnridge {background: transparent url(../images/wynnridgethumb.jpg) top left no-repeat;}
		#wynnmere {background: transparent url(../images/wynnmerethumb.jpg) top left no-repeat;}
		#dcfDevelopment {background: transparent url(../images/dcfthumb.jpg) top left no-repeat;}
		#deanDavisBuilders {background: transparent url(../images/davisthumb.jpg) top left no-repeat;}
		#dataMax {background: transparent url(../images/dataMaxthumb.jpg) top left no-repeat;}
		
		.pdfIcon {border: none;}
		.wordIcon {border: none; margin-left: 84px;}
		
		/*footer image styles*/
		
		#footer ul{margin-left: 20px;}
		#footer li{list-style-type: none;}
			#webDevelopmentFooterSection{float: left; width: 260px; height: 150px; border-right: solid 1px #070707; margin-top: 10px;}
			#resourcesFooterSection{float: left; width: 195px; height: 150px; border-left: solid 1px #2d2d2d; margin-top: 10px;}
			#contactFooterSection{float: left; text-align: center; width: 400px; margin: 20px 0 0 40px; }
				#contactFooterSection span {color: #3399cc;}
				#contactFooterSection li {width: 160px;}
				#footerLogo{float: left; width: 53px;height: 55px; background: transparent url(../images/logo_footer.jpg) top left no-repeat;}
	
	/* page styles */

/* Utility Classes */
.seoImage{text-indent: -900em; margin: 0px; padding: 0px;}
.clearfix{clear: both; height:0px; margin:0px; padding:0px;}

