/* --------------------------------- GENERAL --------------------------------- */
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin:0px;
}
#pageCenter {
	position:relative;
	width:760px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:8px;
	display:block;
	padding-bottom:8px;
}
a.blueLinks, a.blueLinks:visited {
	font-weight: bold;
	color: #007ccb;
	text-decoration: underline;
}
a.blueLinks:hover, a.blueLinks:active {
	background-color:#D9F1FF;
}
p {
	margin-top:3px;
	margin-bottom:8px;
}
/* --------------------------------- HEADER --------------------------------- */
#headerContainer {
	position:relative;
	width:760px;
	height:105px;
	margin:0px;
	margin-right:auto;
	margin-left:auto;
}
#headerContent {
	float:right;
	width:300px;
	height:80px; /* auto */
	margin-top:22px;
	margin-right:14px;
	text-align:right;
}
.headerLogo {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	float:left;
}
.headerPhoneNumber {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #007ccb;
}
/* --------------------------------- NAVIGATION --------------------------------- */
#navContainer {
	clear:left;
	position:relative;
	width:auto;
	height:30px;
	margin:0px;
	background-image:url(../images/global/nav-background.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow:hidden;
}
#lightBlueStrip {
	clear:left;
	position:relative;
	width:auto;
	height:5px;
	margin:0px;
	background-color:#6eabf1;
	overflow:hidden;
}
#tabsContainer {
	position:relative;
	width:760px;
	height:30px;
	margin-right:auto;
	margin-left:auto;
	
}
ul.navigation {
	margin: 0px;
	padding: 0px;
}
ul.navigation li {
	height: 30px;
	list-style-type: none;
	float: left;
	margin-right:3px;
}
ul.navigation li a {
	display: block;
	float: left;
	height: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:8px;
}
ul.navigation li a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}
ul.navigation li a:visited {
	color:#FFFFFF;
}
/* Home */
li.homeActive a {
	width: 77px;
	height:30px;
	background-image:url(../images/global/tab-home-active.gif);
	background-repeat: no-repeat;
	background-color:#6dabf1;
}
li.home a {
	width: 77px;
	height:30px;
	background-image:url(../images/global/tab-home-inactive.gif);
	background-repeat: no-repeat;	
	background-color:#417dc1;
}
/* Accommodation */
li.accommodationActive a {
	width: 135px;
	height:30px;
	background-image:url(../images/global/tab-accommodation-active.gif);
	background-repeat: no-repeat;
	background-color:#6dabf1;
}
li.accommodation a {
	width: 135px;
	height:30px;
	background-image:url(../images/global/tab-accommodation-inactive.gif);
	background-repeat: no-repeat;
	background-color:#417dc1;
}
/* Things to do */
li.thingsToDoActive a {
	width: 110px;
	height:30px;
	background-image:url(../images/global/tab-things-to-do-active.gif);
	background-repeat: no-repeat;
	background-color:#6dabf1;
}
li.thingsToDo a {
	width: 110px;
	height:30px;
	background-image:url(../images/global/tab-things-to-do-inactive.gif);
	background-repeat: no-repeat;	
	background-color:#417dc1;
}
/* Specials */
li.specialsActive a {
	width: 84px;
	height:30px;
	background-image:url(../images/global/tab-specials-active.gif);
	background-repeat: no-repeat;
	background-color:#6dabf1;
}
li.specials a {
	width: 84px;
	height:30px;
	background-image:url(../images/global/tab-specials-inactive.gif);
	background-repeat: no-repeat;
	background-color:#417dc1;
}
/* Maps */
li.mapsActive a {
	width: 62px;
	height:30px;
	background-image:url(../images/global/tab-maps-active.gif);
	background-repeat: no-repeat;
	background-color:#6dabf1;
}
li.maps a {
	width: 62px;
	height:30px;
	background-image:url(../images/global/tab-maps-inactive.gif);
	background-repeat: no-repeat;
	background-color:#417dc1;
}
/* Tourism Links */
li.tourismInfoActive a {
	width: 114px;
	height:30px;
	background-image:url(../images/global/tab-tourism-info-active.gif);
	background-repeat: no-repeat;
	background-color:#6dabf1;
}
li.tourismInfo a {
	width: 114px;
	height:30px;
	background-image:url(../images/global/tab-tourism-info-inactive.gif);
	background-repeat: no-repeat;
	background-color:#417dc1;
}
/* Events */
li.eventsActive a {
	width: 72px;
	height:30px;
	background-image:url(../images/global/tab-events-active.gif);
	background-repeat: no-repeat;
	background-color:#6dabf1;
}
li.events a {
	width: 72px;
	height:30px;
	background-image:url(../images/global/tab-events-inactive.gif);
	background-repeat: no-repeat;
	background-color:#417dc1;
}
/* --------------------------------- FORMAT --------------------------------- */
.darkBlueHeader {
	background-color:#014189;
	width:auto;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;	
	line-height:14px;
	text-decoration:none;
}
.darkBlueHeader a {
	text-decoration:none;
}
.darkBlueHeader a:hover {
	text-decoration:underline;
}
.pageNumbers {
	text-align:right;
	padding-right:3px;
	font-size:10px;
	color:#666666;
	margin-top:4px;
}
.pageNumbers a {
	color:#FF0000;
	text-decoration:none;
}
.pageNumbers a:hover {
	color:#FF0000;
}
.mediumBlueHeader {
	background-color:#417dc1;
	width:auto;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;	
	line-height:14px;	
}
h1 {
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #007ccb;
	margin: 0px;
}
h2 {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #007ccb;
	margin: 0px;
}
h3 {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	margin-top:4px;
}
h4 {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #014189;
	margin-top: 10px;
	margin-bottom: 2px;
}
h6 {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin:0px;
}
.extraPadding{
	padding:10px;
}
/* --------------------------------- LISTS --------------------------------- */
ul.accommodationList {
	margin: 4px;
	padding: 0px;
}
ul.accommodationList li {
	
	list-style-type: none;

}
ul.accommodationList li a {
	height: 14px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:#C9D0D3 dashed;
	border-bottom-width:1px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	overflow:hidden;
	line-height:18px;
}
ul.accommodationList li a:visited {
	height: 14px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:#C9D0D3 dashed;
	border-bottom-width:1px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	overflow:hidden;
	line-height:18px;
}
ul.accommodationList li a:hover {
	text-decoration:underline;
	background-color:#D8FC96;
}



ul.tourismlinks li {
	/*list-style-type: none;*/
}
ul.tourismlinks li a {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}
ul.tourismlinks li a:visited {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}
ul.tourismlinks li a:hover {
	text-decoration:underline;
	color: #FF0000;
	/*background-color:#6DABF1;*/
}


/* --------------------------------- FOOTER --------------------------------- */
#footer {
	width:760px;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	/*margin-bottom:20px;*/
	clear:both;
	border-top:#999999 solid;
	border-top-width:1px;
	padding-top:10px;
	font-size:10px;
	color:#666666;
}
#footer img {
	margin-top:10px;
}
.footerGreyLinks{
	color:#999999;
	font-weight:normal;
	text-decoration:none;	
}
a.footerGreyLinks, a.footerGreyLinks:visited{
	color:#999999;
	font-weight:normal;
	text-decoration:none;	
}
a.footerGreyLinks:active, a.footerGreyLinks:hover{
	color:#0066CC;
	font-weight:normal;
	text-decoration:underline;
	background-color:#D9F1FF;
}
