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

h1,h2,h3,h4,h5,h6,h7,p,a,blockquote,ul,ol,li {
	padding:0;
	margin:0;
	text-align:left;
}

body {
	background:url(images/floorBG.jpg) repeat;
}

#outterWrapper {
	background:#FFFFFF;
	border:10px solid #CCCCCC;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	margin-top:50px;
	
}

h1, h2, h1 a, h1 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#bb2b2b;
	text-align:left;
	font-size:30px;
	font-weight:normal;
	letter-spacing:normal;
	line-height:35px;
	text-transform:lowercase;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

h2 {
	font-size:26px;
	padding-top:50px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	text-align:center;
	font-size:22px;
	line-height:28px;
	font-weight:normal;
}

#mainImage {
	float:left;
	position:relative;
	top:-30px;
	left:-35px;
}

#mainNavNoPics {
	height:30px;
	top:15px;
}

#mainNavNoPics li {
	padding:0;
	margin:0;	
	line-height:30px;
	text-indent:-9999px;
	display:block;
	float:left;
}

#mainNavNoPics a {
	display:block;
}

#haila a {
	background:url(images/insideNav/hailaPicNav.jpg) no-repeat;
	width:76px;
}

#workshop a {
	background:url(images/insideNav/workshopPicNav.jpg) no-repeat;
	width:86px;
}

#coaching a {
	background:url(images/insideNav/coachingPicNav.jpg) no-repeat;
	width:111px;
}

#teens a {
	background:url(images/insideNav/teensPicNav.jpg) no-repeat;
	width:71px;
}

#contact a {
	background:url(images/insideNav/contactPicNav.jpg) no-repeat;
	width:111px;
}

#haila a:hover {
	background:url(images/insideNav/hailaPicNav_over.jpg) no-repeat;
	width:76px;
}

#workshop a:hover {
	background:url(images/insideNav/workshopPicNav_over.jpg) no-repeat;
	width:86px;
}

#coaching a:hover {
	background:url(images/insideNav/coachingPicNav_over.jpg) no-repeat;
	width:111px;
}

#teens a:hover {
	background:url(images/insideNav/teensPicNav_over.jpg) no-repeat;
	width:71px;
}

#contact a:hover {
	background:url(images/insideNav/contactPicNav_over.jpg) no-repeat;
	width:111px;
}

#sidebar {
	width:143px;
	float:none;
	position:absolute;
	
	background:#dbc095;
	padding:3px;
	margin-right:30px;
	margin-bottom:30px;
}

#sidebar h6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bb2b2b;
	display:block;
	margin-top:15px;
}

#sidebar p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:18px;
}

#register {
	margin-bottom:15px;
}

#register input {
	width:120px;
}

#mainContent {
	width:580px;
	position:relative;
	clear:both;
	float:none;
	left:160px;
	top:30px;
	margin-bottom:20px;
	padding-bottom:120px;
}

#mainContent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#666666;
	padding-bottom:10px;
}

#mainContent h4 {
	font-size:14px;
	line-height:18px;
	padding-top:10px;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#bb2b2b;
}

#mainContent h3 {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	text-align:left;
	font-size:18px;
}

ul#classInfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding:10px;
	list-style-type:square;
	font-size:12px;
	line-height:18px;
}

ul#classInfo li {
margin-left:15%;
padding-bottom:10px;}

ul#subNav {
	list-style-type:none;
}

ul#subNav li {
	display:inline;
	padding-right:15px;
	
}

ul#subNav a {
	color:#bb2b2b;

}
.emphasis {
	font-weight:bold;
	color:#333333;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#contactForm  {
	font-size:12px;
	display:block;
}


#footer {
	background:url(file:images/footerBG.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:30px;
	padding:10px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

#footer p, a, a:visited {
	text-align:center;
	color:#666666;
}

#footer a:hover {
	color:#bb2b2b;
	text-decoration:none;
}

.caption {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#bb2b2b;
	display:block;
	padding:2px;
}

.hilight {
	color:#bb2b2b;
	background:#FFFF00;
	font-weight:bold;
	letter-spacing:.5px;
	padding:5px;
}