/* CSS Document */

body,td,th {
	font-family: Tahoma, Trebuchet MS, Verdana, sans-serif, Arial;
	font-size: 11px;
	color: #00467D;
	line-height:16px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0072BC;
	text-decoration:underline;
}
a:visited {
	color: #0072BC;
	text-decoration:underline;
}
a:hover {
	color: #00467D;
	text-decoration:none;
}
a:active {
	color: #0072BC;
	text-decoration:none;
}
hr {
	clear: both;
	border: 0; 
	height: 1px; 
	background: #B1B3B6; 
		color: #B1B3B6;
	margin: 10px 0;
	_margin: 0 0 8px 0;
	}

/* TEN POINT GREY TEXT AND LINKS */
.tenptgrey {
	color: #B1B3B6;
	font-size: 10px;
}
a.tenptgrey:link {
	color: #B1B3B6;
	text-decoration: underline;
}
a.tenptgrey:visited {
	text-decoration: underline;
	color: #B1B3B6;
}
a.tenptgrey:hover {
	text-decoration: none;
	color: #000000;
}
a.tenptgrey:active {
	text-decoration: underline;
	color: #B1B3B6;
}

/* TEN POINT WHITE TEXT AND LINKS */
.tenptwhite {
	color: #FFFFFF;
	font-size: 10px;
}
a.tenptwhite:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.tenptwhite:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.tenptwhite:hover {
	text-decoration: none;
	color: #00467D;
}
a.tenptwhite:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* TEN POINT BLACK TEXT AND LINKS */
.tenptblack {
	color: #000000;
	font-size: 10px;
}
a.tenptblack:link {
	color: #000000;
	text-decoration: underline;
}
a.tenptblack:visited {
	text-decoration: underline;
	color: #000000;
}
a.tenptblack:hover {
	text-decoration: none;
	color: #000000;
}
a.tenptblack:active {
	text-decoration: underline;
	color: #000000;
}

/* FORM STYLES */
input {
color: #00467D;
background: #ffffff;
border: 1px solid #0072BC;
}
textarea {
color: #00467D;
background: #ffffff;
border: 1px solid #0072BC;
}
.submit input {
color: #ffffff;
background: #00467D;
border: 1px solid #0072BC;
}
.requiredfield {
	color: #FF9900;
	font-weight: bold;
}

/* MAIN NAV MENU ROLLOVERS */
#navone a {
	display:block;
	width:64px;
	height:42px;
	background: url("../images/nav/1-home.gif") 0 0 no-repeat;
}
#navone a:hover {
	background-position: -128px 0;
}
#navoneactive a {
	display:block;
	width:64px;
	height:42px;
	background: url("../images/nav/1-home.gif") -64px 0 no-repeat;
}
#navoneactive a:hover {
	background-position: -128px 0;
}
#navtwo a {
	display:block;
	width:67px;
	height:42px;
	background: url("../images/nav/2-dm.gif") 0 0 no-repeat;
}
#navtwo a:hover {
	background-position: -134px 0;
}
#navtwoactive a {
	display:block;
	width:67px;
	height:42px;
	background: url("../images/nav/2-dm.gif") -67px 0 no-repeat;
}
#navtwoactive a:hover {
	background-position: -134px 0;
}
#navthree a {
	display:block;
	width:87px;
	height:42px;
	background: url("../images/nav/3-work.gif") 0 0 no-repeat;
}
#navthree a:hover {
	background-position: -174px 0;
}
#navthreeactive a {
	display:block;
	width:87px;
	height:42px;
	background: url("../images/nav/3-work.gif") -87px 0 no-repeat;
}
#navthreeactive a:hover {
	background-position: -174px 0;
}
#navfour a {
	display:block;
	width:105px;
	height:42px;
	background: url("../images/nav/templ.gif") 0 0 no-repeat;
}
#navfour a:hover {
	background-position: -210px 0;
}
#navfouractive a {
	display:block;
	width:105px;
	height:42px;
	background: url("../images/nav/templ.gif") -105px 0 no-repeat;
}
#navfouractive a:hover {
	background-position: -210px 0;
}
#navfive a {
	display:block;
	width:92px;
	height:42px;
	background: url("../images/nav/5-contact.gif") 0 0 no-repeat;
}
#navfive a:hover {
	background-position: -184px 0;
}
#navfiveactive a {
	display:block;
	width:92px;
	height:42px;
	background: url("../images/nav/5-contact.gif") -92px 0 no-repeat;
}
#navfiveactive a:hover {
	background-position: -184px 0;
}

