	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 990px;
	 }

body	{
	background: #333;
	font: 13px/1.5 helvetica, arial, verdana, sans-serif;
	color: #222;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 990px;
	height: 98px;
	background: transparent url(img/colonial.png) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 18px;
	color: #090;
	padding: 0;
	margin: 0 0 16px 0;
	font-weight: bold;
	}
	
h3	{
	font-size: 16px;
	color: #090;
	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;
	position: relative;
	}

#estimate	{
	width: 840px;
	height: 100px;
	display: block;	
	text-indent: -9999px;
	overflow: hidden;
	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-size: 14px;
	}
	
#footer	{
	clear: both;
	background: transparent url(img/footer.png) bottom left repeat-x;
	width: 950px;
	height: 68px;
	margin: 0;
	padding: 18px 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: 154px;}
#services	{left: 154px; width: 317px;}
#resources	{left: 471px; width: 318px;}
#contact	{left: 789px; width: 201px;}

#home a:hover {background: transparent url(img/menu.png) 0 -44px no-repeat;}
#services a:hover {background: transparent url(img/menu.png) -154px -44px no-repeat;}
#resources a:hover {background: transparent url(img/menu.png) -471px -44px no-repeat;}
#contact a:hover {background: transparent url(img/menu.png) -789px -44px no-repeat;}

	/*	Tabs	*/

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

#sub li a:link	{color: #090;}
#sub li a:hover {background: #090; color: #fff;}
	
	/*	Videos	*/

.css-panes div {
	display: none;
	width: 380px;
	height: 270px;
	padding: 15px;
	background: #063;
}

.skin2 div	{
	width: 370px;
	height: 270px;
	}

ul.css-tabs	{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 280px;
	height: 300px;
	overflow: auto;
	float: right;
	}
	
ul.css-tabs li	{
	width: 250px;
	padding: 0;
	margin: 0 0 1px 0;
	background: #e5e5e5;
	display: block;
	}
	
ul.css-tabs a	{
	padding: 20px;
	width: 210px;
	display: block;
	position:relative;
	outline: 0;
	}

ul.css-tabs a:hover	{background: #999; color: #fff;}
ul.css-tabs a.current	{background: #063; color: #fff;}
	
	/*	Network	*/
	
#social	{
	list-style: none;
	height: 30px;
	width: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 36px;
	right: 20px;
	}

#social li	{
	height: 30px;
	width: 30px;
	margin-right: 5px;
	padding: 0;
	float: left;
	}
	
#social li a	{
	display: block;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	text-decoration: none;
	}
	
#fb a {background: transparent url(img/fb.png) no-repeat;}
#social li a:hover	{background-position: 0 -30px;}

	/*   Links 	*/

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