﻿body
{
	margin: 0px;
	background-color: #000000;
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
	color: #fe7d1c;
}

img
{
	border: 0px;
}

div, span
{
	padding: 0px;
	margin: 0px;
}

a
{
	text-decoration: none;
	color: #FE7D1C;
}

a.gallery
{
	color: #FE7D1C;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}

.subtitle
{
	color: #FE7D1C;
	font-weight: bold;
	font-size: 9pt;
	font-style: normal;
}

div#pageWrapper
{
	margin: 0 auto;
	width: 1100px;
	text-align: left;
}

div#header
{
	height: 242px;
	width: 1100px;
	background-image: url(images/header-bg.jpg);
}

div#header div#nav
{
	width: 953px;
	height: 42px;
	margin-right: auto;
	margin-left:auto;
	padding-top: 196px;
}

div#contentWrapper
{
	width: 1100px;
	min-height: 633px;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	text-align: center; /* centers the text on IE */
}

div#contentInsideWrapper
{
	width: 953px;
	margin: 0 auto;
}

div#content
{
	width: 953px;
	margin: auto;
}

div#contentWithRightBackground
{
	width: 953px;
	text-align: left;
	background-image: url(images/right-content-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
}

div#contentAreaWrapper
{
	float: left;
	width: 953px;
}

div#contentAreaWrapper div#text /* used for pages where there is a left and right section */
{
	display: inline; /* fixes bug in IE 6 that doubles left margin within a float */
	float: left;
	margin: 20px 30px 0 40px;
	padding: 0 0 40px 0;
	width: 489px;
	line-height: 18pt;
}

div#contentAreaWrapper div#pictures /* used for pages where there is a left and right section */
{
	float: right;
	width: 394px;
	min-height: 450px;
}

div#contactContent
{
	width: 953px;
	text-align: left;
	background-image: url(images/contact-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
}

div#contactContent div#text
{
	display: inline; /* fixes bug in IE 6 that doubles left margin within a float */
	float: left;
	margin: 20px 30px 0 40px;
	padding-bottom: 40px;
	width: 317px;
	line-height: 18pt;
}

div#contactContent div#contactForm
{
	float: right;
	width: 566px;
	min-height: 400px;
}

div#contentAreaWrapper div#textFull
{
	float: left;
	margin: 20px 40px 0 40px;
	padding-bottom: 40px;
	width: 873px;
	line-height: 18pt;
}

.title
{
	padding-bottom: 10px;
	color: White;
	font-size: 14pt;
}

div#contentAreaWrapper div#text .menu
{
	width: 220px;
	padding-right: 20px;
	float: left;
	color: #FFB985;
	line-height: 12pt;
	font-size: 8pt;
	font-style: italic;
}

div#learnMore
{
	width: 100%; 
	text-align: left; 
	padding-top: 15px;
	font-size: 9pt;
}

a.learnMore
{
	color: White;
	text-decoration: none;
}

a:hover.learnMore
{
	text-decoration: underline;
}

div#footer
{
	clear: both;
	background-image: url(images/footer-div.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 953px;
	text-align: right;
	margin: auto; /* centers the text on mozilla and safari */
	padding-bottom: 50px;
}

div#footerText
{
	font-size: 7pt;
	color: #6d250a;
	padding-top: 15px;
}

div#homeText
{
	margin: auto; /* centers the text on mozilla and safari */
	height: 130px;
	width: 915px;
	text-align: left;
	color: #FE7D1C;
	font-size: 11pt;
	line-height: 20pt;
}

div.additionalVenue
{
	padding-bottom: 20px;
	text-align: left;
}

span.white
{
	color: White;
}

span.formText
{
	color: White;
	position: relative;
	top: -2px;
}

div.contactFormElement
{
	float: right; 
	margin-bottom: 10px;
	font-size: 9pt;
}

.textbox
{
	background-color: #f17e28;
	border-style: none;
	font-size: 11pt;
	padding: 3px;
}

.button
{
	border-style: none;
	background-color: #911F21;
	color: White;
	font-size: 9pt;
	padding: 3px;
	cursor: pointer; !important cursor: hand;
}