/* CSS Document */



/* BODY STYLES ************************************************************************* */
body {
	background-color: #FFFFFF;
}

#headerbar {
	position:absolute;
	top:10px;
	width:100%;
	height:25px;
	z-index:2;
	background-color: #666666;
	text-align: left;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #f2eee4;
	text-transform: uppercase;
	text-indent: 20px;
	padding-top: 8px;
	left: 0px;
	font-size: 20px;
	padding-bottom: 8px;
	letter-spacing: .25em;
}

#headerbar a:link {
	color: #f2eee4;
	text-decoration: none;
}

#headerbar a:visited {
	text-decoration: none;
	color: #f2eee4;
}

#headerbar a:hover {
	text-decoration: none;
	color: #f2eee4;
}

#headerbar a:active {
	text-decoration: none;
}

/* LEFT PANE STYLES ************************************************************************* */
#leftpane {
	position:absolute;
	width:325px;
	height:675px;
	z-index:1;
	left: 10px;
	top: 5px;
	background-color: #F7F7F7;
	float: left;
}

#leftpane_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	top: 75px;
	position: relative;
	text-align: left;
	text-indent: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .125em;
}

#leftpane_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	top: 115px;
	position: relative;
	text-align: justify;
	padding-right: 30px;
	padding-left: 10px;
}

#leftpane_gallerylinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: relative;
	text-align: left;
	padding-right: 30px;
	padding-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
	top: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftpane_homelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: relative;
	text-align: left;
	padding-right: 30px;
	padding-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
	top: 130px;
}

#leftpane a:link {
	color: #0099CC;
	text-decoration: none;
}

#leftpane a:visited {
	text-decoration: none;
	color: #0099CC;
}

#leftpane a:hover {
	text-decoration: none;
	color: #003399;
}

#leftpane a:active {
	text-decoration: none;
}

/* GALLERY CONTAINER STYLES ************************************************************************* */
#gallerycontainer {
	position:absolute;
	width:600px;
	height:580px;
	z-index:5;
	background-color: #DDDDDD;
	text-align: center;
	top: 63px;
	float: left;
	left: 375px;
}

#gallerycontainer_events {
	position:relative;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:560px;
	color: #666666;
	padding-top:20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	overflow: visible;
	background-color: #DDDDDD;
}

#gallerycontainer_events a:link {
	color: #0099CC;
	text-decoration: none;
}

#gallerycontainer_events a:visited {
	text-decoration: none;
	color: #0099CC;
}

#gallerycontainer_events a:hover {
	text-decoration: none;
	color: #003399;
}

#gallerycontainer_events a:active {
	text-decoration: none;
}

/* COPYRIGHT BAR STYLES ************************************************************************* */
#copyrightbar {
	position:relative;
	width:100%;
	height:20px;
	z-index:4;
	left: 0px;
	top: 650px;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: 20px;
	text-align: left;
	padding-top: 5px;
}

.gray_DDDDDD {color: #CCCCCC}
.bold {font-weight: bold}
.home_link {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 5;
	text-indent: 400px;
}
.link_bkgd {
	border: thin dotted #666666;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}
.contact {
	font-size: 12px;
	
}
.eventheaders {
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;	
	padding-bottom: 1.5em;
}

.eventdesc {
	font-size: 11px;
}

.eventname{
	font-size: 12px;
	color: #333333;
	padding-bottom: 1.5em;
	font-weight: bold;
}

.eventlocation{
font-size: 12px;
line-height: 1.5em;
color: #666666;
}

.eventdate{
font-size: 1.1em;
line-height: .8em;
color: #666666;
}
.scrollingtext {
	overflow: scroll;
	height: 375px;
}
