﻿* { margin: 0; padding: 0; }  /* reset */

body {
	font: small/100% Tahoma, Arial, Sans-Serif;
	background: #858585 url("/images/body_bg.gif") repeat-x 0 0;
}

img {
   behavior: url("/includes/js/pngbehavior.htc");
}

#header {
	background: #fff url("/images/header_bg.jpg") no-repeat 0 0;
	height: 370px;
	position: relative;
}

#logo {
	position: absolute;
	left: 510px;
	top: 90px;
}

/*  ================================== begin column structure styles ================================== */
#wrap {
	width: 770px;
	margin: 0 auto;
}

#rcol {
	width: 576px; /* 606 - leftpadding - rightpadding  */
	float: right;
	display: inline;
	position: relative;
	background: transparent url("/images/rcol_bg.gif") no-repeat 0 0;
}

#lcol {
	width: 164px;  /* 770 - 606 */
	float: left;
	display: inline;
	position: relative;
	background: transparent url("/images/lcol_bg.gif") no-repeat 0 0;
}

#faux {
	width: 100%;
	background: #fff url("/images/faux_bg.gif") repeat-y 0 0;
}

#footer {
	padding: 5px 0;
	background: #a1a1a1 url("/images/footer_bg.gif") repeat-x 0 0;
}
/*  ================================== end column structure styles ================================== */

.clear { clear: both; height: 0px; overflow:hidden; }
.success { border: dashed 1px #e0e0e0; background: #ffffaa; color: #000; padding: 5px; }

/*  ================================== begin top navigation styles ================================== */
#nav_header {
	position: absolute;
	top: 100px;
	left: 327px;
	list-style: none;
	width: 166px;
}

#nav_header li { float: left; }
#nav_header span { display: none; }

#nav_header a { display: block; width: 166px; }

#nav_home a { background: #fff url("/images/nav/home.gif") no-repeat 0 0; height: 29px; }
#nav_classes a { background: #fff url("/images/nav/classes.gif") no-repeat 0 0; height: 28px; }
#nav_events a { background: #fff url("/images/nav/events.gif") no-repeat 0 0; height: 29px; }
#nav_instructors a { background: #fff url("/images/nav/instructors.gif") no-repeat 0 0; height: 28px; }
#nav_photogallery a { background: #fff url("/images/nav/photogallery.gif") no-repeat 0 0; height: 28px; }
#nav_contactus a { background: #fff url("/images/nav/contactus.gif") no-repeat 0 0; height: 28px; }

#nav_home a:hover { background-position: 0 -29px; }
#nav_classes a:hover { background-position: 0 -28px; }
#nav_events a:hover { background-position: 0 -29px; }
#nav_instructors a:hover { background-position: 0 -28px; }
#nav_photogallery a:hover { background-position: 0 -28px; }
#nav_contactus a:hover { background-position: 0 -28px; }
/*  ================================== end top navigation styles ================================== */

/*  ================================== begin lcol navigation styles ================================== */
.lcol_nav {
	list-style: none;
	margin: 0 0 0 21px;
	line-height: normal;
}

.lcol_nav li {
	background: transparent url("/images/bullet.gif") no-repeat 0 50%;
	padding: 0 0 0 12px;
	margin: 6px 0;
}

.lcol_nav a {
	text-decoration: none;
	color: #3e3833;
	font-weight: bold;
}

.lcol_nav a:hover {
	color: #0f1d88;
}

.lcol_heading {
	margin: 12px 0 0 0;
	padding: 3px 0 4px 14px;
	background: #343434;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	line-height: normal;
}
/*  ================================== end lcol navigation styles ================================== */

/*  ================================== begin rcol presentation styles ================================== */
#rcol {
	padding: 20px 10px 20px 20px;
	line-height: 175%;
}

#rcol p {
	margin: 10px 0;
}

#rcol ul {
	margin: 10px 30px;
	list-style: square;
}

#rcol blockquote {
	margin: 10px 30px;
}

#rcol a {
	color: #aa8074;
}

#rcol a:hover {
	text-decoration: none;
}

#rcol h1, h2, h3, h4, h5, h6 {
	color: #343434;
}
/*  ================================== end rcol presentation styles ================================== */

/*  ================================== begin footer presentation styles ================================== */
#footer {
	text-align: center;
	color: #333;
}

#footer a {
	color: #333;
}

#footer a:hover {
	text-decoration: none;
}
/*  ================================== end footer presentation styles ================================== */
