@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #64887f;
	font-family: "Courier New", Courier, monospace;
	color: #57595b;
	font-size: 12px;
	line-height: 18px;	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #b14831;
	font-weight: bold;
	text-transform: uppercase;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 40px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {
	font-family: Courier, "Courier New", monospace;
	color: #57595b;
}

form {
	padding: 0;
	margin: 0;
}

.box {
	background-color: #FFFFFF;
	border: 1px dashed #a2a096;
	padding: 20px;
	width: 227px;
	height: 180px;
	margin-top: 25px;
	line-height: 16px;
}

.box img {
	float: left;
	margin-top: -10px;
	margin-left: -50px;
	padding-right: 5px;
}

.float {
	float: left;
	margin-top: -20px;
	margin-left: -30px;
	padding-right: 10px;
	z-index: 1;
}

.rule {
	height: 15px;
	margin-top: 15px;
	clear: both;
	border-top: 1px dashed #a2a096;
}

.event-types {
	text-decoration:underline;
	font-size:15px;
	font-weight:bold;
}

.border {
 border:1px dashed #999fa4;
 }

/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	font-size: 24px;
	color: #b14831;
	padding-bottom: 10px;
}

h2 {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	font-size: 20px;
	color: #b14831;
	padding-bottom: 10px;

}

h3 {
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding-bottom: 5px;
}

/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 988px;
}

#logo {
	margin-top: 35px;
	margin-bottom: 25px;
	text-align: center;
}

#main-container {
	text-align: left;
	padding: 26px 48px;
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	height: 534px;
	width: 892px;
	clear: both;
	
}

#menu {
	height: 37px;
	padding-top: 10px;
	padding-left: 29px;
}

#menu div {
	width: 187px;
	float: left;
	text-align: center;	
}

#menu a {
	font-size: 15px;
	color: #363636;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
	
}	

#menu a:hover {
	color: #b14831;	

}

.menu1 {
	background-image: url(../images/top01.jpg);
	background-repeat: no-repeat;
}

.menu2 {
	background-image: url(../images/top02.jpg);
	background-repeat: no-repeat;
}

.menu3 {
	background-image: url(../images/top03.jpg);
	background-repeat: no-repeat;
}

.menu4 {
	background-image: url(../images/top04.jpg);
	background-repeat: no-repeat;
}

.menu5 {
	background-image: url(../images/top05.jpg);
	background-repeat: no-repeat;
}



#footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-color: #487573;
	padding: 25px 0;
	margin-top: 20px;
	
}

#footer-wrap {
	margin-right: auto;
	margin-left: auto;
	width: 988px;
	color: #FFFFFF;
	font-size: 11px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	
}

#footer a:hover {
	color: #999999;	
}

#left-column {
	float: left;
	width: 580px;
	display: inline;
	margin-right: 50px;
	

	
}

#right-column {
	float: left;
	width: 240px;
	margin-top: 340px;
	display: inline;
	
}

.flexcroll {
	overflow: auto;
	height: 500px;
	padding-right: 15px;
}


#flashcontent {
	height: 485px;
	padding-top: 15px;
}

#events td.date {
	width:50px;
}


