/** Content **/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background-position: center bottom;  
  background-repeat: no-repeat;
}
#welcome
{
    margin: 150px auto;
    border:1px navy solid;
    padding:20px 0 0 0;
	width:230px;
	height:258px;
}
#welcome p
{
	background-image: url(../img/blue_vert_stripe.jpg);	
	color:#fff;
	padding:5px;
}
#welcome p a
{
	color:#fff;
}
a
{
	text-decoration:none;
}
/** Top menu**/

#topContainer {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 800px;
	padding-left: 1px;
}


#header {
	clear: both;
	position: relative;
	height: 2.3em;
	margin: 0 auto;
	border-bottom: 2px solid #191D76;
	background-image: url(../img/blue_vert_stripe.jpg);
}


#header img {
  position: absolute;
  top: 5%;
}

/** top navigation **/
#header ul {
  margin: 1em 1em 0 0 !important;
  margin: 1em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;
  font: 400 12px arial, sans-serif;
  font-weight:bold;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #FFF;
  border-right: 1px solid #4D5760;
}


#header ul li a:hover {
  color: #999;
}

/** Header **/

.headerlogo {
	position: absolute;
	right: 654px; top: 41px;
	width: 136px;
	height: 127px;	
	background: url(../img/logo-blank.gif) no-repeat;	
}

#headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(../img/header_image.png) no-repeat;
}
/** main navigation **/

#menu {
  margin: 0 auto;
}


#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  background-image: url(../img/blue_vert_stripe.jpg);
  
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}


#menu ul li a {
  float: left;
  width: 133.33px;
  height: 2em;
  font: 12px arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.0em;
  color: #FFF;
  border-top: 6px solid #191D76;
  text-align:center;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #8C8D94;
}


#menu ul li a:hover,
#menu ul li a.here {
  border-top: 6px solid green;
  color: #ccc;
  background-image: url(../img/blue_vert_stripe.jpg);
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}

/** Side menu **/

#side {
  height: 100%;
  width: 180px;
  float:right;
}

/** Page Content **/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: .5em;
  text-align: left;
  height:100%;
}

#columns {
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}


/* Column widths */
.width {
  width: 800px;
}

.widthPad {
  width: 780px;
}

.width25 {
  width: 180px;}
  

.width73 {
  width: 73%;
  min-height:300px;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/** Footer **/


#footer {
  clear: both;
  width: 100%;
  height: 2.0em;
  position: relative;
}

#footer #bg {
  position: relative;
  height: 2.0em;
  margin: auto;
  background-image: url(../img/blue_vert_stripe.jpg);
  border-top: 6px solid #191D76;
}

#footer #bg ul {
  float: right;
  margin: .6em 1em 0 0 !important;
  margin: .6em 1em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;
  font: 400 12px arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #fff;
  border-right: 1px solid #4D5760;
}


#footer #bg ul li a:hover {
  color:#999999;
}




/** Submenu Styles **/

ul.submenu1 {
  margin: 0 0 0px 0;
  padding: 0;
}



ul.submenu1 li{
  margin: 0;
  padding: 0;
  list-style: none;
  height: 30px;
  list-style-image: url(css/foo.gif); /* IE fix */
}

ul.submenu1 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  background: url(../img/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: green;
  background: #ccc url(../img/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 li a#current  {
	background: #191D76 url(../img/submenu1.gif) no-repeat 5px 50%;
	color: #fff;
}

#footer a
{
	border:0;
}

/** Generic Display **/
.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightGreyBg {
  background-color: #EDEBEB;
  border: 1px;
  border-color: #666;
  border-style: dotted;
  margin-bottom: 10px;

}

.dark {
  color: #353E47;
}

.fineprint{
  font-size: 9px;
  line-height: 12px;}

/** HTML Elements **/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../img/light_body.gif) repeat-y top center;
  font: 12px verdana, arial, sans-serif;
  line-height: 150%;
  color: #555;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0em;
  font: bold 1.6em arial, sans-serif;
  color: #191D76;
  border-bottom: 1px dotted #000;
}

h2 {
  font-size: 1.2em;
  color: green;
  border-bottom: 1px dotted #000;
}

h3 {
  font-size: 1.1em;
  color: #191D76;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
ul a {
  text-decoration: none;
  color: #191D76;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #666;
}

a:hover {
  color: #ccc;
}

a img {
  border: none;
}

/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
  border:1px solid #333333;
}

img.floatleft {
  border:1px solid #333333;
  margin: 1px 10px 1px 0;
  float:left;
}

img.vert {
  vertical-align:middle;}

img.border {
  border:1px solid #333333;}

.imgBlock {padding-bottom: 90px;}

/* Lists */
ul li {
  list-style-image: url(../img/submenu1.gif);
}


table 
{
	width:100%;
	text-align:center;
}
th
{
	background:#191D76 url(../img/submenu1.gif) no-repeat scroll 5px 50%;
	color:#FFFFFF;
}
td
{
	background-color:#eee;
}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}
/* lightbox Gallery */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	#topbar{ 
		margin-top: 30px;
		margin-left: 30px;
	}

	#content_wide{ 
		margin-top: 30px;
		margin-left: 30px;
	}

	#album_title{ 
		color: #333;
		font-family: "Trebuchet MS", Verdana, Sans-Serif;
		font-size: 18px;
		line-height: 150%;
	}
	
	#album_description{ 
		color: #c0c0c0;
		font-family: "Trebuchet MS", Verdana, Sans-Serif;
		font-size: 12px; 
		line-height: 150%;
	}

	.thumbnail{
		height: 128px; 
		width: 128px;
		text-align: center;
		padding:8px;
		background-color: #eee;

		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.thumbnail:hover
	{
		background-color:#ddd;
	}

	.thumbnail_text{
		height: 145px; 
		width: 128px;
		text-align: center;
		padding:8px;
		background-color: #303030;
		border: 1px solid #404040;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
		overflow: hidden; 
 		font-family: "Trebuchet MS", Verdana, Sans-Serif;
		font-size: 11px;
	}