/* Greening CSS Document*/

body {
	text-align: center;
	margin: 0px;
}

div#page {
	text-align: left;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

/* Top Navigation */

div#header {
	position: relative;
	left: 4px;
	float: left;
	width: 830px;
	height: 69px;
}

div#topNav {
	position: relative;
	left: 4px;
	padding: 0px;
	float: left;
	width: 830px;
	height: 33px;
	overflow: hidden;
}

ul#mainNav {
	padding-left: 10px;
	width: 830px;
	height: 32px;
	text-align: center;
}

ul#mainNav li {
	background-position: right 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 32px;
	float: left;
	display: inline;
	overflow: visible;
}

ul#mainNav li a {
	overflow: visible;
	line-height: 30px;
	height: 30px;
	margin-top: 1px;
	float: left;
	margin: 0px 5px;
	padding: 0px 7px;
}

/* Bottom Navigation */

#bottomNav {
	margin: 2px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	overflow: visible;
	height: 30px;
	width: 830px;
	clear: both;
	float: left;
	text-align: center;
}

#bottomNavWrapper {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	text-align: center;
}

#secondaryNav {
	width: auto;
}

#bottomNav ul li {
    background-image: none;
    list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	text-align: center;
	display: inline;
}

#bottomNav ul li a{
	margin: 0px;
	line-height: 30px;
	height: 30px;
	width: auto;
	padding: 13px 13px 13px 13px;
	overflow: visible;
}

#bottomNav ul li ul {
    display: none;
}
