@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin:0;
	padding:0;
	background:url(../images/headerBG.jpg) center top repeat-x #25463C;
	color:#333;
}
#wrapper {
	width:950px;
	margin:0 auto;
	text-align:left;
}
#header {
	width:950px;
	height:200px;
}
#siteHeader {
	text-indent:-5000px;
	background:url(../images/headerLogo.gif) bottom right no-repeat;
	width:500px;
	height:166px;
	font:2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	float:left;
	margin:0;
	padding:0;
}
#navbar {
	width:100%; /*to centre floated list */
	overflow:hidden; /*to centre floated list */
	height:40px;
	color:#fff;
	font:1em "Humanist 521 Roman", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#navbar ul {
	position:relative; /*to centre floated list */
	float:left; /*to centre floated list */
	left:50%; /*to centre floated list */
	margin:0;
	padding:0;
}
#navbar ul li {
	list-style-type:none;
	display:block;
	float:left; /*to centre floated list */
	position:relative; /*to centre floated list */
	right:50%; /*to centre floated list */
	width:auto;
}
#mainContent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.25em;
	background:url(../images/bodyBG.gif) bottom left repeat-x #eee;
	float:left;
}
#slideshow {
	background:url(../images/slideshowBG.jpg) top left no-repeat;
	margin:25px 0 0 25px;
	height:276px;
	width:875px;
	padding:12px 29px 25px 12px;
}
#innerContent {
	margin:0 25px 0 25px;
	width:900px;
	padding:0;
	background:url(../images/innerBodyBG.jpg) bottom right no-repeat;
}
#bodyText {
	float:left;
	margin:0 0 0 0;
	width:600px;
}
#sidebar {
	float:left;
	margin:0 0 0 30px;
	padding:0 20px;
	width:220px;
	color:#25463C;
	text-align:center;
}
#footer {
	clear:both;
	width:925px;
	margin:0 10px 0 -25px;
	padding:25px 0 5px 25px;
	border-bottom:25px solid #25463C;
}
#footer p {
	text-align:right;
	margin:0;
	font-size:0.7em;
	width:600px;
	border-top:1px solid #333;
}
#footer p a, #footer p a:hover {
	color:#333;
	text-decoration:none;
}

/*****************************************************
 **    Navigation Menu Styling
 *****************************************************/
 
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 40px;
  z-index:100;
}
ul#navmenu-h li {
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  height: 40px;
  text-align:center;
  width:auto;
}
ul#navmenu-h ul {
  margin: 0;
  border:none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index:10000;
}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block;
  display: inline; /*For IE*/
  height:auto;
}
/* Root Menu */
ul#navmenu-h li a {
  padding:10px 6px;
  float: none; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  text-decoration: none;
  width:auto;
  height: auto;
  height:40px;
  height: 1%; /*For IE*/
}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  color:#333;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #c3342e;
  color: #fff;
  padding:5px 2px 5px 2px;
  margin:0;
  border:none;
  border-bottom:solid 1px #333;
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #eee;
  color: #333;
}
ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}
ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

/*****************************************************
 **    Lightbox Styling
 *****************************************************/
#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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; }

/*****************************************************
 **    Form Styling
 *****************************************************/
 
/*
Credits: Bit Repository
CSS Library: http://www.bitrepository.com/
*/
.notification_error {
	border: 1px solid #A25965;
	height: auto;
	width: 90%;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	-moz-border-radius: 5px;
}
.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 90%;
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
}
form.standardForm fieldset {
	margin:0;
	padding:0;
	margin-bottom:10px;
	border:none;
	border-top:1px solid #AAA;
	padding-bottom:20px;
}
form.standardForm legend {
	padding:0 2px;
	font-weight:bold;
}
form.standardForm label {
	display:block;
	vertical-align:top;
	text-align:left;
}
form.standardForm fieldset ol {
	margin:0;
	padding:0;
}
form.standardForm fieldset li, form.standardForm span.formLabel {
	list-style:none;
	display:block;
	padding:5px 0;
	margin:0;
}
form.standardForm input, form.standardForm textarea, form.standardForm select {
	width:300px;
	margin:0 0 0 20px;
	padding-top:0;
}
ol.flexible input, ol.flexible textarea, ol.flexible select {
	width:90%;
	margin-left:0;
	margin:0;
	padding:0;
}
ol.flexible, ol.flexible li {
	margin:0;
	padding:0;
}
form.standardForm textarea {
	margin-top:0;
}
form.standardForm input.button {
	display:inline;
	width:125px;
	text-align:center;
	margin-left:15px;
	padding:0;
}
form.standardForm div.tabberlive {
	margin-left:-80px;
}
 
/*****************************************************
 **    s3 Slider Styling
 *****************************************************/
 
#s3slider {
   width: 875px; /* important to be same as image width */
   height: 275px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 875px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   margin:-16px 0 0 -40px;
   padding:0;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 14px/19px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 849px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 255px;
}
.right {
	right: 0;
	bottom: 0;
	margin-left:699px;
	width: 150px !important;
	height: 265px;
}

