/* Light Box Css */
#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; }
/* Light Box Css */

body
{   
  margin : 0px;
  
  background : #eeeeee url(images/bg.gif);
}

table
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;  
	
  color        :  #000000;
  font-family  :  verdana, arial, sans-serif;
  font-size    :  11px;

  text-align   :  justify;  

  background   :  inherit;
}

.bullet
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  14px;
  color            :  #143d71;
  
  padding-right    :  8px;
  
  background       :  inherit;
}

.headingBlue
{
  font-family      :  arial, verdana, sans-serif;
  font-size        :  19px;
  font-weight      :  bold;
  color            :  #143d71;
  
  background       :  inherit;
}

.headingRed
{
  font-family      :  arial, verdana, sans-serif;
  font-size        :  23px;
  font-weight      :  bold;
  /* color            :  #ff0303; */
  color            :  #000;
  background       :  inherit;
}

.subHeadingRed
{
  font-family      :  arial, verdana, sans-serif;
  font-size        :  17px;
  font-weight      :  bold;
  /*color            :  #ff0303; */
  color            :  #000;
  background       :  inherit;
}

.subHeadingBlue
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  13px;
  font-weight      :  bold;
  color            :  #143d71;
  
  background       :  inherit;
}

.subHeadingBlack
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  14px;
  font-weight      :  bold;
  color            :  #000000;
  
  background       :  inherit;
}

.textRed
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  /*color            :  #ff0303; */
  color            :  #000;
  background       :  inherit;
}

a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  /*color            :  #ff0303;*/
  color            :  #000;
  text-decoration  :  underline;
  
  background       :  inherit;
}
 
a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #143d71;
   
  text-decoration  :  none;
  
  background       :  inherit;
}

a.menuLink
{
  font-family       :  verdana, arial, sans-serif;
  font-size         :  11px;
  font-weight       :  bold;
  color             :  #0b2353;
  
  text-decoration   :  none;
  
  padding           :  5px 0px 0px 10px;
  display           :  block;
  height            :  24px;
  width             :  194px;
  
  background        :  #e5e3e5;
  background-image  :  url(images/menuBgOnMouseOut.jpg);
  background-repeat :  no-repeat;
}  
 
a.menuLink:hover
{
  font-family       :  verdana, arial, sans-serif;
  font-size         :  11px;
  font-weight       :  bold;
  color             :  #ff0303;
  
  text-decoration   :  none;
  
  padding           :  5px 0px 0px 10px;
  display           :  block;
  height            :  24px;
  width             :  194px;
  
  background        :  #bcc5d3;
  background-image  :  url(images/menuBgOnMouseOver.jpg);
  background-repeat :  no-repeat;

}

a.subMenuLink
{
  padding-top      : 2px;  
  padding-left     : 5px;
  height           : 20px;
  display          : block;
  padding-left     : 10px;
    
  text-decoration  : none;
    
  font-family      : verdana, arial, sans-serif;
  font-size        : 11px;
  color            : #0b2353;
  
  border           : solid 1px #aaaaaa;
  background-color : #e9e9e9;
}  

a.subMenuLink:hover
{
  padding-top      : 2px;  
  padding-left     : 5px;
  height           : 20px;
  display          : block;
  padding-left     : 10px;
    
  text-decoration  : none;
    
  font-family      : verdana, arial, sans-serif;
  font-size        : 11px;
  color            : #ff0303;

  border           : solid 1px #485879;
  background-color : #bcc5d3;
}

a.footerLink
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  none;
  
  background       :  inherit;
}
 
a.footerLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ff0303;
   
  text-decoration  :  underline;
  
  background       :  inherit;
}

a.developerLink
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  none;
  
  background       :  inherit;
}
 
a.developerLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ff0303;
   
  text-decoration  :  none;
  
  border-bottom    :  dotted 1px #ff0303;
  
  background       :  inherit;
}

a.siteMapLink
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  font-weight      :  bold;
  color            :  #143d71;
   
  text-decoration  :  none;
  
  background       :  inherit;
}
 
a.siteMapLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  font-weight      :  bold;
  color            :  #ff0303;
   
  text-decoration  :  underline;
  
  background       :  inherit;
}