body { margin: 0; padding: 0; font-size: 62.5%; }

#container {
	width: 1003px;
	height:auto;
	margin: 0 auto;
	padding: 25px 34px 5px 34px;
	font-family: Georgia, 'Times New Roman', serif;
	color: #5E5E5E;
}

p { font-size: 1.3em; line-height: 1.38em; letter-spacing: -.015em; margin: 0 0 .5em 0; }
li { font-size: 1.3em; line-height: 1.38em; letter-spacing: -.015em; }
li li { font-size: 1em; }

#header {
	
	margin-bottom: 26px;
	overflow: hidden;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #959595;
}
#mainNav {
	margin: 25px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
#mainNav li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	font-size: 1.1em;
	letter-spacing: .025em;
}
#mainNav li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
#mainNav li:first-child a { padding-left: 0; text-align: left; }
#mainNav li a:hover { color: #FF4E00; }
#mainNav li a.current { color: #FF4E00; }
#contactHead {
	font-style: italic;
	font-size: 1.3em;
	text-align: right;
	padding-top: 5px;
	line-height: 20px;
}
#contactHead a { color: #5E5E5E; }

#ticker {
	position: absolute;
	right: 0;
	bottom: 59px;
	height: 1.2em;
	width: 30em;
	overflow: hidden;
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	color: #5E5E5E;
}
#ticker div {
	display: none;
	position: absolute;
	bottom: -1.2em;
	right: 0;
}

#ticker div span {
	color: #FF4E00;
}

#footer {
	clear: both;
	padding-top: 20px; 
	font-size: 1em;
	font-family: Arial, sans-serif;
	text-align: center;
	color: #898989;
	text-transform: uppercase;
}
#footer a { text-decoration: none; color: #898989;  }

#footer img { vertical-align: bottom; }


a img { border: none; }
