@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg_gradient.jpg) top repeat-x;	
}

p, td {
	line-height: 1.4em;
}

hr {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: none;	
}

div#nav {
	float: right;
	margin-top: 8px;
	position: relative;
	width: 695px;	
}
	div#nav img {
		border: 0;	
	}

div#container {
	background: url(../images/shadow_left.jpg) top left no-repeat;	
}

div#copy {
	float: left;
	width: 300px;
	text-align: left;
}

.indent {
	margin-left: 16px;	
}

/* GALLERY */
div#main_image {
/*	background: url(../images/gallery_watermark.gif) top left no-repeat;	
*/	float: right;
	height: 260px;
	overflow: hidden;
	position: relative;
	width: 350px;
}
	div.mask {
		height: 19px;
		position: absolute;
		width: 19px;
		z-index: 1000;
	}
		div.mask.nw {
			background: url(../images/mask_nw.png) top left no-repeat;	
			left: 0;
			top: 0;
		}
		div.mask.ne {
			background: url(../images/mask_ne.png) top left no-repeat;	
			right: 0;
			top: 0;
		}
		div.mask.se {
			background: url(../images/mask_se.png) top left no-repeat;	
			right: 0;
			bottom: 0;
		}
		div.mask.sw {
			background: url(../images/mask_sw.png) top left no-repeat;	
			left: 0;
			bottom: 0;
		}
	
	
ul#gallery {
	float: right;
	margin-left: 5;
	padding-left: 5;
	text-align: center;
	width: 330px;
}
	ul#gallery li {
		border: solid 1px #666;
		float: left;
		list-style: none;
		margin: 4px;
		height: 33px;
		width: 50px;
		overflow: hidden;
		position: relative;
		
		opacity: .6;
		filter:alpha(opacity=60);
	}
	ul#gallery li.selected {
		border: solid 1px Green;
	}

		ul#gallery img {
			cursor: pointer;
			height: 33px;
			width: 50px;
		}
		
		ul#gallery div.thumb_mask {
			background: url(../images/thumb_mask.png) top left no-repeat;	
			height: 33px;
			left: 0;
			position: absolute;
			top: 0;
			width: 50px;
			z-index: 1000;
		}



div#copy p:first-child {
	margin-top: 0px;	
}

img#splash {
	float: left;	
}

div#header {
	border-bottom: solid 1px #CCC;	
}

div#footer {
	border-top: solid 1px #CCC;	
	color: #666;
	font-size: 11px;
	padding-top: 5px;
}

div#footer #copyright{
	float: right;	
}

div#footer #contact{
	float: left;	
}

h2.message {
	color: #0062A4;
	font-size: 16px;
	text-align: center;
	padding: 10px 0 10px 0;
}

h2.join_us {
	margin-bottom: 0px;	
}

.headerLabel {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}

.bigLabel {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
}

p.sub_para {
	color: #666;	
	margin: 0 0 20px 16px;
}

div.fundraiser {
	background-color: #FFF;
	border: 1px solid #CCC;
	float: right;
	margin: 10px 20px 5px 0;
	width: 640px;
	text-align: center;
	padding: 10px;
}

table#tblContainer td.left {
	/* background: url(../images/shadow_left.jpg) top left no-repeat; */
	width: 11px;
}

table#tblContainer td.right {
	/* background: url(../images/shadow_right.jpg) top left no-repeat; */
	width: 11px;
}
