@charset "utf-8";
/* CSS Document */

body
{
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #6d6250;
}

p
{
	padding-bottom: 10px;
}

.mainContainer
{
	margin: 0 auto;
}

.subContainer
{
	margin: 0 auto;
	width: 951px;
}

.header
{
	width: 501px;
	height: 221px;
	padding: 110px 350px 0px 100px;
	position: relative;
	background-image: url(images/logo-banner.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
	text-align: justify;
}

.background
{
	width: 951px;
	background-image: url(images/bg-border.gif);
	background-repeat: repeat-y;
	position: relative;
}

.content
{
	width: 851px;
	height: 760px;
	margin-left: 101px;
	position: relative;
}

.eventCopy
{
	width: 550px;
	height: 453px;
	padding: 40px 0px 0px 0px;
	margin-left: 300px;
}

.headerText
{
	color: #b3422d;
	font-size: 18px;
}

.eventLinks
{
	height: 200px;
	width: 150px;
	position: relative;
	padding-top: 35px;
	text-align: center;
	float: left;
}

.eventLinks a:link, .eventLinks a:active, .eventLinks a:visited
{
	color: #b3422d;
	text-decoration: underline;
}

.eventLinks a:hover
{
	text-decoration: none;
}

.contact
{
	margin-top: -28px;
	width: 370px;
	padding-bottom: 15px
}

.footer
{
	width: 951px;
	height: 50px;
	padding-top: 40px;
	margin-bottom: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

/* popup css */
.myHiddenDiv {display:none;}

.popup {background:#FFF; border:1px solid #333; padding:1px;}
.popup-header {height:24px; padding:7px; background:url("bgr_popup_header.jpg") repeat-x;}
.popup-header h2 {margin:0; padding:0; font-size:18px; float:left;}
.popup-header .close-link {float:right; font-size:11px;}
.popup-body {padding:10px;}

