/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006
margin:-220px 0 0 -250px;
- - - - - - - - - - - - - - - - - - - - - */


#container{
	margin:0 auto;
	width:500px;
	padding:40px;
	text-align:left;
	background-color:#dedede;
	border: solid #ff0000 1px;
}



#lightbox{
	display:none;
	position: absolute;
	top:40px;
	left:50%;
	z-index:9999;
	width:470px;
	height:320px;
	margin-left:-235px;
	margin-top:0;
	margin-right:	0;
	margin-bottom:0px;
	border:0px solid #666;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

.sitetitle {
    font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #087169;
}
.sitetitlesh {
    font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #000000;
}
.sitesubtitle {
    font-family: georgia,times new roman,serif;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #087169;
}
.sitesubtitlesh {
    font-family: georgia,times new roman,serif;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #333333;
}
.pgtitle {
    font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size:22px;
    color: #333333;
    font-weight:400; }
}
.navtitle {
	font-size:13px;
	color: #000000;
	font-weight:600;
}
.quote {
	font-size:12px;
	color: #999999;
	font-weight:600;
}
.faint {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size:9px;
	color: #666666
}
.teaser {
    color: #666666;
    margin:5px 0;
    padding:5px 0;
}
td.pad20 {
	padding:5px 20px;
	background-color:#eeeeee;
}
tr.z, td.z {
    background: #025C55;
}
tr.x, td.x {
    background: #F0E6D8;
}
tr.y, td.y {
    background: #F8F4ED;
}
tr.w, td.w, tr.tf_B, td.tf_B {
    background: #eeeeee;
}
  tr.tf_E, td.tf_E {
    background: #fff6ac;
}
.z td, .z th, .z td a {
    color: white;
}
table.page {
    background: #ffc;
}
td.navcol {
    background: #cccccc;
}
td.contentcol {
    background: #f3f3f3;
}
td.none {
    padding: 0px;
}
.gn, a.gn {
    font-family: century gothic,arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    padding-top: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
}
a.gn:link, a.gn:visited, a.gn:active {
    font-family: century gothic,arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    padding-top: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
}
a.gn:hover {
    font-family: century gothic,arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    padding-top: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
}
.navbar {
    padding: 2px;
    margin: 1px;
    border: solid #087169 0px;
}
.navblock {
    background-color:#00817B;
}
.navcell, .navcell a {
	display: block;
    background: #00817B;
    padding: 3px;
    border-bottom: solid #FFFFFF 1px;
    text-align: left;
    line-height:18px;
}
.navcell a:hover {
    background-color: #88C4C1;
}
a.navcell {
	display: inline;
    padding: 1px 3px;
}
navcell2, .navcell2 a {
	display: block;
    background: #00817B;
    padding: 7px;
    border-bottom: solid #FFFFFF 1px;
    border-top: solid #FFFFFF 1px;
    border-left: solid #FFFFFF 1px;
    border-right: solid #FFFFFF 1px;
    line-height: 16px;
}
.navcell2 a:hover {
    background-color: #88C4C1;
}
a.navcell2 {
	display: inline;
}
navcell3, .navcell3 a {
	display: block;
    background: #00817B;
    padding: 10px;
    border-bottom: solid #FFFFFF 1px;
    border-top: solid #FFFFFF 1px;
    border-left: solid #FFFFFF 1px;
    border-right: solid #FFFFFF 1px;
    line-height: 16px;
}
.navcell3 a:hover {
    background-color: #88C4C1;
}
a.navcell3 {
	display: inline;
}
.navmain a {
    display: block;
    height: 20px;
    background-color: #00817B;
    border: solid #00817B 0px;
    border: solid #00817B 0px;
}
.navmain a:hover {
    display: block;
    height: 20px;
    background-color: #00817B;
    border: solid #00817B 0px;
}
a.nav2:link, a.nav2:visited, a.nav2:active {
    font-family: gill sans mt, times new roman, serif;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    width: em; /* width needed or else Opera goes nuts */
}
a.nav2:hover {
    font-family: gill sans mt, times new roman, serif;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-decoration:none;
    width: em; /* width needed or else Opera goes nuts */
}
p,td,th,ul,ol,br,span   {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 12px;
    line-height: 18px;
}
b   {
	font-weight:600;
}
i   {
	font-style:italic;
}
u   {
	font-style:600;
	font-style:italic;
}
submit   {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size:9px;
	color: #666666}
.b12    {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size:12px;
	font-weight:400;
	color: #000000;
}
.teal {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size:14px;
	color: #385a6e;
	font-weight:600;
}
.red12 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 12px;
	color: #cc6363;
	font-weight: 600;
}
.red14 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 14px;
	color: #cc6363;
	font-weight:600;
}
.red16 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 16px;
	color: #cc6363;
	font-weight:600;
}
.red20 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 20px;
	color: #cc3333;
	font-weight:600;
}
.red22 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 22px;
	color: #cc3333;
	font-weight:600;
}
.white11 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.white12 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:400;
}
.white14 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight:400;
}
.white16 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight:400;
}
.white18 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight:600;
}
.white20 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight:600;
}
.white22 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 22px;
	color: #ffffff;
	font-weight:600;
}
a.event:link, visited, active {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-weight: 400;
	color: #025C55;
	text-decoration: underline;
}
a.event:hover {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-weight: 400;
	color: #3DA49C;
	text-decoration: underline;
}
a.alt:link, visited, active {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-weight: 400;
	color: #025C55;
	text-decoration: underline;
}
a.alt:hover {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-weight: 400;
	color: #3DA49C;
	text-decoration: underline;
}
#header_block a.ksOn:link, #header_block a.ksOn:active {
    font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    color: #DDCCB4;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-decoration:underline;
}
#header_block a.ksOn:visited {
    font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    color: #DDCCB4;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-decoration:underline;
}
#header_block a.ksOn:hover {
    font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-decoration:none;
}
#wrapper {
    width: 900px;
    margin: auto;
}
#header_block {
    position: relative;
    height: 110px;
    border: solid #025C55 1px;
    border-bottom:dotted 0px #ff0000;
    background: #025C55 URL('../images/banner_sea_2008_rev.jpg') no-repeat;
}
#nav_block {
    border-left: solid #FFFFFF 1px;
    border-right: solid #FFFFFF 1px;
    background: #00817B;
    padding: 0px;
    text-align: center;
}
#dropdown_block {
    position: relative;
    z-index: 0;
    width: 750px;
}
#body_block {
    background: #ffffff;
    padding: 5px;
    border: solid #025C55 1px;
    border-top: 0px;
    text-align: left;
    min-height: 600px;
    height: auto;
    height: 600px;
}
#navcolumn {
	padding: 10px;
	background-color:#ffffff;
	border-left:dotted 2px #eeeeee;
}
#contentcolumn {
	padding: 0 10px;
	background-color:#ffffff;
}
#contentcolumnA {
	padding: 0 30px 10px 30px;
	background-color:#ffffff;
}
#contentcolumnC {
    margin: 10px;
    padding: 10px;
    background-color:#ffffff;
	border:dotted 0px #6666ff;
}
#pgtitle {
    padding: 5px 0;
    font-family: georgia,times new roman,serif;
    font-size: 19px;
    color: #025C55;
    font-weight: 600;
    text-align: center;
}
#pgsubtitle {
    padding: 0 0 5px 0;
    text-align: center;
}
.title, h2 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size:18px;
	line-height:24px;
	color: #025C55;
	font-weight:400;
	margin: 0;
}
a.title:link, visited, active     {
	color: #025C55;
	text-decoration:none;
}
a.title:hover   {
	color: #3DA49C;
	text-decoration:underline;
}
.subtitle, h3 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size:15px;
	line-height:21px;
	color: #025C55;
	font-weight:400;
	margin: 0;
}
.subtitle2 {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size:15px;
	line-height:21px;
	color: #F0E6D8;
	font-weight:400;
	margin: 0;
}
a.subtitle:link, a.subtitle:visited, a.subtitle:active  {
	color: #025C55;
	text-decoration:none;
}
a.subtitle:hover    {
	color: #025C55;
	text-decoration:underline;
}
a.subtitle2:link, a.subtitle2:visited, a.subtitle2:active   {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;font-size:10px;
	font-weight:600;
	color: #025C55;
	text-decoration:none;
}
a.subtitle2:hover   {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;font-size:10px;
	font-weight:600;
	color: #025C55;
	text-decoration:underline;
}
.photocap {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	color: #025C55;
	font-size:10px;
	text-decoration:none;
}
a.photocap:link, a.photocap:visited, a.photocap:active  {
	color: #025C55;
}
a.photocap:hover    {
	color: #025C55;
	text-decoration:underline;
}