/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #2E0C02;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	color: #212015;
	font: 85% georgia, "times new roman", times, serif;
	}
	
img {
	border: 0;
	display: block;
	}
	
strong {
	font-weight: bold;
	}
	
.clear {
	clear: both;
	}
	
blockquote {
   margin: 0 10px 10px 10px;
}	
	
/* Structure */

h1.mast {
	text-indent: -9999px;
	margin: 0 auto;
	background: #2E0C02 url(../images/main/mast.jpg) top left no-repeat;
	width: 729px;
	height: 377px;
	margin-bottom: -30px;
	}
	
div.wrap {
	margin: 0 auto 0 auto;
	width: 729px;
	background: transparent url(../images/main/contentbg.jpg) top left repeat-y;
}

tr.navbg {	
	margin: 0 auto;
	width: 729px;
	}

table.maintable {
	margin: 0 auto;
	width: 729px;
	background: transparent url(../images/main/footer.jpg) bottom left no-repeat;
	}
	
table.maintable td {
	vertical-align: top;
	text-align: left;	
	}
	
table.maintable td.left {
	padding: 0;
	height: 400px;	
	background: transparent url(../images/main/navbgleft.jpg) top left no-repeat;
	}
	
table.maintable td.right {
	padding-right: 50px;
	background: transparent url(../images/main/navbgright.jpg) top right no-repeat;
}

div.contentwrap {
	border-left: 1px solid #EBC19B;
	padding-left: 15px;
	margin-bottom: 100px;
	margin-left: 17px;
}

/* Subscribe Form */

form.emailform {
	position: relative;
	top: -340px;
	width: 700px;
	text-align: right;
	}
	
.emailform .email {
	top: -8px;
	padding: 0;
	position: relative;
	}
	
.emailform .join {
	margin: 0 0 0 8px;
	position: relative;
	}
	
/* Typography */

p, li {
	font-size: .9em;
	line-height: 1.8em;
	margin: 1em 0;
	}
	
table.maintable td.right ul {
	margin: -10px 20px 10px 45px;
	}
	
table.maintable td.right li {
	margin-bottom: 1em;
	}
	
p.address {
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #2E0C02;
	margin-bottom: -20px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: -20px;
	}
	
p.address a, p.address a:visited, p.address a:hover {
	text-decoration: underline;
	color: #fff;
	}

.event p, .altevent p{
	font-size:14px;
}

.event td, .altevent td{
	padding-left:4px;
}

/* Titles */

h2 {
	text-indent: -9999px;
	height: 37px;
	text-decoration: none;
	background-image: transparent;
	display: block;
	margin-left: 45px;
	}
	
h2.welcome {
	background: transparent url(../images/titles/welcome.gif) top left no-repeat;
	}
	
h2.calendar {
	background: transparent url(../images/titles/calendar.gif) top left no-repeat;
	}
	
h2.cd {
	background: transparent url(../images/titles/cd.gif) top left no-repeat;
	}
	
h2.contact {
	background: transparent url(../images/titles/contact.gif) top left no-repeat;
	}
	
h2.reviews {
	background: transparent url(../images/titles/reviews.gif) top left no-repeat;
	}

h2.links {
	background: transparent url(../images/titles/links.gif) top left no-repeat;
	}	

/* Navigation */

ul.nav  {
	margin: 14px 0 0 0;
	padding: 0;
	text-indent: 0;
	position: relative;
}

ul.nav li {
	text-indent: -9999px;
	margin: 0;
	padding: 00;
	height: 31px;
	width: 145px;
	list-style: none;
	background-image: transparent;
	display: block;
	margin-left: 25px;
}

ul.nav li a:link, ul.nav li a:visited, ul.nav li a:hover {
	text-decoration: none;
	width: 145px;
	height: 31px;
	display: block;
	}

li.home, li.home a, li.home a:visited {
	background: transparent url(../images/nav/home.jpg) top left no-repeat;
}

li.home a:hover {
	background-image: url(../images/nav/home_over.jpg);
}

li.calendar, li.calendar a, li.calendar a:visited {
	background: transparent url(../images/nav/calendar.jpg) top left no-repeat;
}

li.calendar a:hover {
	background-image: url(../images/nav/calendar_over.jpg);
}

li.reviews, li.reviews a, li.reviews a:visited {
	background: transparent url(../images/nav/reviews.jpg) top left no-repeat;
}

li.reviews a:hover {
	background-image: url(../images/nav/reviews_over.jpg);
}

li.cd, li.cd a, li.cd a:visited {
	background: transparent url(../images/nav/cd.jpg) top left no-repeat;
}

li.cd a:hover {
	background-image: url(../images/nav/cd_over.jpg);
}

li.contact, li.contact a, li.contact a:visited {
	background: transparent url(../images/nav/contact.jpg) top left no-repeat;
}

li.contact a:hover {
	background-image: url(../images/nav/contact_over.jpg);
}

li.links, li.links a, li.links a:visited {
	background: transparent url(../images/nav/links.jpg) top left no-repeat;
}

li.links a:hover {
	background-image: url(../images/nav/links_over.jpg);
}

/* Limks */

a, a:link, a:visited {
	color: #623C27;
	font-weight: bold;
	}
	
a:visited {
	font-weight: normal;
	}
	
a:hover {
	color: #000000;
	}
	
/* Formmailer  */


.mailwrapper {
	text-align: center;
	
}


.maildiv {
	margin: 10 auto 0 auto;
	text-align: left;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
/*	background: #DABFBD;*/
}
.maildiv form {
	text-align: left;

}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 95px;
	text-align: left;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
.maildiv a {
	color: #005ABE;
}
.maildiv h2 {
	color: #005ABE;
	font-size: 120%;
}
.maildiv input {
	margin-bottom: 10px;

}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	margin-bottom: 10px;

}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #005ABE; 
}
.maildiv fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 8px;
}
.maildiv .fmsubmit {
	float: right;
}
.maildiv .fmrequired {
	color: #005ABE;
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
	height: 10px;
}

.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 120%;
}
		