@charset "UTF-8";
/* mira images css 
2 (TWO) column page layout */

<style type="text/css"> 
 

/* --------------------------------------------------------------------------------------------- */
/* normalize browser defaults */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, nput, p, blockquote, th, td
	{margin: 0; padding: 0; }
	
h1, h2, h3, h4, h5, h6
	{font-size: 100%; }
	
ol, ul
	{list-style: none;}
	
address, caption, cite, code, dfn, em, strong, th, var
 {font-style: normal; font-weight: normal;}
 
table
	{
	border-collapse: collapse;
	border-spacing: 0;
}
	
a {text-decoration: none;}
	
fieldset, img
	{
	border: 0;
	margin: 0;
	padding: 0;
}
	
html {
	text-align: center;
	margin-top: 0;
	background: #e7e7e7;
	height: 100%; margin-bottom: 1px;
}

p.box_top {
	padding: 0 0 0 25px;
	margin: 0;
}

h1#img_header {
	padding: 0;
	margin: 0;
}

/* --------------------------------------------------------------------------------------------- */
/*positioning classes*/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* --------------------------------------------------------------------------------------------- */
/*layout structure*/
		
body {
	position: relative;
	width: 810px;
	margin: 0 auto;
	text-align: left;
	background-color: #f7941e;
}
	
/*wraps all page divisions*/
#container { 
	width: 780px; 
	margin-left: 15px;
	margin-right: 15px;
} 

div#navigation {
	padding: 10px 0 0 0;
	background: #f7941e;}
	
/*wraps sidebars & mainContent*/
div#content {
	width: 774px;
	float: left;
	padding-top: 5px;
	background: #fff;
	border-left: 3px solid #e7e7e7;
	border-right: 3px solid #e7e7e7;
}

div#content_topper {
	float: right;
}

div#main_content2 {
	float: left;
	width: 460px;
	margin: 0 27px 0 0;
	padding: 5px 0 20px 25px;
	background: #fff;
} 

div#sub_content2 {
	float: left;
	width: 238px;
	padding: 15px 15px 10px 0;
	background: #fff;
}

#footer { 
	padding: 0 10px 0 17px; 
	background:#fff;
	border-left: 3px solid #e7e7e7;
	border-right: 3px solid #e7e7e7; 
} 
#footer p {
	margin: 0; 
	padding: 0;
}
div#content_closer {
	margin-left: 15px;
	margin-top: -5px;}



/* --------------------------------------------------------------------------------------------- */
/*type*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	padding: 0 0 .7em 0;}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	padding: 0 0 .45em 0;
}
	
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 .1em 0;
}
	
h4 {
	font-size: .8em;
	font-weight: normal;
	padding: 1em 0 1em 0;
}

p {
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0 8px 0 0;
	line-height: 1.2em;
}
	
.text_img_replace {
	text-indent: -9999px;
	font-size: .1em;
	margin: 0;
	padding: 0;
}
	
.italic_stress {
	font-style: italic;}
a {
	color: #444;
}

a:hover {
	color: #0066CC;
}	
	
/* --------------------------------------------------------------------------------------------- */
/* branding  */	

div#branding_box {
	background: url(images/brand_btm.gif) no-repeat bottom left;
}

div#branding .contact_us {
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding-top: 20px;
	padding-left: 580px;
	background: url(images/brand_top.gif) no-repeat top left;
}

div#branding h4.phone {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 4px 580px;
}

div#branding h4.email {
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 580px;
}

div#branding #logo {
	position: absolute; top: 22px; 
	padding: 6px 220px 20px 37px;	
}

div#branding h1#brand_name {
	position: absolute;
	top: 50px;
	left: 100px;
}



/* --------------------------------------------------------------------------------------------- */
/* navigation */

#nav_main {
	float: left;
	/*allows li to fill entire ul bg expands w/ contents*/
	width: 725px;
	margin: 0 10px 0 10px;
	padding: 10px 0 0 35px;
}

*html #nav_main {
	width: 714px;
	margin: 0 10px 0 13px;
	padding: 10px 0 0 18px;
}

#nav_main li {
	float: left;
	margin: 0;
	padding-right: 4px;
	font-size: .8em;
	letter-spacing: ;
	font-weight: normal;
}

#nav_main a {
	float: left;
	display: block;
	width: 100px;
	height: 20px;
	margin: 0;
	padding: .75em 0 .2em 0;
	color: #888;
	text-align: center;	
	background: url(images/tab.gif) no-repeat top left;
}

#nav_main a:hover, body#homepage #home a {
	background: url(images/active_tab.gif) no-repeat top left;
	color: #444;
}
#nav_main a:hover, body#classes_page #classes a {
	background: url(images/active_tab.gif) no-repeat top left;
	color: #444;
}
#nav_main a:hover, body#calendar_page #calendar a {
	background: url(images/active_tab.gif) no-repeat top left;
	color: #444;
}
#nav_main a:hover, body#services_page #services a {
	background: url(images/active_tab.gif) no-repeat top left;
	color: #444;
}
#nav_main a:hover, body#about_us_page #about_us a {
	background: url(images/active_tab.gif) no-repeat top left;
	color: #444;
}
#nav_main a:hover, body#get_nerdy_page #get_nerdy a {
	background: url(images/active_tab.gif) no-repeat top left;
	color: #444;
}



/*-------------------------------------------------------------------------------------------------------------------*/
/* main_content2 */


div#main_content2 h1{
	font-weight: bold;
	line-height: 1em;
	margin-top: 0px;
}

div#main_content2 h1#certified_head {
	text-align: center;
	margin-bottom: 0px;
}
	
div#main_content2 h2{
	margin: 0;
	padding: 0 0 .5em 0;
}

div#main_content2 p {
	padding: 0 0 1em 0;}
	
	
div#topics {
	float: left;
	width: 415px;
}
	
div#topics ul#topics1 {
	float: left;
}


/* calendar table */
*html div#main_content2 img.box_top {
	padding: 0;
	margin: 0 0 -3px 0;
}

div#main_content2 h1#calendar_head {
	background: url(images/calendar_top.gif) no-repeat top left;
	padding: 13px 0 9px 0;
	margin: 0;
	text-align: center;
}

div#main_content2 table#calendar {
	border-left: 3px solid #e7e7e7;
	border-right: 3px solid #e7e7e7;
	color: #333;
	margin: 0;
	padding: 0;
}
	
div#main_content2 table#calendar .col_header {
	background: #ececec;
	border-top: 1px solid #e3e3e3;
	border-bottom: 3px solid #e1e1e1;
	border-right:  2px solid #e1e1e1;
	text-align: center;
	padding: 5px 0 2px 0;
}

div#main_content2 table#calendar td {
	padding-left: 15px;
	padding-right: 5px;
	border-top: 1px solid #e3e3e3;
	border-right:  2px solid #e3e3e3;
}


div#main_content2 table .class_dates p {
	margin: 0;
	padding: 0 0 .1em 0;
	font-size: .7em;	
}

div#main_content2 table#calendar td.class_dates p.date {
	font-weight: bold;
	padding-top: 10px;
}

div#main_content2 table#calendar td.class_dates p.cost {
	padding-bottom: 10px;
}

div#main_content2 table#calendar td.class_name {
	padding-right: 8px;
	width: 175px;
}

div#main_content2 table#calendar a {
	background-image: none;
	color: #000;
}

div#main_content2 table#calendar a:hover {
	background-image: none;
	color: #0066CC;
}

div#main_content2 table#calendar p.class_title {
	margin: 0;
	font-size: 0.7em;
	padding: 5px 0 0 0;
}

div#main_content2 table p.class_level {
	margin: 0;
	font-size: 0.7em;
	padding: .1em 0 0 0;
}

div#main_content2 table .class_name img{
	float: left;
	margin: 3px 15px 0 2px;
}

div#main_content2 table#calendar td.register {
	padding-right: 10px;
	border-right: none;
}


div#main_content2 table tr {
	background: #fff;
}

div#main_content2 table tr.even {
	background: #f1f1f1;
}

div#main_content2 table#calendar tr#last {
	border-bottom: none;
}


	
/* --------------------------------------------------------------------------------------------- */
/* sub_content2 */


div#sub_content2 img.asterisk {
	margin: 0;
	padding: 0 2px 7px 0;
}

div#sub_content2 img {
	padding: 0 0 15px 0;
}

div#sub_content2 h3 {
	font-weight: bold;
	padding: 0 0 .8em 0;
}

div#sub_content2 p {
	font-size: .8em;
}

div#sub_content2 p#class_cost {
	padding-top: 0;
	margin-top: 0;
}

/* newsletter */

div#sub_content2 div#newsletter {
	width: 230px;
	border-top: 2px solid #f1f1f1;
	border-left: 3px solid #e7e7e7;
	border-right: 3px solid #e7e7e7;
	margin: 0;
	padding: 0;
}
	
div#sub_content2 div#newsletter p {
	margin: 0;
	padding: 12px .5em 1em 15px;
	font-size: 0.7em
}
	
div#sub_content2 .news_head {
	padding: 8px 0 .5em 0;
	margin: 25px 0 0 0;
	text-align: center;
	background: url(images/newsletter_top.gif) no-repeat top left;
}

div#sub_content2 img#news_head {
	padding: 0;
	margin: 0;
}

div#sub_content2 div#newsletter div#subscribe {
	margin: 0;
	padding: 0;
}

div#sub_content2 div#newsletter table#constant_contact {
	width: 210px;
	padding: 0;
	margin: 0;
}

div#sub_content2 div#newsletter td#c_contact {
	padding: 0 0 0 15px;
	margin: 0;
}

div#sub_content2 div#newsletter div#safe_subscribe {
	margin: 0;
	padding: 0;
}

div#sub_content2 div#newsletter form#ccoptin #ea {
	width: 150px;
	padding: 0;
	margin: 0;
}

div#sub_content2 div#newsletter img#safesubscribe {
	margin: 0;
	padding: 5px 0 0 15px;
}

div#sub_content2 div#newsletter img#tm {
	padding: 0 0 0 1px;
	margin: 0;
}

div#sub_content2 div#newsletter div#safe_subscribe {
	padding: 0;
	margin: 0;
}

div#sub_content2 div#newsletter #safe_sub_logo {
	padding: 8px 0 0 15px;
	margin: 0;
}

div#sub_content2 div#newsletter p#last {
	margin: 0;
	padding: 1px 0 1em 15px;
}


	
	
	

/* --------------------------------------------------------------------------------------------- */
/* footer */

div#footer .cred_logos {
	padding: 15px 15px 10px 5px;
	margin: 0;}
	
div#footer .cred_logos2 {
	padding: 15px 18px 0 10px;
	margin: 0;}
	

 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 180px; }
#sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
