@charset "UTF-8";

html {
	 background: #e1dfdb url(images/main_bg.gif) repeat-x;
	 font-family: Helvetica, Arial, sans-serif;
}

body {
	 background: url(images/footer_bg.gif) bottom repeat-x;
	 margin: 0;
	 padding: 0;
}

div#wrapper {
	 background: url(images/logo.jpg) top left no-repeat;
	 width: 835px;
	 margin: 0;
}

div#utilities {
	color:#FFF;
	font-size: 12px;
	height: 66px;
	line-height: 66px;
	text-align: right;
}


	div#utilities a:link, div#utilities a:visited {
		color: #FFF;
		text-decoration: none;
	}
	
		div#utilities a:hover, div#utilities a:active {
			color: #FFF;
		}

div#content {
	color: #555;
	font-size: 14px;
	line-height: 18px;
	margin: 30px 0 0 200px;
}

	div#content h1 {
		color:#118F22;
		font-size:18px;
		font-weight:600;
		line-height:20px;
	}

	div#content h2 {
		color:#118F22;
		font-size:16px;
		font-weight:600;
		line-height:18px;
	}

	div#content hr {
		background: url(images/hr_bg.gif) repeat-x;	
		border: 0;
		height: 2px;
		margin: 20px 0;
	}

	div#content a:link, div#content a:visited {
		color: #3399cc;
		font-weight: 900;
		text-decoration: none;
	}

	div#content a:hover, div#content a:active {
		text-decoration: underline;
	}

	div#content a.workThumb {
		background: #FFF;
		border: #CCC 1px solid;
		display: block;
		width: 630px;
		height: 295px;
		margin: 0;
		padding: 0;
	}
	
		div#content a#thumb1:link, div#content a#thumb1:visited {
			background: url(images/foveo.jpg) center top no-repeat;	
		}
		
			div#content a#thumb1:hover, div#content a#thumb1:active, div#content a#thumb1.hover {
				background: url(images/foveoHover.jpg) center top no-repeat;	
			}
			
		div#content a#thumb2:link, div#content a#thumb2:visited {
			background: url(images/texas.jpg) center top no-repeat;	
		}
		
			div#content a#thumb2:hover, div#content a#thumb2:active, div#content a#thumb2.hover {
				background: url(images/texasHover.jpg) center top no-repeat;	
			}
			
		div#content a#thumb3:link, div#content a#thumb3:visited {
			background: url(images/newyork.jpg) center top no-repeat;	
		}
		
			div#content a#thumb3:hover, div#content a#thumb3:active, div#content a#thumb3.hover {
				background: url(images/newyorkHover.jpg) center top no-repeat;	
			}
			
		div#content a#thumb4:link, div#content a#thumb4:visited {
			background: url(images/practice.jpg) center top no-repeat;	
		}
		
			div#content a#thumb4:hover, div#content a#thumb4:active, div#content a#thumb4.hover {
				background: url(images/practiceHover.jpg) center top no-repeat;	
			}
			
		div#content a#thumb5:link, div#content a#thumb5:visited {
			background: url(images/bento.jpg) center top no-repeat;	
		}
		
			div#content a#thumb5:hover, div#content a#thumb5:active, div#content a#thumb5.hover {
				background: url(images/bentoHover.jpg) center top no-repeat;	
			}
			
		
	
	div#content div.work p {
		margin-bottom: 30px;	
	}

div#footer {
	color: #999;
	font-size: 12px;
	margin: 75px 0 0 200px;
	padding: 0;
	height: 95px;
}

div#footer a:link, div#footer a:visited {
	color: #999;	
	font-weight: 900;
	text-decoration: none;
}

	div#footer a:hover, div#footer a:active {
		text-decoration: underline;
	}

	div#footer span#copyright {float: right;}
