/* css style for lightbox*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(../images/nextlabel.gif) right 15% no-repeat;}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* css style for horizontal menu*/

#hmenu{
	margin:0;
	padding:0;
	list-style-type:none;
	width: 760px;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url(../images/bgOFF.gif) repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:0px;
	border-top:1px solid #C0E2D4;
	overflow:hidden;
	}

#hmenu li{
	display:block;float:left;margin:0;padding:0;
	}

#hmenu li a{
	display:block;float:left;color:#F7F7F7;text-decoration:none;padding:12px 10px 0px 10px;height:36px;background:transparent url("images/bgDIVIDER.gif") no-repeat top right;
	}

#hmenu li a:hover{
	background:transparent url("../images/bgON.gif") no-repeat top right;
	}

#hmenu li a.current,ul#hmenu li a.current:hover{
	color:#fff;background:transparent url("../images/bghvr_2.gif") no-repeat top right;
	}


	
/* css style for vertical menu*/
#vmenu{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:165%;
	width:130px;
	overflow:hidden;
	}
	
#vmenu li{
	margin:0;
	padding:0;
	border-top:1px solid #CDD6E4;
	border-bottom:1px solid #1e2945;
	width: 130px;
	}
	
#vmenu li a{
	display:block;
	text-decoration:none;
	color:#ffffff;
	background:#626b80;
	padding:10px 0 10px 5px;
	width:130px;
	font-weight:normal;
	}
	
	
#vmenu li a:hover{
	background:#222f4f;
	}
	
#vmenu li a.current,vmenu li a.current:hover{
	background:#198674;
	}
	
	
/* css style for vertical submenu*/
#vsmenu{
	margin:0;
	padding:0;
	display:block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:110%;
	width:130px;
	overflow:hidden;
	}
	
#vsmenu li{
	margin:0;
	padding:0;
	border-top:1px solid #CDD6E4;
	border-bottom:1px solid #1e2945;
	width: 130px;
	}
	
#vsmenu li a{
	display:block;
	text-decoration:none;
	color:#ffffff;
	background:#54A06C;
	padding:10px 0 10px 5px;
	width:130px;
	font-weight:normal;
	}
	
	
#vsmenu li a:hover{
	background:#222f4f;
	}
	
#vsmenu li a.current,vsmenu li a.current:hover{
	background:#198674;
	}	

/* css style for vertical subsubmenu*/
#vssmenu{
	margin:0;
	padding:0;
	display:block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:110%;
	width:130px;
	overflow:hidden;
	}
	
#vssmenu li{
	margin:0;
	padding:0;
	border-top:1px solid #CDD6E4;
	border-bottom:1px solid #1e2945;
	width: 130px;
	}
	
#vssmenu li a{
	display:block;
	text-decoration:none;
	color:#ffffff;
	background:#54A06C;
	padding:10px 0 10px 5px;
	width:130px;
	font-weight:normal;
	}
	
	
#vssmenu li a:hover{
	background:#222f4f;
	}
	
#vssmenu li a.current,vsmenu li a.current:hover{
	background:#003333;
	}	

/* css for horizontal footer*/
	ul#navcontainer
	{
	margin: 0;
	padding: 20px 0 0 0;
	width: 580px;
	list-style-type:none;
	height:20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;

	}
	
	ul#navcontainer li 
	{
	float: left;
	border-left: 1px solid #666666;
	}

	ul#navcontainer li  a
	{
	padding: 0.2em 10px;
	color: #333333;
	text-decoration: none;
	float: left;

	}
	
	ul#navcontainer li a:hover
	{
	color: #999999;
	}
	
	
/* css styles for content*/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #252525;
	top: auto;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 20px;
}

.me_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #252525;
	top: auto;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 20px;
	border-bottom: 3px dotted #666666;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #252525;
	top: auto;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 10px;
}


.pagetext_b	{
	font-weight: bold;
	}

.pagetext_s	{
	font-size:9px;
	}
	
.pagetext_l	{
	color:#666666;
	}
	
a:link	{
	text-decoration: none;
	font-weight: bold;
	}
a:visited	{
	text-decoration:none;
	font-weight: bold;
	}
/* css style bulleted content*/
#bullet{
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: square;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 120%;
	}

/* css style for online form*/
.form{
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #252525;
	top: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
	padding-bottom: 20px;
}

/* css style for disclaimer*/
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #252525;
	top: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.leftcell {
	width: 30px;
	}
	
.menuclm {
	width:130px;
	}
	
	
.tdtop {
	height: 120px;
	background-image:url("/images/header.jpg")
	}

	
.sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #E8E8EE;
	top: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0;
}
.newscolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #252525;
	top: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;

}
.newscolumn2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #252525;
	top: auto;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 0;
	padding-bottom: 0px;
}
.newsdate	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color: #003333;
	line-height: 140%;
}
.newslink	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color: #006666;
}

.newsimage{
border: inset; 
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
.newsimholder{ 
	padding-left: 20px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 10px;
}
.rcolumn{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
.table {
	border: 1px solid #999999;
}
.bodyheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #348381;
	padding-top: 0px;
	padding-bottom: 0px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	font-variant: normal;
	color: #348381;
}
.headerb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	font-variant: normal;
	color: #20425E;
}
.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #348381;
}

.rightborder{
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-right-style:dotted;
	border-right-color: #000000;
}

.leftborder{
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-left-style:dotted;
	border-left-color: #000000;
}

.bottomborder{
	border-right-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: 4px;
	border-bottom-style:solid;
	border-bottom-color: #263455;
}

.bborder{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}

.address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #252525;
	top: auto;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cellpadding {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
menutxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	background: #FFF;
	}
	
.imagelink{
  outline: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #252525;
	text-align:center
	}
fieldset {
	width: 360px;
	padding: 10px;
}
.newslettertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #252525;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.bpadding {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #252525;
	top: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
	padding-bottom: 0px;
	vertical-align:top;
}
