/* Levoy Theatre Main CSS Document */

/* DIV tags */

#search-box-alt {
	position:absolute;
	left:0px;
	top:0px;
	width:170px;
	height:30px;
	background-color: #EC9358;
	text-align: center;
	vertical-align: middle;
}

#header-spacer {
	position:absolute;
	left:170px;
	top:0px;
	width:410px;
	height:30px;
	background-color: #B39DAC;
}

#donate-now {
	position:absolute;
	left:580px;
	top:0px;
	width:170px;
	height:30px;
	background-color: #B39DAC;
	padding-top: 5px;
}

#splash {
	position:absolute;
	left:0px;
	top:30px;
	width:750px;
	height:150px;
}

#sidebar-navigation {
	position:absolute;
	left:0px;
	top:180px;
	width:170px;
	overflow: visible;
	z-index: 20;
	visibility: visible;
	height: auto;
}

#left-spacer {
	position:absolute;
	left:170px;
	top:180px;
	width:20px;
	height:608px;
	z-index: -1;
}

#breadcrumbs {
	position:absolute;
	left:190px;
	top:180px;
	width:370px;
	height:30px;
	z-index: 9;
}

#right-spacer {
	position:absolute;
	left:560px;
	top:180px;
	width:20px;
	height:608px;
	z-index: -1;
}

#right-panel {
	position:absolute;
	left:580px;
	top:180px;
	width:170px;
	height:608px;
	z-index: 10;
}

#body-content {
	position:absolute;
	left:190px;
	top:210px;
	width:370px;
	height:577px;
	z-index: 11;
}

#body-content-no-sidebar {
	position:absolute;
	left:190px;
	top:210px;
	width:560px;
	height:577px;
	z-index: auto;
}


/* Text Modifiers */

body,td,th {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image:   url("../images/main_page_images/background_tile.gif");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: left;
}
a:link {
	color: #C32C23;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EC9358;
}
a:hover {
	text-decoration: underline;
	color: #C32C23;
}
a:active {
	text-decoration: none;
	color: #C32C23;
}
.headline {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #8D7C87;
	text-transform: uppercase;
}
.disclaimer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C32C23;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C32C23;
}
.legalese {
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.photoCaption {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.sidebarHeadline {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #D01F0F;
	font-weight: bold;
}
#sideBarInfoBox {
	background-color: #FFFFFF;
	padding: 5px;
	height: auto;
	width: 130px;
}
.titleCaption {
	font-size: 10px;
	font-style: italic;
}
.highlightText {
	background-color: #ECCB12;
}
