/* global */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
blockquote {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

/* masthead */
/* masthead */
/* masthead */

#masthead {
	position: absolute;
	left: 20px;
	width: 95%;
	top: 0px;
	height: 70px;
	
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	
	margin: 0px;
	padding: 0px;

	background-color: #999;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 35px;
}

#masthead h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 20px;
	font-weight: normal;
	margin: 15px 0px 0px 20px;
	}
#masthead h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px 0px 0px 20px;
	}

/* pagewrap */

#pagewrap {
	position: absolute;
	left: 20px;
	width: 95%;
	top: 110px;

 	margin: 0px;
	padding: 0px 0px 20px;
	
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	}
#clear {
	clear: both;
	visibility: hidden;
	float: none;
	position: relative;
	}

/* navcol */
/* navcol */
/* navcol */
#navcol {
	width: 20%;
	margin: 0;
	padding: 18px 0px 0px 0px;
	float: left;
	position: relative;
}
	#navcol li {
	list-style-type: none;
	margin: 6px 6px 6px 0px;
	padding: 0px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #999;
		}
		
	#navcol ul, ol {
	margin: 0;
	padding: 0;
		}
	#navcol a {
	color: #666999;
	font-weight: bold;
	padding: 6px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 12px;
		}
		
	#navcol a:hover {
	color: #ccc;
		}
#navcol a:visited	{ color: #999;} 
#navcol h1  {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

/* maincol */
/* maincol */
/* maincol */

#maincol {
	position: relative;
	visibility: visible;
	width: 100%;
	float: right;
}
#maincol h1  {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 9px;
	padding: 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#maincol .divider {
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	clear: both;
	float: none;
	background-color: #CCCCCC;
}

#maincol h2  {
	color: #666666;
	font-size: 22px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: normal;
}
#maincol h3  {
	color: #666666;
	font-size: 18px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.05em;
	font-weight: normal;
}
#maincol h4   {
	color: #666666;
	font-size: 15px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
#maincol h5  {
	color: #666666;
	font-size: 16px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
#maincol h6  {
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 6px 15px 0px 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
}
#maincol p  {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	padding-top: 0px;
	padding-left: 0px;
}


#maincol a			{ color: #666999; }
#maincol a:link		{ color: #666999; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #666999; }
#maincol a:visited	{ color: #666666; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #666666;} 
#maincol a:hover	{ color: #333666; padding-bottom: 0px; border-bottom: 1px solid #9DA38C; } 
#maincol a:active	{ color: #666666; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #666666;} 

#pagewrap #maincol td a.pastevent {
	color: #999666;
}
#maincol a img		{ border-width: 0; border-style: none; border-color: #fff; color: #fff;}

#maincol ol, ul {
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

#maincol li {
	margin: 0px 1em 0px 0px;
	padding: 0px 1em 0px 0px;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#maincol .spacebefore { 
	margin-top: 12px;
 }
#maincol .spacebeforelg {
	margin-top: 12px;
 }
#maincol .spaceafter  {
	margin-bottom: 12px;
 }
#maincol .captiontext  {
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#maincol .caps {
	text-transform: uppercase;
}
#maincol .date {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 12px;
}
#pagewrap #maincol .nospacebefore {
	margin: 0px;
	padding: 0px;
}
#maincol .instructions {
	color: #333333;
	background-color: #F4F3B2;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#maincol .list {
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
}
#onecol {
	width: 100%;
	left: 0px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
}
/* dividing the main column in two */
/* dividing the main column in two  */

#wrap2 {
	float: none;
	margin-top: 20px;
}
#leftcol2 {
	float: left;
	width: 48%;
	padding-right: 4%;
}
#rightcol2 {
	width: 48%;
	float: left;
}
#clear2 {
	clear: both;
	visibility: hidden;
	}
/* dividing the main column in three */
/* dividing the main column in three */

#wrap3 {
	float: none;
	margin-top: 20px;
}
#leftcol3 {
	float: left;
	width: 30%;
	padding-right: 4%;
}
#centercol3 {
	width: 30%;
	float: left;
	padding-right: 4%;
}
#rightcol3 {
	width: 30%;
	float: left;
}
#clear3 {
	clear: both;
	visibility: hidden;
	}


/* globalnavbar */
/* globalnavbar */
/* globalnavbar */

#globalnavbar {
	font-size: 12px;
	margin: 0px 0px 0px 20px;
	padding: 15px 0px 0px;
	position: absolute;
	top: 40px;
	}

#globalnavbar li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
		}
		
#globalnavbar ul, ol {
	margin: 0;
	padding: 0;
		}
		
#globalnavbar a {
	color: #666999;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 10px 10px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
		}
		
#globalnavbar a:hover {
	background: #999999;
	color: #fff;
		}
		
/* single day or multiday */
/* single day or multiday */
#singleday {
	visibility: visible;
	position: relative;
	height: 40px;
	clear: none;
	}
#multiday {
	visibility: hidden;
	height: 60px;
}
		
/* areas  */
#footer {
	position: relative;
	visibility: visible;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	background-position: right;
}


/* forms */
/* forms */
/* forms */

form {
	padding: 0;
	margin: 0;
	}
form p {
	clear: both;
	position: relative;
	}
form p label {
	float: left;
	position: relative;
	padding-right: 20px;
	}
form p input select {
	float: left;
	position: relative;
	margin-left: 20px;
	}
#submit {
	position: absolute;
	left: 180px;
	width: 50px;
	}

/* styles */
.paragraphtext  {
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #666666;
}
.nospacebefore {
	margin-top: 0px;
}
#maincol .containerleft {
	float: left;
	margin: 0px 15px 0px 0px;
}
#maincol .containerright {
	float: left;
	margin: 0px 0px 0px 15px;
}
#maincol .filecontainer {
	float: left;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #666666;
}
.date {
	margin: 2px 0px 0px 3px;
	padding: 2px 0px 0px 3px;
	color: #FFFFFF;
	font-weight: bold;
}
#maincol .smalltext {
	font-size: 10px;
	}
.callout {
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	color: #666666;
	padding: 6px 0px 0px;
	font-style: italic;
}
.sans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.wideltrspacing {
	letter-spacing: 12px;
}
.smletterspacing {
	letter-spacing: 1px;
}
#maincol .errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
	margin: 20px 0px 0px 20px;
}
#maincol .feedbacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #AA0000;
}
		
	
.imgfloatright {
	float: right;
	margin-left: 12px;
	position: relative;
}
.imgfloatleft {
	float: left;
	margin-right: 12px;
}

/* data tags */
#maincol .address {
	font-size: 10px;
}
#maincol .phone {
	font-size: 14px;
}
#maincol .hours {
	font-size: 14px;
	font-style: normal;
}

/* style */
#maincol .ruleabove {
	border-top: 1px solid #666;
	border-right: #666;
	border-bottom: #666;
	border-left: #666;
}
.label {
	font-size: 10px;
	text-transform: lowercase;
}
.parenthesis {
	font-size: 12px;
	font-style: italic;
}
.bold {
	font-size: 12px;
	font-weight: bold;
}
#maincol .tours {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 4px;
}
hr {
height: 1px;
border: 0;
color: #333333;
background-color: #333333;
}
.button {
	background-color: #CCCCCC;
	text-transform: uppercase;
	padding-right: 2px;
	padding-left: 3px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.mceEditor { }