body {
	font-family: Verdana, Futura, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
min-height:100%;
}
#topwrap {
	background-color: #FFEEA9;
	background-image: url(images/yellowgradient5x130.gif);
	background-repeat: repeat-x;
	padding-bottom:1.2em;
	border-bottom: solid #FFCC00 .3em;
	border-top: solid #FFEEA9 .1em;
		z-index: 150;
}
*html #topwrap {/*need to add for IE*/		border-bottom: solid #FFCC00 .3em;
	padding-bottom:0px;
}

#navbar, #toparea {
	padding: 0;
/*	padding-left: 10px;*/
	width: 860px;
	margin: 0px;
}
#navbar {
	margin-left: 8px;
	clear: both;
}
#navbar ul {
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navbar ul a {
	display: block;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 6px;
}
#navbar li {
/*	padding-right: 4px;*/
	float: left;
	width: 156px;
	w\idth: 170px;
}
#navbar li a {/*mainline*/
/*	background: #003399;*/
	background-image:url(images/mainnavbuttons.gif);
	background-repeat:repeat-x;
	color: white;
/*	height: 20px; caused inherited problem in li li in firefox*/
	padding-top: 1px;
	padding-bottom: 2px;
}

#navbar li a:hover {
	color: #FFCC33;
	background-color: #D40026;
}
/*dropdowns*/
#navbar li ul {
	position: absolute;
	width: 138px;
	w\idth: 130px;
	left: -1999px;
	h\eight: 1px;
	margin-left: 0px;/*was6px*/
	z-index: 200;
}
#navbar li li {
	background: #FFCC33;
	color: #003399;
	border: none;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: .25em; 
	height: 100%;
}
#navbar li li a {/*dropdowns*/
	background: #FFCC33;
	color: #003399;
}
#navbar li li a:hover {
	color: #FFCC33;
}
#navbar li:hover ul, #navbar li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*FOR CONTROLLING Specials Box ABOVE NAV BAR*/
#specialintopbar {
	padding: 6px;
	width: 250px;
	margin-bottom: 0px;
	clear:right;
	float: right;
	background-color: #FFFFFF;
	margin-top: 9px;
	margin-right: 0px;
	margin-left: 0px;
	border: 2px solid #FFFFCC;
}
/*FOR CONTROLLING Alternate Site Link ABOVE NAV BAR*/
#switchsites {
	padding: 0;
margin-top:3px;
	margin-bottom: 3px;/*was10*/
/*	margin-left:520px;*/
		height: 24px;
		clear:right;	
}
#switchsites h5 {
margin:0;
padding:0;
margin-top:6px;
	background-position: 0px 0px;
	float:right;	
			width:337px;	
}
#switchsites a {
	background-image:url(images/SWITCHnavbuttons.gif);
	background-repeat:repeat-x;
	background-position: top left;
	display: block;
	padding-top:4px;
	text-align:center;
	padding-left:12px;
	padding-right:12px;
	text-decoration:none;
	color: #FFFFFF;/*CCCCCC;		*/
	height: 24px;
}
#switchsites a:hover {
	color: #FFEEA9;
	}/*END SIMPLE VERSION*/
/*COMPLEX ROUNDED END VERISON
#switchsites .barend {/*RIGHT end of bar floated
background-image:url(images/rightround.gif);
background-repeat:no-repeat;
	background-position: 0px 0px;
	clear:right;
	float:right;
	width: 26px;		
	height: 24px;
}
#switchsites h5 {background-image:url(images/leftround.gif);
background-repeat:no-repeat;
margin:0;
padding:0;
margin-top:6px;
	background-position: 0px 0px;
	float:right;		
/*	height: 24px;
}
#switchsites a {
	background-image:url(images/centerbar.gif);
	background-repeat:repeat-x;
	background-position: top left;
	display: block;
	padding-top:4px;
	text-align:center;
	margin-left:26px;
	margin-right:26px;
	text-decoration:none;
	color: #CCCCCC;		
	height: 24px;
}
#switchsites a:hover {
	color: #FFEEA9;
	background-image:url(images/centerbar.gif);
	background-repeat:repeat-x;
	background-position: 0px -24px;
	}*/
#topwrap h5 {
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
/*	background-image: url(silveryellowgrad.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	*/
	display: block;
	height: 24px;
	overflow: hidden;
	clear: right;
	float: right;
}
/*FOR CONTROLLING QUICK LINKS--BUY TICKET, ETC ABOVE NAV BAR*/
#standardbuttons {
/*	clear: both;
	width: 540px; 
	margin-right: 10px;
	height: 100px;*/
}
#standardbuttons  ul {
	padding: 0px;
	list-style: none;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
}
#standardbuttons li {
	display: block;
	float: right;
	margin-left: 6px;
/*	width: 120px;*/
}
#standardbuttons ul a {
	background-color: #D40026;
	padding-left: 4px;
	width: 116px;
	display: block;
	text-decoration: none;
	height: 14px;
/*	height was 10     font-weight: bold;*/
	color: white;
}
#standardbuttons ul a:hover {
	background-color: #666666;
}
/*MAJOR PAGE ELEMENT POSITION CONTROL*/
#pagelogo {
	margin: 12px;
	float: left;
}
#main {
	background-color: #FFFFFF;
/*	margin-right: 6px;
	position: relative;*/
	margin-left: 0px;
	clear: both;
	z-index: 50;
	width:860px; /*this un-does flexible layout!!!!!!*/
	max-width:860px;
}
#basic {
padding-left:370px;/*	position: absolute;
	left: 366px;
	top: 6px;*/
}
#basicr {
	padding-right:370px;
	padding-left: 12px;
}
#footer {color:#CCCCCC;
background-color:#000066;
padding:4px;
clear:both;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	margin-top: 0px;
	margin-bottom: .5em;
	line-height: 1.5em;
}
/*HOME-PAGE SPECIFIC ELEMENT POSITION CONTROL*/
#featurearea, #featurerightarea {
	background-color: #FFEEA9;
	width: 348px;
	margin: 0px;
/*	position: absolute;
	left: 0px;
	top: 0px;*/
	float: left;
	border: solid  #FFEAA9 0px;
	border-left: solid  #FFEAA9 6px;
}#featurerightarea {
	float: right;
	border: solid  #FFEAA9 0px;
	z-index: 20;
}
#feature1 {
	background-color: #FFFFFF;
	padding: 6px;
	margin: 6px;
}
#feature2, .insetfeature {
	background-color: #FFFFFF;
	padding: 6px;
	margin: 6px;
	border: 2px solid #FFCC33;
	border-right: solid  #CC9966 2px;
	border-bottom: solid  #CC9966 2px;
	clear: left;
/*	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;*/}
#blogpromo {
	background-color: #000033;
	padding: 6px;
	margin: 6px;
	color: #FFFFFF;
}
#blogpromo h2, #pricepromo h2 {
	color: #FFFF99;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: .25em;
}
#pricepromo {
	background-color: #003399;
	padding: 6px;
	margin: 6px;
	color: #FFFFFF;
		border-right: solid #333333 2px;
		border-bottom: solid #333333 2px;
}
#main #pricepromo p a,#main #pricepromo ul a,#pricepromo a {
	color: #FFFFFF;
text-decoration:none;
border-bottom:#CCCCCC dotted 1px;
}
#pricepromo a:hover { color:#FFFF99;
text-decoration:none;
border-bottom:#CCCCCC dotted 1px;
}

.mainpagehead h1 {
	color: #FFEEA9;
/*	background-image: url(http://www.shorelinesightseeing.com/All4ImagesNoFlash.jpg);
	background-repeat: no-repeat;
	background-position: 360px top;
	height: 230px;	
	padding-top: 190px;
	padding-right: 6px;
*/
	margin: 0px;
	margin-top: -60px;
	margin-bottom:10px;
	padding-bottom: 6px;
	padding-left: 2px;
	font-size: 36px;
}
.mainpagehead {
	color: #FFEEA9;
	display: block;
	/*	height: 252px;*/
	padding-top: 190px;
	padding-right: 15px;
	margin: 0px;
	/*	margin-top: -60px;*/
	margin-bottom:20px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-size: 30px;
	left: -12px;
	line-height: 34px;
}
#main {	background-repeat: no-repeat;
	background-position: left top;}

.mainpagehead img {
margin-left:-16px;
}
#mainbodycopy {
	padding-left: 20px;
	z-index: 10;
}
#mainbodycopy h3 {background-image:url(images/roundedhoverbar_05.gif);
background-repeat:repeat-x;
margin-left:-14px;
margin-top:20px;
}
#mainbodycopy img.floatright {
margin-top:-20px;
}
/*END -----HOME-PAGE SPECIFIC ELEMENT POSITION CONTROL*/
/*GENERAL SMALL STYLES*/
.floatleft { float: left;}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
.clearboth {
	clear: both;
}
.floatright {
	float: right;
}
.floatrightm6 {
	margin-left: 6px;
	float: right;
}
.floatleftm6 {
	margin-right: 6px;
	float: left;
}
p, ul, table, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-top: 0px;
	margin-bottom: .5em;
	line-height: 1.5em;
}
#main p a,#main ul a,#main cite a{ color:#000066;
text-decoration:none;
border-bottom:#999999 dotted 1px;
}
#main td a { color:#003399;
text-decoration:none;
border-bottom:#FF0000 dotted 1px;
font-weight:bold;
}
#footer p a{ 
color:#999999;
text-decoration:none;
border-bottom:#999999 dotted 1px;
}
#blogpromo p a { 
color:#FFFFCC;
text-decoration:none;
border-bottom:#FFFFCC dotted 1px;
}
#blogpromo p a:hover { 
color:#FFFF66;
text-decoration:none;
border-bottom:#FFFF66 dotted 1px;
}
#main p a:hover, #main td a:hover,,#main cite a:hover { color:#000099;
text-decoration:none;
border-bottom:#999999 solid 1px;
}
#main li {margin-bottom: .25em;}
.emphasis {
	font-size: 1em;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0033;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: .25em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #003399;
	margin: 0px;
	margin-bottom:2px;
	padding: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #003399;
	margin: 0px;
	margin-bottom:2px;
	padding: 0px;
	padding-top: 3px;
}
h4 a, h3 a {
	color: #003399;
text-decoration:none;
border-bottom:#999999 dotted 1px;

}
h4 a:hover, h3 a:hover {
	color: #CC0033;
}
/*BUY BUTTONS*/
	h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFFF99;
	display: run-in;
	width: 105px;
	margin: 0;
	margin-right: 3px;
	/* .25em 1em .25px 1px;*/
	text-transform: uppercase;
	float: left;
	line-height: 1.1em;
}
	h6 a,#main td h6 a {
	text-decoration: none;
	color: #FFFF99;
	background-image:url(images/BUYnavbuttons.png);
	background-position: -10px 0px;
	display:block;
		padding: 3px;
		padding-right:6px;
			text-align: right;


}
	h6 a.learn {
	text-decoration: none;
	color: #FFFF99;
	background-image:url(images/LEARNnavbuttons.png);
	background-position: -0px 0px;
	display:block;
		padding: 3px;
		padding-left:6px;
	text-align: left;

}
	h6 a:hover,#main td h6 a:hover {
	display:block;
	background-position: -10px -60px;
	text-decoration: none;
	color: #FFFF99;
}	h6 a.learn:hover,#main td h6 a.learn:hover  {
	display:block;
	background-position: -0px -60px;
}
/*END BUY BUTTONS*/
cite {
	font-size: 0.75em;
	color: #666666;
	line-height: 1em;
}

.margin6r {
	margin-right: 6px;
}
.margin6l {
	margin-left: 6px;
}
.caps {
	text-transform: uppercase;
}
.deepbluetext {
	color: #103A61;
}
#eventlist h2 {
	margin-top: 1em;
	margin-bottom: 0.15em;
}
.mainpageheadtwoline {
	padding-top: 156px;
}
#tickettables
{clear:both;
padding-right:0;}
table p
{
font-size:1em;}
table table
{
font-size:1em;}
.tickettableheaders
{background-color:#003399;
color:#FFFFFF;
font-weight:bold;
padding:2px;}
