@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/background.jpg) top center no-repeat #FFF;
	}

#topbar {
	width: 100%;
	background: #000;
	height: 20px;
	}
	
#content {
	width: 1053px;
	margin: -19px auto 0;
	color: #FFFFFF;
	font-weight: bold;
	}
	
	#top-contact {
		text-align: right;
		font-size: 14px;
		}
	
#billboard {
	width: 1053px;
	height: 399px;
	margin-top: 3px;
	}
	
h2 {
	display:block;
	font-size:1.5em;
	font-weight:bold;
	margin: 10px 0 15px;
	color:#00B0EE;
	height:35px;
}

ul { margin: 0px; padding:0 15px; }
li { list-style-type: square; padding-bottom: 5px }
	
.TabbedPanelsContentVisible td {
	color: #333;
	font-size: 11px;
	font-weight: normal;
	width: 291px;
	vertical-align: top;
	text-align: top;
	padding: 0px 30px 20px;
	}
	
#footer_wrap {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:url(../images/footer-bg.jpg) repeat-x scroll 0 0;
	border-top:1px solid #749E58;
	bottom:0;
	height:25px;
	position:fixed;
	width:100%;
	z-index:99;
}

#footer {
	min-width:1000px;
	position:relative;
}

.footer-logo {
	margin:0px 0 0 30px;
}