body {
	background: #F4EECE url(/mysite/images/bodybg.jpg) repeat-x;
	font: .8em Verdana, Helvetica, sans-serif;
}

a img {
	border: none;
}

#header {
	width: 950px;
	padding: 5px;
	margin: auto;
	border: 1px solid #999999;
	background: url(/mysite/images/headerbg.jpg) repeat;
}
#header_content {
	border: 1px solid #999999;
	padding: 5px 10px 0 5px;
	height: 73px;
	background: url(/mysite/images/violin.gif) no-repeat right top;
}

#page {
	width: 960px;
	margin: 3px auto;
	border: 1px solid #999999;
	padding: 20px 0 0 0;
	background: url(/mysite/images/pagebg.jpg) repeat;
	/*position: relative;*/
	
}
#batons {
	margin: 0;
	padding: 0;
	width: 179px;
	height: 364px;
	background: url(/mysite/images/pagebatons.jpg) no-repeat bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
}
#baton {
	background: url(/mysite/images/pagebatons.jpg) no-repeat bottom left;
	height: 100%;
}

#navigation {
	width: 180px;
	float: left;
	font-family: "Verdana", sans-serif;
	font-size: .9em;
}
#navigation h3 {
	padding: 8px 5px;
	width: 169px;
	background: #EBE4B7;
	float: left;
	margin: 15px 0 0 0;
	display: block;
	border-bottom: 1px solid #999999;
}
#navigation ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
#navigation li {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style-type: none;
	width: 100%;
}
#navigation a {
	padding: 8px 5px;
	margin: 0;
	width: 169px;
	display: block;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	float: left;
	background-color: #EBE4B7;
	color: #333333;
	text-decoration: none;
}
#navigation a:hover,
#navigation a.current,
#navigation a.section {
	/*background-color: #F4EECE;
	color: #333333;*/
	background-color: #ADA887;
	color: #FFFFFF;
}
#navigation a.children {
	background-image: url(/mysite/images/arrow.gif);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	background-position: right center;
}
#navigation ul ul {
	position: absolute;
	top: -50px;
	left: 100%;
	width: 100%;
	border: 50px solid;
	border-color: transparent;
	border-left: 0px;
}
div#navigation ul ul,
div#navigation ul li:hover ul ul 
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul  ul li:hover ul 
{display: block;}

div#navigation ul ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}

div#navigation ul ul ul ul,
div#navigation ul ul ul li:hover ul ul
{display: none;}

div#navigation ul ul ul li:hover ul,
div#navigation ul ul ul ul li:hover ul
{display: block;}

#sidebar {
	width: 179px;
	float: left;
	clear: left;
	font-family: "Verdana", sans-serif;
	font-size: .9em;
	background: #EBE4B7;
	
}
.WidgetHolder h3 {
	border-bottom: 1px solid #999999;
}
.WidgetHolder ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.WidgetHolder li {
	list-style-type: none;
	margin: 0;
	padding: 7px 0;
}
.WidgetHolder a {
	color: #333333;
	text-decoration: none;
}
.WidgetHolder a:hover {
	text-decoration: underline;
}
.WidgetHolder {
	margin-top: 15px;
	float: left;
	padding: 0 5px;
}

#Content {
	margin-left: 179px;
	background: #FCFAF2;
	padding: 30px;
	border: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	min-height: 400px;
}

#footer {
	width: 900px;
	padding: 15px 30px;
	margin: auto;
	border: 1px solid #999999;
	background: url(/mysite/images/headerbg.jpg) repeat;
}

.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.clear {
	clear: both;
}

/* layouts */

#HomeContent {
	margin-left: 180px;
}
.homebox, .homebox_r {
	width: 239px;
	display: block;
	float: left;
	padding: 10px;
	border-top: 1px solid #999999;
	font-size: .9em;
	min-height: 300px;
	background: #FCFAF2;
}
.homebox {
	border-left: 1px solid #999999;
}
.homebox_r {
	border-right: none;
	width: 240px;
}
.homebox h3, .homebox_r h3 {
	padding: 8px 10px;
	background: #ECE5B8;
	margin: -10px;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}
.homebox p {
	margin: 20px 0;
}
.homebox a {
	font-size: 110%;
}
.EventList ul,
.NewsList ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.EventList ul li,
.NewsList ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 
/* slideshow for homepage */
.slideshow {
	width: 716px;
	height: 196px;
	padding: 30px;
	margin-left: 180px;
	
}
#slideshow1 {
	background: url(/mysite/images/home_panel1.gif) repeat;
	border: 2px solid #7B2B39;
}

/* staff holder */
#Content dl {
	overflow: auto;
}

#Content dt {
	display: block;
	float: left;
	clear: left;
	font-weight: bold;
	width: 100px;
	margin: 5px 0;
}
#Content dd {
	display: block;
	float: left;
	width: 230px;
	margin: 5px 0;
}
#gallerySidebar {
	background: #EBE4B7;
	float: left;
	width: 179px;
}

/* carousel styles */
#carousel-wrapper {
    overflow: hidden;
    width: 781px;
    height: 100%;
	height: 257px;
    position: relative;
    font-family: arial, verdana, serif;
    float: right;
}
#carousel-content {
    width: 4500px;
}
#carousel-content .slide {
    float: left;
    width: 717px;
	height: 233px;
	padding: 10px 30px;
	color: white;
	font-size: 16px;
	position: relative;
}
#carousel-content .slide a {
	color: white;
}
#carousel-content h2 {
	margin: 0 0 7px 0;
	padding: 0;
	color: white;
	text-transform: uppercase;
	font-weight:lighter;
	font-size: 50px;
	font-family: times, serif;
}
#carousel-content h3 {
	margin: 0;
	padding: 0;
	font-family: times, serif;
}
#carousel-content h4 {
	margin: 0;
	padding: 0;
}
.serif {
	font-family: times, serif;
}
		#slide-1,
#slide-5 {
	/*background: #983842;*/
	background: #7D0C24;
	border: 2px solid #910022;
}
#slide-2 {
	/*background: #D9AD54;*/
	background: #CEA02E;
	border: 2px solid #DC9E1D;
}
#slide-3 {
	/*background: #5D3571;*/
	background: #441B66;
	border: 2px solid #260935;
}
#slide-4 {
	/*background: #366376;*/
	background: #195275;
	border: 2px solid #003247;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.slide p.small {
	font-size: 83%;
	margin: 0;
	padding: 0;
}
.bullets {
	display: block;
	position: absolute;
	top: 0px;
	right: 30px;
	width: 100px;
	height: 30px;
	text-align: right;
}
#carousel-content .slide .bullets a {
	text-decoration: none;
	color: #BBBBBB;
	font-size: 50px;
}
#carousel-content .slide .bullets a.selected,
#carousel-content .slide .bullets a:hover {
	color: #FFFFFF;
}
