/*
	barharborusa.com.css
	
	Coyright (c) 2006 J N Riley Jr., All rights reserved.
	
	Created 2006-04-20 JNR
*/

	/* All elements */
	
*	{
	text-align: center;
	vertical-align: top;

	font-family:  Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
	}

	/* Document Body */

body {
	margin: 0%;
	padding: 0%;
	
	background: #369;
	background-image: url("pix/bgd/8x8ribazure7.gif");
	background-attachment: fixed;
	}
	
.bodydiv {
	margin: auto;
	
	border: 1px solid #69f;
	border-top: 1px solid lightblue;
	border-bottom: 1px solid #69f;

	background: #028;
	background-image: url("pix/bgd/8x8ribdeepazure.gif");
	background-attachment: fixed;
	
	color: aqua;
	
	max-width: 768px;
	}
	
.bodydiv p {
	color: aqua;
	}
	
.bodypad {
	padding: 1% 2%;

	border-bottom: 1px solid lightblue;
	
	color: aqua;
	}
	
.masthead {
	text-align: center;
	vertical-align: middle;
	
	margin: auto;
	border: 1px solid #69f;
	border-top: none;
	border-bottom: 1px solid #69f;
	
	background: #69f;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("pix/banner/princess768x48.jpg");
	
	max-width: 768px;
	height: 48px;
	}
	
.css-invisible {
	display: none;
	}

address {
	padding: 0% 2%;

	vertical-align: top;

	font-style: normal;
	font-size: 9pt;

	color: #ddd;

	display: inline;
	}

.menubar, .tailbar {
	margin: 1% auto;
	padding: 4pt 2%;
	text-align: center;
	vertical-align: middle;
	
	border: 1px solid #28c;
	
	background-image: url("pix/bgd/8x8ribazure7.gif");
	background-attachment: fixed;

	color: aqua;
	
	max-width: 728px;
	}
	
.menubar p, .tailbar p {
	color: aqua;
	}
	
.tagline {
	font-size: 9pt;
	color: #ddd;

	vertical-align: top;
	}
	
.menuitem {
	margin: 0%;
	padding: 0% 0%;
	
	text-align: center;
	vertical-align: middle;
	
	display: inline;
	}
	
.contentdiv {
	margin: 1% auto;

	padding: 2% 2% 1% 2%;
	border: 1px solid #28c;
	
	background: #147;
	background-image: url("pix/bgd/8x8ribazure7.gif");
	background-attachment: fixed;
	
	max-width: 768px;
	}
	
.bodyjustified, .bodycentered {
	margin: auto;
	padding: 1% 2%;
	border: 2px solid #147;
	
	background: #fff;
	background-image: url("pix/bgd/8x8ribgrey.gif");
	background-attachment: fixed;
	
	max-width: 1024px;
	}
	
.bodyjustified {
	text-align: justify;
	}
	
.bodycentered {
	text-align: center;
	}
	
h1, h2 {
	font-size: 15pt;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	
	color: #ddd;
	
	display: inline;
	}
		
h2 {
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	
	color: aqua;
	
	display: inline;
	}
		
h3 {
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	
	color: aqua;
	}
	
i	{
	font-style: italic;
	font-weight: normal;
	}
	
em	{
	font-style: oblique;
	font-weight: 500;
	}
	
.borderedtable {
	border: 1px solid #ddd;
	
	background: #ddd;
	background-image: url("pix/bgd/sq8faintgrey.jpg");
	background-attachment: fixed;
	}
	
	/* Menu Links */

.menubar a:link, .tailbar a:link, .menuitem a:link
	{
	margin: 0%;
	padding: 4pt 2%;
	
	text-decoration: none;
	color: #ddd;

	border-top: 1px solid #28c;
	border-bottom: 1px solid #28c;
	}
	
.menubar a:visited, .tailbar a:visited, .menuitem a:visited
	{
	margin: 0%;
	padding: 4pt 2%;
	
	text-decoration: none;
	color: #ddd;

	border-top: 1px solid #28c;
	border-bottom: 1px solid #28c;
	}
	 
.menubar a:hover, .tailbar a:hover, .menuitem a:hover
	{
	margin: 0%;
	padding: 4pt 2%;
	
	text-decoration: none;
	color: blue;

	border-top: 1px solid red;
	border-bottom: 1px solid red;

	background-image: url("pix/bgd/8x8ribgrey.gif");
	background-attachment: fixed;
	}
		
	/* Tagline Links */
		
.tagline a:link 
	{
	text-decoration: none;
	font-size: 9pt;
	
	color: white;
	
	vertical-align: top;
	}
	
.tagline a:visited  
	{
	text-decoration: none;
	font-size: 9pt;
	
	color: white;
	
	vertical-align: top;
	}
	 
.tagline a:hover
	{
	text-decoration: underline;
	font-size: 9pt;
	
	color: white;

	vertical-align: top;
	}
		
	/* Other Links */
		
a:link 
	{
	text-decoration: none;
	color: white;
	
	vertical-align: top;
	}
	
a:visited  
	{
	text-decoration: none;
	color: white;
	
	vertical-align: top;
	}
	 
a:hover
	{
	text-decoration: overline;
	text-decoration: underline;
	color: white;

	vertical-align: top;
	}
		

/* END OF FILE */
