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

body {
	background-color: #EFE9D6;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}

div#wrap {
	width: 770px;
	background-color: #B6A98F;
	margin: 0 auto;
	position: relative;
}

div#content {
	width: 754px;
	height: 1130px;
	margin: 0 auto;
	background-color: #EFE9D6;
}

div#video {
	padding: 0;
	float: left;
	width: 510px;
	position: relative;
	z-index: 1;
}

div#top {
	width: 490px;
	height: 90px;
	background-image: url(../dgpimages/top.png);
	background-repeat: no-repeat;
	padding: 0 10px 0 10px;
	margin-bottom: 5 px;
	position: relative;
	font-variant: small-caps;
	font-size: 125%;
	line-height: 100%;
}

div#mid {
	width: 477px;
	margin: 0 auto;
}

div#lower {
	width: 770px;
	height: 590px;
}

div#header {
	width: 770px;
}


div#leftCol {
	width: 510px;
	float: left;
	padding: 0;
	margin: 0;
	background-color: #EFE9D6;
	position: relative;
}

div#map {
	width: 200px;
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 20px;
}

div#form {
	width: 244px;
	border: none;
	float: right;
	background-color: #B6A98F;
}

div#wide {
	padding-top: 55px;
	width: 760px;
	clear: both;
}

div#footer {
	width: 770px;
	clear: both;
}

img.noborder {
	border: none;
}



h1 {
	font-size: 14px;
	font-variant: small-caps;
}

h2 {
	font-size: 14px;
	margin-left: 10px;
}

p {
	line-height: 110%;
	margin: 10px 10px 10px 10px;
}


p.small {
	font-size: 10px;
}

.cta {
	font-size: 17px;
	color: #FFF;
	text-align: center;
	font-variant: small-caps;
}


.ctaSmall {
	font-size: 13px;
	color: #FFF;
	text-align: center;
	font-variant: small-caps;
}


p.midForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:visited {
	color: #7A0026;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	line-height: 110%;
}

img.center {
	display: block;
	margin: 0 auto;
}

.credits {
	text-align: center;
	font-size: 11px;
}

/* Styles for the events tables */

.eventName {
	color: #5A4A42;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.eventInfo {
	color: #000;
	font-size: 12px;
	text-align: center;
}

.ltBar {
	background-color: #EDE9DF;
}

.dkBar {
	background-color: #DAD1BE;
} 

#mid a {
	color: #000;
	text-decoration: none;
}

#mid a:visited {
	color: #000;
	text-decoration: none;
}

#mid a:hover {
	color: #000;
	text-decoration: underline;
}

.formDisclaimer {
	font-size: 70%;
	margin-top: 5px;
}

