	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 990px;
	 }

body	{
	background: #000 url(img/bg.png);
	font: 12px/1.4 arial, helvetica, verdana, sans-serif;
	color: #333;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 990px;
	height: 146px;
	background: transparent url(img/stevens.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 18px;
	color: #393;
	padding: 0;
	margin: 0 0 14px 0;
	}

h4	{
	font-size: 14px;
	color: #936;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #936;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: #fff;
	}
	
strong	{
	color: #000;
	}	
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: transparent url(img/shell.png) top left repeat-y;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	}
	
#content 	{
	background: transparent url(img/bg-content.jpg) top left no-repeat;
	width: 870px;
	float: left;
	margin: 0;
	padding: 20px 60px;
	}
	
#content li	{
	margin: 0 0 10px 0;
	}
	
#footer	{
	background: transparent url(img/footer.png) bottom left no-repeat;
	width: 970px;
	height: 34px;
	padding: 30px 0 0 20px;
	margin: 0 auto;
	clear: both;
	}

	/*	Main Navigation	*/
	
#globalnav	{
	height: 40px;
	width: 990px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	height: 40px;
	width: 990px;
	background: transparent url(img/menu.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#menu li, #menu a {
	height: 40px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 30px; width: 88px;}
#services	{left: 140px; width: 140px;}
#projects	{left: 308px; width: 258px;}
#contact	{left: 597px; width: 366px;}

#home a:hover {background: transparent url(img/menu.png) -30px -40px no-repeat;}
#services a:hover {background: transparent url(img/menu.png) -140px -40px no-repeat;}
#projects a:hover {background: transparent url(img/menu.png) -308px -40px no-repeat;}
#contact a:hover {background: transparent url(img/menu.png) -597px -40px no-repeat;}

	/*   Extra Formatting 	*/

.box	{
	margin: 15px;
	width: 250px;
	padding: 10px;
	border: 1px solid #393;
	background: #cfc url(img/bg-box.png) top left repeat-y;
	}
	
.nomargin	{
	padding: 0;
	margin: 0;
	}

.header	{
	color: #fff;
	background: #036;
	}
	
	/*   Links 	*/

a:link	{
	color: #000;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #393;
	font-weight: bold;
	text-decoration: none;
	}
	
	/* Shameless Plug	*/

.invisible	{
	display:block;
	width: 113px; height: 30px;
	text-indent: -9000px;
	background: transparent;
	overflow: hidden;
	float: right;
	margin: 0 8px 0 0;
	}
	