body{
	background-color: white;
	margin: 0 auto;
	padding: 0 auto;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 1.25em;
}



.redColor{
	color: #730b0b;
	border-color: #730b0b;
}

.blueColor, a, a:visited, a:hover{
	color: #0b005a;
}

.blueBorderColor{
	border-color: #0C1477 !important;
}

.brownBorderColor{
	border-color: #773a0d !important;
}

.violetBorderColor{
	border-color: #740b50 !important;
}

.purpleBorderColor{
	border-color: #540d75 !important;
}

.lightBrownBorderColor{
	border-color: #7a6b0e !important;
}

.greenBorderColor{
	border-color: #0e7e10 !important;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#pageContent{
	width: 790px;
}


h1{
	font-weight: bold;
	font-size: 1em;
}

h2{
	clear: none;
	font-size: 105%;
}


p, ol{
	font-size: 85%;
}


#leftHeader{
	width: 164px;
	height: 336px;
	display: block;
	position: relative;
	background: url(../images/headerLeft.jpg) no-repeat;
	float: left;
}


.logoLink{
	display: block;
	position: absolute;
	width: 400px;
	height: 60px;
	margin-top: 50px;
	margin-left: 45px;
	z-index: 10;
}

#nav{
	width: 581px;
	height: 160px;
	display: block;
	position: relative;
	background: url(../images/navSprite.jpg) no-repeat;
	float: left;
	z-index: 9;
	clear: right;
	margin-bottom: 2em;
}

.navItem{
	display: block;
	position: relative;
	float: left;
	height: 160px;
	cursor: pointer;
}

.navOverBorder{
	border-bottom: solid 3px;
}

#item1{
	width: 102px;
	background: url(../images/navSprite.jpg) no-repeat -15px 0;
	margin-left: 15px;
}

#item1:hover, #item1.selected{
	background: url(../images/navSprite.jpg) no-repeat -15px -160px;
}

#item2{
	width: 102px;
	background: url(../images/navSprite.jpg) no-repeat -117px 0;
	padding-left: 14px;
}

#item2:hover, #item2.selected{
	background: url(../images/navSprite.jpg) no-repeat -117px -160px;
}

#item3{
	width: 78px;
	background: url(../images/navSprite.jpg) no-repeat -232px 0;
	padding-left: 13px;
}

#item3:hover, #item3.selected{
	background: url(../images/navSprite.jpg) no-repeat -232px -160px;
}

#item4{
	width: 54px;
	background: url(../images/navSprite.jpg) no-repeat -323px 0;
	padding-left: 12px;
}

#item4:hover, #item4.selected{
	background: url(../images/navSprite.jpg) no-repeat -323px -160px;
}

#item5{
	width: 77px;
	background: url(../images/navSprite.jpg) no-repeat -389px 0;
	padding-left: 14px;
}

#item5:hover, #item5.selected{
	background: url(../images/navSprite.jpg) no-repeat -389px -160px;
}

#item6{
	width: 75px;
	background: url(../images/navSprite.jpg) no-repeat -480px 0;
	padding-left: 13px;
}

#item6:hover, #item6.selected{
	background: url(../images/navSprite.jpg) no-repeat -480px -160px;
}


#contentArea{
	display: block;
	float: left;
	clear: left;
	position: relative;
	width: 600px;
	padding-left: 19px;
	clear: none;
}

div.reviewItem{
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	margin-left: 2em;
	margin-right: 2em;
	color: #999999;
}

.quoteCallout{
	font-size: 125%;
	color: #222222;
}

.personName{
	float: right;
	margin-top: 1em;
	font-size: 90%;
}

.personName:before{
	content: "-";
}

.workshopItem{
	display: block;
	margin-top: 2em;
	position: relative;
}

.workshopTitle, .instructorTitle{
	font-size: 150%;
	color: #222222;
	float: left;
	margin-right: 1em;
}

.instructorTitle{
	display: block;
	margin-right: 0.5em;
}

.instructorItem{
	margin-top: 2em;
}

.instructorItem p{
	margin-left: 2em;
	margin-right: 2em;
}

.workshopItem p{
	margin-left: 2em;
	margin-right: 2em;
}

.classTime a, .classTime a:hover, .classTime a:visited{
	float: right;
	font-weight: bold;
	text-decoration: none;
	font-size: 105%;
}

.subImportant{
	font-size: 85%;
	font-weight: bold;
	clear: left;
	margin: 0.75em;
}

form{
	border: none;
}

fieldset{
	border: none;
}

.formField, label{
	float: left;
	clear: left;
	display: block;
}

.formField{
	font-size: 115%;
	padding: 0.25em;
	margin-bottom: 0.5em;
	width: 15em;
}

.selectField{
	padding:0.25em;
	margin-bottom:0.5em;
	width: 21.5em;
	display:block;
	font-size:85%
}

.formFieldError{
	background: transparent url(../images/fieldErrorBG.jpg) repeat scroll 0 0;
	color: #fff;
}

.selectFieldError{
	border: solid 2px #730b0b;
}

.formSuccess{
	background: transparent url(../images/fieldValidBG.jpg) no-repeat scroll 0 0;
	color: #fff;
	font-size: 90%;
	padding: 1em;
	margin-left: 1.25em;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.errorInfoClass{
	background: transparent url(../images/fieldErrorBG.jpg) repeat scroll 0 0;
	color: #fff;
	font-size: 90%;
	padding: 1em;
	margin-left: 1.25em;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.formColumn{
	display: block;
	float: left;
	margin-left: 1em;
	margin-bottom: 1em;
}

#formSubmit{
	font-size: 110%;
	font-weight: bold;
	margin: 0.25em 0.25em 0.25em 0.75em;
	padding: 0.25em;
}

.contactEmailLink{
	text-decoration: none;
	display: block;
	font-size: 150%;
	margin: 0.5em;
	margin-left: 0em;
	clear: both;
	cursor: pointer;
}



#footer{
	width: 638px;
	height: 50px;
	display: block;
	border-top: solid 1px;
	position: relative;
	float: left;
	margin-left: 164px;
	margin-top: 15px;
	font-size: 80%;
	padding: 0.25em;
}

.leftCopyright{
	float: left;
	display: block;
	color: #555;
}

.rightNavLinks a, .rightNavLinks a:visited{
	color: #7e6e0c;	
}

.rightNavLinks{
	display: block;
	float: right;
}

.footerNavLink{
	border-right: solid 1px #7e6e0c;
	padding-right: 4px;
	margin-right: 2px;
}

.footerNavLink.backtotop{
	border: none;
}

.openTab, .closedTab{
	background: url(../images/openTab.jpg) no-repeat scroll;
	width: 29px;
	height: 79px;
	display: block;
	position: absolute;
	left: -10px;
	top: 27px;
}

.closedTab{
	background: url(../images/closedTab.jpg);
	height: 109px;
}