/* General styles */

body {
	margin: 0 auto;
	border: 0;
	/* this removes the border around the viewport in old versions of IE */
    width: 800px;
	background: #fff no-repeat center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #369;
	text-decoration: underline;
}

img {
	border-style: none;
}

h2 {
	margin: 0 0 2px;
}

h3 {
	margin: 0 0 2px;
}

p {
	font-size: 14px;
	line-height: 21px;
}

.small {
	font-size: 12px;
	vertical-align: top;
}

/* Column Container */

.colmask {
	position: relative;
	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;
	/* width of whole page */
	overflow: hidden;
}

/* Common Column Settings */

.colleft,
.colmid,
.colright {
	float: left;
	width: 100%;
	position: relative;
}

.col1,
.col2,
.col3 {
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0 0 1px;
}

/* 3 Column Settings */

.portholes {
	text-align: center;
	background: url(../images/lighthouse.png) no-repeat center;
}

.topporthole{
	margin-bottom: 100px;
}

.portholes .colmid {
	right: 35%;
	/* width of the right column */
}

.portholes .colleft {
	right: 30%;
	/* width of the middle column */
}

.portholes .col1 {
	width: 26%;
	/* width of center column content (column width minus padding on
	either side) */
	left: 102%;
}

.portholes .col2 {
	width: 31%;
	/* width of left column content (column width minus padding on either side) */
	left: 41%;
	/* width of (right column) plus (center column left and right padding) plus
	(left column left padding) */
}

.portholes .col3 {
	width: 31%;
	/* width of right column content (column width minus padding on
	either side) */
	left: 75%;
	/* Please make note of the brackets here:
	(100% - left column width) plus (center column left and right padding)
	plus (left column left and right padding) plus (right column left padding) */
}

/* Full Page Settings */

.about {
	margin-bottom: 1em;
	margin-top: 1em;
}

.about h2 {
	margin: 0 50px 5px 150px;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
}

.about p {
	text-align: justify;
	margin: 0 50px 10px 150px;
	font-size: 14px;
	line-height: 21px;
}

.about ul {
	margin: 0 50px 10px 150px;
	font-size: 14px;
	line-height: 21px;
}

.about img {
	float: left;
	margin-left: 50px;
}

.about .col1 {
	width: 96%;
	/* page width minus left and right padding */
	left: 2%;
	/* page left padding */
}

.header {
	text-align: center;
	padding-bottom: 1em;
}

.header .col1 {
	width: 96%;
	/* page width minus left and right padding */
	left: 2%;
	/* page left padding */
}

.photos {
	padding-bottom: 1em;
	height: 326px;
	background: url(../images/photobackground.png) no-repeat center top;
}

.photos .col1 {
	width: 96%;
	/* page width minus left and right padding */
	left: 2%;
}

.photowrap {
	padding-top: 65px;
	padding-left: 80px;
	padding-right: 80px;
}

.full {
}

.full .col1 {
	width: 96%;
	/* page width minus left and right padding */
	left: 2%;
}

/* 2 Column Settings */

.content {
}

.content .colleft {
	right: 74%;
	/* right column width */
}

.content .col1 {
	width: 70%;
	/* right column content width */
	left:102%;
	/* 100% plus left column left padding */
	text-align: justify;
}

.content .col2 {
	width: 22%;
	/* left column content width (column width minus left and right padding) */
	left: 6%;
	/* (right column left and right padding) plus (left column left padding) */
}

.content ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#sitemap ul {
}


#creativecommons ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#creativecommons img {
	padding-right: 5px;
}

.footer {
	border-top: 1px solid #666;
	padding-top: .5em;
	padding-bottom: .5em;
}

.footer p {
	color: #666;
	margin: 0;
	font-size: .8em;
}

.footer img {
	margin: 0;
	vertical-align: top;
}

.footer .colleft {
	right: 50%;
	/* right column width */
}

.footer .col1 {
	width: 46%;
	/* left column content width (column width minus left and right padding) */
	left: 52%;
	text-align: left;
}

.footer .col2 {
	width: 46%;
	/*right column content width (column width minus left and right padding) */
	left: 56%;
	text-align: right;
}

/* Menu */

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
					
#menu {
	font-size: 12px;
	margin: 0px;
}

#menu li a {
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
	clear:left;
	/*fix for unusual padding in ie 6*/
}	

#menu li a:link, #menu li a:visited {
	color: #333;
	display: block;
}

#menu li a:hover {
	color: #369;
}

#menu li.here a{
	color: #656556;
}

/* Table */

table {
	width:100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
		border-collapse:collapse;
	font-size: 12px;
}

tr.odd td	{
	background:#f7fbff
	}
	
tr.odd .column1	{
	background:#f4f9fe;
	}
		
.column1	{
	background:#f9fcfe;
	}
	
td {
	color: #4c4c4c;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	}
					
th {
	font-weight:normal;
	color: #4c4c4c;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}
								
thead th {
	background:#f4f9fe;
	text-align:center;
	font-size: 1.2em;
	font-weight: bold;
	color: #333}
		
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}
		
tfoot th strong {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: .5em;
}
		
tfoot th em {
	color: #0060e7;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
