html, body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
	float: right;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	background: #ffffff url(../images/pageBG.jpg) repeat-x;

}

a img{border:0px;}

.hidden {
	display: none;
}

#page-container {
	margin: 0;
	padding: 0;
	width: 100%;
	margin: auto;
	text-align: left;
}

#content-container {
	margin: 0;
	padding: 0;
	width: 800px;
	background: #ffffff;
	margin: auto;
	display:table;
}

#main-nav {
	background: #d46023 url(../images/menuBG2.png) repeat-x;
	height: 29px;
	width:792px;
	margin:auto;
	z-index:100;
	position:relative;
}

#header {
	height:110px;
	text-align: center;
	background: #ffffff;
}

#banner {
 padding:4px;
 width:795px;
 margin-top:2px;
}

.highlightbox{
	background: url(../images/50.png);
	padding:5px;
}

#adbar{
	float: right;
	width: 200px;
	margin:4px 6px 10px 10px;
	height: 300px;
}

#sidebar-a .padding {
	padding: 0px 5px 5px 0px;
}

#content {
	line-height: 18px;
	min-height: 400px;
	margin-right:203px;
	width:580px;
	
}

#content .padding {
	padding: 10px;
}

#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #264A60;
	padding: 3px 25px;
	text-align:center;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}
#slideshow {
	width: 550px;
	height: 213px;
	overflow: hidden;
	float:right;
	margin-right:3px;
}
#slideshow img {
	position: absolute;
	right: 0;
	top: 0;
}
#slideshow2 {
	position: relative;
	width: 550px;
	height: 213px;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow2 img {
	position: absolute;
	left: 0;
	top: 0;
}
#pause1 {
	z-index:100;
}
#pause2 {
	z-index:100;
}
#weather {
	background: #A5BFD0;
	background: -webkit-gradient(linear, left top, left bottom, from(#adc7db), to(#6f9dbe));
	background: -moz-linear-gradient(top, #b2bcc8, #adc7db);
	width: 174px;
	margin: 0 auto;
	padding: 0px 10px;
	overflow: hidden;
	border: 1px solid #6591b3;
	color:#000;
}
 
#weather h2 {
	color: #000;
	text-shadow: rgba(250, 250, 250, 0.6) 2px 2px 0;
}
 
#weather p {
	font-size: 25px;
	/*margin: 30px 0 0;*/
}
 
#weather p span {
	font-size: 16px;
}
 
#weather a:link, #weather a:active, #weather a:visited {
	display: block;
	clear: both;
	text-decoration: none;
	color: #222;
	font-size: 12px;
}
 
#weather a:hover {
	color: #000;
	text-decoration: underline;
}