/* - - - - - - - - - - - - - - - - - - - - -

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%;
}

body {
    font-family:arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 4px 0px;
    text-align: center;
    background-color:#F0E6D8;
}
.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;
}
.footer {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	color: #025C55;
	font-size:10px;
}
.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;
}
td.footer_nav {
    color:#ffffff;
}

td.tan
{
	background: #e6e5e1;
}
td.paletan
		{background: #f9f7f5;
		}

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, .z th 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: #DFD2BF;
    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: #DFD2BF;
    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:#025C55;
    border-top: solid #087169 1px;
    border-left: solid #025C55 1px;
    border-right: solid #025C55 2px;
    border-bottom: solid #087169 0px;
}
.navcell, .navcell a {
	display: block;
    background: #025C55;
    padding: 1px;
    border-bottom: solid #087169 1px;
    text-align: left;
    line-height:18px;
}
.navcell a:hover {
    background-color: #087169;
}
a.navcell {
	display: inline;
    padding: 1px 3px;
}
.navmain a {
    display: block;
    height: 20px;
    background-color: #c3c3c3;
    border: solid #3366cc 0px;
    border: solid #9E9C75 0px;
}
.navmain a:hover {
    display: block;
    height: 20px;
    background-color: #000000;
    border: solid #3366cc 0px;
}
a.nav:link, a.nav:visited, a.nav:active {
    font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    color: #DFD2BF;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
a.nav: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;
}
.footer {
    font-family: century gothic,arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}
a.footer:link, a.footer:visited, a.footer:active {
    font-family: century gothic,arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #025C55;
    text-decoration: none;
}
a.footer:hover {
    font-family: century gothic,arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #20998F;
    text-decoration:none;
}
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-weight: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:link, a:visited, a:active {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-weight: 400;
	color: #025C55;
	text-decoration:underline;
}
a:hover {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-weight: 400;
	color: #3DA49C;
	/*color: #F0E6D8;*/
	text-decoration: underline;
}
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: none;
}
#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 #087169 1px;
    border-right: solid #087169 1px;
    background: #025C55;
    padding: 3px;
    text-align: left;
}
#dropdown_block {
    position: relative;
    z-index: 10;
    width: 900px;
}
#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:16px;
	line-height:18px;
	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;
}

.errorMessage {
	display : block;
	font-weight : normal;
	margin : 5px 0;
	color: RED;
}
.errorMessage li {
	display : block;
	font-weight : normal;
	margin : 5px 0;
	color: RED;
}

.errorMessage ul {
	display : block;
	font-weight : normal;
	margin : 5px 0;
	color: RED;
}

.calendarTitle td
{
	font-size:x-large;
}


a.n11:link
		{font-family: verdana,arial,helvetica,sans-serif;
		color: #3366cc;
		font-size: 11px;
		font-weight: 600;
		font-style: normal;
		text-decoration:none;
		}
a.n11:visited
		{font-family: verdana,arial,helvetica,sans-serif;
		color: #3366cc;
		font-size: 11px;
		font-weight: 600;
		font-style: normal;
		text-decoration:none;
		}

a.n11:hover
		{font-family: verdana,arial,helvetica,sans-serif;
		color: #0000ff;
		font-size: 11px;
		font-weight: 600;
		font-style: normal;
		text-decoration:none;
		}
a.n11:active
		{font-family: verdana,arial,helvetica,sans-serif;
		color: #3366cc;
		font-size: 11px;
		font-weight: 600;
		font-style: normal;
		text-decoration:none;
		}
		
/* added on 19-sep-2008 as per Seans email */		
td.white
{background: #ffffff;
}
.subtitle3 {
    font-family:
arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size:14px;
    line-height:21px;
    color: #025C55;
    font-weight:400;
    margin: 0;
}
.subtitle4 {
    font-family:
arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size:12px;
    line-height:21px;
    color: #025C55;
    font-weight:400;
    margin: 0;
}


/* Messages */
.errorMessage {
	display : block;
	font-weight : normal;
	margin : 5px 0;
	color: RED;
}
.errorMessage li 
{
	display :list-item;
	font-weight : normal;
	margin : 5px 0;
	color: RED;
}

.errorMessage ul {
	display : block;
	font-weight : normal;
	margin : 5px 0;
	color: RED;
}
.infoMessage {
	display : block;
	font-weight : normal;
	margin : 5px 0;
	color: Blue;
}
.infoMessage  li {
	display : block;
	font-weight : normal;
	margin : 5px 0;
	color: Blue;
}
.infoMessage  ul {
	display : block;
	font-weight : normal;
	margin : 5px 0;
	color: Blue;
}

#instruction
{
	color:black;
	padding-left:5px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

/* Modal PopUp CSSS */
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

.modalPopup {
	background-color:#EEEEEE;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	font-family:Verdana;
	font-size:medium;
	padding:3px;
	width:250px;
}

.loginLinkInRed 
{
	color:Red;
	text-decoration:underline;
}

.pixframe img {margin: 0 10px 10px 0; padding: 3px; border: 1px solid #AFAFAF;}


.red
{
	color:#FF0000;;
}

.yellow
{
	color:#B1A627;
}

.green
{
	color:#09A309;
}

