/*  
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:link {
	text-decoration: none;
	color: #0000CC;
}
#content p a:link {
	text-decoration: none;
	color: #0000CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}

#content p a:hover {
	text-decoration: none;
	color: #339900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}

#content h3 a:link {
	text-decoration: none;
	color: #0000CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}

#content h3 a:visited {
	text-decoration: none;
	color: #0000CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}

#content h3 a:hover {
	text-decoration: none;
	color: #339900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}

a:visited {
	text-decoration: none;
	color: #0000cc		;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}

#topnav {
	color: #FFFFFF;
	margin-right: 8px;
	float: right;
	margin-top: 68px;
}
#topnav a {
	color: #FFFFFF;
	vertical-align: bottom;
	text-decoration: none;
	margin-right: 10px;
	font-size: .8em;
	font-weight: bold;
}

#sidenav a{
	height: auto;
	width: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 1px;
	float:left;
	padding-left: 13%;
	font-size: 90%;	
}
*html #sidenav a{
	width: 80%; font-size: 90%;
}
#sidenav a:hover{
	color: #FFFFFF;
	background-color: #666666;
}
#sidenav a.leveltwo{
	background-color: #e3e3e3; width: 70%; padding-left: 20%;
}
#sidenav a.leveltwo:hover{ color: #FF9900;}

#mainnav{ margin: 0px;
	background-color: #333333 !important;
	height: 31px;
	width: 100%;
	vertical-align: middle;
	background-image: url(../bg-mainnav.png);
	background-repeat: repeat-x;
	background-position: center center;
		float: left;
}
#mainnav a{
	font-size: 1.0em;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	font-weight:bold;

	float: left;
	padding-top: 6px;
	padding-bottom: 2px;
}
#mainnav a:hover, #topnav a:hover{
	color: #f89829;
}
#mainnav a.down{
	color: #f89829;
}


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

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



