:-moz-any-link:focus {
  outline: none;
}


html{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #0a0e17 url(../images/pageBG.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 941px;
}

.clear{
	margin: 0px; padding: 0px;
	display: block;
	width: 1px; height: 1px;
	line-height: 1px; overflow: hidden;
	clear: both;
}

a{color: #1456b2; font-weight: bold;}

/* ************HEADER************** */
#logo{
	margin: 0px; padding: 0px;
	width: 255px;
	float: left;
}
	#logo a{
		display: block;
		width: 255px; height: 124px;
		background: url(../images/logo.jpg) 0px 0px no-repeat;
		text-indent: -5000px;
	}


#nav{
	float: left;
	width: 686px;
}
	#nav ul{
		list-style: none;
		clear: both;
		margin: 0px;
		padding: 0px;
	}

#nav ul.navTop{
	float: right;
	padding: 21px 0px 17px 0px;
}
	.navTop li{
		display: block;
		width: 100px;
		float: left;
		padding: 8px 0px 0px 21px;
	}
	.navTop li a{
		color: #ffffff;
		text-decoration: underline;
		font-weight: bold;
	}
	.navTop li.homeLink{background: url(../images/ico-home.gif) 0px 11px no-repeat;}
	.navTop li.contactLink{background: url(../images/ico-contact.gif) 0px 11px no-repeat;}
	
	.navTop li.contactNumberTop{
		text-align: center;
		width: 140px;
		color: #ffffff;
		font-weight: bold;
		font-size: 14px;
		padding: 0px 15px 0px 0px;
	}


.navMain li{float: left;}
.navMain li a{
	display: block;
	height: 54px;
	text-indent: -5000px;
}
	.navMain li.aboutLink a, .navMain li.aboutLink{background: #ffffff url(../images/navBG.jpg) 0px -70px no-repeat; width: 165px;}
	.navMain li.servicesLink a, .navMain li.servicesLink{background: #ffffff url(../images/navBG.jpg) -165px -70px no-repeat; width: 125px;}
	.navMain li.rsLink a, .navMain li.rsLink{background: #ffffff url(../images/navBG.jpg) -290px -70px no-repeat; width: 180px;}
	.navMain li.csLink a, .navMain li.csLink{background: #ffffff url(../images/navBG.jpg) -470px -70px no-repeat; width: 214px;}
	
#headImage{
	display: block;
	clear: both;
	width: 941px; height: 203px;
	text-indent: -5000px;
}

.headHome{background: url(../images/headImage1.jpg) 0px 0px no-repeat;}
.headCustomerService{background: url(../images/headImage2.jpg) 0px 0px no-repeat;}
.headServices{background: url(../images/headImage3.jpg) 0px 0px no-repeat;}
.headAbout{background: url(../images/headImage4.jpg) 0px 0px no-repeat;}
.headContact{background: url(../images/headImage5.jpg) 0px 0px no-repeat;}
.headRequestService{background: url(../images/headImage6.jpg) 0px 0px no-repeat;}

	
/* ************FOOTER************** */
#footer{
	background: url(../images/footerBG.jpg) 0px 0px no-repeat;
	height: 60px;
}
	#footer p{
		margin: 0px;
		padding: 0px;
		font-size: 11px;
		color: #ffffff;
		padding: 12px 20px;
	}
	
	.copyright{
		width: 210px;
		float: left;
	}
	.siteCredit{
		width: 200px;
		float: right;
		text-align: right;
	}
		.siteCredit a{
			text-decoration: underline;
			color: #ffffff;
		}