/* 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;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { 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; }


/* Main Site */

body {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	
	font-size: .9em;
	text-align: center;
	margin:0;
	padding:0;

}

div#background-strip{
	background-image:url(../images/Bg_Body.jpg);
	background-repeat:repeat-x;

}


div#background-blue{
	background-color: #083361;
}



li {
	font-size: 1.2em;
}

div#global{
	
	position: relative;
	margin-left: auto;
  margin-right: auto;
	margin-bottom:0;
	margin-top:0;
	text-align: left;
	width:970px;
	
}

div#header {
	height: 105px;
	padding-top: 5px;
	}
div#tabs {
	/*margin-top: 17px;*/
	height: 38px;
	width:auto;
	background: url(../images/tabs_bg.jpg) repeat-x;
	}


div#tab_start {	
	padding-left:10px;
}


div#tab_select_left {
	height: 38px;
	width:13px;
	background: url(../images/tab_select_left.png) no-repeat;
	float:left;
	}

div#tab_select_right {
	height: 38px;
	width:13px;
	background: url(../images/tab_select_right.png) no-repeat;
	float:left;	
	}
div#tab_select_mid {
	font-weight: bold;
	color: #051e3a;
	height: 30px;
	padding: 8px 15px 0 15px;
	background-color:#FFFFFF;
	float:left;		
	}	
	div#tab_select_mid a{
		color: #051e3a;
		text-decoration: none;
		}

.tab_mid {
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	padding: 8px 28px 0 28px;
	float:left;
	}	
	.tab_mid a{
		color: #FFFFFF;
		text-decoration: none;
		}		

.tab_separator{
	height: 38px;
	width:1px;
	background: url(../images/tab_separator.png) repeat-x;
	float:left;
	}	

div#content {
	min-height: 560px;
	height: auto !important;
	height: 560px;
	margin-top: 20px;
	font-size: .7em;
	text-align: justify;
	}
	div#content h1 {
		color: #ca2324;
		font-size: 1.3em;
		margin: 0;
		}	
	div#content h2 {
		color: #ca2324;
		font-size: 1.2em;
		margin: 0;
		}			
	div#content h3{
		font-size: 1.1em;
		}
	div#content img {
		border: 0;
	}

div#content_left {
	
	float:left;
	}

div#content_right {
	float: left;
	margin-left: 20px;
	}

div#main_box_top {
	background: url(../images/main_box_top.png) no-repeat;
	width: 779px;
	height: 12px;
}

div#main_box_mid {
	background: url(../images/main_box_mid.png) repeat-y;
	width: 759px;
	height: 213px;
	padding: 0px 10px 5px 10px;
	
	}


div#main_box_mid_left {
	width: 58%;
	padding: 0px 0px 0px 5px;
	float: left;
	}
	
div#main_box_mid_right {
	padding: 0px;
	}
	div#main_box_mid_right img{
	float: right;
	}
	
div#main_box_bottom {
	background: url(../images/main_box_bottom.png) no-repeat;
	width: 779px;
	height: 13px;
}

div#bottom_left_box_left_main{
	width: 471px;
	float: left;
	}


div#bottom_left_box_right_main{
	margin-left: 12px;
	float: left;
}

div#bottom_left_box_left_sub{
	width: 304px;
	float: left;
	font-size: 1em;
	
	}


div#bottom_left_box_right_sub{
	padding: 12px 0 0 15px;
	width: 448px;
	height: 218px;
	background: url(../images/links_bg.png) no-repeat;
	margin-left: 12px;
	float: left;
	}
	div#bottom_left_box_right_sub td{
			padding: 0 0 0 15px;
			height: 19px;
			color: #FFFFFF;
			font-size: 1.2em;
			}
			div#bottom_left_box_right_sub td a{
				text-decoration: none;
				color: #FFFFFF;
				}
	



.wide-centre {
	display:block;
  text-align: center;
}

div#wide_box_top {
	background: url(../images/wide_box_top.png) no-repeat;
	width: 950px;
	height: 12px;
}

div#wide_box_mid {
	background-color: #FFFFFF;
	width: 910px;
	padding: 0 20px 0 20px;
	
	}
	
div#wide_box_bottom {
	background: url(../images/wide_box_bottom.png) no-repeat;
	width: 950px;
	height: 12px;
}








div#certs_top {
	background: url(../images/certs_top.png) no-repeat;
	width: 296px;
	height: 13px;
}

div#certs_mid {
	background: url(../images/certs_mid.png) repeat-y;
	height: 193px;
	width: 296px;
	}
	div#certs_mid img {
		
		padding:12px 8px 12px 8px;
		}

div#certs_bottom {
	background: url(../images/certs_bottom.png) no-repeat;
	width: 296px;
	height: 13px;	
}



div#news_box_top{
	background: url(../images/news_top.png) no-repeat;	
	width: 156px;
	height: 12px;		
}
div#news_box_mid{
	width: 136px;
	padding: 0 10px 0 10px;

	background: url(../images/news_mid.png) repeat-y;	
	}
	div#news_box_mid a{
		color: #000000;
		text-decoration: none;
		}
	div#news_box_mid img{
		padding-top: 20px;
		display:block;	
		margin-left:auto;
		margin-right:auto;
		}
				
div#news_box_bottom{
	background: url(../images/news_bottom.png) no-repeat;	
	width: 165px;
	height: 13px;	
}

div#news_index {
	height: 457px;
}
div#news_sub1 {
	height: 217px;
}
div#news_sub2 {
	font-size: 1em;
	height: 194px;
}


div#footer {

	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	text-align: center;
	font-size: .6em;
	margin-top: 20px;
	padding-top: 10px;
	height: 50px;
}

.clear{
	clear:both;
}

.spacer20{
	margin-top: 20px;
	clear:both;
}

.spacer10{
	margin-top: 10px;
	clear:both;
}

.centre_align {
	text-align:center;
}

.padding10 {	
	padding-left: 10px;
	padding-right: 10px;
}

.small_caps{
	font-variant: small-caps;
}

.width120{
	width: 120px;
	float: left;
}


.link_no_ul_black a{
	float:left;
	color: #000000;
	text-decoration: none;
}

.link_ul_black a{
	float:left;
	color: #000000;
	text-decoration: underline;
}

.link_ul_black img{
	float:left;
}

.black {
	color: #000000;
}




.photo {
  
  /* display:-moz-inline-stack; */
  display:-moz-inline-box;
  display:inline-block;
  -moz-box-orient: vertical;
	zoom:1;
	*display:inline;

  width: 250px;
  height: 390px;
  padding: 5px 15px 5px 15px;
  margin: 5px 5px 5px 5px;
  vertical-align: top;
  text-align: justify;
  border: .2em solid #083361; 
}

.photo-text-top {
	height: 15px;
	font-size: 9px;
	color: #909090;
}

.photo-image {
	height: 254px;
	}
	.photo-image img{
		border: .1em solid #909090; 
		}
	.photo-image a img{
		border: .1em solid #909090; 
		}
		.photo-image a:hover img{
			border: .1em solid #000000; 
			}

.photo-text-main {
	height: 70px;
}

.photo-text-bottom {
	height: 15px;
	font-size: 9px;
	color: #909090;
}


