body {	
	background: #1e1814;
	text-align: center;
	margin: 0 auto;
}

img, img {
	border: 0;
}

p, h1, h2, h3, h4, h5, ul, li, dl, dd, dt, img, form {
	margin: 0;
	padding: 0;
}

/*----Structural DIVs----*/

#wrap {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#header {
	height: 106px /*139px*/;
	width: 910px /*960px*/;
	background: URL(../images/backgrounds/header.jpg) no-repeat;
	padding: 33px 0 0 50px;
}

#footer { 
	height: 56px;
	width: 960px;
	background: #453b34;
	float: left;
}

.headerLogo {
	margin: 34px 0 0 49px;
}


/*----Other DIVs----*/

#mainNav {
	height: 40px;
	overflow: hidden;
	float: right;
	margin: 66px 44px 0 0;
	display: inline;
}

#copyright {
	float: left;
	padding: 21px 0 0 70px;
}

#footerLinks { 
	float: right;
	padding: 21px 73px 0 0;
}


/*----Typography----*/

#header h1 {
	background: URL(../images/logo.jpg) no-repeat;
	width: 250px;
	height: 97px;
}

#copyright p {
	color: #dfdddc;
	font: normal 12px tahoma,verdana,arial,sans-serif;
}

#footerLinks p {
	color: #74c0e1;
	font: bold 12px 'Trebuchet MS',trebuchet,verdana,arial,sans-serif;
}

.hiddenText {
	display: none;
	height: 0;
	overflow: hidden;
}

#footer .divider {
	margin: 0 8px;
}


/*----Link Styles----*/

#footer a {
	color: #74c0e1;
	text-decoration: none;
}

#footer a:hover {
	color: #dfdddc;
}


/*-----Main Nav. Menu -----*/

#mainNavMenu {
	height: 37px;
	display: inline;
	list-style: none;
}

#mainNavMenu li {
	height: 40px;
	display: inline;
	list-style: none;
	float: left;
}

#mainNavMenu #item0 a {
	background: url(../images/mainNav/about.gif) no-repeat;
	height: 40px;
	width: 57px;
	display: block;
	padding-top: 50px;
}

#mainNavMenu #item0 a:hover {
	background: url(../images/mainNav/about.gif) no-repeat 0 -40px;
}

#mainNavMenu .item0selected a {
	background: url(../images/mainNav/about.gif) no-repeat 0 -80px !important;
}


#mainNavMenu #item1 a {
	background: url(../images/mainNav/schedule.gif) no-repeat;
	height: 40px;
	width: 78px;
	display: block;
	padding-top: 50px;
}

#mainNavMenu #item1 a:hover {
	background: url(../images/mainNav/schedule.gif) no-repeat 0 -40px;
}

#mainNavMenu .item1selected a {
	background: url(../images/mainNav/schedule.gif) no-repeat 0 -80px !important;
}


#mainNavMenu #item2 a {
	background: url(../images/mainNav/stakeholderMeetings.gif) no-repeat;
	height: 40px;
	width: 161px;
	display: block;
	padding-top: 50px;
}

#mainNavMenu #item2 a:hover {
	background: url(../images/mainNav/stakeholderMeetings.gif) no-repeat 0 -40px;
}

#mainNavMenu .item2selected a {
	background: url(../images/mainNav/stakeholderMeetings.gif) no-repeat 0 -80px !important;
}


#mainNavMenu #item3 a {
	background: url(../images/mainNav/upcomingEvents.gif) no-repeat;
	height: 40px;
	width: 132px;
	display: block;
	padding-top: 50px;
}

#mainNavMenu #item3 a:hover {
	background: url(../images/mainNav/upcomingEvents.gif) no-repeat 0 -40px;
}

#mainNavMenu .item3selected a {
	background: url(../images/mainNav/upcomingEvents.gif) no-repeat 0 -80px !important;
}


#mainNavMenu #item4 a {
	background: url(../images/mainNav/newsroom.gif) no-repeat;
	height: 40px;
	width: 87px;
	display: block;
	padding-top: 50px;
}

#mainNavMenu #item4 a:hover {
	background: url(../images/mainNav/newsroom.gif) no-repeat 0 -40px;
}

#mainNavMenu .item4selected a {
	background: url(../images/mainNav/newsroom.gif) no-repeat 0 -80px !important;
}



