	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 950px;
	 }

body	{
	background: #fff url(img/bg.jpg) top left repeat-x;
	font: 14px/1.4 helvetica, arial, verdana, sans-serif;
	color: #222;
	margin: 0 0 15px 0;
	}
	
	/*	Typography	*/
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 950px;
	height: 109px;
	background: transparent url(img/greiner.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 18px;
	color: #156238;
	padding: 0;
	margin: 0 0 16px 0;
	}
	
h3	{
	background: #156238;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 12px 0;
	padding: 6px 0 6px 15px;
	width: 210px;
	}

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

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

em	{
	color: #999;
	}

hr	{
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dotted #9c9;
	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;
	}
	
li	{
	padding: 0 0 7px 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff url(img/shell.jpg) top left repeat-y;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#youarehere 	{
	background: transparent url(img/top.jpg) top left no-repeat;
	width: 870px;
	float: left;
	margin: 0;
	padding: 15px 40px;
	}
	
#sub	{
	width: 230px;
	float: left;
	padding: 5px 35px 20px 35px;
	}

#content 	{
	width: 579px;
	float: left;
	margin: 0;
	padding: 5px 35px 20px 35px;
	border-left: 1px dotted #9c9;
	}
	
#fullpage 	{
	width: 880px;
	float: left;
	margin: 0;
	padding: 20px 35px;
	}
	
#footer	{
	clear: both;
	background: #fff url(img/bottom.jpg) top left no-repeat;
	width: 950px;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	}

	/*	Main Navigation	*/

#menu	{
	width: 950px;
	height: 70px;
	margin: 0;
	padding: 0;
	}

#menu div	{
	float: left;
	}

#menu div a {
	display: block;
	padding: 0;
	border: 0;
 	color: #036;
	height: 70px;
	margin: 0;
	text-indent: -9999px;
	text-decoration: none;
	}
	
#menu div ul	{
	list-style: none;
	border-top: 0;
	border-right: 1px solid #156238;
	border-bottom: 1px solid #156238;
	border-left: 1px solid #156238;
	margin: -20px 0 0 0;
	padding: 0;
	width: 160px;
	position: absolute;
	background: #fff;
    z-index: 2;
	}	

#menu div li	{
	margin: 0;
	padding: 0;
	}	

#menu div li a:link	{
	padding: 5px;
	margin: 0;
	width: 150px;
	height: auto;
	color: #156238;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	background: #fff;
	text-indent: 0;
	}
	
#menu div li a:visited	{
	padding: 5px;
	margin: 0;
	width: 150px;
	height: auto;
	color: #363;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	background: #fff;
	text-indent: 0;
	}
	
#menu div li a:hover	{
	padding: 5px;
	margin: 0;
	width: 150px;
	height: auto;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	display: block;
	background: #156238;
	text-indent: 0;
	}
		
#spacer_left {background: transparent url(img/menu/left.jpg) top left no-repeat; width: 91px; height: 70px;}

#home a {background: transparent url(img/menu/home.gif) top left no-repeat; width: 95px;}
#home a:hover {background: transparent url(img/menu/home.gif) 0 -70px no-repeat;}

#services a {background: transparent url(img/menu/services.gif) top left no-repeat; width: 131px;}	
#services a:hover {background: transparent url(img/menu/services.gif) 0 -70px no-repeat;}

#about a {background: transparent url(img/menu/about.gif) top left no-repeat; width: 142px;}	
#about a:hover {background: transparent url(img/menu/about.gif) 0 -70px no-repeat;}

#testimonials a {background: transparent url(img/menu/testimonials.gif) top left no-repeat; width: 187px;}	
#testimonials a:hover {background: transparent url(img/menu/testimonials.gif) 0 -70px no-repeat;}

#faq a {background: transparent url(img/menu/faq.gif) top left no-repeat; width: 76px;}	
#faq a:hover {background: transparent url(img/menu/faq.gif) 0 -70px no-repeat;}

#links a {background: transparent url(img/menu/links.gif) top left no-repeat; width: 96px;}	
#links a:hover {background: transparent url(img/menu/links.gif) 0 -70px no-repeat;}
		
#spacer_right {background: transparent url(img/menu/right.jpg) top left no-repeat; width: 132px; height: 70px;}

	/*   Classes 	*/

.hide	{
	display: none;
	}

.none	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.nomargin	{
	margin: 0;
	padding: 0;
	}
	
.sm	{
	font-size: 10px;
	}
	
.header	{
	background: 036;
	color: #fff;
	font-weight: bold;
	}
	
	/*   Links 	*/

a:link	{
	color: #156238;
	font-weight: bold;
	}
	
a:visited	{
	color: #696;
	font-weight: bold;
	}
	
a:hover	{
	color: #000;
	font-weight: bold;
	}
