@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Book Antiqua, Georgia, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background: #FFF url(../images/Cloth-3.gif) repeat fixed;
}

.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/background01.gif);
} 

.twoColFixLtHdr #header {
	background-image: url(../images/header02.gif);
	height: 178px;
	margin: 0px;

} 

.twoColFixLtHdr #menubar {
	margin: 0 25px 0 25px;
	width: 750px;
	text-align: center;
	background: #A5BBBF;
	padding: 0;
}

.twoColFixLtHdr #topbar {
	margin-right: 25px;
	margin-left: 25px;
	background-image: url(../images/topbar02.gif);
	height: 250px;
}

.twoColFixLtHdr #topbarindex {
	margin-right: 25px;
	margin-left: 22px;
	height: 143px;
}

.twoColFixLtHdr #titlepicture {
	height: 155px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.twoColFixLtHdr #titlepictureindex {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 3px;
}

.twoColFixLtHdr #bodycontainer {
	background-image: url(../images/classbackground2.gif);
	margin-right: 28px;
	margin-left: 28px;
}

.twoColFixLtHdr #bodycontainerindex {
	background-image: url(../images/mainbg02.gif);
	margin-right: 25px;
	margin-left: 25px;

}

.twoColFixLtHdr #photobar {
	float: left; /* since this element is floated, a width must be given */
	width: 174px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
	font-size: 11px;
}


.twoColFixLtHdr #photobar p {
	margin-top: 0px;

}

.twoColFixLtHdr #photobar02 {
	float: left; /* since this element is floated, a width must be given */
	width: 174px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
	font-size: 12px;

}

.twoColFixLtHdr #upcomingevents {
	font: 11px Arial;
	float: left;
	width: 280px;
	padding: 5px 15px;
	font-weight: normal;
	
}

.twoColFixLtHdr #upcomingevents a:link,  .twoColFixLtHdr #upcomingevents a:visited  {
	font: 11px Arial;
	color: #333;
}

.twoColFixLtHdr #upcomingevents a:hover  {
	font: 11px Arial;
	color: #FFFFFF;
	text-decoration: none;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
} 

.twoColFixLtHdr .mainContent {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
} 

.twoColFixLtHdr .mainContentCrow {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 0px;
}

#mainContentIndex {
	width: 425px;
	float: left;
	padding: 5px;
}



.twoColFixLtHdr #mainContentshort {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

.twoColFixLtHdr #mainbgbottom {


}

.twoColFixLtHdr #footer {

	background-color: #DDDDDD;
	background-image: url(../images/footer01.jpg);
	height: 323px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;


} 

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 11px;
	color: #666;
}

.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;
	margin-right: 8px;
}

.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;
}


#footer a:link, #footer a:visited {
	color: #09C;
	text-decoration: none;
}

#footer a:hover {
	color: #900;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 300;
	text-align: right;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	margin-top: 0px;
	color: #D6775A;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 800;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h3 {
	font-size: 12px;
	color: #666;
	text-align: left;
}
h4 {
	color: #666;
	font-size: 10px;
}


h5 {
	font-size: 14px;
	margin: 0px;
	color: #D6775A;
	padding-bottom: 0px;
	font-weight: 800;
	font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;

}


.toppadding {
	padding-top: 20px;
}

.centerimg {
	text-align: center;
}


.twoColFixLtHdr #heading1 {
	height: 31px;
	padding-top: 20px;
	padding-right: 15px;

}



.twoColFixLtHdr #logo  {
	width: 208px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 3px;
}


.leftpad {
	padding-left: 15px;
	padding-right: 15px;
}

.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

.bottomline {
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
}


.toppad {
	padding-top: 20px;
}

.twoColFixLtHdr #mainContent ul li {
	padding-bottom: 10px;

}

.twoColFixLtHdr #mainContent a:link , .twoColFixLtHdr #mainContent a:visited{
	text-decoration: none;
	color: #D87D62;
}

.twoColFixLtHdr #mainContent a:hover {
	color: #09C;
}

.twoColFixLtHdr .mainContent a:link , .twoColFixLtHdr .mainContent a:visited{
	text-decoration: none;
	color: #D87D62;
}

.twoColFixLtHdr .mainContent a:hover {
	color: #09C;
}

.twoColFixLtHdr #mainContentIndex a:link , .twoColFixLtHdr #mainContentIndex a:visited{
	text-decoration: none;
	color: #D87D62;
}

.twoColFixLtHdr #mainContentIndex a:hover {
	color: #09C;
}

.twoColFixLtHdr .mainContentCrow a:link , .twoColFixLtHdr .mainContentCrow a:visited{
	text-decoration: none;
	color: #D87D62;
}

.twoColFixLtHdr .mainContentCrow a:hover {
	color: #09C;
}


.twoColFixLtHdr #photobar  a:link , .twoColFixLtHdr #photobar a:visited{
	color: #D6775A;
	text-decoration: none;
}

.twoColFixLtHdr #photobar02  a:link , .twoColFixLtHdr #photobar02 a:visited{
	color: #D6775A;
	text-decoration: none;
}

.twoColFixLtHdr #photobar a:hover {
	color: #FFF;
}

.twoColFixLtHdr #photobar02 a:hover {
	color: #FFF;
}

.textright {
	text-align: right;
}



.twoColFixLtHdr #bigtitlepicture {
	height: 159px;
	width: 746px;
	margin-right: 3px;
	margin-left: 3px;
}

.bold {
	font-weight: bold;
}

.rightfloat {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.fltrightmargin {
	float: right;
	margin-right: 20px;
}

.twoColFixLtHdr #mainContent .leftpad {
	text-align: justify;
}
.title {
	padding-top: 20px;
	font-weight: bold;
	text-align: center;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6F8184;
}

.linenophoto {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6F8184;
	margin-left: 205px;
}

.twoColFixLtHdr #container #bodycontainer #mainContent {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.linewhite {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F8184;
	padding-bottom: 8px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

.imgborder {
	border: 1px solid #CCC;
}

.leftpaddjusitify {
	padding-left: 4px;
	text-align: justify;
}

.floatleftpaddingright {
	float: left;
	padding-right: 60px;
	padding-left: 5px;
}

.floatleftpaddingright2 {
	float: left;
	padding-right: 51px;
	padding-left: 4px;
}

.leftpadding {
	padding-left: 25px;
	padding-top: 15px;
}

.twoColFixLtHdr #mainClassContent p {
	padding-left: 210px;

}


.twoColFixLtHdr #mainClassContent {
	padding: 10px 25px;

}

.Sessions {
	padding-left: 235px;
}

.twoColFixLtHdr #description {
	padding-left: 235px;
	padding-right: 20px;
}


.nophoto {
	padding-left: 210px;
}

.nophotoheading {
	padding: 15px 0 0 210px;
}

.twoColFixLtHdr #mainClassContent a:link, .twoColFixLtHdr #mainClassContent a:visited {
	text-decoration: none;
	color: #D87D62;
}

.twoColFixLtHdr #mainClassContent a:hover {
	color: #09C;
}

.twoColFixLtHdr #description a:link, .twoColFixLtHdr #description a:visited {
	text-decoration: none;
	color: #D87D62;
}

.twoColFixLtHdr #description a:hover {
	color: #09C;
}

.centertext {
	text-align: center;
}


.center {
	text-align: center;
}

.centertoppad {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

.attention {
	text-align: center;
	font-weight: bold;
	
}

.fltrightpad {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.classphotos {
	text-align: center;
	padding-bottom: 10px;
} 

.soldout {
	font-weight: bold;
	text-transform: uppercase;
	color: red;
	font-size: 12px;
}

.thumb {
	padding: 5px;
	float: left;
}

.staffprofile {
	clear: both;
	padding-top: 10px;
}

#ddtopmenubar {
	text-align: center;
}

.linkpdf {
	background: url(../images/pdf_icon.png) left no-repeat;
	padding-left: 20px;
}


.linkforward {
	background: url(../images/arrow_right.png) left no-repeat;
	padding: 5px 0 3px 20px;
	
}

.linktop{
	background: url(../images/arrow_up.png) left no-repeat;
	padding: 5px 0 3px 20px;
}


/* ######### Matt Black Strip Main Menu Bar CSS ######### */


.mattblackmenu {
	background-color: #A5BBBF;
	width: 675px;
	margin: 0 auto;
}



.mattblackmenu ul{
 list-style-type: none;
 overflow: hidden;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 11px;
 font-weight: bold;
 padding: 0;
 margin: 0;
}
 
.mattblackmenu li{
display: inline;
margin: 0;
}
 
.mattblackmenu li a{
 float: left;
 display: block;
 text-decoration: none;
 margin: 0;
 padding: 6px 8px; /*padding inside each tab*/
 border-right: 1px solid white; /*right divider between tabs*/
 color: white;
 background-image: url(../images/menubarbg.gif);
}
 
.mattblackmenu li a:visited{
color: white;
}
 
.mattblackmenu li a:hover{
 background-image: url(../images/hover.gif);
}
 
.mattblackmenu a.selected{
 background-image: url(../images/hover.gif);
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 1px solid white;
	border-bottom-width: 0px;
	visibility: hidden;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.ddsubmenustyle li a{
	display: block;
	width: 160px; /*width of menu (not including side paddings)*/
	color: black;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid white;
	background: #FBF2C7;
	text-align: left;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	color: #000000;
	background: #A5BBBF;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Lightbox ######### */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
div.box {margin-left: 210px; border: 1px dotted #999; padding: 15px 30px 25px; background: #FDFAE8; margin-bottom: 18px; margin-top: 10px; color: #555;}
div.box h3 {color: #61848B;}

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	