@charset "utf-8";

#mainContent {
	width: 954px;
	margin-top: 37px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	position: relative;
}

#UserHeader {
	float: right;
	clear: both;
}

#LeftNav {
	width: 198px;
	float: left;
}
#NavBody  {
	background-image: url(../Images/Education/educationFill.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5px;
}
#UserContent {
	width: 754px;
	float: left;
}
#SQContent {
	width: 754px;
	float: left;
}
td  img {
	margin: 8px;
}
tr td {
	padding: 5px;
}


#UserFooter {
	float: left;
	clear: both;
	margin-bottom: 40px;
}

.image {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #999;
	margin-left: 40px;
}
.image2 {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #999;
	margin-bottom: 10px;
	margin-left: 2px;
}
.imageFloat {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #999;
	float: left;
	margin: 5px;
}
.imageFloatRight {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #999;
	float: right;
	margin: 5px;
}
#UserBody h1 img {
	padding: 5px;
}

.floatright {
	width: 100%;
	height: 100%;
	margin-top: 10px;
}

.textLeft {
	width: 100%;
}
.textWrap {
	float: left;
	width: 95%;
	height: 350px;
}
.textWrap p {
}


.textright {
	width: 75%;
	float: right;
}
.dvdWrap {
	float: left;
	height: 100%;
}




.images {
	margin-bottom: 20px;
	width: 100%;
	margin-top: 20px;
}

.video {
	width: 300px;
	margin-left: 205px;
}
#UserBody {
	background-image: url(../Images/Education/eduationFill.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	width: 721px;
	float: left;
	padding-right: 20px;
	text-align: justify;
}


#UserBody p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#UserBody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
#UserBody h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 5px;
}
#UserBody h5 {
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 20px;
}
#UserBody h2 {
	text-align: center;
}

#UserBody ul {
	list-style-position: inside;
	list-style-image: url(../Images/Education/education-arrow.png);
}
#UserBody ul li {
	margin-bottom: 5px;
}
#UserBody ol li {
	list-style-position: inside;
	margin-top: 15px;
	margin-right: 10px;
}
#UserBody ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#UserBody a {
	text-decoration: none;
	color: #F63;
	font-weight: bold;
}
#UserBody a:hover {
	text-decoration: none;
	color: #06F;
	font-weight: bold;
}

.activelink {
	background-image: url(../Images/NewUsers/TopicsHover.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFF;
}
@charset "utf-8";



.navImg {
	float: left;
	margin-right: 34px;
	margin-top: 5px;
}
#body {
	float: left;
}

.logoWrap {
	float: left;
}
.emphasis {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #03F;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.divider {
	height: 5px;
	margin-top: 12px;
}
.profit {

}

.divider2 {
	height: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.list {
	float: left;
}
.slideshow {
}
.galleryWrap {
	height: 505px;
	width: 700px;
	margin-top: 10px;
	padding: 10px;
	background-color: #CDE6F1;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}
.gallery {
}

.activelink {
	background-image: url(../Images/TechSupport/TechOn.png);
	background-repeat: no-repeat;
	background-position: 5px;
	color: #FFF;
}

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */


.Accordion {
	overflow: hidden;
}


.AccordionPanel {
	margin: 0px;
	padding: 0px;
}


.AccordionPanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
}


.AccordionPanelOpen .AccordionPanelTab {
	color: #000;
	background-image: url(../Assets/Images/Tech%20Support/TechOn.png);
	background-repeat: no-repeat;
	background-position: left;
}


.AccordionPanelTabHover {
	color: #FFF;
	background-image: url(../Images/Education/educationOn.png);
	background-repeat: no-repeat;
	background-position: left;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000;
	background-image: url(../Images/Education/educationOn.png);
	background-repeat: no-repeat;
	background-position: left;
}


.AccordionFocused .AccordionPanelTab {

}


.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-image: url(../Images/Education/educationOn.png);
	background-repeat: no-repeat;
	background-position: left;
}
.listlinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	text-decoration: none;
	text-align: left;
}
.listlinks {
	text-align: left;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 20px;
}

.listlinks a:hover {
	font-weight: bold;
	color: #FBA50E;
	font-style: italic;
}

.AccordionPanelOpen {
	cursor: auto;
 }
.listlinksActive {
	text-align: left;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 20px;
	background-image: url(../Images/Education/educationOn.png);
	background-repeat: no-repeat;
	background-position: left;
}

.listlinksActive a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	text-decoration: none;
	text-align: left;
}
/******* LAZERMASK STYLES **********/

#lazsermask {
	width: auto;
	height: auto;
	float: left;
}

#contentheader {
	top: 0px;
	margin-left: 5px;
	float: left;
	width: 78%;
	margin-top: 25px;
}
#contenttag h5 {
	font-size: 17px;
	text-align: center;
}
#contentheader h6 {
	font-size: 28px;
	text-align: center;
}


#contenttag {
	margin-bottom: 10px;
	float: none;
	clear: both;
}
#text {
	clear: both;
}
#desc {
	background-image: url(../Images/Education/Lazermask-images/contentbox.png);
	background-repeat: no-repeat;
	height: 563px;
	margin-top: 15px;
	background-color: #ED1C24;
}
#desctext {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 8px;
	height: auto;
	background-color: #FFF;
	margin-right: 5px;
	border: 3px solid #000;
}
#desctext img {
	float: right;
	margin-top: 15px;
}
#desctext p {
	font-size: 12px;
	text-align: left;
}
.style1 {color: #EE2824}
.style3 {color: #EE2824; font-weight: bold; }
.style6 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.style9 {
	color: #EE2824;
}
#UserBody ol img {
	margin-bottom: 5px;
	margin-top: 5px;
}

/*******  WORKSHOP STYLES ******/
#additional {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	clear: both;
	margin-top: 30px;
}

.image {
	float: left;
}
#Info {
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 5px;
	background-color: #FFF;
}
.TextCenter {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin-top: 10px;
	color: #333;
}

.BoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C60;
	padding-bottom: 5px;
}
.columns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}


.columns ul li {
	list-style-position: inside;
	list-style-image: url(../Images/workshop-arrow.png);
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#leftCol {
	width: 45%;
	margin-left: 7px;
	font-size: 12px;
	clear: both;
	float: left;
}

#rightCol {
	width: 50%;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	height: auto;
}
.wrap {
	background-color: #FDFFDF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.wrap2 {
	background-color: #FDFFDF;
	float: left;
	padding: 10px;
}
#leftText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 5px;
}
#leftText {
	padding: 5px;
	text-align: center;
	line-height: 18px;
	margin-bottom: 40px;
}
.ol {
}

.push {
	padding: 5px;
	display: block;
	background-color: #FDFFDF;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 15px;
	clear: both;
	border: 1px solid #999;
	margin-bottom: 20px;
}
.butch {
	padding: 5px;
	background-color: #EEE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 5px;
	color: #603;
	font-size: 12px;
	border: 1px solid #999;
	text-align: center;
}

.butch a:hover {
	color: #06F;
}
.butch a {
	text-decoration: none;
	color: #F30;
}

#schedule {
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
}


#rightCol ul li {
	list-style-position: inside;
	list-style-image: url(../Images/workshop-arrow.png);
	padding-bottom: 5px;
	padding-left: 8px;
}
#schedule h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#rightCol ol li {
	list-style-position: inside;
}
#leftCol ul li {
	list-style-position: inside;
	list-style-image: url(../Images/workshop-arrow.png);
	padding-bottom: 5px;
	padding-left: 8px;
}
#leftCol ol li {
	list-style-position: inside;
}
#workshopInfo {
	margin-top: 10px;
}




#rightCol p {
	margin-bottom: 8px;
}
#leftInfo {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
#rightInfo {
	margin-top: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #633;
	font-weight: bold;
	margin-bottom: 5px;
}
.wrap h2 {
	text-align: left;
}
#additional h2 {
	margin-bottom: 15px;
}


.right {
	float: right;
	width: 52%;
	margin-top: 50px;
	margin-right: 8px;
}

#classPhoto {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.ol li{
	list-style-image: url(../Images/workshop-arrow.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	list-style-position: inside;
	padding-left: 10px;
	padding-bottom: 5px;
}
#imageLeft {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
#UserBody p #FLVPlayer {
	float: left;
	margin-left: 180px;
}
#butchText img {
	background-color: #F0F0F0;
	padding: 5px;
	border: 1px solid #999;
	float: left;
	margin-right: 10px;
}
#UserBody #butchText p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#UserBody #butchText p a {
	color: #09F;
	text-decoration: none;
}
#UserBody #butchText p a:hover {
	color: #F90;
	text-decoration: none;
}
#butchText p strong {
	color: #BF1E2D;
}


#butchText {
	float: left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	width: 475px;
}
.butchText {
	float: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 600px;
	margin-left: 50px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.calltoaction {
	border:1px;
	padding:5px;
	border-color:#333;
	border-style:solid;
	font-size: 16px;
	background-color: #FBD87F;
}


#UserBody h4 {
	text-align: center;
	margin-top: 10px;
}
#UserBody h1 span  {
	background-color: #FFF;
	display: block;
	width: 620px;
	margin-left: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	padding-top: 10px;
}

#UserBody .butchText h2 {
	color: #FCBF4E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
	margin-top: 5px;
	padding: 1px;
	background-color: #BF1E2D;
}
#UserBody .butchText h3 {
	color: #BF1E2D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
#UserBody .butchText h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 10px;
	color: #FBA507;
}
#UserBody .butchText h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	margin-bottom: 10px;
	font-weight: normal;
}

.butchText img {
	background-color: #F0F0F0;
	padding: 5px;
	border: 1px solid #999;
	float: left;
	margin-right: 10px;
}
#UserBody .butchText p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#UserBody .butchText p a {
	color: #09F;
	text-decoration: none;
}
#UserBody .butchText p a:hover {
	color: #F90;
	text-decoration: none;
}
.butchText p strong {
	color: #BF1E2D;
}
#quickguide {
	float: left;
	height: 280px;
	width: 176px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#quickguide h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#instructions {
	float: left;
	height: 280px;
	width: 155px;
}
#instructions h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


.clearfloat {
	display: block;
	clear: both;
}
.center {
	width: 351px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#UserBody #Info #rightCol #schedule a.signup {
	margin-top: 10px;
	margin-right: 8px;
	padding: 5px;
	background-color: #FBA505;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #000;
	font-size: 12px;
	text-align: center;
	display: block;
}
#UserBody #Info #rightCol #schedule a:hover.signup {
	margin-top: 10px;
	margin-right: 8px;
	padding: 5px;
	background-color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #FBA505;
	font-size: 12px;
	text-align: center;
	display: block;
}
.imagepush {
	margin: 5px;
}
.imagecenter {
	width: 650px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#UserBody a.button {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 6px;
	margin-top: 10px;
	background-color: #FBA505;
	color: #000;
	width: 400px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#UserBody a:hover.button {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 6px;
	margin-top: 10px;
	background-color: #000;
	color: #FBA505;
	width: 400px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#UserBody blockquote {
	background-color: #FBD87F;
	display: block;
	padding: 10px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 20px;
}
