h1,h2,h3,h4,h5,h6 			{ color: #112637; font-family: Georgia, "Times New Roman", Times, serif; }
h1 							{ font-size:2.5em;line-height:1.2;margin-bottom:0.6em; margin-top: .6em; }
p							{ color: #333; }
p.large						{ color: #112637; }

body						{ background: #f4f4ed url(/img/common/header_gradient.jpg) repeat-x top left; margin-top: 0; }

a:link,
a:visited					{ color: #112637; }

#header 					{ height: 126px; background: transparent url(/img/common/header_ds.jpg) repeat-x 108px left; }
#header .logo				{ margin: 18px 0; float: left; }
#header .strap				{ color: #fff; clear: left; float: left; }
#header form				{ float: right; margin-right: 30px; margin-top: 18px; }
#header ul					{ margin: 88px 0 0 0; float: right; }
#header ul li				{ float: left; margin: 0 0 0 20px; list-style-type: none; }
#header ul li a,
#header ul li a:visited		{ text-decoration: none; color: #fff; }
#header ul li a:hover 		{ text-decoration: underline; }
#header ul li a.selected 	{ color: #E5B25F; font-weight: bold; }

body#home strong			{ color: #112637; }
body#home .evdate			{ float: left; clear: both; }
body#home .evdesc			{ float: left; }
body#home .evdate strong,
body#home .evdesc strong,
body#home .news strong 		{ color: #3B1004; }

ul#tabnav					{ margin-left: 0; background-color: #d8d9c4; padding: 18px 0 18px 9px; }
ul#tabnav li				{ list-style-type: none; }
ul#tabnav li a.selected		{ font-weight: bold; }
ul#tabnav li a,
ul#tabnav li a:visited		{ text-decoration: none; color: #112637; }
ul#tabnav li a:hover		{ text-decoration: underline; }

.fimgr						{ float: right; margin-right: 60px; margin-left: 120px; }
.cimgr						{ float: right; margin-right: 30px; margin-left: 60px; }
.nimgr						{ float: right; margin-right: 60px; }
.spons						{ margin-bottom: 18px; }

#footer						{ margin-top: 18px; }
#footer ul					{ float: right; margin-right: 0; color: #999;}
#footer ul li				{ float: left; list-style-type: none; }
#footer ul li a	 			{ text-decoration: none; color: #999; }
#footer ul li a:hover 		{ text-decoration: underline; }
   
.dquo 						{ margin-left: -.5em; } 

.error, .notice, .success 	{ padding: 0; margin-bottom: 0; border: 0;}
.error 						{ background: transparent; color: #8a1f11; border-color: #FBC2C4; }

dl dt 						{ float: left; }
dl dd 						{ margin-left: 80px; }

.gallery					{ float: left; border: 1px solid #b1b1b1; padding: 5px; margin: 0 20px 20px 0;}

/*
	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(/img/common/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/common/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; margin-bottom: 18px; }	
#imageData #caption{ font-weight: normal; }
#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; }
