body {
	background-color: #666666;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

a:link {
	color: #D40000;
	text-decoration: none;
}
a:visited {
	color: #D40000;
	text-decoration: none;
}
a:hover {
	color: #D40000;
	text-decoration: underline;
}

a:active {
	color: #D40000;
	text-decoration: none;
}
#container {
	background-image: url(images/body_background.jpg);
	width:730px;
	margin: auto;
}
#topSpace {
	height: 30px;
}

#header {
	background-image: url(images/header_nav.jpg);
	height: 76px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

#nav{
	margin: 0 auto;
	list-style:none;
	height: 25px;
	padding-top: 51px;
	padding-left: 175px;
}

#nav span{
	display: none;
	
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
}

#nav a.home{
	height: 25px;
	width: 68px;
	background-image:url(images/home.gif)
}
#nav a.resources{
	height: 25px;
	width: 95px;
	background-image:url(images/resources.gif)
}

#nav a.about{
	height: 25px;
	width: 68px;
	background-image:url(images/about.gif)
}
#nav a.contact{
	height: 25px;
	width: 79px;
	background-image:url(images/contact.gif)
}
#nav a.services{
	height: 25px;
	width: 81px;
	background-image:url(images/services.gif)
}
#nav a.home:hover{
	height: 25px;
	width: 68px;
	background-image:url(images/home-hover.gif)
}
#nav a.services:hover{
	height: 25px;
	width: 81px;
	background-image:url(images/services-hover.gif)
}
#nav a.resources:hover{
	height: 25px;
	width: 95px;
	background-image:url(images/resources-hover.gif)
}

#nav a.about:hover{
	height: 25px;
	width: 68px;
	background-image:url(images/about-hover.gif)
}
#nav a.contact:hover{
	height: 25px;
	width: 79px;
	background-image:url(images/contact-hover.gif)
}
#nav a.homeSelected{
	height: 25px;
	width: 68px;
	background-image:url(images/home-hover.gif)
}
#nav a.servicesSelected{
	height: 25px;
	width: 81px;
	background-image:url(images/services-hover.gif)
}
#nav a.resourcesSelected{
	height: 25px;
	width: 95px;
	background-image:url(images/resources-hover.gif)
}

#nav a.aboutSelected{
	height: 25px;
	width: 68px;
	background-image:url(images/about-hover.gif)
}
#nav a.contactSelected{
	height: 25px;
	width: 79px;
	background-image:url(images/contact-hover.gif)
}
#content {
	height: 100%;
	width: 680px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	clear:both;
}
#serviceCost {
	width: 700px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
}
#focusfeature {
	width: 700px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
}
#dlmonth {
	width: 650px;
	margin: 0 auto;
	text-align: justify;
}

#dlmonth h3{
	margin: 0px;
	background-image: url(images/sectionback.gif);
	color: #FFFFFF;
	border-bottom: 2px solid #000;
	padding-left: 5px;

}
#dlmonth p{
	margin-top: 5px;
}

.body {
	width: 650px;
	text-align: justify;
	margin: 0 auto;
}

#iconDownload {
	width: 100px;
	float: right;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
}
#servicesCol1{
	width: 100%;
	min-height: 110px;
	background-color:#FFFFFF;
	background-image: url(images/repairs.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-position: -20px 0px;
	float: left;
	border-bottom: 1px solid #999;
}

/* for Internet Explorer */
/*\*/
* html #servicesCol1 { height: 110px} /**/

.servicespan {
	float: right;
	width: 500px;
}
#servicesCol2{
	width: 100%;
	min-height: 110px;
	background-color:#FFFFFF;
	background-image: url(images/training.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-position: -20px 50px;
	float: left;
	border-bottom: 1px solid #999;
}
#servicesCol3{
	width: 100%;
	min-height: 110px;
	background-color:#FFFFFF;
	background-image: url(images/consult.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-position: -20px 0px;
	float: left;
}

p.clearboth{
	clear:both;
}
