body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
  background-color:#536583;
  color: #333333;
}

/* div styles */	

#container {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	background-color: #e7e8ec;
}

#header {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#header p {
	margin: 0;
	padding: 0;
}

#header img {
	display: block;

}

#masthead {
	margin: 0;
	padding: 0;
}

#masthead p {
	margin: 0;
	padding: 0;
}

#masthead img {
	display: block;
}

/* styles for horizontal menu*/

#mainmenu {
	float: left;
	background: #b00c21;
	color: #ffffff;
	padding: 0 0 5px 0;
	width: 980px;
	clear: both;
}


#mainmenu ul {
	margin: 0 10px 0 0;
	padding: 0;
}

#mainmenu li {
	float: left;
	list-style-type: none;
	display: inline;
	margin: 7px 0 0 0;
}

#mainmenu li a {
	background: #b00c21;
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0 5px 0 12px;
	}

#mainmenu li a:hover {
	color: #0f0849;
}


#container #mainmenu ul li#last {
	float: right;
	font-size: 1.24em;
	margin: 4px 0px 0 0;
}


/*end styles for horizontal menu */

#sidebar {
	margin: 20px 0 0 0;
	padding: 0 10px;
	width: 226px;
	float: left;
	clear: both;
}

#maincontent {
	background-color: #FFFFFF;
	padding: 20px 10px 10px 20px;
	margin: 20px 0 0 226px;
	color: #333333;
	clear: right;
}


#footer {
	margin: 0;
	background-image: url(../images/bg_ice.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 980px;
	height: 188px;
	overflow: visible;
	position: relative;
}

#footer p {
	color: #000000;
	font-size: .9em;
	margin: 0;
	position: absolute;
	bottom: 0;
	padding: 5px;
	} 

/* end div styles */

h1 {
	font-size: 1.6em;
	color: #055ea8;
	margin: 0;
	padding: 10px 0 0 0;
}

h2 {
	font-size: 1.3em;
	margin: 0;
	padding: 5px 0 0 0;
}

#sidebar h3 {
	font-size: 1.2em;
	color: #055ea8;
	margin: 0;
    padding: 0;
}

.sidebarboxes {
	background-color: #19629e;
	width: 188px;
	padding: 5px 5px;
	border: thin solid #000000;
	margin: 5px 0;
	color: #FFFFFF;
}
 
p {
	margin: 3px 0 15px 0;
	}


/* links */

a:link {
	color: #055ea3;
}

a:visited {
	color: #055ea8;
}

a:hover {
	color: #991c32;
}

.sidebarboxes a:link {
	color: #FFFFFF;
}

.sidebarboxes a:visited {
	color: #FFFFFF;
}

.sidebarboxes a:hover {
	color: #acddf1;
}

/* image styles */

.biopic {
	float: left;
	margin: 5px 15px;
}

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

.blogimg {
	border:#333333 solid 1px;
	float: right;
	margin: 10px 10px;
}

.img_left {
	border:#333333 solid 1px;
	float: left;
	margin: 10px 10px;
}

/*end image styles*/

.tagline {
	font-size: 1.7em;
	font-family: "lucida Grande", Geneva, Arial, sans-serif;
	color: #b00c21;
	margin: 5px 0 10px 0;
	padding: 0;
}

.book {
	color: #b00c21;
	font-size: 1.2em;
}

.booktext {
	color: #b00c21;
	margin: 0 15px 0 0;
}

.highlightBox {
	border: solid thin #000000;
	padding: 10px;
}

/* supporters page styles */

#wrapsupporters {
	width: 520px;
	margin: 0 auto;
}

div .supporterWide {
	margin: 16px;
	padding: 15px;
	border: 1px solid #666666;
	height: 60px;
	width: 400px;
	float: left;
	text-align: center;
}

div .supporter {
	margin: 16px;
	padding: 10px;
	border: 1px solid #666666;
	height: 130px;
	width: 178px;
	float: left;
	text-align: center;
}


/*styles for photo galleries */

#photogallery {
	text-align: center;
	margin-top: 10px;
}

#photogallery table {
	/*border: 1px solid #666666; */
	width: 680px;
	margin: 20px auto;
}

#photogallery td {
	text-align: center;
	padding: 13px;
}

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


/*end styles for photo galleries */


/* lightbox 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; }

/*end lightbox css */
