@charset "utf-8";
/******************************/
/*          BASICS            */
/******************************/
body {
	background-color: #EFEFEF;
	background-image: url(../images/mainbg.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

a {
	color: #305C8D;
}

	a:hover {
		color: #ff9c00;
	}
	
	a.external {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #00C;
		text-decoration: none;
	}
	a.external:hover {
		border-bottom-color: #ff9c00;
	}
	a.noline {
		text-decoration: none;			
	}

img {
	border-width: 0;
}

hr {
	height: 1px;
	color:#305c8d;
	background-color: #305c8d;
	width: 90%;
	border: 0;
}


p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
	p.fineprint {
		font-size: 11px;
		color: #999;
	}
	
	p.error {
		font-weight: bold;
		color: #900;	
	}

h1, h2, h3, h4, h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
}

	h1 {
		font-size: 22px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	h3 {
		font-size: 14px;
	}
	
	h4 {
		font-size: 12px;	
	}
	
	h5 {
		font-size: 11px;
	}	

/* Lists */
ol, ul {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
}

ol {
	font-size: 11px;
}

ul {
	font-size: 12px;
	list-style-type: square;
}

ul.smalllist {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	list-style-type: square;
}


/******************************/
/*      LAYOUT STUFF          */
/******************************/
div.maincontainer {
	margin: 0px;
	padding: 0px;
	width: 1080px;
	background-image: url(../images/navbarbg.png);
	background-repeat: repeat-y;
	background-color: #FFF;
}

div.header_container {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 139px;
}

#navbar {
	margin: 0px;
	padding: 0px;
	width: 194px;
	float: left;
	display: inline;
}

#maincontent {
	margin: 0px;
	padding-top: 10px;
	padding-left: 15px;
	width: 865px;
	float: left;
	display: inline;
}

#headersearch {
	position: absolute;
	top: 98px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	left: 928px;
}

#footer {
	vertical-align: bottom;
}

.clearright {
	clear: right;	
}

/* Right Column Stuff */
#rightcolumn {
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #305c8d;
	width: 260px;
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 8px;
	margin-bottom: 5px;
}

div.rightcolcontainer {
	border: 1px solid #305c8d;
}

div.rightcolheader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #305c8d;
	margin: 0px;
	padding: 8px;
}
div.rightcolcontent {
	margin: 0px;
	padding: 5px;	
}

/* Various Specialized Thingies */
.centered {
	text-align: center;	
}

.paddedcontainer {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}



/******************************/
/*    ATTRACTION COMMENTS     */
/******************************/
div.commentcontainerPrimary, div.commentcontainerSecondary {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	width: 800px;
	position: relative;
	left: 25px;
}

div.commentcontainerPrimary {
	background-color: #305c8d;
}

div.commentcontainerSecondary {
	background-color: #ff9c00;
}

div.commentPrimary, div.commentSecondary {
	float: right;
	width: 675px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
div.commentPrimary {
	background-color: #d1dfef;
}
div.commentSecondary {
	background-color: #ffe3bb;
}

div.commentPrimary p, div.commentSecondary p {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;	
}
div.commentinfobox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;	
}

div.commentinfobox p {
	line-height: 5px;	
}


/******************************/
/*    PAGE-SPECIFIC CSS       */
/******************************/

/* Attractions */
#attractname p {
	font-size: 16px;		
}

span.commentUsername a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
}

table.statistics {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	vertical-align: top;	
}

/* History */
table.timeline {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

/* News Include Widget */
img.dotted_hr {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: -5px;
	margin-bottom: -5px;
}
span.headline {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
}


/* Front Page */
span.hours_date {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding: 6px;
}

span.hours_time {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
}


span.smalltext {
	font-size: 11px;		
}




textarea.standard {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

.floatleft {
	float:left;
	clear:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.photoboxleft {
	padding: 0px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 0px;
	text-align: center;
	font-size: 10px;
}

div.photoboxleft p {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #666;
}

div.photoboxright {
	padding: 0px;
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	border: 0px;
	text-align: center;
	font-size: 10px;
}

div.photoboxright p {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #666;
}

div.photoboxcenter {
	padding: 0px;
	text-align: center;
}
div.photoboxcenter p {
	font-size: 11px;
	color: #666;	
	margin-top: 2px;
	margin-bottom: 2px;
}

div.photoboxcenter img {
	display: block;
    margin-left: auto;
    margin-right: auto	
}



tr.altbg {
	background-color: #EFEFEF;	
}

th.rightcoltableheader {
	text-align: right;
	vertical-align: top;
}

table.general {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	margin: auto;
	border: 1px solid #000;
	border-collapse:collapse;
}

table.general td {
	font-size: 12px;		
}

table.general th {
	font-size: 14px;		
}

table.general .title {
	color: #FFF;
	background-color: #305c8d;		
}

table.general .dkgray {
	color: #FFF;
	background-color: #666;		
}	

table.general .medgray {
	color: #FFF;
	background-color: #999;
}	
table.general .ltgray {
	background-color: #CCC;		
}
