/*----- CONTACT: subNav ----------------*/

table.subNavBorder1 {
border-width: 1px;
border-style: solid;
border-color: #ED8E48 #E04900 #E04900 #ED8E48;
color: #005679;
}

table.activeItem1 {
background-color: #ED8030;
color: #005679;
border-width: 1px;
border-style: solid; 
border-color: #E04900;
font-weight: bold;
}

table.activeItem2 {
background-color: #ED8030;
color: #005679;
border-width: 1px;
border-style: solid;
border-color: #ED8E48 #E04900 #E04900 #E04900;
font-weight: bold;
}
/*footer on home page (links)*/
#footer {
	width: 780px;
    background-color: #91B2BF;
	clear: both !important;
	margin: 0 auto !important;
}
#footer ul {
	padding: 10px 5px;
	margin: 0;
	list-style: none;
	text-align: center;
}
#footer ul li {
	display: inline;
	color: #777777;
}
#footer ul li a {
	font: 10px/20px Arial, Helvetica, sans-serif;
	color: #777777;
	text-transform: capitalize;
	text-decoration: underline;
}
#footer ul li a:hover {
	text-decoration: none;
}
/*footer on home page end*/