@charset "utf-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 62.5%;
	height: 100%;
}

.container {
	min-height: 100%;
	position: relative;
}
.pagewrapper {
	background-color: #FF0000;
	padding-bottom: 30px;
}

.header {
	height: 100px;
	background-color: #5CA3CD;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header h1.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 30px;
	margin-left: 150px;
	padding-top: 20px;
	font-style: italic;
}
.header p.tagline {
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 200px;
	font-weight: bold;
	position: 0px;
}


.header .navbar {
	text-align: right;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #225371;
	padding-top: 23px;
}

.header .navbar li {
	display: inline;
	padding-right: 1px;
}
.header .navbar a {
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 5px;

}
.header .navbar a:link, .header .navbar a:visited {
	color: #FFFFFF;
	background-color: #225371;
}
.header .navbar a:hover, .header .navbar a:active {
	color: #FFFFFF;
	background-color: #3888B8;
}

.content {
	margin-left: 180px;
	margin-right: 180px;
	padding-bottom: 30px;
}
h2.pagename {
	font-size: 1.4em;
	font-weight: bold;
	color: #FF6600;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: right;
}
p.pagedesc {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	color: #666666;
}
p.results {
	font-size: 1em;
	font-weight: bold;
	color: #006699;
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
ul.recordnav {
	display: block;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
ul.recordnav li {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}
ul.recordnav a {
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
	border: 1px solid #000000;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.recordnav a:link, .recordnav a:visited {
	background-color: #999999;
	color: #FFFFFF;
}
.recordnav a:hover, .recordnav a:active {
	color: #FFFFFF;
	background-color: #FF6600;
}
.recordnav a.next:link, .recordnav a.next:visited, .recordnav a.previous:link, .recordnav a.previous:visited {
	background-color: #666666;
}
.recordnav a.next:hover, .recordnav a.next:active, .recordnav a.previous:hover, .recordnav a.previous:active {
	background-color: #00CC00;
}


.recordnav a.current {
	color: #FFFFFF;
	background-color: #FFCC00;
	font-size: 1.4em;
}



.subnav {
	width: 175px;
	position: absolute;
	left: 0px;
	top: 100px;
	padding-bottom: 30px;
	background-color: #F5F5F5;
}
.subnav .category {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	color: #FFFFFF;
	background-color: #225371;
}
.subnav a {
	font-size: 1.1em;
	display: block;
	padding: 3px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
.subnav a:link, .subnav a:visited {
	color: #225371;
}
.subnav a:hover, .subnav a:active {
	background-color: #93AABB;
	color: #FFFFFF;
}
.subnav .search input {
	font-size: 11px;
	border: 1px solid #333333;
	width: 120px;
	background-color: #FFFFF4;
	padding: 2px;
}
.subnav .search {
	margin: 10px;
}

.subnav  .search  .button  {
	background-color: #CC6600;
	width: 20px;
	color: #FFFFFF;
	margin: 0px;
}

.footer {
	bottom: 0px;
	position: fixed;
	display: block;
	background-color: #CCCCCC;
	left: 0px;
	width: 100%;
}
.footer ul {
	font-size: 10px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 30px;
	display: block;
}
.footer li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.footer li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.footer a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.footer a:link, .footer a:visited {
	color: #333333;
}
.footer a:hover, .footer a:active {
	color: #CC0000;
}
.listing {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.listing .info {
	padding: 5px;
	margin-right: 0px;
	margin-left: 130px;
}

.listing .sub {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.listing .b {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.listing .b a {
}
.listing  .b  a:link, .listing .w a:link {
	color: #0066CC;
}
.listing  .b  a:visited, .listing .w a:visited {
}
.listing .b a:hover, .listing .b a:active, .listing .w a:hover, .listing .w a:active  {
	color: #CC0000;
}


.listing .d {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #006600;
}
.listing .a1 {
	margin-top: 10px;

}

.listing    .a1, .listing   .a2 {
	font-size: 11px;
	padding: 0px;
	margin-bottom: 2px;
	margin-left: 40px;
}

.listing  .p1, .listing .p2, .listing .p3 {
	font-size: 11px;
	padding: 0px;
	margin-bottom: 2px;
	margin-left: 40px;
}
.listing .p1 {
	margin-top: 10px;
}

.listing .w {
	font-size: 12px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.listing .h {
	font-size: 11px;
	padding: 0px;
	display: block;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.listing .h li {
	display: inline;
	margin: 0px;
	padding: 0px;
}



.listing .h a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.listing .h a:link {
	color: #006666;
}
.listing .h a:visited {
	color: #006666;
}
.listing  .h  a:hover, .listing .h a:active {
	color: #CC6600;
}
.listing .k {
	font-size: 11px;
	padding: 0px;
	display: block;
}
.listing .k li {
	display: inline;
	padding-right: 5px;
}



.listing .k a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.listing .k a:link {
	color: #999999;
}
.listing .k a:visited {
	color: #999999;
}
.listing  .k  a:hover, .listing .k a:active {
	color: #333333;
}


.listing .s {
	height: 70px;
	border: 1px solid #000000;
	float: left;
	width: 92px;
	margin: 4px;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
.listing .v {
	height: 125px;
	float: left;
	width: 120px;
	margin: 4px;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.listing .sn {
	padding: 0px;
}
.listing .sn li {
	display: inline;
	margin: 0px;
	padding-right: 2px;
}
.listing .sn img {
	border: 0px;
}

.featured  {
	background-color: #FFFFCC;
}
.sponsorads {
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	right: 0px;
	top: 100px;
	width: 175px;
	padding-top: 30px;
}
.sponsor {
	margin: 0px;
	padding: 0px;
}
.sponsor  a {
	display: block;
	padding: 1em;
	text-decoration: none;
	width: auto;
	height: 100px;
	margin-top: 20px;
	margin-right: 3px;
}
.sponsor  a:link, .sponsor  a:visited {
	background-color: #FFFFCC;
	color: #000000;
	border: 1px solid #996600;
}
.sponsor  a:hover, .sponsor  a:active {
	background-color: #D7F8FB;
	border: 1px solid #009966;

}
.sponsor  .name {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	color: #CC3300;
}
.sponsor  .description {
	font-size: 1.1em;
	display: block;
	margin-top: 0.5em;
	color: #006600;
}
.sponsor  .website {
	font-size: 1em;
	display: block;
	text-decoration: underline;
	margin-top: 0.5em;
	color: #0000FF;
}
.index {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;

}
.tindex {
	border: 1px solid #006699;
	width: 100%;
	background-image: url(/templates/index_back.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 10px;
}
.tindex  ul {
	padding: 5px;
	display: block;
}
.index .sectiontitle {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.tindex .search input {
	background-color: #FFFFF4;
	border: 1px solid #000000;
	padding: 2px;
}
.tindex label {
	font-size: 12px;
	font-weight: bold;
}

.tindex .search .button {
	background-color: #CC6600;
	font-weight: bold;
	color: #FFFFFF;
}

.index .sectiondesc {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
}


.tindex  a {
	display: block;
	padding: 2px;
	font-size: 1.2em;
}
.tindex a:link, .tindex a:visited {
	color: #006699;
}
.tindex a:hover, .tindex a:active {
	color: #FF6600;
}
.tindex .letterindex       {
	font-weight: bold;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
.tindex .letterindex    a {
	color: #000000;
	text-decoration: none;
}
ul.letterbar {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 2px;
	display: block;
}
ul.letterbar li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.letterbar   a {
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 1px;
	padding-bottom: 0px;
	font-size: 1.3em;
	line-height: 12px;
	margin-bottom: 0px;
}
ul.letterbar  a:link, ul.letterbar a:visited {
	background-color: #006699;
	color: #FFFFFF;
}
ul.letterbar  a:hover, ul.letterbar a:active {
	background-color: #FF6600;
	color: #FFFFFF;
}



.clearit {
	clear: both;
}
.warning {
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFCC;
	padding: 10px;
	margin: 5px;
}
.startpage .welcome {
	margin: 10px;
	padding: 10px;
	font-size: 1.4em;
	font-weight: bold;
}
.startpage img {
	float: left;
}
.startpage .desc {
	font-size: 11px;
}
.startpage .inst {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	color: #FF6600;
}
.querytime {
	position: absolute;
	top: 110px;
	font-size: 1.1em;
	color: #666666;
	right: 10px;
}
.dberror {
	display: block;
	background-color: #FF0000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
.dbok {
	display: block;
	background-color: #009900;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
.map {
	width: 500px;
	height: 500px;
}
.mapwrapper {
	background-color: #F5F5F5;
	border-collapse: collapse;

}
.mapwrapper td {
	vertical-align: top;
}

.directions {
	width: 300px;
}
.mapsearch {
	display: block;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.mapsearch label {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}
.mapsearch input {
	font-size: 1.1em;
	background-color: #FFFFF4;
	border: 1px solid #666666;
}
.mapsearch  .button {
	color: #FFFFFF;
	background-color: #CC6600;
	font-size: 1.1em;
	font-weight: bold;
}
.legal {
	margin: 40px;
	padding: 0px;
}
.legal h1 {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
.legal h2 {
	font-size: 1.2em;
	color: #000000;
	background-color: #F4F4F4;
	margin: 10px;
	padding: 10px;
}
.legal  p, .legal ol, .legal ul {
	font-size: 1.2em;
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.legal ul, .legal ol {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.legal li {
	padding: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.rssnews {
	font-size: 1.2em;
	background-color: #FFFFF2;
	margin: 5px;
	padding: 10px;
}
.rssnews .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC3300;
	margin-top: 10px;
}
.rssnews .article {
	font-size: 1.2em;
	color: #000000;
	margin-top: 10px;
}


