@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	behavior: url("csshover.htc");
	background-image:url(images/layout/bg_strip2.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #40322a;
	color: #fbfce6;
}

#page { 
	position : relative;
	width: 928px;
	margin: 0px auto;
}

#flash_header {
	position: relative;
	z-index: 5;
	margin: 0px auto;
	margin-top: -1em;
	width: 401px;
	
}
#flash_tail {
	position: relaitve;
	z-index: 0;
	background-image: url(images/layout/flash_tail.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 928px;
	text-align: center;
	height: 135px;
	margin: -5px 0px 0px 1px;
}
#myswf {
	text-align: center;
	border: 0px #000000 solid;
}

#container {
	position : relative;
	z-index: 3;
	background-color: #44362f;
	border: 13px #fbfce6 solid;
	width: 628px;
	margin: -280px auto 0px auto;
	padding: 150px 40px 40px 40px;
	color: #fbfce6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-height: 400px;	
	_height: 400px;	
}
#content_div {
	z-index: 20;
}
#footer {
	/*width: 868px;*/
	margin: 0px auto;
	text-align:center;
}

/*////////////////*/
/* PAGE STYLES */
/*////////////////*/

.highlight_box {
	background-color: #3c2f29;
	padding: 4px;
	margin: 7px;
}
.highlight_box h3, .highlight_box p, {
	margin: 15px;
}
#content_div li {
	margin-left: 30px;
}

p, h3 {
	margin: 10px;
}

h3 {
	font-size: 14px;
}

table td {
	vertical-align: top;
}
/*////////////////*/
/* GALLERY STYLES */
/*////////////////*/

.gallery_box {
	background-color: #3c2f29;
	padding: 10px;
	margin: 10px;
}
.gal_name {
	margin: 5px;
}
.gal_image img {
	border: 3px #28140b solid;
}
.gallery_box:hover {
	opacity: 0.50;
	-moz-opacity: 0.50;
	cursor: pointer;
}

* html .gallery_box:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

a:link, a:visited, a:active {
	color: #CCCCCC;
}

#list td {
	padding: 4px;
}

.events_thumb {
	width: 150px;
	float: left;
	margin: 3px 10px 3px 3px ;
}
.events_thumb img { width: inherit; }
.form_tbl td { text-align: left; }

/* ///////////////////////////////////////////////////////
/// CLEARFIX
////////////////////////////////////////////////////////*/
.clearer {
	clear: both; 
	border: 0px; 
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearfix {
	overflow: hidden;
	padding-bottom: 5px;
}
html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


