@charset "UTF-8";

/*
-----------------------------------------------
Screen Stylesheet

Author: Delwin Holeman delwin@idwebandprint.com
Version: 2008.10
----------------------------------------------- */

* {
	margin: 0; /* it's good practice to zero the margin and padding of all the elements to account for differing browser defaults */
	padding: 0;
	}

body  {
	margin: 0 auto;
	font-family: georgia, 'Times New Roman', times, serif;
	color: #333;
	}
	
#banner {   
	margin: 10px auto 0 auto;
	width: 940px;
	height: 328px;
	padding: 1px;
	border: 1px solid #98bbc6;
	}
	
#banner #logo a {
	display: none;
	}
	
#photos #banner {   
	margin: 0 auto;
	width: 940px;
	height: 128px;
	border: none;
	}
	
	
/*
LINKS --------------------- */


a img {
	border: none;
	}
	
a {
	color: #3753fc;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
/* 
NAVIGATION --------------------- */

.skiplink {
	display: none;
	}

#navMain ul {
	float: left;
	display: inline;
	margin: 3px 0 0 0;
	list-style: none;
	padding: 0;
	font-size: .90em;
	}
	
#navMain ul li {
	float: left;
	display: inline;
	margin: 0;
	line-height: 14px;
	}
	
#home 	   		li#n-home a:link, 		#home li#n-home a:active, 				#home li#n-home a:visited,	
#history   		li#n-history a:link,		#history li#n-history a:active,			#history li#n-history a:visited,
#packages		li#n-packages a:link,	#packages li#n-packages a:active,	#packages li#n-packages a:visited,
#photos			li#n-photos a:link,		#photos li#n-photos a:active,	 		#photos li#n-photos a:visited,
#location		li#n-location a:link,		#location li#n-location a:active,		#location li#n-location a:visited, 
#about			li#n-about a:link,		#about li#n-about a:active,				#about li#n-about a:visited,
#calendar		li#n-calendar a:link,	#calendar li#n-calendar a:active,		#calendar li#n-calendar a:visited,
#contact 	   	li#n-contact a:link, 		#contact li#n-contact a:active, 		#contact li#n-contact a:visited
	{
	font-weight: bold;
	}

#navMain a:link, #navMain a:active, #navMain a:visited {
	display: block;
	float: left;
	padding: 3px 20px 3px 0;
	width: 160px;
	color: #034854;
	text-decoration: none;
	}
	
#navMain a:hover {
	color: #000;
	}
	
#pageNav ul {
	margin: 10px 0 0 0;
	}
	
#pageNav a:link, #pageNav a:active, #pageNav a:visited {
	color: #3753fc;
	}
	
#pageNav a:hover {
	
	}
	
#flashcontent {
	float: left;
	margin: 0 0 0 25px;
	}
	
/*
CONTENT AND COLUMNS --------------------- */

#content { 
	width: 936px; 
	margin: 30px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
	
body.ms #mainContent, 
body.sm #mainContent {
	width: 525px;
	}
	
body.ms #sidebar,
body.sm #sidebar {
	display: block;
	width: 180px;
	}
	
body.ms #mainContent,
body.sm #sidebar {
	float: left;
	}
	
body.sm #mainContent,
body.ms #sidebar {
	float: right;
	}
	
#mainContent {
	text-align: left;
	padding: 0;
	}
	
div#sidebar {
	display: none;
	}
	
#leftnav {                                                                                             
	float: left;
	width: 180px;
	}
	
p {	
	margin: 0 35px 15px 0;
	font-size: .85em;
	line-height: 1.6em;
	color: #444;
	}
	
p.small {
	font-size: 11px;
	}
	
#mainContent .largeText p {
	font-size: .95em;
	line-height: 1.6em;
	color: #555;
	}
	
#sidebar p {	
	margin: 10px 0 5px 0;
	line-height: 18px;
	font-size: 13px;
	color: #555;
	}
	
#sidebar p.required {	
	margin: 0 0 5px 0;
	font-size: 12px;
	}
	
#sidebar p.caption {	
	margin: 0 0 3px 0;
	font-size: 10px;
	}
	
#sidebar img {	
	padding: 1px;
	border: 1px solid #98bbc6;
	}
	
#functions {
	float: left;
	width: 180px;
	padding: 0 0 10px 0;
	margin: 8px 0 15px 0;
	border-bottom: 1px dotted #333;
	}
	
#functions img {
	border: none;
	padding: 0 20px 0 0;
	}
	
ul.sitemap {
	margin: 20px 0 0 60px;
	}
	
sup {
	font-size: 75%;
	}
	
address {
	font-size: 18px;
	margin: 0 0 0 3px;
	font-style: normal;
	}
	
	
/*
HEADING TAGS --------------------- */
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

h1 {
	margin: 0 45px 20px 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.4em;
	}
	
h2 {
	margin: 28px 25px 15px 0;
	padding: 23px 0 0 0;
	font-size: 1.4em;
	border-top: 1px dotted #000;
	}
	
h3 {
	padding: 15px 0 12px 0;
	margin: 0 0 0 0;
	font-size: 1.4em;
	}
	
#sidebar h3 {
	padding: 12px 0 3px 0;
	margin: 8px 0 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
	border-top: 1px dotted #000;
	}
	
#sidebar h3.first {
	margin-top: 10px;
	}
	
h4 {
	margin: 17px 0 12px 0;
	font-size: 1.3em;
	line-height: 1.4em;
	}
	
#sidebar h4 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: .70em;
	color: #333;
	line-height: 1.4em;
	letter-spacing: .05em;
	text-transform: uppercase;
	}
	
h5 {
	margin: 25px 0 15px 0;
	font-size: 1.0em;
	line-height: 1.4em;
	}
	
#sidebar h5 {
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 1.1em;
	}
	
h6 {
	margin: 0 0 10px 0;
	font-size: .75em;
	text-transform: uppercase;
	}
	
.subhead {
	margin: -10px 0 0 0;
	font-size: 14px;
	font-family: Georgia, Times, serif;
	}
	
hr {
	margin: 30px 0 30px 0;
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #333; 
	border-style: none none dotted; 
	}
	
ul {
	padding: 16px 0 0 0;
	font-size: .80em;
	list-style: none;
	}
	
ul li {
	padding: 0 0 6px 0;
	}
	
#sidebar ul {
	padding: 10px 0 5px 0;
	font-size: .90em;
	}
	
#sidebar ul li {
	padding: 0 0 6px 10px;
	background: url(/images/bullet.gif) no-repeat 0 8px;
	}
	
ul.bullet {
	margin: 0 15px 15px 10px;
	list-style: none;
	font-size: .85em;
	}
	
ul.bullet li {
	padding: 0 0 6px 15px;
	background: url(/images/bullet.gif) no-repeat 0 5px;
	}
	
ol {
	margin: 0 30px 15px 70px;
	font-size: .9em;
	line-height: 1.6em;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 5px 35px 10px 25px;
	}

.fltlt { /* this class can be used to float an element left in your page */
	float: left;
	margin:12px 25px 10px 0;
	}
	
.fltrt img {
	padding: 1px;
	border: 1px solid #98bbc6;
	}
	
img.noborder {
	border: none;
	}
	
.fltlt img {
	padding: 1px;
	border: 1px solid #98bbc6;
	}


/*
FOOTER --------------------- */

#footer {
	margin: 30px auto 0 auto;
	width: 940px;
	font-size: 13px;
	border-top: 1px dotted #034854;
	}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	}
	
#footer p a {
	color: #034854;
	text-decoration: none;
	}
	
#footer p a:hover {
	text-decoration: underline;
	}

.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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}