@charset "UTF-8";
/* CSS Document */


/* clear default styles */
* {
	margin:				0px ; 
	padding:			0px;
	font-family:		Verdana, Arial, Helvetica, sans-serif; 
	font-style:			normal;
	font-size:			10px; 
	color:				#333333; 
	text-decoration:	none; 
	font-weight:		normal;
	text-align:			left;
	text-indent:		0px;
	line-height:		1.5em; 
	letter-spacing:		+0.01em;
}
/*-------------------------*/

/* Page Stlyes */
html {
	height:				100%;
	background-image:	url(images/stripe_bg.gif);
}

body { min-height:101%; }

/*-------------------------*/


/* Text Stlyes */
p {
	padding-right:		30px;
	margin-bottom:		1.5em;
}

i {	font-style:italic }

ul, ol {
	padding-right:		30px;
	margin-left:		20px; 
	margin-bottom:		1.5em;
}

li.ref { margin-bottom:0.8em }

dd { margin-bottom:1.5em; }

h1, h2, h3 { font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif; }

h2 {
	font-size:			2em;
	color:				#0b64b5;
	padding-right:		30px; 
	margin-bottom:		0.6em;
}

h3 {
	font-size:			1.4em ;
	color:				#0b64b5;
	padding-right:		30px;
}

h4 {
	font-size:			1em ;
	color:				#0b64b5;
	padding-right:		30px;
}

strong, b { font-weight:bold }

cite {
	font-size:			0.8em; 
	font-style:			italic; 
	line-height:		1.3em;
}

a {
	font-weight:		normal; 
	color:				#000000; 
	font-style:			normal; 
	text-decoration:	underline;
}

b, strong {
	font-size:			1em; 
	font-weight:		bold;
}

a:hover { color:#0b64b5; }

dl {
	padding-right:		30px;
	margin-bottom:		1.5em;
}

dt, dt b { color:#0b64b5 }

dd { margin-left:30px; }

hr {
	width:				400px;
	border:				thin; 
	border-color:		#999999; 
	border-top-style:	solid;
	margin:				0 auto;
	margin-top:			2em; 
	margin-bottom:		1.5em
}

a img { border:none; }

sup {
	font-size:			0.65em; 
	color:				#666666;
}

p.grab {font-size:1.2em; color:#0b64b5; }

/*-------------------------*/


/* Top Bar */
#topbar {
	height:				36px; 		
	width:				800px;
	background-image:	url(images/topbar_bg.png); 
	background-repeat: 	no-repeat;
	margin:				0 auto;
	text-align:			center;
}

#topbar p { 
	display:block;
	text-align:center;
	margin:0; padding:0;
 }
 
#topbar a, #topbar span {
 	display:inline-block;
	height:21px;
	padding-top:6px;
}

#topbar a {
	text-decoration:none;
	font-weight:bold;
	margin-left:5px;
	padding-left:2px;
	padding-right:2px;
}

#topbar a:hover {
	border-bottom:#0b64b5 solid 3px;
	height:18px;
}
	

/*-------------------------*/

/* Masthead */
div#masthead_full {
	padding-top:		140px;
	background-image:	url(images/ban_top.png); 
	background-repeat:	no-repeat;
}

div#masthead_full img { border-top: 4px #FFF solid; }

div#masthead_small {
	padding-top:		120px;
	background-image:	url(images/ban_top.png); 
	background-repeat:	no-repeat;
}

div#branding {
	height:70px;
	background-color:	#FFFFFF;
	background-image:	url(images/ban_logo.jpg); 
	background-repeat:	no-repeat;
	border-top: 		4px #FFF solid;
}

div#branding h1 {
	position:			absolute; 
	left:				-9999px;
}

div#img_strip {
height:77px;
border-top:4px solid #FFFFFF;
background-image:url(images/ban_images.jpg); 
background-repeat:no-repeat
}

/*-------------------------*/

/* Content */
.temp_hide { display:none; }

div#content {
width:800px;
margin:0 auto;
padding-top:15px;
}

	/* Container */
	div#container {
	background-color:#FFFFFF;
	overflow:auto;
	background-image:url(images/content_watermark.jpg) ; background-position:bottom left ; background-repeat:no-repeat;
	}
	
		/* Sidebar */
		div#sidebar {
		width:230px;
		float:left;
		}
		
		div#sidebar li {
		margin-right:15px;
		}
	
		div#sidebar p {
		}
		
		div#sidebar a {
		display:block;
		padding-top:2px; padding-bottom:2px; padding-left:20px;
		font-weight:normal; font-size:1.15em; color:#0b64b5; letter-spacing:normal; text-decoration:none;
		}
	
		div#sidebar a:hover {
		color:#000000;
		border-left: 3px; border-left-color:#0b64b5; border-left-style:solid;
		padding-left:17px;
		}
		
		div#sidebar #michelle a:hover {
		color:#000000;
		border:none;
		padding-left:20px;
		}
		
		/* Main Body */
		div#primary {
		width:570px;
		float:right;
		}
	
		/* Footer */
		div#footer {
		width:800px;
		padding-top:20px;
		background-image:url(images/body_footer.png); background-repeat:no-repeat;
		}
		
		div#footer * {
		font-size:9px ; text-align:center ; line-height:1.3em;
		}
	
/*-------------------------*/

/* Specific Styles */

	/* Main Navigation */
	div#more_info, div#downloads {
	margin-top:15px;
	}
	
	ul#menu, div#more_info ul, div#downloads ul {
	list-style:none; list-style-type:none;
	margin:0;padding-right:0px;
	}
	
	div#more_info p, div#downloads p {
	padding-left:20px;
	margin:0px;
	font-size:1em; font-weight:bold; color:black;
	}
	
	#audioMenu { display:none }
	
	/* Events  */
	div#tablecontainer {
	width:100%;
	}
	
	div#tablecontainer p {
	padding:0px;
	margin:0;
	}
	
	div.table {
	width:450px;
	margin:0 auto;
	margin-bottom:7px;
	}
	
	div.thead {
	height:25px;
	background-image:url(images/event_th.jpg);
	background-repeat:no-repeat;
	}
	
	div.thead h3 {
	color:#FFFFFF;
	font-weight:normal;	font-size:1.15em; padding-top:3px;
	padding-left:10px;
	}
	
	div.tbody {
	border-left-width:1px; border-left-color:#999999; border-left-style:solid;
	border-right-width:1px; border-right-color:#999999; border-right-style:solid;
	padding:0 10px 0 10px;
	background:#FFFFFF;
	}
	
	#tablecontainer .table .tbody p {
	padding-top:5px;
	padding-bottom:5px;
	}
	
	div.tfoot {
	height: 13px;
	background-image:url(images/event_tfoot.png); background-repeat:no-repeat;
	}
	
		/* Events Tables */	
		table.event {
		padding-top:1em;
		width:100%;
		background-color:#FFFFFF;
		border-top:1px; border-top-color:#CCCCCC; border-top-style:dotted;
		margin-top:10px;
		}
		
		table.event td {
		border: none;
		padding: 0; 
		vertical-align:top;
		}
	
		table.event tr:hover {
		background-color:#F0F7FC;
		}
		
		table.event td.column1 {
		width:23%;
		}
	
	/* Buttons  */
	a.button {
	display:block; overflow:hidden;
	width:244px; height: 34px;
	padding-top:7px; padding-bottom:7px;
	margin:0 auto; margin-bottom:10px;
	text-align:center; font-size:1.1em;color:#FFFFFF; font-weight:normal;
	background-image:url(images/button.png); background-repeat:no-repeat;
	text-decoration:none;
	-moz-border-radius: 5px ; -webkit-border-radius: 5px;
	}
	
	a.button small {
	color:#FFF; font-weight:bold;
	}
	
	a.button:hover {
	background-position: 0px -47px;
	}
	
	a.button:active {
	background-position: 0px -94px;

	}
	
	/* Inset Images  */
	div#img_container {
	width:200px;
	float:right;
	margin-left:20px; margin-right:20px;
	}
	
	div#img_container img {  }
	
	#img_container p {text-align:center; font-size:9px; line-height:1.3em; display: block; padding:0; }
	
	/* Privacy Statement */
	div#privacy {
	border-top:thin; border-top-color:#999999; border-top-style:solid;
	width:400px;
	margin:0 auto;
	margin-top:2em; padding-top:0.5em;
	}
	
	div#privacy p {
	text-align:center;
	color:#0b64b5;
	font-style:italic;
	font-size:10px;
	line-height:12px;
	}
	
	div#privacy a {
	font-size:1em; text-decoration:none;
	}
	
	/* Normal Table */
	table#normal {
	width:100%;
	}
	
	table#normal td {
	border: none;
	padding: 0.2em 0; 
	vertical-align:top;
	}
	
	table#normal td#column1 {
	width:110px;
	}
	
	/*Forms*/
	fieldset { margin-right:30px; margin-bottom:0.8em; padding:0.8em;  background:#fff; border: 1px solid #999; }
	fieldset:hover, fieldset:focus { background:#F0F7FC; border: 1px solid #0b64b5; }
	
	input, textarea { border: 1px #999999 solid; padding: 2px; margin-bottom:2px;}
	input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #0b64b5; }
	
	input.submit { padding:0.5em; padding-left:1.5em; padding-right:1.5em; background-color:#0b64b5; border: #fff 1px solid; color:#fff; font-size:1.1em; }
	input.submit:active {background-color:#fff; border: #0b64b5 1px solid; color:#0b64b5 }
	
	span.field { display:block; width:100%; margin: 0.8em; }
	
	span.label { display:inline-block; width: 75px; }
	
	label.inline-label, span.inline-label { margin-right:1.5em; }
	
	fieldset p { padding-left: 0.8em;}
	
	/*Michelle's Page*/
	#long {
	font-size:1.8em;
	}
	
	p#intro {
	font-size:12px;
	font-weight:bold;
	}
		
/*-------------------------*/

/* Lightbox 2.04 */
#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; 
	-moz-border-radius: 10px 10px 0 0 ; -webkit-border-radius: 10px 10px 0 0;}
#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%	;
	-moz-border-radius: 0 0 10px 10px ; -webkit-border-radius: 0 0 10px 10px; }

#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; }
/*----------------*/
