/* CSS Document */
body {
    margin: 0;
	background: #030504; 
	font-family: tahoma; 
	font-size: 11px; 
	color: #8e8e8e 
}
p { 
    margin: 0 0 13px 0;
	letter-spacing: 1px; 
	line-height: 1.3em;
} 
h2 { 
    margin: 0 0 13px 0;
	letter-spacing: 1px; 
	line-height: 1.3em;
	font-weight: normal; 
	color: 8e8e8e;
	font-size: 11px
} 
    
a { 
   color: #c8c8c8; 
   text-decoration: none; 
   font-weight: bold; 
} 
a:hover { 
   color: #c8c8c8; 
   text-decoration: underline; 
   font-weight: bold; 
} 

/* footer */ 
#footer-stuff { 
    color: #47700b; 
	font-size: 10px; 
	letter-spacing: 1px; 
} 
#footer-stuff a{ 
    color: #47700b; 
	font-size: 10px; 
	letter-spacing: 1px;
	text-decoration: underline; 
} 
#footer-stuff a{ 
    color: #47700b; 
	font-size: 10px; 
	letter-spacing: 1px;
	text-decoration: hover; 
} 

/* footer-stuff2 */ 
#footer-stuff2 { 
    color: #5c5c5c; 
	font-size: 10px; 
	letter-spacing: 1px; 
} 
#footer-stuff2 a{ 
    color: #5c5c5c; 
	font-size: 10px; 
	letter-spacing: 1px;
	text-decoration: underline; 
} 
#footer-stuff2 a{ 
    color: #5c5c5c; 
	font-size: 10px; 
	letter-spacing: 1px;
	text-decoration: hover; 
} 


#serviceslist {
    font-weight: bold; 
	text-decoration: underline;   
}
#serviceslist ul {
    margin: 0; 
	padding: 0; 
	list-style: none;  
}
#serviceslist li {
    background: url(images/white_arrow.gif) no-repeat 0 50%;
	padding-left: 7px;
	margin: 0; 
	margin: 0;
	margin-bottom: 5px; 
}

#h1s h1 { 
    margin: 0 0 13px 0;
	letter-spacing: 1px; 
	line-height: 1.3em;
	font-weight: normal; 
	color: 8e8e8e;
	font-size: 11px
}  
#h1s { 
    margin: 10px 0 10px 0;
	text-align: center; 
	} 
	
#serviceslist2 ul {
    margin: 0; 
	padding: 0; 
	list-style: none;
	margin-bottom: 13px  
}
#serviceslist2 li {
    background: url(images/white_arrow.gif) no-repeat 0 50%;
	margin: 0; 

	padding-left: 7px;
	margin-left: 7px; 
	
	margin-bottom: 5px; 
}

form p { 
   line-height: 2em; 
} 

    

