@charset "utf-8";
/* CSS Document - Navigation side bar */
#mainNav ul{
	padding: 0;
	float: left;
	width: 174px;
	list-style: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border:none;
	}
#mainNav a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	border:none;
	background-image: url(../images/Buttons/bg_3way_orange.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
	}
#mainNav a:hover {
	font-weight: bold;
	color:#930c08;
	background-image: url(../images/Buttons/bg_3way_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	}
#footer {
	clear: both;
	line-height: 3em;
	vertical-align:middle;
	margin-top: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6ECAE;
	border-bottom-color: #D6ECAE;
	height: 1%;
	overflow: hidden;
	float: left;
	width: 99%;
}

#footer span {
	display: inline;
	float: right;
}

#footer img {
	float:right;
	border:none;
	vertical-align: middle;
	padding-right: 10px;
	display: inline;
	padding-top: 8px;
	}
#footer p {
	vertical-align: middle;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}

/** very specific selectors that apply only to a link with, say, an ID of contactLink that's also inside a body tag with an ID of contact **/
body#home a#homeLink, body#about a#aboutLink, body#standards a#standardsLink, body#contact a#contactLink {
	font-weight: bold;
	color:#930c08;
	background-image: url(../images/Buttons/bg_3way_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px -72px;
	}
