/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

body{
	background: #D05959 url(images/backgd.gif) top left repeat-x;
	color: #000;
	position: relative;
	text-align: center;
	font: normal 62.5% 'Times New Roman', Serif;
}

#wrapper{
    width: 834px;
    margin: 0 auto;
    /*background: transparent url(images/shadow.gif) no-repeat center top;*/
}

a#contact{
	position:absolute;
	top:0;
	right:0;
	background: transparent url(images/contact_blank.gif) top right no-repeat;
	display:block;
	width: 150px;
	height: 50px;
	color: #fff;
	font: normal bold 1.0em Verdana, Sans-serif;
	text-decoration: none;
	padding: 5px;
	text-align: right;
	z-index:100;
}

a#contact:hover{
	background-image: url(images/contact_blank-glow.gif);
}

#banner{
	width: 800px;
	height: 200px;
	background: none;
	text-align: center;
	position: relative;
	margin: 0 auto;
    background: transparent  url(images/banner.jpg) center center no-repeat;
}

#banner a#bannerlink, #banner a#bannerlink:hover, #banner a#bannerlink:active, #banner a#bannerlink:focus{
    display: block;
    margin: 0 auto;	
    height: 100%;
    width: 100%;
    position: relative;
    text-indent: -9999px;
    border: none;
    outline: none;
    background: none;
   	z-index:50;
}


#main{
    width: 800px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: #fff url(images/innershadow.gif) 0px 0px repeat-y;
}


#navbar{
	background: #9D9CFF url(images/navbarfull.gif) no-repeat 0px 0px;
	width: 790px;
	height: 36px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #827468;
	position: relative;
	z-index: 2;
	padding-left: 10px;
}


#navbar ul{
	display: block;
	margin: auto;
	height: 100%;
    overflow: hidden;
}

#navbar ul li{
	display: block;
	float: left;
	text-align: center;
	position: relative;
	overflow: visible;
}

#navbar ul li a, #navbar ul li .shadow{
	display: block;
	height: 22px;
	padding: 7px 18px;
	font: normal bold 18px 'Century Gothic', Arial, Sans-Serif;
	color: #fff;
	text-decoration: none;
	float: left;
	z-index: 1;
}

#navbar ul li a:hover{
	border: 3px solid #fef;
	padding: 4px 15px;
}


#navbar ul li.active a{
}

#navbar ul li .shadow{
	position: absolute;
	top: 2px;
	left: 2px;
	color: #666;
	z-index: -1;
	padding-right: 16px;
	display:none;
}


#navbar ul li.active .shadow{
	display: block;
}


#content{
	width: 800px;
	margin: 0 auto;
	padding-bottom: 50px;
  	background: transparent url(images/main.gif) no-repeat 272px 0px;
}





#myGallery {
	float: right;
	margin: 60px 30px 30px 30px;
	width: 320px;
	height: 240px;
}

#intro{
	padding: 50px 30px 0 50px;
}


#blurbs{
	padding: 30px 30px 0 50px;
	clear:both;
}

#goals{
	padding: 20px 30px 0 50px;
}

#intro p, #goals p, #blurbs p{
	font: normal normal 2.0em Georgia, 'Times New Roman', Serif;
	line-height: 1.5;
	}
	
#goals ul li{
	font: normal normal 1.6em Georgia, 'Times New Roman', Serif;
	margin: 4px 0 4px 30px;
	list-style-type: decimal;
}

em{
	font-style: italic;
	}

#performersbox{
	padding: 50px 30px;
}

#performersbox h1, h2{
	color: #444;
	font: normal bold 3.6em Georgia, Serif;
	border-bottom: 1px solid #444;
	margin-bottom: 10px;
}

		
#performersbox div{
	margin: 0 0 50px 0;
}	
#performersbox div img{
	float: left;
	clear: left;
	margin: 0 30px 0 0;
	padding: 3px;
	border: 1px solid #bbb;
}
#performersbox div h2{
	font: normal bold 2.4em Verdana, Sans-serif;
	text-align: left;
	padding-bottom: 2px;
}	

#performersbox div p{
	font: normal normal 1.4em Verdana, Sans-serif;
	line-height: 1.5;
	padding: 5px 0;
}

		
.clear {
	height: 1px;
	visibility: none;
	clear: both;
}

hr {
	margin: 20px 30px 5px 30px;
}

.plus {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	right: 3px;
	background: transparent url(images/plusminus.gif) center right no-repeat;
	
}

.minus {
    background-position: center left;
}

.blurb{
	border: 1px solid #999;
	position: relative;
	padding: 30px 10px 30px 10px;
	overflow: hidden;
	min-height: 70px;
	height: 70px;
	margin-bottom: 30px;
	left: 0px;
	top: 0px;
}

.blurb.expanded{
	height: auto;
}

/* Hides from IE-mac \*/
* html .blurb.expanded {height: 1%;}
/* End hide from IE-mac */

#blurbs p{
	font-size: 1.4em;
	margin-bottom: 10px;	
}

h3{
	color: #444;
	font: normal bold 1.7em Georgia, Serif;
	margin-bottom: 10px;
}

#appform{
	padding: 30px 5px;
}

#appform div{
	width: 354px;
	clear: left;
	margin: 2px 0px;
}



#appform div label {
	margin-right: 15px;
	width: 130px;
	float: left;
	text-align: right;
	font: normal bold 1.4em Verdana, Arial, "Sans-Serif";
}

#appform div input {
	width: 200px;
}

#myGallery{
	position:relative;
}

#myGallery .imageElement{
	position:absolute;
}

strong{
	font-weight:bold;
}

#footer{
	height: 10px;
	width: 800px;
	background: transparent url(images/footer.gif) bottom center no-repeat;
	margin: 0 auto;
	position:relative;
}

#footer .loggedin, #footer .loggedout{
	position: absolute;
	right: 18px;
	bottom: 10px;
	font-size: 12px;
	font-family: Arial,Sans-Serif;
}

#footer .loggedin{
	height: 16px;
	padding-left: 20px;
	background: transparent url(images/lock_open.gif) left top no-repeat;
}

#footer #loginform{
	position: absolute;
	right: 18px;
	bottom: 26px;
	border: 1px solid #DDDDDD;
	background-color: #FAFAFA;
	padding: 10px;
	width: 230px;
	display:none;
}

#footer #loginform.showLogin{
	display:block;
}

#footer #loginform h4{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}


#footer #loginform label{
	width: 60px;
}

#footer #loginform input{
	margin-left: 10px;
}

#footer #loginform label, #footer #loginform input{
	float: left;
}

.editor{
	position: absolute;
	top: 0;
	left:0;
	border-bottom: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}

.editor a, a.maintLink{
	display: block;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #0B0C8E;
	text-decoration: none;
	padding: 5px;
	float: left;
}

.editor a:hover, a.maintLink:hover{
	background-color: #0B0C8E;
	color: #FFFFFF;
}


a.maintLink{
	margin-left: 20px;
}

a.saveLink{
	display: block;
	font-size: 13px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	background-color: #0B0C8E;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	float: left;
	margin: 5px 5px 0 0;
}

a.saveLink:hover{
	color: #0B0C8E;
	background-color: #FFFFFF;
	border: 2px solid #0B0C8E;
	padding: 3px;
}


.draghandle{
	cursor: move;
	float: left;
	padding: 3px 0 0 3px;
}

.editBox{
	border: 1px solid #999;
	position: relative;
	padding: 30px 10px 30px 10px;
	margin-bottom: 30px;
	left: 0px;
	top: 0px;
	
}

#footer #loginform h4{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}

.editBox div{
	overflow:auto;
}

.editBox label{
	width: 115px;
	font-size: 13px;
	font-family: Arial, Sans-Serif;
	text-align:right;
}

.editBox .required label{
	font-weight: bold;
}

.editBox input{
	width: 500px;
}

.editBox input, .editBox textarea{
	margin-left: 10px;
}

.editBox label, .editBox input, .editBox textarea{
	float: left;
}

.hidden{
	display:none !important;
}

.spinner{
	background-image: url(images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
