/* CSS Document */

/* ---------- TOP NAVIGATION ---------- */

.side-nav {
	float: left;
	width: 200px;
}

.side-nav li {
	clear: left;
	list-style-type: none;
}

.side-nav a {
	float: left;
	width: 185px;
	height: 24px;
	list-style-type: none;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 8px 0px 0px 15px;
	text-align: left;
	border-bottom: 1px solid #626262;
	background:
		#4F4F4F;
}

.side-nav a:hover {
	background:
		url(../graphics/csslayout/navigation-over.gif)
		no-repeat;
}

/* ---------- CONTACT LINKS ---------- */

.contact-links a {
	list-style-type: none;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #3B3B3B;
	text-decoration: none;
}

.contact-links a:hover {
	color: #1446A8;
}

/* ---------- BODY LINKS ---------- */

.body-links {
	float: left;
}

.body-links ul {
	list-style-type: none;
	margin-bottom: 25px;
}

.body-links ol {
	list-style-type: none;
	margin-bottom: 25px;
}

.body-links li {
	list-style-type: square;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #383838;
	text-align: left;
	text-decoration: none;
	margin: 10px 0px 0px 35px;
}

.body-links a {
	list-style-type: none;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #1446A8;
	text-decoration: none;
}

.body-links a:hover {
	color: #588191;
}

/* ---------- FOOTER NAVIGATION ---------- */

.footer-links a {
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #697D86;
	text-decoration: none;
}

.footer-links a:hover {
	color: #000000;
}

.footer-links li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

.footer-links li a {
	list-style-type: none;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #697D86;
	text-align: left;
	padding: 0px;
}

.footer-links li a:hover {
	color: #42565F;
}


/* ---------- OTHER LINKS ---------- */

.confirmation a {
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #1446A8;
	text-decoration: none;
}

.confirmation a:hover {
	color: #588191;
}
