@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #004364;
	margin: 10px;
	padding: 0px;
}
.sitecontent {
	background-color: #FFFFFF;
}

.container {
	border: 1px solid #000000;
}
.siteheader {
	background-image: url(../images/logo_header.jpg);
	background-attachment: scroll;
	background-color: #1781B5;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.siteheader a:link, .siteheader a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.siteheader .siteheadermenu {
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
}
.siteheader a:hover, .siteheader a:active {
	color: #FFFF00;
}


.siteheaderpic {
	background-attachment: scroll;
	background-image: url(../images/middle_pics.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.sitenavgrad {
	background-image: url(../images/navgrad.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	background-color: #FFFFFF;
	height: 15px;
}

.sitenavbar {
	color: #FFFFFF;
	background-color: #006699;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.sitenavbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sitenavbar li {
	display: inline;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.sitenavbar a:link, .sitenavbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sitenavbar a:hover, .sitenavbar a:active {
	color: #FFFF00;
	text-decoration: none;
}



.sitefooter {
	background-color: #003853;
	color: #FFFFFF;
}
.sitefooter .legal {
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sitefooter .legal a {
	color: #CCCCCC;
}
.sitefooter .links {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sitefooter .links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sitefooter .links li {
	margin: 0px;
	padding: 5px;
	display: inline;
}
.sitefooter .links a:link, .sitefooter .links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sitefooter .links a:hover, .sitefooter .links a:active {
	color: #FFFF00;
	text-decoration: none;
}
.siteleft {
	background-color: #CEDEE8;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9C8D7;
	background-attachment: scroll;
	background-image: url(../images/navbluegrad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
}
.siteright {
	background-attachment: scroll;
	background-image: url(../images/navgrad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.siteleft ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	list-style-type: none;
	font-size: 12px;
}
.siteleft li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.siteleft h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
.siteleft a:link, .siteleft a:visited {
	color: #003399;
}
.siteleft a:hover, .siteleft a:active {
	color: #0066FF;
}
.event {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}
.event .date {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 10px;
}
.event .name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
}
.event .description {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;
}
.event .location {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 20px;
}
.event .more {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;
}
.datagrid {
	margin: 10px;
	font-size: 12px;
}
.datagrid td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.datagrid .name {
	font-weight: bold;
	width: 150px;
}

.datagrid  .data {
	font-weight: normal;
}

.return {
	font-size: 12px;
	font-weight: bold;
	margin: 20px;
}
.siteright h1 {
	font-size: 24px;
	font-weight: bold;
	color: #587892;
	text-align: right;
	margin: 15px;
	font-style: italic;
}

.return a:link, .return a:visited {
	color: #006699;
}
.return a:hover, .return a:active {
	color: #CC0000;
}
.business {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.business .name {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.business .description {
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.business .phone {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.business .website {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.business .promotions {

}
.resultstatus {
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
}
.business .promo {
	font-size: 12px;
	margin: 10px;
}
.business .visitlisting {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}


.business .email {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}


.business .address {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.siteright p {
	font-size: 12px;
}
.siteright ul {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.siteright li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.siteright a:link, .siteright a:visited {
	color: #006699;
}
.siteright a:hover, .siteright a:active {
	color: #CC0000;
}
.minutes {
	margin: 10px;
}
.minutes .date {
	font-size: 12px;
	font-weight: bold;
}
.bodycontent {
	margin: 10px;
}
.box_homelogo  {
	text-align: center;
}
.box_hometext {
	margin: 10px;
}
.box_hometext p {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.box_hometext a:link, .box_hometext a:visited {
	color: #000066;
}
.box_hometext a:hover, .box_hometext a:active {
	color: #0000CC;
}

.BrowseType {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.BrowseDir {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.forminput {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.homedestinations {
	margin: 10px;
}
.homedestinations td {
	margin: 0px;
	padding: 5px;
}
.box_hometext h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

.box_homeimage {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.sitecontent .homeback {
	background-attachment: scroll;
	background-image: url(../images/home_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 5px;
	background-color: #E8E2C2;
}
.box_directory {
	border: 5px solid #FFFFFF;
	background-color: #FCFCF3;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.newsletter {
	background-image: url(../images/newsletter_signup.jpg);
	height: 150px;
	background-attachment: scroll;
	background-color: #034A88;
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.newsletter h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.newsletter h5 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form {
	font-size: 12px;
	font-weight: bold;
}
.newsletter .form input {
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.newsletter .form #imageField {
	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;
}
