	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 990px;
	 }

body	{
	background: #333;
	font: 12px/1.3 helvetica, arial, verdana, sans-serif;
	color: #222;
	margin: 0 0 15px 0;
	}
	
	/*	Typography	*/
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 990px;
	height: 98px;
	background: transparent url(img/colonial.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 18px;
	color: #363;
	padding: 0;
	margin: 0 0 16px 0;
	font-weight: bold;
	}
	
h3	{
	font-size: 16px;
	color: #363;
	font-weight: bold;
	margin: 0 0 15px 0;
	}

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

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

em	{
	color: #363;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #9c9;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: transparent;
	}
	
strong	{
	color: #000;
	}	
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 5px 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff url(img/shell.png) top left repeat-y;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#estimate	{
	width: 840px;
	height: 100px;
	display: block;	
	text-align: right;
	padding: 115px 50px 0 100px;
	}
	
#sub	{
	background: transparent;
	width: 230px;
	float: left;
	padding: 15px;
	}

#content 	{
	background: transparent;
	width: 680px;
	float: left;
	margin: 0;
	padding: 25px;
	}
	
#content img	{
	border: 1px solid #000;
	}
	
#fullpage 	{
	background: #fff;
	width: 960px;
	float: left;
	margin: 0;
	padding: 15px;
	font: 14px/1.4 helvetica, arial, verdana, sans-serif;
	}
	
#footer	{
	clear: both;
	background: transparent url(img/footer.png) bottom left no-repeat;
	width: 950px;
	height: 66px;
	margin: 0;
	padding: 20px 20px 0 20px;
	text-align: center;
	}

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

#globalnav #menu	{
	height: 44px;
	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: 44px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 0; width: 160px;}
#services	{left: 161px; width: 176px;}
#resources	{left: 337px; width: 195px;}
#contact	{left: 532px; width: 186px;}
#login	{left: 717px; width: 273px;}

#home a:hover {background: transparent url(img/menu.png) 0px -44px no-repeat;}
#services a:hover {background: transparent url(img/menu.png) -161px -44px no-repeat;}
#resources a:hover {background: transparent url(img/menu.png) -337px -44px no-repeat;}
#contact a:hover {background: transparent url(img/menu.png) -532px -44px no-repeat;}
#login a:hover {background: transparent url(img/menu.png) -717px -44px no-repeat;}

	/*	Tabs	*/

#tabs ul	{
	padding: 0 0 0 15px;
	margin: 0;
	width: 200px;
	list-style: none;
	}
	
#tabs li	{
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	}
	       
#tabs li a {
	display: block;
	padding: 8px 10px;
	border: 0;
	text-decoration: none;
	color: #363;
	width: 180px;
	}

#tabs li a:hover {
	display: block;
	padding: 8px 10px;
	border: 0;
	background: #363;
	color: #fff;
	width: 180px;
	text-decoration: none;
	} 
	
	/*   Links 	*/

a:link	{
	color: #000;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #630;
	font-weight: bold;
	text-decoration: none;
	}
