html {
	overflow-y: scroll;
	margin: 0px; padding: 0px;
	background: url('/lib/images/template/bg_html.jpg') no-repeat center 90px;
}
body {
	min-width: 990px;
	margin: 0px; padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica;
	font-size: 10pt;
	line-height: 13pt;
	background: url('/lib/images/template/bg_body.jpg') no-repeat center top;
}
ul {
	margin:0px;
	padding-left:0px;
}
th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
#sitecontent {
	width:800px;
}
#copyright {
	padding-top: 30px;
	clear: left;
	margin-bottom: 10px;
}
#title {
	background: url('/lib/images/template/logo.gif') no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#title a {
	display: block;
	text-indent: -1200em;
	height: 40px;
	width:176px;
}
#wrapper {
	width: 969px;
	margin: 0 auto;
}
ul.header-navigation {
	height: 33px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 35px;
}
ul.header-navigation a {
	width: 100%;
	display: block;
	height: 33px;
	line-height:35px;
	text-indent: 10px;
}
ul.header-navigation li {
	display: block;
	float: left;
	background: none;
	margin: 0px;
	height: 33px;
	width: 75px;
	padding: 0px;
	font-weight:bold;
	font-size:10pt;
}
ul.header-navigation li:hover ul {
	display: block;
	z-index: 99;
}
ul.header-navigation li:hover li:hover {
	background-color: #efefef;
}
ul.header-navigation li.home:hover {
	background: none;
}
ul.header-navigation li:hover li a {
	color: black;
}
ul.header-navigation li:hover a, ul.header-navigation li:hover li:hover a {
	color: #0080ff;
}
ul.header-navigation ul {
	display:none;
	top: 0px;
	left: -1px;
	position: relative;
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 402px;
}
ul.header-navigation ul li {
	font-weight: normal;
	float: none;
	border: 0px;
	margin: 0px;
	border-bottom: 1px solid #efefef;
	background-color: white;
	width: 402px;
	font-size: 9pt;
}
ul.header-navigation ul.nl li {
	border-left: 0px;
	margin-left:1px;
}
ul.header-navigation a {
	color: black;
	text-decoration: none;
}
#navsearch {
	position:absolute;
	top: 70px;
	left: 750px;
}
form {
	margin:0px;
}
img {
	border: 0px;
}
a {
	color:#000078;
}
h1 {
	font-size:14px;
	margin: 10px 0px 20px 0px;
	padding: 7px 10px 7px 10px;
	background-color: #6b6b6b;
	color: white;
}
h2 {
color: #0080ff;
	font-size:13px;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-top:10px;
	background: url(/lib/images/bg_dotpatern.gif) repeat-x left bottom;
}
h4 {
	clear: both;
	width:auto;
	display: block;
	color: #0080ff;
	padding:5px 0px;
	line-height: 10pt;
	font-size: 8pt;
	margin:0px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(/lib/images/bg_dotpatern.gif) repeat-x left bottom;
}
h3 {
	font-size:12px;
	margin:0px;
	margin-top: 10px;
}
li {
	list-style-type:none;
	background: url(/lib/images/bg_listripe.gif) left 10px no-repeat ;
	padding-left:8px;
}
p {
	margin-top:5px;
	margin-bottom:10px;
}
small {
	color:#767676;
}
.clear {
	clear:both;
}
div.resultsgraph {
	background: url(/lib/images/bg_resultsgraph.gif);
	height: 13px;
	border: 1px solid #b3b3b3;
	padding: 1px 1px 1px 1px;
	width: 200px;
}
div.resultsbar {
	background: url(/lib/images/bg_resultsbar.gif);
	height: 13px;
}
.resultsdata th, .resultsdata td {
	text-align:left;
	padding-right: 20px;
	border-bottom: 1px solid #c5d8e4;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.homecontainer {
	-moz-box-shadow: 0px 0px 3px #888;
	-webkit-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 3px #888;

	padding:10px;
	margin-bottom:10px;	
}
.homecontainer h2 {
	margin-top: 0px;	
}











#slider1 {
    width: 550px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider1Content {
    width: 550px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 13px/15px;
    padding: 10px 13px;
    width: 524px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
	-khtml-opacity: 0.0;
    opacity: 0.0;
    color: #fff;
    display: none;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 220px !important;
	height: 150px;
}
.right {
	right: 0;
	bottom: 0;
	width: 220px !important;
	height: 135px;
}
#slider1 li {
	background: none;
	padding-left:0px;
}
.black {
	color: black;
}
.white {
	color: white;
}
.none {
	text-decoration: none;
}
.resultsbutton {
	border: 1px solid #efefef;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 70px;
	width: 75px;
	float: left;
	font-size: 7pt;
	text-align: center;
	padding: 10px 5px 5px 5px;
}
.resultsbutton strong {
	font-size: 14pt;
	display: block;
	margin-bottom: 5px;
}
.resultsbutton a {
	text-decoration: none;
	color: black;
}
.resultsbutton a:hover {
	color: #0080ff;
}
#morebutton {
	clear: left;
}
.w200p {
	width: 300px;
}
.w125p {
	width: 200px;
}
.w75p {
	width: 50px;
}
.eventgmaps {
	position:absolute;
	top: 180px;
	margin-left:530px;
	width: 270px;
	height: 120px;
}
.eventfilterbox {
	float: left;
	padding: 5px 20px 5px 10px;
	margin-right: 5px;
	font-size: 9pt;
	border-left: 1px solid #6b6b6b;
	color: #6b6b6b;
	margin-bottom: 10px;
}
.mainsearchfield {
	width: 375px;
}
.mainsearchbutton {
}
.subfooter {
	display:none;
}
.googleads1 {
	margin-left: 810px;
	position: absolute;
}
.sortable th{
	color: #505050 ;
	cursor: pointer;
}
.hidden {
	display: none;
}
