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

body {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background: url(../images/DiagonalBG.gif);
}
p {
	margin: 0;
	padding: 0;
}

/* OUTER CONTAINER */
.outer-container {
	width: 820px;
	margin: 4px auto 0px;
	padding: 0;
	background: url(../images/outer-container-bg.jpg) repeat-y;
}

.outer-container .outer-container-top {
	width: 820px;
	height: 9px;
	background: url(../images/outer-container-top-bg.jpg) no-repeat;
	overflow: hidden;
}

.outer-container .outer-container-bottom {
	width: 820px;
	height: 6px;
	background: url(../images/outer-container-bottom-bg.jpg) no-repeat;
	overflow: hidden;
}

/* INNER CONTAINER */
.inner-container {
	width: 800px;
	padding: 4px 10px;
	margin: 0;
}

/* HEADER */
.header {
	width: 798px;
	height: 88px;
	margin: 0;
	padding: 0;
	border: 1px solid #9B0000;
	border-bottom: none;
	background: url(../images/DiagonalBG.gif);
}
.header .logo {
	margin: 4px 0 0 25px;
}
.header .phone-location {
	float: right;
	margin: 17px 13px 0 0;
}

/* MENU */
.menu, .footer {
	height: 32px;
	background: url(../images/menu-bg.gif) top left repeat-x;
	border: 1px solid #9B0000;
	font-size: 13px;
	font-weight: bold;
}
.footer-content {
	color: #FFFFFF;
	text-align: center;
	padding-top: .5em;
}
.footer-content a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer-content a:hover{
	text-decoration: underline;
}
.text-links {
	color: #E19395;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
}
.text-links a{
	text-decoration: none;
	color: #E19395;
}
.text-links a:hover{
	text-decoration: underline;
	color: #EDEDED;
}

/* HOMEPAGE STYLES */
.home-banner {
	border: 1px solid #000;
	width: 798px;
	height: 147px;
	margin: 4px 0;
}

.home-banner img{
	float: left;
}

.content-outer-container{
	border: 1px solid #CCC;
	padding: 4px;
	margin: 6px 0;
}
.content-inner-container {
	border: 1px solid #CCC;
	padding: 4px 8px;
	background: url(../images/content-container-bg.jpg) top left repeat-x #FFF;
}

.left { float: left; }
.right { float: right; }
.clearer { clear: both; }

/*************SCHEDULE STYLES*************/
#schedule {
	width: 650px;
	margin-top: 10px;
}
#schedule td{
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 5px;
}
/*
#schedule td.row-border{
	border-top: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
*/
#schedule td.schedule_month {
	background: url(../images/DiagonalBG.gif) top left;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
}
#schedule .event-title
{
	font-weight:bold;
	color: #000000;
	float: left;
}
#schedule .event-location
{
	color: #666;
	padding: 0 0 0 20px;
	font-weight: normal;
	float: right;
}
#schedule .event-details
{
	padding: 5px 15px 5px 0;
}
#schedule .event-description
{
	color: #333;
	padding-top: 4px;
	margin: 0;
}
#schedule .event-date
{
	padding: 5px 15px 10px 5px;
	white-space: nowrap;
	line-height: 20px;
}
#schedule .event-links
{
	padding: 5px 5px 5px 0;
	text-align: center;
}
#schedule .event-links a{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	border: 1px solid #999;
	background-color: #EDEDED;
	padding: 2px 5px;
	white-space: nowrap;
	text-align: center;
	margin: 0 0 5px 0;
	width: 125px;
	text-decoration: none;
}
#schedule .event-links a:hover{
	background-color: #FF0000;
	color: #FFFFFF;
	border: 1px solid #990000;
}


/**** GALLERY STYLES *****/
#gallery
{
	padding: 15px;
}
#breadcrumbs
{
	color: #666;
	font-size: 11px;
}
#breadcrumbs a 
{
	text-decoration: none;
	color: #666;
}
#breadcrumbs a:hover
{
	text-decoration: underline;
	color: #0033CC;
}
.divider
{
	text-align: center;
	padding: 5px 0;
	clear: both;
	margin: 0 auto;
}
.sectionHeader
{
	margin: 0 0 5px 0;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.gallery-link {
	padding: 0 6px 10px 6px;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
}
.gallery-link a {
	text-decoration: none;
}
.gallery-link a h3 {
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.gallery-image {
	border: 1px solid #999;
	margin: 2px;
}
.gallery-link a:hover h3{
	color: #FF0000;
}
.gallery-link a:hover .gallery-image{
	border: 1px solid #FF0000;
}
.gallery-description {
	padding: 0 0 10px 0;
	color: #333;
}
#main-image{
	text-align: center;
	margin: 10px 0;
}
#item-details{
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #CCC;
}
#additional-images{
	border-top: 1px solid #CCC;
}
#additional-images h3{
	color: #999999;
	margin: 0;
	padding: 5px 0 8px 0;
}
#additional-images a{
	display: block;
	float: left;
	margin: 5px 10px;
}
#additional-images img{
	padding: 0;
}
/* Page links */
.pagination {
	padding: 0 0 15px 0;
}
.page-links {
	padding: 0 0 5px;
}
.page-links a, .page-links #current {
	padding: 0 4px;
	border: 1px solid #999;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
	font-size: 11px;
}
.page-links a:hover{
	background-color: #FF0000;
	color: #FFFFFF;
}
.page-links #current {
	background-color: #EDEDED;
	color: #666;
}

.page-links #elipses {
	padding: 0;
	margin-right: 5px;
	font-weight: bold;
	color:#000099;
}
#gallery .page-stats
{
	float:right; 
	vertical-align:bottom; 
	padding: 0; 
	margin: 0;
}

/* Display Messages */
.messages {
	width: 500px;
	margin: 0 auto 8px;
	padding: 5px 8px;
	border: 1px solid #999;
	background-color: #FFFFCC;
}
.message {
	color: #333333;
	padding: 0 0 4px 18px;
	vertical-align: top;
	background: url(../images/SymbolInformation.gif) left top no-repeat;
}
.errorMessage {
	color: #FF0000;
	padding: 0 0 4px 18px;
	vertical-align: top;
	background: url(../images/ErrorMessage.gif) left top no-repeat;
}
.messages h3, .errorMessages h3 {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 0;
	margin: 0;
}
.legal-text{
	font-size: 11px;
	color: #666666;
	margin: 0 auto 20px;
	width: 780px;
	text-align: center;
}
.legal-text a{
	text-decoration: none;
	color: #666666;
}
.legal-text a:hover{
	text-decoration: underline;
	color: #990000;
}
