@charset "UTF-8";
/* CSS Document */

body{
	background-color: #fffdcd;
	background-image:url(images/background-repeat.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0 0 0 0;
	font-size: 13px;
	line-height:1.3em;
}

a:link {
	color: #455560;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #455560;
}
a:hover {
	text-decoration: underline;
	color: #00aeef;
}
a:active {
	text-decoration: underline;
	color: #00aeef;
}
ul{
	
	font-weight:normal;
	list-style-position: inside;
	list-style-type: square;
}

li{
	line-height:1.3em;
}

#wrapper{
	padding:0;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center top;
	
}
	
h1{
	font-size:20px;
	font-weight:bold;
	line-height:1.3em;
	text-transform: uppercase;
}

h2{
	font-size: 18px;
	font-weight:bold;
	line-height:1.3em;
}
h3{
	font-size:20px;
	font-weight:bold;
}
h4{
	font-size: 13px;
	font-weight:bold;
	line-height:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h5{
	font-size:14px;
	font-weight:bold;
	color:#666;}
h6{
	font-size:26px;
	font-weight:bold;
	text-transform: uppercase;
	color:#00aeef;
}

.classes{
	font-size: 14px;
	font-weight:bold;
	line-height:1.3em;
	padding-left: 60px;
	padding-top:20px;
	color:##00aeef;
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.location{
	font-size: 14px;
	font-weight:bold;
	line-height:1.3em;
	padding-left: 60px;
	padding-top:20px;
	color:##00aeef;
	
}
hr{
	border: 1px dotted #00aeef;
}
.menu {
	font-size: 14px;
	color:#999;
	font-weight:bold;
	line-height:120%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#666;
	border-bottom-color:#666;
	padding-bottom:10px;
	text-decoration:none;
	padding-top:10px;
	text-decoration:none;
}
.menu a:link{
	text-decoration:none;
}
.menu .active{
	color:#00aeef;
	border-top-width: 4px;
	border-top-color:#00aeef;
	border-top-style: solid;
	padding-bottom:10px;
	padding-top:8px;
}
.dates{
	font-size:20px;
	color:#00aeef;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:15px;
	padding-left:40px;
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.schedule{
	padding-top:15px;
	line-height:1.5em;
	border-bottom: 1px dotted #666;
	padding-bottom:15px;}
.schedule-noborder{
	padding-top:15px;
	line-height:1.5em;
	}
.schedule-span{
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 30px;
	line-height:1.3em;
	border-bottom: 1px dotted #666;
	}
.session-span{
	padding-top:8px;
	padding-bottom:8px;
	padding-left: 20px;
	line-height:1.2em;
	border-bottom: 1px dotted #666;
	}
.session-span2{
	padding-top:15px;
	padding-bottom:0px;
	padding-left: 0px;
	line-height:1.2em;
	border-bottom: 1px dotted #666;
	}
.tab{
	padding-left:150px;
	padding-top:10px;}

.location-tab{
	padding-left:40px;
	padding-top:20px;}
.tab-contact{
	padding-left:20px;}
.tab-session{
	padding-left:175px;
	font-size:20px;
	font-weight:bold;
	line-height:1.3em;
	color: #00aeef;}
.top-padding{
	padding-top:20px;}
.pageHeader{
	background-image:url(images/page-top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.pageBkgd{
	background-image:url(images/page-background.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}
.pageFooter{
	background-image:url(images/page-footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.footerText{
	font-size:11px;
}
/*Form Elements*/

/*Small Form*/
.contact-bkgd{
	background-image:url(images/contact-small-bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/*Small Form*/
.contact-bkgd2{
	background-image:url(images/contact-bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.contact-top{
	background-image:url(images/contact-top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:60px;
	padding-right:30px
}
label {
    display: block;
    width: 200px;
    float: left;
    margin: 2px 8px 6px 4px;
    text-align: right;
}
.form{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:75%;
margin:100px;
color:#666666;
}
.form2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:75%;
margin:5px;
color:#666666;
}
.button {
    border: none;
    background: url('submit.gif') no-repeat top left;
    padding: 2px 8px;
	height:30px;
	width:95px;
}
.button:hover {
    border: none;
    background: url('submit-down.gif') no-repeat top left;
    padding: 2px 8px;
	height:30px;
	width:95px;
}
submit {
    border: none;
    background: url('submit.gif') no-repeat top left;
    padding: 2px 8px;
	height:30px;
	width:95px;
}
.button:hover {
    border: none;
    background: url('submit-down.gif') no-repeat top left;
    padding: 2px 8px;
	height:30px;
	width:95px;
}
.button2 {
    border: none;
    background: url('images/submit.gif') no-repeat top left;
    padding-left: 100px;
	height:30px;
	width:95px;
}
.button2:hover {
    border: none;
    background: url('images/submit-down.gif') no-repeat top left;
    padding: 2px 8px;
	height:30px;
	width:95px;
}

.fieldset {
  width:450px;
  border:0;}
.fieldset2 {
  width:200px;
  padding-left:35px;
  border:0;}
.fieldset3 {
  width:875px;
  border:0;}
.fieldset label {
text-align:right;
width:100px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
  }
legend{
	color: #999;
background: #fff;
border: 0;
padding: 2px 6px}
.fieldset .nobr {display:none;}  
.fieldset .textfield {
	margin-top:10px;
height:20px;
width:300px;

}
.fieldset2 .textfield {
margin:3px;
height:20px;
width:150px;
color:#666;
font-size:.8em;
}
.fieldset3 .textfield {
height:20px;
width:100px;
}
input
{
color: #000;
background: #fffdcd;
border: 1px solid #999;
}
textarea
{
color: #000;
background: #fffdcd;
border: 1px solid #999;
}
.fieldset .textarea {
margin-top:10px;
margin-bottom:5px;
height:165px;
width:300px;
}

