/* CSS Document */

body{
	min-width: 975px;
	margin: 0px;
	background: #161616;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited{
	color: #999999;
	text-decoration: underline;
}
a:hover, a:active{
	color: #999999;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px 0px 5px 0px;
	color: #336699;
	font-weight: lighter;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 18px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
	color: #91835F;
}
h4{
	font-size: 13px;
	color: #91835F;
}
h5{
	font-size: 12px;
}
h6{
	font-size: 11px;
}

hr{
	height: 1px;
	background: #333333;
	border: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

#printerlogo{
	display: block;
}

p{
	margin: 2px 0px 5px 0px;
}

#bodyDiv{
	background: #000000;
	padding-bottom: 26px;
}

.contactForm{
	background: #ccffff; 
	border: 1px solid #aaaaaa; 
	width: 97%;
	padding: 2px;
}

#footerDiv{
	clear: both;
	width: 850px;
	margin: auto;
	background: url(/images/footer_top.png) no-repeat center top;
	padding: 10px;
	color: #999999;
	font-size: 10px;
}
#footerDiv p{
	margin: 0px 0px 5px 0px;
}
#footerDiv a{
	color: #999999;
	text-decoration: none;
}

#menuDiv{
	display: none;
}
#menuDiv.navImg {
	margin: 48px 10px 0px 10px;
}

#featuredDiv{
	display: none;
}


#nofeaturedDiv{
	display: none;
}

#topImage{
	display: none;	
}

#rssDiv{
	color: #333333;
	width: 328px;
	min-height: 100px;
	padding: 10px;
	background: url(/images/rssdiv_back.jpg) no-repeat top center #ffffff;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
}
#rssDiv a{
	color: #333333;	
}

#servicesDiv{
	color: #333333;
	width: 328px;
	min-height: 100px;
	padding: 10px;
	background: url(/assets/right_blank.jpg) top center no-repeat #ffffff;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
}
#servicesDiv a:link, a:visited{
	color: #666666;	
}

#servicesDiv a:hover, a:active{
	color: #333333;	
}


#servList{
	padding:	4px 0px 0px 20px;
	margin:		0px;
}
#servList li{
	padding-bottom:	2px;
	margin:		0px;
}

#social{
	float: right;
	text-align: right;
	margin-top: -20px;
}


/* Easy Slider */
	#slider{
		margin: auto;
		border: 1px solid #666666;
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		background: url(/images/div_background.jpg) repeat;
	}
	#slider img{
		margin: 10px;
		color: #666666; 
		border: 1px solid #666666;
	}
	#slider ul, #slider li{
		margin: 0;
		padding:0;
		list-style:none;
	}
	#slider, #slider li{ 
		/* define width and height of container element and list item (slide)
		   list items must be the same size as the slider area */ 
		width:764px;
		height:288px;
		overflow:hidden; 
	}
	span#prevBtn{
		top: 237px;
		position: absolute;
	}
	span#nextBtn{
		margin-left: 820px;
		top: 237px;
		position: absolute;
	}					
/* // Easy Slider */
