@charset "UTF-8";
/* CSS Document */

*
{
		margin: 0;
		padding: 0;
}


body
{
	background: #000000;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


#container {
	margin: 0 auto;
	width: 916px;
	border-left: 3px #4A0B1D solid;
	border-right: 3px #4A0B1D solid;
	border-bottom: 3px #4A0B1D solid;
	background: #4A0B1D;
	text-align: center;
	margin-bottom: 40px;
}



#header {
	text-align: left;
	background: white;
	height: 110px;
}

#separatorONE {
	height: 30px;
	background: #780D2F;
}

#topcontent{
	min-height:360px;
  	height:auto !important;
	background: #fbf3d8;
	text-align: left;
	color: #000000;
}

#toptext{
	float: left;
	padding: 30px;
	width: 40%;
}

#toptext h1{
	color: #6E1832;
}

#topimage{
	text-align: center;
	float: left;
	
}

#separatorTWO{
	height: 5px;
	background:#990000;
	
}

#bottomcontent{
	background: #fbf3d8;
	text-align: left;
	padding: 40px;
        
}

#bottomcontent h1{
	font-size: 30px;
	font-weight: normal;
	color: #99000;	
}

.underline{
	height: 1px;
	background: #D92347;
}

.underline2{
	height: 1px;
	margin-top: 20px;
	background: #D92347;
}


	
#logo{
	float: left;
	padding-left: 30px;	
}

#address{
	text-align: center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	float: left;
	margin-left: 320px;
	padding-top: 23px;
	font-weight:bold;
}

.classday{
	padding-top: 20px;	
}

.day{
	color: #990000;
	font-size: 24px;
	font-weight:bold;
	float: left;
	width: 80px;
}

.classlist{
	padding-left: 40px;
	padding-top: 5px;
	float: left;
	color: #990000;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
	font-size: 14px;
	font-weight:bold;
}

.classlist ul {
	list-style: none;
}

.classlist a {
	color:#990000;
	text-decoration:none;
	}

.classtime {
	color: #990000;
	font-weight:bold;
	padding-left: 10px;
}

.classlinks a:link {
	color: #990000;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
	font-size: 14px;
	font-weight:bold;
	}
	
.classlinks a:hover {
	color: #990000;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
	}
/*
#nav, #nav ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-top: 6px;
	list-style: none;
}

#nav a {
	display: block;
	padding-left: 45px;
}

#nav li {
	float: left;
	border: 1px solid black;
	padding-left: 45px;

}


#nav li ul {
	position: absolute;
	left: -999em;
	padding-top: 10px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
*/

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	padding-top: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	color: black;
	text-decoration: none;
	width: 140px;
}

#nav li {
	float: left;
	width: 140px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	width: 140px;
}

#nav li li {
	background: #780D2F;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
}




