/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
}
td {
font-family: "Century Gothic", Arial, sans-serif;
}
#nav {
	width: 160px;
	float: left;
	position: relative;
	z-index: 2;
}

a:focus { outline: 1px dotted invert; }

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.content img {
padding: 9px;
}
/* `Layout
----------------------------------------------------------------------------------------------------*/
html, body, #background {height: 100%;}

body > #background {height: auto; min-height: 100%;}

#main {padding-bottom: 280px;}  /* must be same height as the footer */
#indexWrapperTop h3 {
margin: 5px 0px 5px 0px;
}
#header {
	height: 113px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#header h1 a {
	display: block;
	height: 113px;
	outline: none;
	text-indent: -9999px;
	width: 220px;
}
#gallery {
	height: 229px;
	margin: 10px;
	position:relative;
}
.panel-overlay h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin-top: 7px;
}
#primary-navigation {
	background-color: #343434;
	height: 28px;
}
#flashcontent {
height: 275px;
width: 150px;
}
#footer-extend {
	width:100%;
	margin-top: -295px; /* negative value of footer height */
	height: 295px;
	position: relative;
}
#footer {
	/*margin-top: -260px;  negative value of footer height */
	height: 280px;
	clear:both;
	color:#FFF;
	position: relative;
} 
#footer-height {
	height: 230px;
	
}
#footer-nav {
	height: 20px;
}
.footerlink a:link, .footerlink a:active, .footerlink a:visited {
	color:#fff;
	text-decoration: none;
}
.footerlink a:hover {
	color:#ccc;
	text-decoration: none;
}
a.sephone:link, a.sephone:active, a.sephone:visited {
	color:#fff;
	text-decoration: none;
}
a.sephone:hover {
	color:#ccc;
	text-decoration: none;
}
div.indexWrapper div {
float:left;
padding-bottom:10px;
text-align:center;
width:70px;
}
.dim {
opacity:0.5;
}
#indexWrapperTop a {
color:black;
font-variant:small-caps;
font-weight:bold;
text-decoration:none;
}
.dark {
opacity:0.9;
}
/* `Classes
----------------------------------------------------------------------------------------------------*/
.footer img {
margin: 10px;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.txtsm {
	font-size: 10px;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* `Headings
----------------------------------------------------------------------------------------------------*/



h1, h2 { 
	font-weight:normal;
	font-size: 26px;
	font-family: Century Gothic, arial, sans-serif;
	margin: 0px 0px 10px 0px;
	}

h3 { 
	font-weight: bold;
	font-size: 14px;
	font-family: Century Gothic, arial, sans-serif;
	margin: 20px 0px 10px 0px;
	}

h4 { font-size: 12px; margin-bottom: 2px;}

h5 { font-size: 17px;}

h6 { font-size: 15px;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: square; }
li { margin-left: 30px;}
p, dl, hr, h1, h2, h3, /*h4,*/ h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom: 20px;}

/* special navigation styles ------------------------------------------------- */
#special-nav {
   list-style: none;
   margin: 0; padding: 0;
   float: right;
}
#special-nav li {
   float: left;
   font-size: 16px;
   margin-left: 10px;
}
#special-nav li a {
   display: block;
   text-align: center;
   /*color: #FFF;*/
   padding: 40px 5px 10px 5px;
   text-decoration: none;
}
#special-nav li a:hover {
   /*color: #FFF; */
   background: url('http://www.mainetourism.com/themes/main/images/white-20.png');
   text-decoration: none;
}
/* footer navigation styles ------------------------------------------------- */

/* the menu itself */
ul#footerNav {
	text-align: right;
	float: right;
	position: relative;
	top:5px;
	}

/* menu items */
ul#footerNav li {
	display: inline;
	font-size: 10px;
}
ul#footerNav li a {
	display: inline;
	text-decoration: none;
	color: #FFF;
	padding: 5px;
}

/* hover */
ul#footerNav li a:hover {
	color: #333333;
}


/* main navigation styles --------------------------------------------------- */

#nav {
	z-index: 9999;
}

ul#navigation {
	z-index: 9999;
	margin: 0px 0px 0px 135px;
	}	

/* sub menu */
ul#navigation li ul { 
	background-color: #323232;
	border-bottom: 2px solid #323232;
	left: 12px; /* set 1px less than menu width */
	top: 25px;
	z-index: 9999;
	padding-bottom: 2px
}

ul#navigation li ul li ul {
	left: 161px; /* set 1px less than menu width */
	top: 0;
}

/* menu items */

ul#navigation li a {
	display: block;
	text-decoration: none;
	
	/*background-color: #002E5C;  IE6 bug */
	padding: 5px;
	/*border-bottom: 1px solid #ccc;*/
	z-index: 9999;
}

/* hover */
ul#navigation li a:hover {
	
	-moz-border-radius-topright: 8px; 
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px; 
	-webkit-border-top-left-radius: 8px;
	
}
.active {
	
	-moz-border-radius-topright: 8px; 
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px; 
	-webkit-border-top-left-radius: 8px;
}
/* with sub */
ul#navigation a.parent, ul#navigation a.parent:hover {
/*	background-image: url('images/arrows.gif');
	background-position: center right;
	background-repeat: no-repeat;
*/
}
/* sub menu items */
ul#navigation li ul li a {
	width: 150px;
	display: block;
	padding: 3px 5px 4px 5px;
	z-index: 9999;
	-moz-border-radius: 0px; -webkit-border-radius: 0px; 
	
}
ul#navigation li ul li a:hover {
	width: 150px;
	display: block;
	padding: 3px 5px 4px 5px;
	z-index: 9999;
	-moz-border-radius: 0px; -webkit-border-radius: 0px; 
}

/* should not need to be changed */
ul.nav, ul.nav ul { margin: 0; padding: 0; list-style: none; }
ul.nav li { position: relative; text-align: left; margin-left: 0px;}
ul.nav ul { position: absolute; display: none; }
ul.nav li ul { z-index: 9998; }
ul.nav li ul li ul { z-index: 9999; }
ul.nav li:hover > ul { display: block; }

ul.nav > li { 
	float: left;
	/*width: 98px;106*/
	text-align: center;
	padding-left: 12px;
	z-index: 9999;
}


/* element styles -------------------------------------------------------- */

.color_black { color: #000000; }
.color_dark_gray { color: #666666; }
.color_light_gray { color: #cccccc; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }

.bordercolor_black { border-color: #000000; }
.bordercolor_dark_gray { border-color: #666666; }
.bordercolor_light_gray { border-color: #cccccc; }
.bordercolor_red { border-color: #ff0000; }


/* GalleryView Stylesheet -------------------------------------------------------- */
/*

	
	
	Use the CSS rules below to modify the look of your gallery.
	
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
	
	<div class="gallery">
		<div class="panel">
			<img src="path/to/image.jpg" />
			<div class="panel-overlay">
				...overlay content...
			</div>
			<div class="overlay-background"></div>
		</div>
		<ul class="filmstrip">
			<li class="frame current">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
			<li class="frame">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
		</ul>
	</div>
		

*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #aaa; padding: 5px;}

/* LOADING BOX */
.loader { background: url(images/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }
.panel-overlay h2 { margin-bottom: 5px; }
.panel-overlay p { margin-bottom: 0px; font-size: 10px; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}