@charset "utf-8";
/* CSS Document */

#container 
{ 	width: 800px; 
	background: #d2cbf7;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;}

#topbar 
{	width: 800px;}

#menu 
{	margin: 0 0 0 0px;
	padding: 0 0px 0px 0px;} 


#mainContent 
{	margin: 20 0 0 0px;
	padding: 25px 10px 10px 10px;} 
	
#donations
{	padding-top: 30px;
	padding-left: 250px;
}

#footer 
{	width: 800px;
	margin: 0 0 0 0px;
	padding: 0 0px 0px 0px;
	text-align: center;
}

body 
{	background-color: #ddc3dc;
	margin-top: 0px;}

#chromemenu
{	width: 100%;
	font-weight: normal;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;}

#chromemenu:after
{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;}

#chromemenu ul
{	border: 1px solid #BBB;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	background-image: url(../images/chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;}

#chromemenu ul li
{	display: inline;}

#chromemenu ul li a
{	color: #000000;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;}

#chromemenu ul li a:hover
{	background-image: url(../images/chromebg2.gif);
	background-repeat: repeat-x;
	background-position: center center;}

#tayjonred
{	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;}
	
#disclaimer
{	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;}	

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}