/*

ePeoples.com
navigation (menu bar & footer) styles

Karl Glasgow
code@keg4.com
05/2010

*/

div#Navigation {
	height: 21px;
	background: url("../images/bkgrd_nav_839w21h.jpg") no-repeat top left;
}

div#Navigation table.Navigation {
	margin: 2px 0px;
	width: 837px;
	height: 17px;
}

div#Navigation table.Navigation td {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
}

div#Navigation table.Navigation td.Divider {
	width: 1px;
	background: #71BDA3;
	padding: 0px;
}
div#Navigation table.Navigation td.Divider img {
	width: 1px;
	height: 17px;
	border: 0px;
}

div#Navigation table.Navigation td#LeftSidebarHeading {
	width: 173px;
	padding: 0px;
}

div#Navigation table.Navigation td.Option {
	padding: 0px 8px;	
}
div#Navigation table.Navigation td.Option a.Option {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
div#Navigation table.Navigation td.Option a.Option:hover {
	color: #9ED0BF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}


div#PageFooter {
	width: 837px;
	height: 30px;
	background: url("../images/bkgrd_footer_839w30h.jpg") no-repeat top left;
}
div#PageFooter table.PageFooter {
	float: right;
	margin: 7px 15px 8px 0px;	
	height: 14px;
}
div#PageFooter table.PageFooter td {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	white-space: nowrap;
}
div#PageFooter table.PageFooter td.Divider {
	width: 1px;
	background: #FFFFFF;
	padding: 0px;
}
div#PageFooter table.PageFooter td.Divider img {
	width: 1px;
	height: 14px;
	border: 0px;
}
div#PageFooter table.PageFooter td.Link {
	padding: 0px 12px;
}
div#PageFooter table.PageFooter td a.Link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
div#PageFooter table.PageFooter td a.Link:hover {
	color: #F0F0F0;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

