﻿@charset "utf-8";

body {
	background: #000000; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 786px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}
#header {
	background: #fdead8;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	position:relative;
	width:786px;
}
#header table {
	margin: 0px;
	padding: 0px;
	width: 786px;
}
#navtd {
	background-color: #F9C0AF;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	background: #fdead8;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent_scroll {
	background: #fdead8;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-android- overflow:visible;
	overflow: scroll;
	height: 407px;
}
#contentTD {
	margin-top: 2px;
	margin-left: 2px;

}
#navtable {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#slideshowbg {
	margin: 0px;
	padding: 0px;
	width: 570px;
	background-color: #F9C0AF;
}
.slidepadding {
	margin-top: 40px;
	margin-bottom: 42px;
	margin-left: auto;
}

.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

.slidecenter {
	text-align: center;
}



#footer {
	padding: 0;
	background-color: #F9C0AF;
	margin: 0px;
	width: 786px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer table {
	margin: 0px;
	padding: 0px;
	width: 786px;
}
#footer  span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#topnav {
	margin: 0px;
	padding: 0px;
	width: 728px;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
}
#topnav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav a {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.sunicons {
	margin: 0px;
	padding: 0px;
}
.padding {
	margin-left: 8px;
}
.welcome {
	text-align: center;
	margin-top: 30px;
	margin-left: 120px;
}
p {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.6em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 6px;
}
.firstletter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	padding-left: 12px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	text-align: center;
	padding: 0px;
}
.fltrght {
	float: right;
	margin-right: 20px;
	margin-top: 45px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.fltrght2 {
	float: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.fltrght3 {
	float: right;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
}
#exhibit {
	margin-left: 20px;
}


.fltlft {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.ravestitle {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
}

.italics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.margin10px {
	margin-left: 10px;
}

.indent {
	text-indent: 10px;
}
.bold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
#music {
	background-color: #000000;
	height: 15px;
	width: 400px;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

.scrollbar2 { 
scrollbar-face-color:#fdead8; 
scrollbar-track-color:#f9c0af; 
} 
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: normal;
	list-style-image: url(images/grey_sun.gif);
	list-style-position: outside;
}
.righttitle {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#clients {
	font-weight: bold;
}
.contacttxt {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.contacttxtsm {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.contacttxt_smhdr {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
#music {
	background-color: #000000;
	height: 50px;
	width: 400px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.style2 {
	text-align: center;
	font-size: xx-small;
}
.style3 {
	color: #333333;
}

#footer_information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align:center;
	width : 400px;
	margin-left:auto;
	margin-right:auto;
}

#footer_information .name_title {
	float:left;
}
#footer_information .address_title_wrapper {
	margin-left:auto;
	margin-right:auto;
	width:230px;
}

#footer_information a {
	color:#F9C0AF;
}

#footer_information a:hover {
	color:#fff;
}
#facebook {
	position:absolute;
	top:115px;
	left:620px;
	clear:both;
	z-index:0;
}
#facebook a {
	color : #000000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
.facebook_img {
	float:left;
	margin-top:-5px;
}
