/* holly hack to deal with IE6 Win image float in photo gallery */

/* Hides from IE-mac \*/
* html body {
	text-align: center;
	}
/* End hide from IE-mac */

body 
{
	color: #000;
	background-color: #9c3;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	
	/* font size setup using Tantek's Box Model Hack */

	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
}

html>body { /* be nice to Opera */
	font-size: small;
}

/* holly hack to deal with IE6 Win image float in photo gallery */

/* Hides from IE-mac \*/
* html #container {
	width: 800px;
	}
/* End hide from IE-mac */



#container
{
	color: #000000;
	background-color: #99cc33;
	margin: 2px 10px 10px 10px;
	padding: 0px;
	text-align: left; /* appears redundant, but needed for IE 6 Win */
}

#header
{
	color: #000000;
	background-color: #99cc33;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-left: 5px;
	text-align: left;
}

#header form
{
	padding-top: 115px;
	float: right;
	text-align: right;
}

#header fieldset
{
	border: none;
}


#context_navigation
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 3px 0px 3px 0px;
}

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

#global_navigation
{
	color: #000000;
	background-color: #99cc33; /* #ffff66; */
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* removed left and right padding of .5 because covered in UL margins */
	width: 13em;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
/*	border: 1px solid #ff0000;*/
	border: none;

}


#global_navigation ul
{
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;

}

#global_navigation li
{
	border: 1px solid #9c3;
}

#global_navigation ul ul
{
	margin-right: 0px;
}


#global_navigation a, a:link, a:active, a:visited
{
	display: block;
	color: #000000;
	text-decoration: none;
}

#global_navigation a:hover
{
	color: #339900;
	text-decoration: underline;
	font-weight: bold;
}

#content
{
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #333333;
	margin-left: 13em;	
	margin-bottom: 0px;
	padding: 5px 5px 5px 15px;
}

#content a, a:link, a:active, a:visited
{
	display: inline;
	color: #0000ff;
	text-decoration: underline;
}

#content a:hover
{
	color: #339900;
	text-decoration: underline;
}

#content h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	line-height: 125%;
}


#content p, li, dd, dt, label, div, ul, ol, dl
{
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}

#content dt
{
	font-weight: bold;
}

#content form fieldset p
{
/* 	clear: left; */
	margin-top: 0px;
	margin-bottom: 4px;
}


#content label
{
	float: left;
	width: 14em;
	font-weight: bold;
}


#footer
{
	clear: both;
	background-color: #99cc33;
	margin-top: 0px;
	margin-left: 17em;
	color: #333333;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 4px;
}

#footer p
{
	margin-top: 0px;
}



.photo
{
	border: 1px solid #333333;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	background-color: #ffff66;
}

.photo_right
{
	float: right;
	border: 1px solid #333333;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	background-color: #ffff66;
	clear: right;
}


.photo_left
{
	float: left;
	border: 1px solid #333333;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	background-color: #ffff66;
/* 	clear: left; */
}

/* .photo_bug_right
{
	border: 1px solid #333333;
	margin: 5px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	background-color: #ffff66;
	float: right;
	clear: right;
} */

.listbreaker
{
	clear: right;
	margin-top: 10px;
}


.gallery
{
	text-align: center;
/*	margin: 3px 3px 3px 3px;*/
}

.gallery img
{
	border: 1px solid #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.photo_caption
{
	font-style: italic;
	font-size: 85%;
	color: #333333;
	padding: 0px 0px 0px 0px;
}

p.photo_caption
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.photo_credit
{
	font-size: 85%;
	text-align: right;
	color: #666666;
	padding: 3px 0 0 0;
}

.publication_list, .supporter_list
{
	list-style-type: none;
	list-style-position: outside;
}
