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

body {
/*
	background:url(images/bg.jpg) no-repeat fixed #111;
	background-size:cover;
	-moz-background-size:100%;
	-webkit-background-size:100%;
*/
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	overflow:auto;
}

#content {
	width:720px;
	min-height:500px;
	padding:25px;
	margin:64px auto 180px auto;
}

.footer, .push {
}

.footer {
	width:100%;
	position:fixed;
	bottom:0;
	z-index:5;
}

#content h3 {
	text-transform:uppercase;
	color:#ccb672;
	font-size:18px;
	font-weight:normal;
}

ul#happenings-index {
	list-style-position:inside;
	margin:10px 0 35px 0;
}

a.promo-list-item:link,a.promo-list-item:visited {
	color:#ccb672;
	text-decoration:underline;
}

.promo-name {
	color:#FFFFFF;
}

a.promo-list-item:hover {
	text-decoration:none;
}

.promo-item {
	display:block;
	margin-bottom:20px;
}

.promo-item img {
	float:left;
}

.promo-desc {
	margin:10px 10px 10px 15px;
	float:left;
	width:440px;
	min-height:180px;
	font-size:12px;
	position:relative;
}

.promo-desc h4 {
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	padding:10px;
	border-top: dashed #ccb672 1px;
	border-bottom: dashed #ccb672 1px;
	margin-bottom:10px;
}

.promo-desc h2 {
	font-weight:bold;
	color:#ccb672;
	font-size:12px;
}

.details {
	margin-left:7px;
	margin-bottom:35px;
}

em {
	font-style:italic;
}


.important {
	display:block;
	font-size:11px;
	color:#ccb672;
	font-weight:bold;
	margin-bottom:10px;
}

hr.separator {
	border-top:dashed #ccb672 1px;
	width:770px;
	margin-left:-25px;
	padding:7px 0;
}

a.back-to-top{
 display:block;
 width:81px;
 height:20px;
 background:url(../img/btn_backtotop.gif) left top no-repeat;
 text-indent:-9999px;
 position:absolute;
 bottom:0;
 right:0;
}

.smallprint {
	font-size:10px;
}

h5 {
	margin-bottom:5px;
}


a.back-to-top:hover{
	background-position:bottom;
}

table.padded,table.padded th,table.padded td {
	border:1px solid #554f35;
	padding:7px 10px;
}
table.padded.small-font{
	font-size: 10px;
}
table.padded.equal-size {
	width: 100%;
}
table.padded.equal-size td {
	width: 50%;
}

table.table1, th, td{ border-collapse: collapse; border-spacing: 5; border-color: white; padding: 5px; border:1px solid white}