/* CSS File: Main Style Sheet
----------------------------------------------- */

/* zeroing out margins */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}
strong, b { font-weight: bold }
em, i { font-style: italic}
/* body */
body {
	background: #fff url(../images/template/topBg.png) repeat-x left -17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #232333;
	font-size: 62.5%;
	}
	
/* hide print logo */
img.printLogo { display: none;}
/* container */
div#container {
	width: 775px;
	margin: 0 auto;
	}

/* header */
div#header {
	width: 775px;
	height: 170px;
	}
div#header h1 {
	width: 173px;
	height: 111px;
	float: left;
	margin-top: 31px;
	margin-left: 15px;
	}
div#header h1 a {
	width: 173px;
	height: 111px;
	display: block;
	background: transparent url(../images/template/logo.png) no-repeat top left;
	}
div#header h1 a span {
	margin-left: -999em;
	}
div#header address {
	display: block;
	width: auto;
	height: auto;
	float: right;
	margin-top: 50px;
	font-size: 1.35em;
	font-style: normal;
	}
div#header address a {
	color: #369;
	}

/* navigation */
div#navigation {
	width: 200px;
	float: left;
	}
div#navigation ul{
	width: 141px;
	padding-top: 20px;
	padding-left: 35px;
	}
div#navigation ul li {
	display: block;
	float: left;
	width: 141px;
	height: 56px;
	}
div#navigation ul li a {
	display: block;
	width: 141px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: top left;
	}
div#navigation ul li a span {
	margin-left: -999em;
	}
div#navigation ul li.teachers a {
	background-image: url(../images/template/teachers.png)
	}
div#navigation ul li.classes a {
	background-image: url(../images/template/classes.png)
	}
div#navigation ul li.registration a {
	background-image: url(../images/template/registration.png)
	}
div#navigation ul li.contact a {
	background-image: url(../images/template/contact_directions.png)
	}
div#navigation ul li.links a {
	background-image: url(../images/template/links.png)
	}
div#navigation ul li.directions a {
	background-image: url(../images/template/directions.png)
	}
div#navigation ul li.training a {
	background-image: url(../images/template/training_resources.png)
	}
div#navigation ul li a:hover,
div#navigation ul li.on a {
	background-position: bottom left !important;
	}
	
/* main content */
div#content  {
	width: 575px;
	float: right;
	font-size: 1.2em;
	line-height: 1.6;
	}
div#content div#intro {	
	width:283px;
	float: left;
	}
div#content div#intro strong,
strong.home-title {	
	font-size: 1.75em;
	color: #336699;
	font-weight: normal;
	}
div#hp-image {
	margin-top: -10px;
	width: 282px;
	position: relative;
	height: 309px;
	float: right;
	background: transparent url(../images/template/photoBg.png) no-repeat top left;
	}
html body div#hp-image img {
	position: absolute; 
	top: 30px;
	left: 26px;
	border: 0;
	padding:0;
	margin:0;
	}
div#content p {
	padding: .3em 0;
	}
div#content ol,
div#content ul {
	padding: .3em 3.25em;
	color: #999;
	}
div#content li {
	padding: .3em 0;
	}
div#content h1 {
	padding: .2em 0;
	color: #336699;
	font-size: 2em;
	font-weight: normal;
	}
div#content h2 {
	padding: .75em 0 .15em 0;
	color: #CC3300;
	font-size: 1.75em;
	font-variant: small-caps;
	font-weight: bold;
	}
div#content h3 {
	padding: .75em 0 .15em 0;
	font-size: 1.5em;
	color: #339900;
	font-variant: small-caps;
	font-weight: normal;
	}
div#content h4 {
	padding: .3em 0;
	font-size: 1.4em;
	color: #cc9900;
	font-weight: normal;
	}
div#content h5 {
	padding: .3em 0;
	color: #660066;
	font-weight: normal;
	}
div#content p:first-child,
div#content h1:first-child,
div#content h2:first-child,
div#content h3:first-child,
div#content h4:first-child,
div#content h5:first-child,
div#content ul:first-child,
div#content ol:first-child,
div#content dl:first-child,
div#content address:first-child {
	padding-top: 0;
	margin-top: 0;
	
	}
div#content img {
	border: 1px dashed #369;
	padding: 5px;
	background: #fff;
	margin: 10px auto;
	width: auto;
	}	
div#content img.right {
	float: right;
	margin: 5px 0 5px 10px;
	}
div#content img.left {
	float: left;
	margin: 5px 10px 5px 0px;
	}
/* generic links */
div#content a {
	color: #369;
	font-weight: bold;
	}
div#content a:hover, 
div#content a:active {
	color: #264D73;
	background: #CCD9E5;
	}
div#content div.rule {
	color: #fff;
	height: 1px;
	width: 100%;
	clear: both;
	margin: 1.5em 0;
	border-top: 1px dashed #999;
	}
h4.reglink {
	padding: 5px 3px;
	float: right;
	clear: both;
	}

/* footer */
div#footer {
	clear: both;
	width: 775px;
	color: #999;
	padding-top: 60px;
	padding-bottom: 10px;
	height: 99px;
	background: transparent url(../images/template/footerBg.png) no-repeat left 50px;
	font-size: 1.2em;
	}
div#footer a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #999;
	font-weight: bold;
	}
div#footer a:hover {
	color: #369;
	border-bottom: 1px solid #369
	}
div#footer address {
	display: block;
	width: 162px;
	border-right: 1px solid #999;
	float: left;
	padding-left: 90px;
	font-style: normal;
	font-size: 90%;
	}
div#footer address a {
	font-weight: normal;
	}
div#footer address p {
	margin:0;
	padding:0;
	line-height: 1.5;
	}
div#footer address strong {
	text-transform: uppercase;
	font-weight: bold;
	}
div#footer div#text-navigation {
	display: block;
	width: 506px;
	float: right;
	padding-left: 16px;
	}
div#footer ul, div#footer p { 
	padding-bottom: .75em;
	}
div#footer div#text-navigation ul {
	list-style: none;
	}
div#footer div#text-navigation ul li {
	display: inline;
	text-transform: uppercase;
	line-height: 1.5;
	}
	
/* =table style
----------------------------------------------- */
table.tablestyle {
	width: 100%;
	clear: both;
	border-top: 1px solid  #369;
	border-left: 1px solid  #369;
	margin: 1em 0;
	}
table.tablestyle td, table.tablestyle th {
	padding: 5px;
	border-bottom: 1px solid  #369;
	border-right: 1px solid  #369;
	width: 16.6%;
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	}
table.tablestyle th {
	background: #369;
	color: #fff;
	font-weight: bold;
	}
table.tablestyle td.class {
	background: #D5EACB;
	}