@charset "utf-8";
body {
	font-family: "Gill Sans MT", Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(../images/curtains.jpg);
	line-height: 130%;
}
h1 {
	display: none;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #CC9900;
	text-align: center;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #CC9900;
}
a:link {
	color: #000099;
}
a:visited {
	color: #CC3300;
}
a:hover {
	color: #9F790C;
}
ul {
	list-style-image: url(../images/note.gif);
}
/* IDs */
#container {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F5E9;
}
#navlist {
	width: 666px;
	height: 47px;
	text-align: center;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
}
#foot1 {
	height: 67px;
	width: 100%;
	text-align: center;
}

#navlist li  {
	display: inline;
}
#navlist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navlist li  a  {
	float: left;
	width: 6.5em;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F7F5E9;
	border-right-color: #F7F5E9;
	border-bottom-color: #F7F5E9;
	border-left-color: #F7F5E9;
}
#navlist li a:hover {
	color: #333333;
}


#head {
	height: 100px;
	width: 870px;
	background-image: url(../images/stage_01.jpg);
}
#nav {
	height: 106px;
	width: 670px;
	float: left;
}
#nav1 {
	height: 53px;
	width: 670px;
}
#nav2 {
	height: 53px;
	width: 670px;
}
#content {
	background-color: #F7F5E9;
	width: 830px;
	margin: 0px;
	padding: 20px;
}
#play {
	background-image: url(../images/controlbuttons_09.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 400px;
	padding: 4px;
}
#slideshow {
	padding: 4px;
	height: 300px;
	width: 400px;
}
#lefthead {
	background-image: url(../images/stage_02.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 106px;
	width: 100px;
}
#righthead {
	background-image: url(../images/stage_06.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 100px;
	float: left;
	clear: right;
}
#contentfull {
	width: 840px;
	float: left;
	padding: 20px;
}
#contentleftsmall {
	width: 250px;
	float: left;
	padding: 20px;
}
#contentleftbig {
	width: 540px;
	padding: 20px;
	float: left;
}
#contentrightsmall {
	width: 250px;
	float: right;
	padding: 20px;
}
#contentrightbig {
	width: 540px;
	float: right;
	padding: 20px;
}
#login {
	height: 20px;
	width: 100px;
	float: left;
}
#footer {
	background-image: url(../images/stagefooter.jpg);
	background-repeat: no-repeat;
	width: 860px;
	list-style-image: none;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 111px;
}
/* classes */
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.clearboth {
    clear: both;
}
.contentimg {
	margin: 10px;
	float: right;
	clear: both;
}
.contentimgr {
	margin: 10px;
	float: right;
	clear: both;
	text-align: right;
}
.contentimgl {
	margin: 10px;
	float: left;
	clear: both;
	text-align: left;
}
.contentimgline {
	margin: 10px;
	float: left;
	text-align: center;
}
.imgdescs {
	font-size: 80%;
	max-width: 100px;
}
.imgdescm {
	font-size: 80%;
	max-width: 270px;
}
.imgdescl {
	font-size: 80%;
	max-width: 600px;
}
.imgdesc {
	font-size: 80%;
}
.displaynone {
	display: none;
}
.imgcol {
	min-width: 100px;
	float: right;
}
.medphoto {
	clear: both;
	width: 180px;
	margin-bottom: 10px;
	border: 3px solid #49afd9;
}
.red {
    color: #FF0000;
}
.formfield {
	margin-top: .5em;
	clear: both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fakelabel {
	clear: left;
	float: left;
	width: 12em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: .5em;
}
.hide {
	left: -9999em;
}
.halfbox {
	float: left;
	width: 330px;
}
.bigbox {
	width: 400px;
	float: right;
}
.smallfont {
	font-size: 80%;
}
.centrebox {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.contentitem {
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cac841;
}
