body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#230000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
div.header, div.welcome, div.separator, div.content, div.slider, div.footer {
	width:780px;
	margin:0 auto;
}
div.welcome {
	background-image:url(../images/welcome-background2.jpg);
	background-repeat:no-repeat;
	font-size:11.5px;
	line-height:14px;
	color:#5b4b2e;
}
div.welcome td{
	vertical-align:top;
}
div.header {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height:1em;
}
div.footer {
	text-align:center;
}
td.welcome2 {
	padding:32px 85px 5px 25px;
}
td.welcome2 h3{
	margin-top:0;
}

h2 {
	color:#4f1810;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:19px;
	padding-top:12px;
}
h2.pagehead {
	margin:0;
	padding:10px;
	border-bottom:solid 1px #CBA84E;
}
.detailPageHeadingContainer h2.pagehead, .listingHeadingContainer h2.pagehead, .contentColumn h2.pagehead {
	margin: 0;
	padding: 0;
	border-bottom:0;
}
h3 {
	color:#4f1810;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
}
div.content, td.content {
	background-color:#FFFFFF;
	font-size:11px;
	line-height:16px;
	
}

.contentbox, .contenttab {
	margin-bottom: 8px;
	padding:8px;
	overflow: auto;
	background-color:#FFF;
}

div.footer {
	color:#FFFFFF;
	font-size:9px;
	padding-top:7px;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color:#FFFFFF;
}
.footer a:hover {
	color:#ffcc66;
}
/***************** styles for displaying listings and detail pages ***********************/
.menuColumn {
	width:16em;
	float:left;
}
.contentColumn {
	margin-left:17em;
	padding:1em 2em;
	border-left:1px solid #CBA84E;
}
.detailPageHeadingContainer {
	padding:.4em 0 2.5em 1em;
	margin-bottom:.3em;
	background:url(../images/detailpageMasthead.gif) top center no-repeat;
}
.detailPageTitle {
	color:#4F1810;
	font-family:'Times New Roman';
	font-size:1.9em;
}
.detailPageSubtitle {
	color:#4F1810;
	font-family:'Times New Roman';
	font-weight:bold;
}
.detailBlackSubtitle {
	font-family:'Times New Roman';
	font-size:1.3em;
	font-weight:bold;
}
.paddedContainer {
	padding:1.9em;
}
.paddedContainer a {
	color:#4F1810;
	text-decoration:none;
}
.listingHeadingContainer {
	padding:.4em 0 1em 1em;
	border-bottom:1px solid #CBA84E;
	margin-bottom:.3em;
}
.listingHeading {
	color:#4F1810;
	font-family:'Times New Roman';
	font-size:1.9em;
	text-decoration: none;
	text-transform: uppercase;
}
.listing {
	border-top:1px solid #CBA84E;
	padding-top:1em;
	margin-bottom:1em;
	background:url(../images/listingBackground.jpg) bottom repeat-x;
}
.listing a {
	color:#4F1810;
	font-family:'Times New Roman';
	text-decoration:none;
}
.listingInnerShell {
	border-top:3px solid #EADCB8;
	border-bottom:10px solid #EADCB8;
	position:relative;
	padding:1em 2em 0 0;
}
.listingTitle {
	font-size:1.3em;
	text-transform: uppercase;
}
.listingInnerShell p {
	padding:1em 0;
	color:black;
	font-family:'Times New Roman';
}


/* Form Elements */

label {
	float:left;
	width: 100px;
}

.required {
	font-weight:bold;
}

.button {
	width: 100px;
	float:left;
	clear:both;
}
.searchBtn {
	width: 60px;
	float:none;
	clear:both;
}

.errormessages {
	color:#990000;
	font-style:italic;
	font-size:10px;
	font-weight:bold;
}

input {
	float:left;
	width:200px;
	margin-bottom:10px;
}

input.cityDropDown {
	float:none;
	margin-bottom:10px;
}

input.datefield {
	float:none;
	width:90px;
	margin-bottom:10px;
}

textarea {
	float:left;
	width:200px;
	margin-bottom:10px;
}

