body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; background-color: #EEF2FB;

}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto; background-color:#EEF2FB; font-size: 12px;
	padding-top: 5px; margin-top:0px;
}

 #content { padding-left:10px; padding-right:10px; background-color:#FFFFFF; padding-bottom:10px;
}

h1 {font-size:16px; margin-top:0px; padding-top:10px;}


 #footer {
	font-size: 10px;
	padding-top: 5px; background-color:#EEF2FB; clear:both; text-align:center;
}

.nav {width:800px; height:164px;}



/* menu */


.chromestyle{
width: 100%;
font-weight: bold;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

display: block; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
text-decoration: none;

}

.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

}


a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #990000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0; padding-top:0px; margin-top:0px;

font-family:Geneva, Arial, Helvetica, sans-serif; font-size:13px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #990000; color:#FFFFFF;
}

/*-------Styles for Schedules Table-------*/
#schedule #content{
	padding:0;	
}
#schedule #content h1, #schedule #content img{
	padding-left:10px;
}
#content table{
	width:98%;
	margin:0 auto;
	border-collapse:collapse;
	border:4px solid #900;
}
#content th{
	background:#900;
	color:#fff;
}
#content tbody td{
	/*border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 4px solid #900;
	border-left:4px solid #900;*/
	padding-left:3px;
	font-size:10px;
}
#content tbody td p{
	margin:0;	
}
#content tbody td p:first-child{
	font-weight:bold;	
}
tr#top td{
	border-top:none;	
}
tr#bottom td{
	border-bottom:none;
}
#content tfoot{
	background:#900;
	color:#fff;
	text-align:center;
}
.logoBackground{
	display:block;
	float:left;
	background:url(../images/classes-logo.jpg) no-repeat 0 50%;
	padding-left:65px;
	line-height:58px;
	margin: 0 5px;
}
strong.left{
	display:block;
	float:left;	
	line-height:58px;
	margin: 0 10px;
}
.clear{
	clear:both;
	text-indent:-90000px;
}
.hours{
	background:pink;
}

.right-corner { background-color:#9e2828; width:92px; height:164px; float:right;}
.right-corner img.myH {padding-bottom:18px;}
