@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(__img/body_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0;
	font-size: small;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	background-color: transparent;
}

a {
 	color:#1B608A;
}

/* General Styles */
h1, h2, h3, h4 {
	-x-system-font:none;
	color:#273F5E;
	font-family:'Trebuchet MS';
	font-size:25px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-top: 0px;
	margin: 0px 0px 8px;
}

h1 {
	color:#529DCA;
	font-weight: normal;
	clear: both;
	background:transparent url(__img/h2_bg.png) no-repeat scroll left 30px;
	margin:10px 0 0;
	padding:0px 0 15px;
}

h2 {

	font-size: 20px;
}

h3 {
	margin:0;
	padding:10px 0 5px;
	font-size: 17px;
}

p {
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 1.1em 0;
}
	
blockquote {
	margin:0;
	padding:0;
	position:absolute;
	left: 324px;
	top: -75px;
	width: 600px;
	text-align: right;
	color: #30749C;
	font-style: italic;
	font-size: 16px;
}
	
br.clearfloat {
	clear:both;
}

#header {
	height:130px;
	width: 920px;
}
	
/* Logo */
#logo {
	margin-top: 20px;
	position: absolute;
	left: -4px;
	top: -161px;
}

/* Top Navigation */

#navigationmenu {
	position: absolute;
	left: 63px;
	top: -44px;
	width: 730px;
}

#navigationmenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#navigationmenu ul li {
	display:inline;
	margin:0;
}

#navigationmenu ul li a {
	color: #fff;
	display:inline;
	float:left;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size-adjust:none;
	margin:0 2px;
	padding:4px 10px 12px;
	text-decoration:none;
}

#navigationmenu ul li a:visited {
	color:fff;
}

#navigationmenu ul li a:hover {
	color: #529DCA;
}

#home #navigationmenu ul li.secA a,
#about #navigationmenu ul li.secB a,
#see #navigationmenu ul li.secC a,
#accommodation #navigationmenu ul li.secD a,
#travel #navigationmenu ul li.secE a,
#directory #navigationmenu ul li.secF a {
	color: #254559;
	background-color: #FFFFFF;
	text-decoration:none;
	padding-top:7px;
}

/* Breadcrumb Trail */
.breadcrumb {
	font-size:12px;
	color: #999999;
	padding: 0;
	float: left;
	clear: both;
	position: absolute;
	left: 7px;
	top: -4px;
}
 .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color: #1B608A;
	text-decoration: underline;
}
 .breadcrumb a:hover{
	color: #6693D0;
	text-decoration: underline;
}

/* Main Content Wrapper*/
#wrapper {
	padding: 20px 0 0;
	width: 800px;
	margin: 150px auto 0;
	position: relative;
}

/* Content ( Editable) */
#content {
	margin: 20px 0 0;
	padding: 0;
	width: 540px;
	float: left;
	font-size: 100%;
}
#content ol {
	margin: 0 0 10px 35px;
}

#content ul{
	list-style:outside;
	margin: 0 0 10px 35px;
}

#content ul li, #content ol li {
	padding-bottom:5px;
	list-style-position: outside;
}

/*Sub Navigation*/
#subnav {
	margin: 20px 0px 20px 20px;
	padding: 0px 0px 20px 20px;
	width: 150px;
	float: right;
	border-left: 1px solid;
	border-left-color: #E4E4E4;
}

#subnavi h2 a, #subnavi h2 a:hover, #subnavi h2 a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

ul#sub {
	margin: 0;
	padding: 0px 0px 10px 15px;
	list-style: square;
}
ul#sub li {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #3562A0;
	line-height: 1.5em;
}
ul#sub li a {
	color: #3562A0;
	text-decoration: underline;
}
ul#sub li a:hover {
	color: #6491CE;
	text-decoration: underline;
}

#subnavi {
	padding: 0 0 20px 0;
	margin: 35px 0 0;
	float: right;
	width: 220px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#subnavi h2 {
	text-align: left;
	margin: 0 0 5px;
	color: #FFFFFF;
	background-color: #233F50;
	padding: 0 5px 12px;
	background-image: url(__img/sub_h2_bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 16px;
	width: 210px;
}

#subnavi ul {
	list-style-type:none;
	padding-left: 0px;
	margin: 0 0 10px 10px;
	width: 210px;
}

#subnavi ul li {
	line-height: 1.3em;
	border-bottom: 0px dotted #c4b098;
	padding-left: 15px;
	padding: 2px 15px 2px 0px;
}

#subnavi ul li a, #subnavi ul li a:visited {
	color:#1B608A;
	font-weight: normal;
	text-decoration: none;
}

#subnavi ul li a:hover {
	color:#4D80C4;
	text-decoration: underline;
}

#subnavi a.active {
	color:#464646;
	background-color: #EEEEEE;
}

/* Book Mark */

/* Bottom Container which hold the 3 column section and the legal section*/

#bottom {
	background-image:url(__img/bottom_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #152731;
	width: 100%;
	margin: 20px 0 0;
	padding-bottom: 10px;
}

#cols {
	width:820px;
	margin:0 auto;
	display: block;
	padding-top: 20px;
	height: 140px;
	position: relative;
}

#cols ul {
	padding:0 0 0 10px;
	margin:10px 0 0;
	list-style:none;
}

#cols ul li {
	padding:0;
	margin:0;
	display:inline;
}

#cols ul li a {
	text-decoration:none;
	color: #152731;
}

#cols ul li a:hover {
	text-decoration:underline;
	color: #152731;
}

#cols p.whiteT {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px;
	line-height: 1.6;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(__img/cols_p_background.png);
	background-repeat: no-repeat;
	background-position: left 25px;
	clear: both;
}

.infonav, .bookmark {
	width: 500px;
	float: left;
	margin-top: 0px;
}

.twitter {
	margin-right: 0px;
	padding-right: 0px;
	width: 305px;
	float: right;
	display: inline;
	border: none;
}

.twitter a img  {
	border:none;
	border-style: none;
}

#legal {
	width:920px;
	color:#FFFFFF;
	clear: both;
	margin: 15px auto 0;
	font-size: 11px;
}

#legal p {
	margin:0;
	display: inline;
	float: left;
	color:#B0DBF5;
}

#legal ul {
	display: inline;
	float: right;
}

#legal ul li {
	display: inline;
	padding: 0 10px;
}

#legal a, #legal a:visited {
	color:#B0DBF5;
}

#legal a:hover {
	color:#FFFFFF;
}




.imgleft {
	border:none;
	float: left;
	padding: 15px 15px 15px 0;
	display: inline;
}

.imgright {
	border:none;
	float: right;
	padding: 15px 0 15px 15px;
	display: inline;
}

#content .teaserText {
	width:100%;
	margin-bottom:10px;
	visibility: visible;
	clear: both;
}

#content .teaserText ul {
	width:100%;
	clear:both;
}

#content .teaserText ul li {
	float:left !important;
	overflow: hidden;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-type: none;
}

#content .teaserText ul li {
	width:20%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(_images/St-body-bullet);
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
}

#content .teaserText2 {
	width:100%;
	margin-bottom:10px;
	visibility: visible;
	clear: both;
}

#content .teaserText2 ul {
	padding-left: 55px;

}


#content .teaserText2 ul li {
	float:left !important;
	overflow: hidden;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-type: none;
}

#content .teaserText2 ul li {
	width:27%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(_images/St-body-bullet1);
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
}

/*Google Adds*/

#flights-bot {
	width:300px;
	height:250px;
	float:left;
	padding:0 15px 15px 0
}

/*--------------------------------------------------------------------
11. Directory Listing
--------------------------------------------------------------------*/
#content .Listing {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 500px;
}

#content  .Listing p {
	clear:none;
	display: block;
	width: auto;
	margin-bottom: 15px;
	padding-right: 10px;
}

/* IE HACK - #MainB .Listing p */
*:first-child+html #content .Listing p { margin-top: 10px; } * html {}

#content .Listing h3{
	margin-top:0;
	margin-bottom: 5px;
	padding: 8px 0 8px 8px;
}

#content .Listing h3 a{
	text-decoration:underline;
}

#content .Listing img {
	border:2px solid #0096EB;
	float:left;
	height:50px;
	width:50px;
	margin-right: 20px;
	margin-left: 10px;
}

/*------------HOME PAGE------------------*/
.MainCContent {
	width:600px;
	margin-bottom:15px;
	float: left;
	margin-right: 0px;
	visibility: inherit;
	margin-top: 10px;
}

#myGallery {
	font-size:11px;
}

.home2ColLeft {
	width:455px;
	float: left;
	display: block;
	padding-bottom: 20px;
}

.home2ColLeft {
	width:455px;
	float: left;
	display: block;
	padding-bottom: 20px;
}

.home2ColRight {
	width:145px;
	float:right;
	display: block;
	padding: 0;
}

.home2ColRight img {
	padding:10px 0;
}


.home2ColRight p {
	padding:0px;
	margin: 0px;
	color: #666666;
	
}

.home3ColLeft {
	width:175px;
	margin-right:16px;
	float: left;
	padding-bottom: 15px;
	padding: 5px 5px;
	font-size: 12px;
}

.home3ColRight {
	width:175px;
	float:right;
	padding-bottom: 15px;
	padding: 5px 5px;
	font-size: 12px;
}

.home2ColRight p {
	padding:0px;
	margin: 0px;
	color: #666666;
	
}

.home3ColLeft h4, .home3ColRight h4 {
	font-size: 1.3em;
} 

h3.HomeGreen, h3.HomeBlue  {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	clear: both;
	margin: 0 0 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

h3.HomeBlue {
	color: #498BFB;
	font-size: 1.5em;
}

.leader {
	padding: 0px 0px 10px;
	margin: 10px 0 10px;
	width:190px;
	float: right;
}
	
.leader h2{
	width:200px;
	background-image: url(../_images/St-body-Mn-LcolBlu.jpg);
	padding: 14px 0px;
	background-repeat: no-repeat;
	margin: 0 0;
}

.leader p {
	padding: 0px 10px;
	margin: 5px 0 0;
}

.leader ol, leader ol a {
	background-image:none;
	list-style-type: none;
	margin: 2px 0 2px;
}

.leader ol li a {

}

.leader ol li a:hover {

}

.quickLinks {
	width:200px;
	height:100px;
	background-image:url();
	background-repeat:no-repeat;
	float: right;
}


#add-leader {
	width:728px;
	height:90px;
	margin:10px auto 0px;
	clear: both;
}

#add-bottom {
	width:728px;
	height:90px;
	margin:10px 0 0;
	clear: both;
}

