@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(images/site-bg.gif);
	background-repeat: repeat-x;
	background-color: #b5d7e9;
}


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



#maintable {
	background-image: url(images/maintable-bg.gif);
	background-repeat: repeat-y;
	}


#sidenav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 25px;
	
}
#sidenav a {
	padding-left: 28px;
	padding-right: 3px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 145px;
	padding-top: 8px;
	padding-bottom: 8px;	
}
#sidenav a:hover {
	background-image: url(images/nav-on-bg.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	background-position: left;
	
	
}
.activeNav {
	background-image: url(images/nav/nav-on-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}
#sidenav li {
	margin: 0px;
	color: #FFFFFF;
	padding: 0px;
	line-height: 16px;
	list-style-type: none;

}
#sidenav ul {
	margin-top: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#sidesubnav {
	color: #FFFFFF;
	background-color: #000000;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 7px;
}
#sidesubnav p {
	margin: 0px;
}
#sidesubnav a {
	color: #FFFFFF;
	text-decoration: none;
	width: 145px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	padding-left: 30px;
	display: block;
	line-height: 14px;
	
}

#sidesubnav a:hover {
	background-image: url(images/sidesubnavarrow.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	text-decoration: underline;
}

#subnav a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 91px;
	text-align: center;
	display: block;
	background-image: url(images/subnav_bg.gif);
	background-repeat: repeat-x;
	padding-top: 23px;
	padding-bottom: 24px;
	background-position: top;
	
}


#feature1 {
	background-image: url(images/feat-services.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 120px;
	padding-right: 20px;
	color: #2a6787;
	line-height: 16px;
	}
	
#feature2 {
	background-image: url(images/feat-qualified.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 120px;
	padding-right: 20px;
	color: #2a6787;
	line-height: 16px;
	}

.homecontent {
	font-size: 12px;
	padding-top: 25px;
	padding-left: 32px;
	padding-right: 25px;
	line-height: 16px;
	}

.sitecontent {
	font-size: 12px;
	}

	
.rightcolumn {
	width: 145px;
	font-size: 11px;
	color: #2a6787;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 15px;
	}
	
.footer {
 	font-size: 11px;
	color: #333333;
	line-height: 14px;
	padding-left: 28px;
	}
	
.copyright {
 	font-size: 11px;
	color: #333333;
	line-height: 14px;
	padding-right: 28px;
	}
	














