/*  
CSS Code and Design copyright 2008 to Sullivan+Wolf Design. All Rights Reserved. 
Copying and/or re-using this code, its sub-code or derivatives without written permission is a violation of copyright law.
Visit us at SullivanandWolf.com
 */

a {
	font-size: 100%;

}
a.nolines:link, a.nolines:visited,a.nolines:hover  {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	text-decoration: none;
	color: #3c8d35;
		font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #3c8d35;
		font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
a:hover {
	text-decoration: none;
		color: #f8ad3a;
			font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;

}
a.sidenav:link {
	text-decoration: none;
	color: #000066;
	background-color: #dbf0da;
	display: block;
	width: 120px;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;

}
a.sidenav:visited {
	text-decoration: none;
	color: #000066;
	background-color: #dbf0da;
	display: block;
	width: 120px;
		font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;

}
a.sidenav:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2F6B2C;
		font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;

}


#toplinks{
background-image: url(../bg-topnav.png);
	background-repeat: repeat-x;
	height: 29px; width: auto; 
	margin: 0px; padding:0px; 
}
*html #toplinks{
	width: 257px;
	white-space:nowrap;
	overflow: hidden;
}

#toplinks a{	
	font-size: 11px;
	color: #006600;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 6px;
}


#mainnav{
	background-color: #14573e;
	background-image: url(../bg-mainnav.png);
	background-repeat: repeat-x;
	height: 35px;
	width: auto;
	padding-left: 24px;
	vertical-align: middle;
}
#mainnav a{
	font-size: .8em;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	float: left;
	padding-top: 6px;
	padding-bottom: 8px;
}
#mainnav a:hover{
	color: #FFCC00;
	background-color: #000000;
}

#footernav {
	float:right;
	font-size: .8em;
	margin-right: 24px;
}

#footernav a {
	text-decoration: none;
	font-size: .8em;
	color: #000000;
}

a.foot:link {
	text-decoration: none;
	color: #f8ad3a;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
a.foot:visited {
	text-decoration: none;
	color: #f8ad3a;
		font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
a.foot:hover {
	text-decoration: none;
		color: #3c8d35;
			font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
