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

/* Created & updated by Larry L. Roberts - XC Communications 04-08-2008 */
body {
	font: 100.01% Geneva, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* = = =  tag only CSS should go here - affects entire page, except where overridden by other specific div tags */
img {
	margin: 0px;
	padding: 0px;
}
p { font-size:0.9em; 
	}

a:link {
	color: #0033CC;
	text-decoration:underline;
	/*font-size: 0.9em;*/
	}
a:visited {
	color:#663366;
	/*text-decoration: underline;*/
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#container {/* this is the large box around the page, inside the body, all other divs are inside this container div */
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/ /* remove boarder so rounded corners show */
	text-align: left;
	padding: 0;
	position: relative;
	background-color: #F7F8FB;
	border: 1px solid #333;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	padding: 0;
	height: 58px;
	width: 100%;
	text-align: center;
	margin: 0px;
	}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -150px;
	left:0; /* the last three entries allow a h1 header to be used for better search engine results, but will not be shown on the page.*/
}
#header h2 {
	margin:0;
	padding:0;
	text-align: center;
	}

#header p
{
	margin:0;
	padding:0;
	font-weight: bold;
	text-align: right;
}
#header a:link {
	color: #000;
	text-decoration:none;
	}

#header a:visited {
	color: #000;
	text-decoration: none;
}

#header a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#header-contact {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 53px;
	width: 160px;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #000;
}
#header-contact  p {
	margin:0;
	padding:1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#header-contact  a:link {
	color: #000;
	text-decoration:none;
	}

#header-contact  a:visited {
		text-decoration: none;
}

#header-contact  a:hover {
	color: #F00;
	text-decoration: underline;
}
/* navigation menu on top of page below header - most of nav menu is controlled by Spry code */
#nav-top {
	padding: 0;
	margin: 0;
	height: 18px;
	text-align: center;
	background: #A9BBE9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#nav-top p {
	padding: 2px 0;
	margin: 0px;
	font-size: 0.7em;
	display: inline;
	}
/* tracking of current page and path to that page, with ability to click on previous pages to go back */
#breadcrumbs {
	padding: 0;
	margin: 0;
	height: 18px;
	text-align: center;
	z-index: 1200;
}
#breadcrumbs p {
	padding: 4px 0 0 0;
	margin: 0px;
	font-size: 0.7em;
	font-variant: small-caps;
	/*font-weight: bold;*/
	}
#breadcrumbs a {
	text-decoration:underline;
	color:#0000CC;
	}
#breadcrumbs a:visited {
	text-decoration:underline;
	color:#0000CC;
	}
#breadcrumbs a:hover {
	text-decoration:underline;
	color:#FF0000;
	}

/*  href links for entire page, except where changed by other css */
/*  - = - */
/* cam-small is for home page index.html camera on front page - unique set up */
/* absolute positioning to keep cam box in position with live update on page open or refresh */
/* z-index to make it a lower number than nav-top Spry so nav drop down will cover cam window, not go behind */



#news-box-left {
	height: 66px;
	width: 152px;
	padding: 0px;
	margin: 0;
	text-align: left;
	position: absolute;
	z-index: 950;
	left: 20px;
	top: 83px;
	}
#news-box-left img {
	border-style: none;
	margin: 0;
	padding: 0;
}

#hours-box {
	position: absolute;
	height: 66px;
	width: 152px;
	top: 154px;
	left:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px 0px 0px 2px;
}


/*  css for home page index.html top of page NOTICE section */

#maincontent {
	width: 970px;
	color: #000000;
	z-index: 950;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 8px;
}
#maincontent   p {
	margin: 0px;
	padding: 0px;
}
#maincontent   h1 {
	text-align:center;
	}
#maincontent  img  {
	margin: 0px;
	padding: 1px 5px 10px;
	border: none;
	float: left;
	}
#maincontent  ul {
	display: block;
	list-style-type: none;
	padding: 0;
	clear: left;
	margin: 0;
	z-index: 999;
}
#maincontent  li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	z-index: 950;
	}
#maincontent  a:link {
	color: #0033CC;
	text-decoration:none;
	}
#maincontent a:visited {
	color:#663366;
	text-decoration: none;
}
#maincontent   a:hover {
	color: #CC0000;
	text-decoration: underline;
}



#maincontent-2col {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top: 1px solid #666666;
}
#page-title  {
	width: 90%;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	/*height: 50px; remove height, use h1 margin for spacing */
}
#page-title  h1 {
	margin: 5px 0px;
	padding: 0px;
	color: #003366;
	text-align: center;
}
#page-title  h2 {
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}
#page-title  h3 {
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}
#page-title  h4 {
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}
#page-title  h5 {
	margin: 3px 0px;
	padding: 0px;
	text-align: center;
	color:#000066;
}
#page-title p {
	font-size: 0.9em;
	margin: 0px;
	padding: 3px;
}


#column-center {
	margin: 0px 10px;
	padding: 0 25px;
}

#column-center li {
	font-size: 0.9em;
	padding: 2px;
}

#column-center ul { margin-left: 20px;
	text-align:left;
	}
#column-center h1, h3 { color: #003366; }
#column-center p {
	font-size:0.9em;
	padding: 0px;
	text-align: left;
}
#column-all {
	width: 950px;
	padding: 0;
	margin: 15px 0 0 15px;
}
#column-all h1 { color: #003366; }
#column-all ol {
	margin: 0 0 0 25px;
	padding: 5px;
	}


#column-all ul {
	margin: 0 0 0 35px;
	padding: 5px;
	}

#column-all li {
	padding: 1px 1px 6px 1px;
	font-size: 0.9em;
}
#column-all li ul li {
	padding: 1px 1px 6px 1px;
	font-size: 1.0em;
}

#column-all h2 {
	background: #005B9E;
	margin: 0;
	padding: 0px;
	height: 35px;
	text-align: center;
	/*display: block;  */
	color: #FFFFFF;
}

#column-all p {
	font-size: 0.8em;
	padding: 8px 0px;
	margin: 0px;
}

#column-all h4 {
	height: 20px;
	border: 2px solid #005B9E;
	margin: 0 10px;
	padding: 3px;
}

#column-all h5 {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	margin: 10px;
}
#column-all img {
	/*margin: 0 5px 15px 5px;*/
	padding: 0;
}
#column-all .img-left img {
	float:left;
	border-top: 1px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #333333;
	margin: 0px 10px 10px 0px;
	padding: 0;
	text-align: right;
	vertical-align: top;
}

#column-all .img-right img {
	float: right;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 10px 10px;
	padding:0;
}

#column-all  h3 {
	color: #000099;
	margin: 5px;
}
#column-1 {
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	width: 430px;
	background: #F9F8D2;
	border: 3px solid #005B9E;
	height: 1050px;
}
#column-2 {
	margin: 0 15px 0 0;
	padding: 0;
	float: right;
	width: 430px;
	background: #F9F8D2;
	border: 3px solid #005B9E;
	height: 1050px;
}
#column-2gift {
	margin:0;
	padding:0;
}
#column-2gift p { font-size:0.8em; 
	}
#column-2gift  img {
	margin: 0px 5px;
	padding: 0px;
	border: none;
}



#column-info-left {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 225px;
}

#column-info-left p { font-size: 0.8em; 
}

#column-info-left ul {
	padding: 0;
	margin: 3px 0px 3px 15px;
}

#column-info-left li {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#column-info-left ul li ul li{
	font-size: 0.9em;
	font-weight: normal;
}

#column-info-left a:link {
	color: #0033CC;
	text-decoration:underline;
	font-size: 0.9em;
	}
#column-info-left a:visited {
	color:#663366;
	/*text-decoration: underline;*/
}
#column-info-left a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#column-info-left .currentmenu a  {
	color:#166329;
	font-weight:bold;
	text-decoration: none;
	}
#column-info-left .currentmenu a:visited {
	color:#166329;
	font-weight:bold;
	text-decoration: none;
}
#column-info-left .currentmenu a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight:bold;
	}
#column-info-left-menu {/* this is an attempt to have a fixed menu that stays in one place on the page does not work on MSIEv6 */
	height: 600px;
	width: 220px;
}
#column-info-left-menu  h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#column-info-right {
	float: right;
	width: 700px;
	margin: 0px;
	padding: 5px 15px 15px;
	border-left: 1px dotted #666666;
}
#column-info-right p { font-size: 0.9em; 
}

#column-info-right ul {
	padding: 4px;
	margin-left: 35px;
}

#column-info-right li {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#column-info-right li ul li{
	font-size: 1em;
	font-weight: normal;
}
#lower-sect {
	padding: 5px 10px;
	clear: both;
	margin: 0px 15px 15px;
	border-top: 1px solid #666666;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #666666;
	background-color: #95BDDB;
}
#lower-sect p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
#lower-sect h3 {
	margin: 6px;
	padding: 0px;
}


#lower-sect .img-left {
	padding: 2px;
	border: thin solid #333333;
	margin-right: 5px;
}
#lower-sect ul {
	margin: 0 0 0 35px;
	padding:0;
	 }

#lower-sect li {
	font-size: 0.8em;
	padding: 2px;
}
#footer {
	clear: both;
	padding: 2px 0;
	margin: 0;
	text-align: center;	
	}

#footer ul {
	/*display: block;*/
	list-style-type: none;
	margin: 0px;
	padding: 2px 0;
	background: #005A9B;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#footer li {
	font-size:0.6em;
	display: inline;
	padding: 0  5px;
	border-right:solid 1px #FFFFFF;
}
#footer li:first-child {
	display: inline;
	border-left:solid 1px #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration:none;
	}

#footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#footer img {
	padding: 0px;
	margin-bottom: -3px;
}

#footer p {
	font-size:0.7em;
	color:#333333;
	margin: 0;
	padding: 2px 0;
	background:transparent;
	}
.topofpage {
	color:#003399;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.topofpage a:link{
	color:#0033CC;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
	}
.topofpage a:visited {
	color:#0033CC;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}


.img-left {
	float: left;
	text-align: right;
	vertical-align: top;
	margin:  0px 10px 10px 0px;
	padding: 0px;
}
.img-leftborder {
	float: left;
	text-align: right;
	vertical-align: top;
	margin: 0px 10px 10px 0px;
	padding:0;
	border-top: 1px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #333333;
}
.img-right {
	float: right;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	}
.img-rightborder {
	float: right;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0  0 10px 10px;
	border-top: 1px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #333333;
	display: inline;
}
.redbrick-bold {
	color: #990033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red-bold {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-bold {
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.clearboth {clear:both;}/* used to make item clear the both the left and righ floated item above it*/
.clearleft {clear:left;}/* causes item to clear left floated item*/
.clearright{clear:right;}/* causes item to clear right floated item*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float == do not use on text that you want to read */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.box-indented {
	margin: 5px 100px;
	padding: 5px 10px;
	border-top: 1px solid #999999;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 1px solid #999999;
}

.box-center {
	text-align:center;
	margin:0;
	padding: 10px;
	border: 1px solid #666;
	}
	
.box-right {
	margin:0 10px 0 0;
	padding: 5px 0 10px;
	}
.box-right-border {
	float:right;
	margin:0 0 10px 10px;
	padding: 5px 0 10px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 3px solid #666;
	border-left: 3px solid #666;
	}

.box-left-border {
	float:left;
	margin:0 10px 10px 0;
	padding: 5px 0 10px;
	border-top: 1px solid #666;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	border-left: 1px solid #666;
	}
.box-left {
	float:left;
	margin:0 10px 10px 0;
	padding: 5px 0 10px;
	}
/* .box-autooverflow { NOT Used on any pages
	width: 100%;
	overflow: auto;
}*/

.blue-light-bold {/* used to highlight text that describe color of line on image - in operation info landing */
	font-weight: bold;
	color: #18EDFF;
}

.current-page {
	color:#990033;
	font-weight:bold;
	}

.border {
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}
#rates-fees  { margin-left: 25px; }

#rates-fees table  { text-align: left; 
}
#rates-fees  table th {
	text-align: center;
	font-weight:bold;
	font-size: 1.0em;
	color: #FFFFFF;
	background: #005A9B;
	}
#rates-fees  table td{ font-size: 0.9em; 
	}

#glider-specs  {
	margin-left: 25px;
	margin-right: 25px;
}
#glider-specs h4 {
	font-size: 18px;
	border:none;
}

#glider-specs table  { text-align: left; 
}
#glider-specs  table th {
	text-align: center;
	font-weight:bold;
	font-size: 0.9em;
	color: #333;
	background: #ffffff;
	padding: 5px;
	}
#glider-specs table td{
	font-size: 0.9em;
	text-align: center;
	}


#maparea {
	height: 750px;
	width: 775px;
	border: 1px solid #666;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}