/******************
 ***	Body	***
 ******************/



body {
	background-color:#b7a3a3;
	font-family: Tempus Sans ITC, Times New Roman, sans-serif;
    font-size : 18px;
}

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

a:hover {
    color:#000000;
	text-decoration: none;
	
}

#page {
	border: 2px solid #000000;
	margin-left: auto; 
	margin-right: auto;
	max-width: 1200px;
}

#content {
	background: #ffffff; 
    margin-top:0;
	padding-top:10px;
	font-family: Times New Roman, Helvetica, sans-serif;
    font-size : 14px;
	overflow: auto;
	width: 100%;
}

#leftFloatDiv {
	float:left;
	margin:10px 10px 10px 10px;
	border:2px black solid;
	padding:2px 2px 2px 2px;
}

#centerFloatDiv {
	margin:10px 10px 10px 10px;
	border:2px black solid;
	padding:2px 2px 2px 2px;
}

#rightFloatDiv {
	float:right;
	margin:10px 10px 10px 10px;
	border:2px black solid;
	padding:2px 2px 2px 2px;
}

#noFloatDiv {
	margin: 10px 10px 10px 10px;
	border: 2px black solid;
	clear: both;
}

h1{
	margin-left: 5px;
	color: #660000;
	margin-right: 5px;
}

h3{
	margin-left: 5px;
}

p {
	margin-left: 10px;
	margin-right: 10px;
}


/******************
 ***	Pics	***
 ******************/



#rightSidePic {
	float:right;
	margin:10px 10px 10px 10px;
	border:2px black solid;
	padding:2px 2px 2px 2px;
}

#leftSidePic {
	float:left;
	margin:10px 10px 10px 10px;
	border:2px black solid;
	padding:2px 2px 2px 2px;
}

#rightPicFloat {
	float: right;
	padding: 2px 2px 2px 2px;
	margin-top: 10px;
}

#leftPicFloat {
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 10px;
}

#cell {
	border: 2px black solid;
}


/******************
 ***	Banner	***
 ******************/



#logo { 
	background: url(images/bannerColor.png) repeat-x top center;	
	width: 100%;
	max-height: 160px;
	float: left;
	left: 10px;
	overflow: hidden;
} 

#fade {
	float:right;
}


/******************
 ***	Footer	***
 ******************/



#footer {
	background: url(images/footerColor.png) repeat-x top center;
	width: 100%;
	height:25px;
	color: white;
	font-size: 18px;
	font-family: Times New Roman, Helvetica, sans-serif;
	text-align: center;
	clear: both;
}


/**************************
 ***	Slideshow		***
 **************************/
 
#show {
	border:2px black solid;
	padding:2px 2px 2px 2px;
	max-width: 500px;
}
 
#showFrame {
	border: 5px ridge #336633;	
	font-size: 16px;
	font-style: italic;
	max-width: 500px;
	padding: 10px;
 }

#showTable {
	float: right;
	max-width: 500px;
	margin: 10px;
}


#slider {
    position:relative;
    width:250px; /* Change this to your images width */
    height:250px; /* Change this to your images height */
    background:url(http://www.northernstartheatre.org/nivo-slider/demo/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

/**************************
 ***	E-mail Form		***
 **************************/


 
#formFrameHead {
	border: 5px ridge #336633;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	max-width: 500px;
	background: #660000;
	text-align: center;
	color: white;
}

#formFrame {
	border: 5px ridge #336633;	
	font-size: 16px;
	font-weight: bold;
	max-width: 500px;
	padding: 10px;
	background: #660000;
	color: white;
 }

#formTable {
	float: right;
	max-width: 500px;
	margin: 10px;
	color: white;
}



/**************************
 ***	Navigation		***
 **************************/



#current {
	border-bottom-style: solid;
	border-width: 5px;
}

#nav {
	background:#34359b url('images/crumbColor.png') repeat-x top center;
	height:46px;
	clear:both;
	margin-right:0px;
	margin-left:0px;
	overflow: hidden;
}	

#nav ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

#nav ul li {
	background:transparent;
	list-style:none;
	float:left;
	height:40px;
	white-space:nowrap;
	z-index: 9999;
}

#nav ul li div{
	position:relative;
	zoom:5;
}

#nav ul li a {
	display:block;
	height:34px;
	margin-left:0px;
	padding: 12px 20px 0 20px;
	color: #000000;
	background:none;
	font-weight: bold;
	}
	
#nav ul li a:hover{
	color:#000000;
	background:#663300 url('images/crumbHover.png') repeat-x top center;

}

#nav ul li.line {
	padding:0;
}

#nav ul ul{
	padding:10px;
	margin:0;
	list-style:none;
	position:absolute;
	background:transparent url('images/flyout.png') no-repeat scroll 0 0;
	height:259px;
	width:221px;
	display:none;
	top:0px;
	z-index: 1000;
}

#nav ul li:hover ul{
	display: block;
}

#nav li ul li{
	list-style:none;
	float:left;
	background:transparent;
	height: auto;
	font-size:0.9em;
	width:12em;
}

#nav li ul li a {
	margin:0;
	display:block;
	height: auto;
	width: 162px;
	color:#000000;
	background:transparent;
	text-shadow:none; !important
}

#nav li ul li a:hover {
	color:#ffffff;
	text-shadow:none; !important
}
