#nav
{
	width: 140px;
	float: left;
	/*position: absolute;
	left: 0;*/
}

#mainNav
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav li
{
	padding: 2px 0 2px 0;
	margin: 0;
	background: url(../images/navBg1.gif) left bottom no-repeat;
}

#mainNav li.last {
	background: none; 
	padding:0 0 20px 0;
}

#mainNav a
{
	text-decoration: none;
	display: block;
	padding: 8px 15px 8px 17px;
	color: #3D3D3D;
}

#mainNav a:hover, #mainNav a.active
{
	background-image: url(../images/navPointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainNav li.returntomainsite, #mainNav li.existingmembers{
	background: none;
}

#mainNav li.returntomainsite a, #mainNav li.existingmembers a
{
	text-decoration: none;
	color: #3D3D3D;
	font-weight: bold;
	font-size: 0.9em;
	display: inline;
	margin: 0 0 0 0;
	padding: 3px 17px 3px 17px;
	background-image: url(../images/buttons/button_g.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#mainNav li.returntomainsite a:hover, #mainNav li.existingmembers a:hover{
	background-image: url(../images/buttons/button_g.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration:underline;
}

#legallinks{
	margin:10px 0 0 0;
}

#legallinks a{
	padding:0 5px 0 0;
	color:#000;
}


#footer
{
	clear: both;
	padding: 20px 0 0 0;
}

#legalnav
{
	padding: 0 0 0 17px;
	float: left;
}

#legalnav a { text-decoration: none; }

#legals
{
	margin: 0 0 0 160px;
	width: 600px;
}

#legals p { font-size: 0.9em; }
