
/*-----------------------Default Styles----------------------*/	

html{
	height: 100%;
}


body{
	height: 100%;
	margin: 0;
	
	background-color: #c9e5ea;
	background-image:url(../images/bg.jpg);
	
	/*overflow-y:auto;*/

}



body{
	font-family: Helvetica, Arial; 
	font-size: 15px; 
	color: #ffffff;
	line-height: normal;
	font-weight: normal;
}

img, div, input, button, ul, li, a, td, tr, table { 
	behavior: url("../images/iepngfix.htc") 
}

/*Website Containers*/


#bodyWrapperHome{
	margin: 0 auto;
	width: 100%;
	min-height:700px;
  	height:auto !important;
	
  	height:100%;
	padding: 0;
	background-image:url(../images/bg_home.jpg);
	background-repeat: repeat-x;
}

#bodyWrapperArtist{
	margin: 0 auto;
	width: 100%;
	min-height:700px;
  	height:auto !important;
	
  	height:100%;
	padding: 0;
	background-image:url(../images/bg_artist.jpg);
	background-repeat: repeat-x;
}

#bodyWrapperTour{
	margin: 0 auto;
	width: 100%;
	min-height:700px;
  	height:auto !important;
	
  	height:100%;
	padding: 0;
	background-image:url(../images/bg_tour.jpg);
	background-repeat: repeat-x;
}

#bodyWrapperClasses{
	margin: 0 auto;
	width: 100%;
	min-height:700px;
  	height:auto !important;
	
  	height:100%;
	padding: 0;
	background-image:url(../images/bg_classes.jpg);
	background-repeat: repeat-x;
}

#bodyWrapperAdmissions{
	margin: 0 auto;
	width: 100%;
	min-height:700px;
  	height:auto !important;
	
  	height:100%;
	padding: 0;
	background-image:url(../images/bg_admissions.jpg);
	background-repeat: repeat-x;
}


#bodyWrapperHousing{
	margin: 0 auto;
	width: 100%;
	min-height:700px;
  	height:auto !important;
	
  	height:100%;
	padding: 0;
	background-image:url(../images/bg_housing.jpg);
	background-repeat: repeat-x;
}


#bodyWrapperContact{
	margin: 0 auto;
	width: 100%;
	min-height:700px;
  	height:auto !important;
	
  	height:100%;
	padding: 0;
	background-image:url(../images/bg_contact.jpg);
	background-repeat: repeat-x;
}

#container{
	margin: 0 auto;
	width: 982px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}

#flashHeader{
	margin: 0 auto;
	width: 982px;
	height: 140px;
	
	z-index: 1000;
	position: absolute;
}

#contentWrapper{
	width: 980px;
	height: 140px;
	
	margin-top: 140px;
	margin-bottom: 40px;

	float:left;
	z-index: 250;
	position: absolute;
}

#contentHome{
	width: 660px;
	
	padding-left: 30px;
	padding-bottom: 60px;
	z-index: 250;

	float:left;	
}

#contentSecondary{
	width: 600px;
	
	padding-left: 30px;
	padding-bottom: 60px;
	z-index: 260;
	position: relative;

	float:left;	
}

#titles{
	width: 633px;
	margin-top:-80px;
	margin-left:0px;
	z-index: 1px;
	position:relative;
	float:left;	
}

#sideWomanHome{
	background-image:url(../images/sideWoman_home.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 375px;
	height: 670px;
	margin-top: 50px;

	float:right;
	z-index: 251;
	position: relative;
}

#sideWomanArtist{
	background-image:url(../images/sideWoman_artist.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 375px;
	height: 670px;
	margin-top: 50px;

	float:right;
	z-index: 245;
	position: relative;
}

#sideWomanTour{
	background-image:url(../images/sideWoman_tour.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 375px;
	height: 670px;
	margin-top: 50px;

	float:right;
	z-index: 245;
	position: relative;
}

#sideWomanClasses{
	background-image:url(../images/sideWoman_classes.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 375px;
	height: 670px;
	margin-top: 50px;

	float:right;
	z-index: 245;
	position: relative;
}

#sideWomanAdmissions{
	background-image:url(../images/sideWoman_admissions.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 375px;
	height: 670px;
	margin-top: 50px;

	float:right;
	z-index: 245;
	position: relative;
}

#sideWomanHousing{
	background-image:url(../images/sideWoman_housing.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 375px;
	height: 670px;
	margin-top: 50px;

	float:right;
	z-index: 245;
	position: relative;
}

#sideWomanContact{
	background-image:url(../images/sideWoman_contact.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 375px;
	height: 670px;
	margin-top: 50px;

	float:right;
	z-index: 245;
	position: relative;
}



#footerWrapper{
	margin: 0;
	width: 100%;
	height: 240px;
	
	position: fixed;
	bottom: 0px;
	left: 0px; 
	display:block;
	z-index: 240;

	
	padding: 0;
	background-image:url(../images/footer_bg.png);
	background-position:center;
	background-repeat: repeat-x;
	
	clear:both;
}


#footerLFT{
	background-image:url(../images/footer_lft.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width:89px;
	height: 240px;
	
	float:left;
	z-index: 100;
	position: absolute;
}

#footerRT{
	background-image:url(../images/footer_rt.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width:89px;
	height: 240px;

	float:right;
	z-index: 50;
	position: relative;
}


#footerNavWrapper{
	margin: 0 auto;
	width: 100%;
	height: 44px;
	margin-top: 196px;
	
	position: fixed;
	z-index: 260;
	
	bottom: 0px;
	left: 0px; 
	display:block;
	
	background-image:url(../images/footerNav_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	
}

#footer{
	font-family: Garamond, Arial, Helvetica;
	font-size: 12px;
	line-height: normal;
	font-weight : normal;
	text-transform: uppercase;
	text-align: center;
	color: #f5d99e;
	padding-top: 21px;	
}

#footer a, #footer a:link{
	padding-left: 18px;
	padding-right: 18px;
	color: #f5d99e;
	text-decoration: none;
}

#footer a:hover{
	color: #c9e5ea;
	text-decoration: underline;
}

/*/end Website Containers*/



/* Default Body Font */
h1{
	font-family: Georgia, Helvetica, Arial;
	font-size: 30px;
	line-height: normal;
	font-weight : normal;
	color: #114a5e;
	
	
}

h2, .title{
	font-family: Georgia, Helvetica, Arial;
	font-size: 16px;
	line-height: normal;
	font-weight : bold;
	color: #114a5e;
	margin-bottom: 0;

}

h3{
	font-family: Georgia, Helvetica, Arial;
	font-size: 18px;
	line-height: normal;
	font-weight : bold;
	color: #ffffff;
	margin-bottom: 0;

}

img{
	border:0px;
}


#backToTop a, #backToTop a:link{
	background-image:url(../images/backtotop_btn.png);
	background-repeat:no-repeat;
	padding-left: 20px;
	clear:both;
	
	width: 150px;
	height: 24px;
	font-size: 12px;
	color: #c9e5ea;
	text-decoration: none;
}

#backToTop a:hover{
	color: #f5d99e;
	text-decoration: underline;
}

#monthNav, #monthNav a, #monthNav a:link{
	text-align: center;
	
	font-size: 12px;
	color: #c9e5ea;
	text-decoration: none;
}

#monthNav a:hover{
	color: #f5d99e;
	text-decoration: underline;
}


.classSchedule{
	font-size: 11px;
	border: solid 1px #99bec5;
	margin-bottom: 20px;
	clear:both;
}

.monthTitle{
	font-family: Georgia, Helvetica, Arial;
	font-size: 14px;
	line-height: normal;
	font-weight : bold;
	color: #ffffff;
	height: 40px;
	text-align: center;
	background-color:#114a5e;

}

.altTitleBg{
	color: #114a5e;
	font-weight : bold;
	/*background-color: #99bec5;*/
	background-image:url(../images/altTitle_bg.png);
	width: 40%;
}

.altBg{
	/*color: #114a5e;*/
	color: #ffffff;
	/*background-color: #c4d6d9;*/
	background-image:url(../images/altBg_bg.png);
}


/*default navigation*/
A:link, A:visited {
	text-decoration: underline; 
	color: #c9e5ea;
}


A:active, A:hover {
	text-decoration: underline; 
	color: #f5d99e;
}

._btn {
	border: none;
	line-height: normal;
	height: 22px;
		
	color: #ffffff;
	background-color:#114a5e;
	cursor: pointer; 
}


._btn:hover {
	color: #114a5e;
	background-color:#c9e5ea;
}

/*Drop down boxes */


#headerBox{
	background-color: #c9e5ea;
	width: 580px;
	float: left;
	border-bottom: #ffffff solid 1px;
}

#contentBox{
	font-family: Georgia, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #114a5e;
	float: left;
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 12px;
	padding-bottom: 10px;
}

.subHeader{
	font-family: Georgia, Helvetica, Arial;
	font-weight: normal;
	font-size: 13px;
	color: #114a5e;
}

.subHeaderWhite{
	font-family: Helvetica, Arial; 
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}


#toggleBtn{
	background-color: #c7eaee;
	width: 23px;
	height: 16px;
	float: right;
	padding-top: 10px;
	margin-right: 10px;
}

.contentBoxDrop{
	clear:both;
	float: left;
	width: 560px;
	padding: 10px;
	font-size: 12px;
	color:#ffffff;
	/*background-color:#f5f6f6;*/
	background-image:url(../images/contentBoxDrop_bg.png);
}










