/* CSS Document */

html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
	font-family: "Times New Roman", Times, serif;
}

a:link, a:visited, a:active { 
	color: #432e97;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #432e97;
	text-decoration: underline;
}

h1 {
	margin: 0 0 8px 0;
	font-size: 16pt;
}

p.legal {
	font-size: 9pt;
}

div#bodybar {
	text-align: left;
	background: #FFF url(/images/body_barTile.gif) repeat-x left;
}

#container {
	background: #FFF url(/images/leftBody_bg.gif) repeat-y top left;
    voice-family: "\"}\"";
    voice-family: inherit;
	height:auto !important;
	min-height:100%;
	position:relative;
}

html>body #container {
    height: auto;
}

div#footer {
	background: #000 url(/images/footer_bg.gif) repeat-x bottom left;
	bottom:0pt;
	position:absolute;
	padding: 0;
	margin: 0;
	height: 60px;
	width: 100%;
	text-align: left;
	clear: both;
}

div#footerText {
	bottom:4px;
	right: 4px;
	text-align: right;
	color: #FFF;
	position:absolute;
	font-size: 8pt;
}


div.leftSideText {
	padding: 0 0 0 18px;
	width: 210px;
	font-size: 9pt;
}

div#logobar {
	background: #000 url(/images/mainTitleBG_tile.jpg) repeat-x center;
	text-align: center;
}

div#navbar {
	background: #000 url(/images/nav_tile.gif) repeat-x center;
	text-align: center;
	white-space: nowrap;
}

div#navCapLeft {
	position: absolute;
	top: 130px;
	left: 0px;
}

div#navCapRight {
	position: absolute;
	top: 130px;
	right: 0px;
}

#formTable td {
	height: 24px;
}

table#mainContent {
	width: 100%;
}
table#mainContent .column {
	text-align: left;
	vertical-align: top;
}

td#leftBody {
	width: 243px;          
}

td#subMenu {
	width: 250px;
	padding: 0 0 60px 8px;  
}

td#loreContent {
	width: 100%;
	padding: 0 10px 60px 6px;
}
	
td#adContent {
	width: 266px;
	padding: 0 6px 60px 10px;
}

td#adContent img {
	margin: 0 0 5px 0;
}
	
ul.leftSideList {
	margin-left: 0;
	padding-left: 0;
	width: 189px;
}

ul.leftSideList li {
	margin: 4px 0 0 0;
	padding: 1px 3px;
	list-style: none;
}

ul.leftSideList li.active {

}

ul.leftSideList li a {
	font-size: 12pt;
	display: block;
	background-color: #e5d0ef;
}
ul.leftSideList li a:hover {
	background-color: #efd0eb;
}
ul.loreMenu {
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 4px 0 4px 0;
	background-color: #f4ecf8;
}

ul.podcastMenu {
	width: 400px;
	margin: 0 10px 10px 0;
	padding: 4px 0 4px 0;
	background-color: #f4ecf8;
}

ul.podcastMenu li {
	margin: 0 0 0 0;
	padding: 4px 4px;
	list-style: none;
	font-size: 8pt;
}
 
ul.loreMenu li {
	margin: 0;
	padding: 0 4px;
	list-style: none;
	font-size: 8pt;
}

ul.loreMenu li a, ul.podcastMenu li a {
	font-size: 10pt;
	font-style: normal;
	padding-left: 4px;
	display: block;
}

ul.loreMenu li a:hover, ul.podcastMenu li a:hover {
	background-color: #e5d0ef;
}

span.photoLeft {
	float: left;
	margin: 0 8px 8px 0;
	border: 1px solid #000;
}

.photoCenter {
	text-align: center;
	margin: 4px;
}

.galleryPhoto {
	width: 190px;
	float: left;
	margin: 0 4px 8px 4px;
}

.galleryPhotoInvthis {
	width: 294px;
	float: left;
	margin: 0 4px 8px 4px;
}

.photoRight {
	width: 294px;
	float: right;
	margin: 0 0 8px 8px;
}

table#schedule{
	margin-left: 20px;
	margin-top: 20px;
}
table#schedule th {
	padding: 6px;
	font-size: 13pt;
	background-color:#e5d0ef;
}
table#schedule td {
	padding: 4px;
	font-size: 11pt;
	border-bottom: 1px solid #000;
}
table#schedule td.end {
	border-bottom: none;
}


/* Lightbox */
#blackDrop {position:absolute; z-index:150; display:none; top:0; width:100%; left:0;}
#lightBoxRoot {visibility:hidden; position:absolute; z-index:151; top:50px; left:100px; background:url(../images/bg-lightbox.png) 0 0 repeat;}
#lightBoxRoot div {padding:10px;}
#lightBoxRoot div div {background:transparent; padding:0; cursor:pointer;}

.photoRight .feature-ss {margin:5px auto 10px; width:294px; height:307px; background:url(../images/bg_photoThumb.png) 0 0 no-repeat;}
.photoRight .feature-ss div {width:100%; height:100%;}
.photoRight .feature-ss a {display:block; height:100%;}

.galleryPhoto .feature-ss {margin:5px auto 10px; width:190px; height:199px; background:url(../images/bg_galleryThumb.png) 0 0 no-repeat;}
.galleryPhoto .feature-ss div {width:100%; height:100%;}
.galleryPhoto .feature-ss a {display:block; height:100%;}

.galleryPhotoInvthis .feature-ss {5px auto 10px; width:294px; height:307px; background:url(../images/bg_photoThumb.png) 0 0 no-repeat;}
.galleryPhotoInvthis .feature-ss div {width:100%; height:100%;}
.galleryPhotoInvthis .feature-ss a {display:block; height:100%;}
