/*
--------------------------------
Global
--------------------------------
*/

body
{
	font-family: Verdana, Arial;
	padding:0px;
	margin:0px;
	background: #fff;
	width:780px;
}

img
{
	border:0;
}

.clearFloats
{
	clear:both;
	height:1px;
	line-height:1px;
	padding:0;
	margin:0;
}

.floatLeft
{
	float:left;
	margin:0 20px 20px 0;
}
.floatRight
{
	float:right;
	margin:0 0 20px 20px;
}

.center
{
	text-align:center;
}


h1, h2, h3, h4, h5, h6, p
{
	font-family: Verdana, Arial;
}
#Contenty h1	{
	font-size:1.75em;
	line-height:2em;
	margin:0;
	padding:0;
	color: #666;
}
#Contenty h2	{
	font-size:1.5em;
	line-height:1.8em;
	margin:0;
	padding:0;
	color: #666;
}
#Contenty h3	{
	font-size:1.25em;
	line-height:1.7em;
	margin:0;
	padding:0;
	color: #666;
}
#Contenty h4	{
	font-size:1em;
	line-height:1.6em;
	margin:0;
	padding:0;
	color: #666;
}
#Contenty h5	{
	font-size:.85em;
	line-height:1.5em;
	margin:0;
	padding:0;
	color: #666;
}
#Contenty h6	{
	font-size:.7em;
	line-height:1.5em;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #666;
}
#Contenty p, ul	{
	font-size: .7em;
	line-height: 1.5em;
	color: #666;
	margin-bottom:.5em;
}
#Contenty ul	{
	margin-right:6em;
}
#Contenty li	{
	margin-bottom:1.5em;
}
#Contenty table, #Contenty table td	{
	margin-top:20px;
	font-size: .83em;
	line-height: 1.5em;
	color: #333;
	background-color:#fff;
	border:1px solid #CCCCCC;
}
.stripe td {
	background-color:#EFEFEF;
}

.quote {
	font-size: 0.7em;
	line-height: 1.3em;
	color:#333;
	background-color:#B8E058;
	padding:.9em .9em .9em 1.8em;
	border:1px solid #839F3F;
	width:30%;
	float:right;
	margin:40px 0 20px 20px;
}

/*
--------------------------------
Top Nav Area
--------------------------------
*/
#topNavArea
{
	margin: 0 0 0 10px;
	width:780px;
}

#logo
{
	float:left;
	margin: 10px 58px 0 0;
}

#redCircle
{
	float:left;
	padding-right: 39px;
}

/*
--------------------------------
NEW Top Nav Area
--------------------------------
*/

#navnew	{
	border-top:1px solid #CCC;
	border-bottom:0px solid #CCC;
	padding:0;
	margin:30px 0 0px 0;
	display:block;
	width:748px;
}

#navvy, #navvy ul { /* all lists */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:0;
	margin:0 0 20px 0;
	list-style: none;
}

li:hover ul, li.over ul {
	display: block;
}

#navvy ul { /* top ul only? */
	width: 150px; /* width needed or else Opera goes nuts */
}

html>body #navvy li { /* all list items */
	float: left;
	width: 15%; /* width needed or else Opera goes nuts */
	margin:0;
	padding:0px 20px 0px 0;
	line-height:3.5em;
	font-weight:normal;
	text-align:center;
	vertical-align: bottom;
}

#navvy li { /* all list items: IE */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
	margin:0;
	padding:0px 20px 0px 0;
	line-height:3.5em;
	font-weight:normal;
	text-align:center;
	vertical-align: bottom;
}
#navvy a:link {
	display: block;
	width: 150px;
	font-size:.75em;
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}
#navvy a:visited {
	display: block;
	width: 150px;
	font-size:.75em;
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}
#navvy a:hover {
	color:#839f3f;
	width: 150px;
	text-decoration:none;
	background-image:url(images/test-half-circle-green.gif);
	background-repeat: no-repeat;
	background-position: 0 40px;
	font-weight:normal;
}

#navvy a {
	display: block;
	width: 150px;
	font-size:.75em;
	color:#999999;
	text-decoration:none;
	background-image:none;
	font-weight:normal;
}






#nav
{
	float:left;
	width:355px;
	height:12px;
}

* html #nav, html* #nav
{
	float:left;
	padding-top:15px;
	width:355px;
	height:1px;	
}

#topNavBorder
{
	width:342px;
	height:1px;
}

* html #topNavBorder
{
	margin:0 0 5px 0;
}

#bottomNavBorder
{
	width:342px;	
	height:1px;	
}

* html #bottomNavBorder
{
	padding-top:5px;
}

#nav div {
	position:relative;
	float:left;
}

*html #nav div, html* #nav div
{
	position:static;
	float:left;
	padding: 2px 0;
}

#nav .classes
{
	top:13px;
	padding-right:19px;
	width: 65px;
	height:10px;
}

#nav .instructors
{
	top:13px;
	padding-right:16px;
	width:53px;
}

#nav .directions
{
	top:13px;
	padding-right:18px;
	width:48px;
}

#nav .contact
{
	top:13px;
	padding-right:20px;
	width:36px;
}

#nav .mission
{
	top:13px;
	padding-right:16px;
	width:57px;
}

#ContentWrapper
{
	width:780px;	
	margin:35px 10px 0px 10px;
	background-image:url(images/shapes/shp_overlapping_circles.gif);
	background-repeat: no-repeat;
	background-position: bottom right;	
}

#ContentWrapper .contentBorder
{
	margin: 0 auto;
	padding: 0 auto;	
}

#Content
{
	padding-bottom:20px;
	min-height:300px;
	width:380px;
}

#Content a
{
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}



#leftnav
{
	width:220px;
	float:left;
	padding-bottom:20px;
}
#leftnav ul {
	margin:0;
	padding:0;
}
#leftnav li {
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #ccc;
	width:70%;
	list-style-type:none;
	font-size:11px;
	line-height:18px;
}
#leftnav a:link {
text-decoration:none;
color:#666;
font-weight:normal;

}
#leftnav a:visited {
text-decoration:none;
color:#666;
font-weight:normal;
}
#leftnav a:hover {
text-decoration:none;
color:#999;
font-weight:normal;
	}
#leftnav a:active {
text-decoration:none;
color:#666;
font-weight:normal;
}

#leftnav p
{
	font-size: .69em;
	line-height: 1.25em;
	color: #666;
}


#Contenty
{
	padding-bottom:20px;
	min-height:300px;
	width:528px;
	float:left;
}

#Contenty a
{
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}


.copyright
{
	display: block;
	font-family: Verdana, Arial;
	font-size: .65em;
	color: #999;
	padding-bottom:25px;
}

/*
--------------------------------------
Page Markers
--------------------------------------
*/
#pageMarkerClasses
{
	clear:both;
	position:relative;
	left:18px;
	top:15px;
}

* html #pageMarkerClasses
{
	clear:both;
	position:relative;
	left:18px;
	top:0px;
}

#pageMarkerDirections
{
	clear:both;
	position:relative;
	left:162px;	
	top:15px;
}

* html #pageMarkerDirections
{
	clear:both;
	position:relative;
	left:162px;	
	top:0px;
}

#pageMarkerInstructors
{
	clear:both;
	position:relative;
	left:95px;		
	top:15px;
}

* html #pageMarkerInstructors
{
	clear:both;
	position:relative;
	left:95px;		
	top:0px;
}

#pageMarkerContact
{
	clear:both;
	position:relative;
	left:223px;		
	top:15px;
}

* html #pageMarkerContact
{
	clear:both;
	position:relative;
	left:223px;		
	top:0px;
}

#pageMarkerMission
{
	clear:both;
	position:relative;
	left:287px;		
	top:15px;
}

* html #pageMarkerMission
{
	clear:both;
	position:relative;
	left:287px;		
	top:0px;
}

/*
--------------------------------
Fonts
--------------------------------
*/

.bold
{
	font-weight: bold;
}

.italics
{
	font-style: italic;
}

.txt-gray-dark
{
	color: #333;
}

.txt-gray
{
	color: #666;	
}

.txt-small
{
	font-size: .63em;
}

.txt-medium
{
	font-size: .69em;
}
.txt-medium-large
{
	font-size: .82em;
}

.txt-red
{
	color: #af1709;
}

.txt-large
{
	font-size: 1.25 em;
}

/* Custom fonts */

.header
{
	color: #af1709;
	font-size: .94em;
	font-weight: bold;
}
.normal
{
	font-size: .69em;
	line-height: 1.25em;
	color: #666666;
}

.filler
{
	height: 10px;
}

.fillerNoHeight
{
	clear: all;
}

--------------------------------
Links
--------------------------------
*/

a:link
{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a.standard
{
	color: #990000;
	font-size: .63em;
	font-weight: bold;
	text-decoration: none;
}

a.underline
{
	color: #666;		
	text-decoration: underline;
	font-weight: normal;
}

.logo
{
	padding: 10px 0px 0px 10px;
}
/*
	
/*
-------------------------------------
Classes Page
-------------------------------------
*/

#ClassPage
{
	padding-bottom:20px;
}

#specialOffer
{
	font-size: .63em;
	width: 130px;
	position: absolute;
	top: 135px;
	left: 10px;
}

* html #specialOffer
{
	font-size: .63em;
	width: 130px;
	position: absolute;
	top: 125px;
	left: 10px;
}

#announcements
{
	font-size: .63em;
	width: 175px;
	position: absolute;
	top: 150px;
	left: 10px;
}
#announcements a
{
	color: #990000;
	font-weight: bold;
	text-decoration: none;	
}
#body
{
	width:780px;
	font-size: .63em;	
	color: #666;
}
#body a.underline
{
	color: #666;		
	text-decoration: underline;
	font-weight: normal;
}

table.rates
{
	border: solid 2px #af1709;
}

#circles
{
	display:block;
	text-align:right;
}

#timeHeader
{
	float: left;
	padding-left:330px;
}

/*ie only*/
* html #timeHeader
{
	float: left;
	padding-left:330px;
}

#classHeader
{
	float: left;
	padding-left:75px;	
}

#levelHeader
{
	float: left;
	padding-left:75px;		
}

#instructorHeader
{
	float: left;
	padding-left:85px;		
}
#ClassPage .day
{
	float: left;
	width:40px;
	padding-left: 250px;
	padding-right: 10px;	
}

#ClassPage .time
{
	float: left;
	width:92px;	
	letter-spacing: -.09em;
	padding-left: 30px;
}

* html #ClassPage .time
{
	float: left;
	width:92px;	
	letter-spacing: -.09em;
	padding-left: 6px;
}

#ClassPage .class
{
	float: left;
	width:98px;	
	margin-left: 8px;
	letter-spacing: -.09em;
}

* html #ClassPage .class
{
	float: left;
	width:98px;	
	margin-left: 20px;
	letter-spacing: -.09em;
}

* html #ClassPage .level
{
	float: left;
	width:109px;
	margin-left: 26px;
	letter-spacing: -.09em;
}

#ClassPage .level
{
	float: left;
	width:109px;
	margin-left: 29px;
	letter-spacing: -.09em;
}

#ClassPage .instructor
{
	float: left;
	width:100px;	
	letter-spacing: -.09em;
}

#ClassPage .asterick
{
	margin: 5px 0 5px 430px;
}

#endSchedule
{
	margin-bottom: 50px;
}
#rates
{
	width: 65%;
	border: solid 1px #b9b9b9;
	padding: 0 5px;
	font-size:0.63em;
}
#rates #ratesHeader
{
	padding:10px 0 20px 2px;
}
#rates .package
{
	float: left;
	width: 175px;
	padding-bottom:10px;
}
#rates .price
{
	float: left;
	text-align:right;
	padding-left:15px;
}
#rates .noRefunds
{
	width:225px;
}

#circlesBottom
{
	float: left;
	margin:200px 0 0 245px;
	width: 275px;
}
.fineprint
{
	font-size: .88em;
}


/*
-------------------------------------
Instructors Page
-------------------------------------
*/

ul.instructorList
{
	color: #666;
	font-size: .6em;
	font-weight:bold;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.instructorList li{
	margin:5px 0 0 0;
	padding:0;
}

* html ul.instructorList li {
	margin:0;
	padding:0;
}

ul.instructorListy
{
	color: #666;
	font-size: .7em;
	font-weight:bold;
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
}

ul.instructorListy li{
	margin:0;
	padding:0;
	line-height:10px;
}

* html ul.instructorListy li {
	margin:0;
	padding:0;
}

ul.instructorListy2
{
	color: #666;
	font-size: .7em;
	font-weight:bold;
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
	float:left;
}

ul.instructorListy2 li{
	margin:4px 0 0 0;
	padding:0;
}

* html ul.instructorListy2 li {
	margin:3px 0 0 0;
	padding:0;
}

/*
--------------------------------
Popups
--------------------------------
*/
.description
{
	width:275px;
	padding:10px;
}
/*
--------------------------------
Bottom Nav
--------------------------------
*/

#bottomnav { /* all lists */
	padding:5px 0;
	margin:20px 0 0 0;
}

#bottomnav ul { /* all lists */
	border-top:1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	list-style: none;
	width:748px;
}

li:hover ul, li.over ul {
	display: block;
}

#bottomnav ul { /* top ul only? */
	width: 748px; /* width needed or else Opera goes nuts */
}

html>body #bottomnav li { /* all list items */
	float: left;
	width: 15%; /* width needed or else Opera goes nuts */
	margin:0;
	padding:0px 15px 0px 0;
	line-height:3.5em;
	font-weight:normal;
}

#bottomnav li { /* all list items: IE */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
	margin:0;
	padding:0px 15px 0px 0;
	line-height:3.5em;
	font-weight:normal;
}
#bottomnav a:link {
	display: block;
	width: 100px;
	font-size:.9em;
	color:#666;
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0;
}
#bottomnav a:visited {
	display: block;
	width: 100px;
	font-size:.9em;
	color:#666;
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0;
}
#bottomnav a:hover {
	display: block;
	width: 100px;
	font-size:.9em;
	color:#999;
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0;
}

#bottomnav a {
	display: block;
	width: 100px;
	font-size:.9em;
	color:#666;
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0;
}
#ContentWrapper #Contenty .floatLefty {
	padding-bottom: 200px;
	clear: left;
	float: left;
}
#alert {
	width:100%;
	background-color:#CEE98B;
	border:2px solid #7DA620;
	margin: 20px 0;
}
#alert h1 {
	font:bold 16px/26px Verdana, Arial, sans-serif;
	padding:10px 20px;
}
