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

#mainNav {
	float: left;
	height: 20px;
}
#mainNav ul {
	list-style-type: none;
	margin: 0px;
	height: 20px;
	width: 650px;
	padding-left: 0px;
}
#mainNav li {
	float: left;
	margin-right: 40px;
	padding-top: 9px;
	height: 11px;
}
#mainNav a {
	text-decoration: none;
	color: #73849b;
}
#mainNav a:hover {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ea7125;
	height: 9px;
	padding-top: 6px;
}
#mainNav li.currentLink {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ea7125;
	height: 9px;
	padding-top: 6px;
}
#blog {
	float: right;
	padding-top: 6px;
	height: 14px;
	margin-left: 25px;
}
#blog a {
	color: #73849b;
	text-decoration: none;
}
#blog a:hover {
	color: #ea7125;
	text-decoration: none;
}
#blog img {
	margin-right: 10px;
}
#email {
	float: right;
	padding-top: 6px;
	height: 14px;
	margin-left: 25px;
}
#email a {
	color: #73849b;
	text-decoration: none;
}
#email a:hover {
	color: #ea7125;
	text-decoration: none;
}
#email img {
	margin-right: 10px;
}
#footer   ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}
#footer  li {
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#footer  li.navLast {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	padding-right: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
