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


/**** footer nav **********/
#footer {
	clear:both;
	width: 993px;
	height: 67px;
	margin: 0px auto;
	background:url(../images/footer_background.jpg) no-repeat;
	background-position: 0 bottom;
}

#leftside {
	float:left;
	width: 307px;
}

#leftside p {
	float: left;
	padding-left: 75px;
	padding-top: 20px;
	font-size:9px;
	font-style: italic;
	color: #999999;
}

#rightside {
	position:relative;
	float: right;
	width: 500px;
	margin-right:0px;
}

#footer-nav, #footer-nav ul {
	float: right;
	list-style:none;
	width: 500px;
	margin: 15px 0px 0px 0px;  /*  needed this to fix IE7 !!  otherwise was too high and right  */	
}

#footer-nav li {
	float: left;
	margin-top: 2px;
	border-right:  1px;
	border-right-style: solid;
	border-right-color: #999;
	color: #666666;
}
#footer-nav a {
	padding: 0px 9px;  /* this is the padding between the nav text */
	/*	display:block;  */
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.03px;
	color: #666666;
	font-style: italic;
}

#footer-nav li.last {
	border:none;
	padding: 0px 0px 0px 0px;
}

#footer-nav a:link, #footer-nav a:active, #footer-nav a:visited {
	text-decoration:none;
	color: #999999;
}
#footer-nav a:hover {	color:#0066CC;}
