@charset "utf-8";
/* CSS Document */
a:link,a:visited,a:active {
	font-size: 12px;
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #FFA6A6;
	text-decoration: underline;
}
a.footerLink:link,a.footerLink:visited,a.footerLink:active {
	font-size: 12px;
	color: #CCC;
}
a.footerLink:hover {
	font-size: 12px;
	color: #09F;
	text-decoration: underline;
}
a.sideBoxLink:link,a.sideBoxLink:visited,a.sideBoxLink:active {
	font-size: 14px;
	color: #CCC;
}
a.sideBoxLink:hover {
	font-size: 14px;
	color: #09F;
	text-decoration: underline;
}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6A6A;
}
.background_lite {
	background-color: #333;
}

.background_dark {
	background-color: #272727;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFF;
	letter-spacing: 1px;
	background-color: #1A1A1A;
}

#contactAddress {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

#contactForm {
	float: right;
	width: 400px;
}
#contactLeft {
	float: left;
	width: 300px;
}

#contactMap {
	float: left;
	width: 300px;
}
.controls_gallery {
	width:400px;
	background-color:#333;
	color:#fff;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	height:16px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	z-index: 10;
	float: left;
}
.controls_gallery a {
	color:#fff;
	float:right;
	padding-right:5px;

 }

#copyright {
	float: left;
	height: 20px;
	width: 800px;
	margin-top: 10px;
}
#flashArea {
	float: left;
	width: 590px;
	height: 163px;
	padding: 0px;
	margin: 0px;
	background-color: #000;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 800px;
	height: 100px;
	background-color: #000;
}
#footerNav {
	float: left;
	height: 10px;
	width: 800px;
	margin-top: 10px;
}
.formBG {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.formTable {
	background-color: #1E1E1E;
}


#header {
	float: left;
	width: 800px;
}
#headerBanner {
	float: left;
	width: 596px;
	padding: 0px;
	height: 117px;
}
#headerLogo {
	float: left;
	width: 204px;
	padding: 0px;
	height: 117px;
}
.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D9D9FF;
	
}

#instructors {
	float: left;
	width: 740px;
}
.instructorBio {
	float: right;
	width: 500px;
}
.instructorImage {
	float: left;
	width: 240px;
	margin-top: 5px;
}
.instructorName {
	float: right;
	width: 500px;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}
.instructorSeparator {
	width: 740px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	float: left;
}

.instructorTitle {
	float: right;
	width: 500px;
	font-size: 12px;
	color: #FFA6A6;
	font-style: italic;
}
.instructorUnit {
	float: left;
	width: 740px;
}


#left {
	width: 210px;
	background-image: url(images/left_middle.jpg);
	background-repeat: repeat-y;
}
#leftMain {
	width: 160px;
	background-image: url(images/left_middle.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 10px;
}
#leftTop {
	background-image: url(images/left_top.jpg);
	height: 22px;
	width: 210px;
}
#listingPaging {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	padding-bottom: 20px;	
}
#mainBody {
	float: left;
	width: 800px;
}
#mainContent {
	float: left;
	width: 550px;
	background-color: #000;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContentFull {
	float: left;
	width: 740px;
	background-color: #000;
	padding-right: 20px;
	padding-left: 40px;
	min-height:250px;
	padding-bottom: 20px;
}

#mainNav {
	float: left;
	height: 51px;
	width: 800px;
}
#mainNavBar {
	float: left;
	width: 800px;
}
#pageHeading {
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.photoCaption_gallery {
	font-size: 12px;
	color: #CCC;
	background-color: #333;
	width: 390px;
	border: 1px none #CCC;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	float: left;
	overflow: hidden;
	line-height: 14px;
}

.photoCaptionBlank_gallery {
	background-color: #FFF;
	float: left;
	width: 388px;
}
.registrationHeading {
	font-size: 14px;
	font-weight: bold;
	color: #FF8A8A;
}


#right {
	width: 590px;
}

#sidebar {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
.sideBox {
	float: left;
	width: 170px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sideBoxContent {
	float: left;
	width: 160px;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 10px;
}
.sideBoxHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	float: left;
	width: 160px;
	font-weight: bold;
	text-align: left;
	background-color: #530000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sideEvents {
	float: left;
	width: 160px;
	margin-bottom: 50px;
}
#sideIntro {
	float: left;
	width: 160px;
	margin-bottom: 50px;
	margin-top: 40px;
}
#sideLocation {
	float: left;
	width: 160px;
	margin-bottom: 50px;
}

#slideshow_gallery {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	width: 400px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#slideshowBox_gallery {
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 5px;
}
#slideshowThumbTitle {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 320px;
	margin-bottom: 10px;
	padding-left: 5px;
}
#ss_start  {
 display:none;}
#ss_img {
	display: block;
	
}

#ss_img_div {
	margin: 0px;
	width: 300px;
	background-color:#414141;
	color:#fff;
	vertical-align: middle;
}
#ss_img_div_gallery {
	margin: 0px;
	width: 400px;
	background-color:#414141;
	color:#fff;
}
#ss_img_link {
	margin: 0px;
}
#ss_text {
	float: left;
	width: 300px;
}
#ss_gallery {
	float: left;
	width: 400px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}

.tableHeading {
	font-weight: bold;
	font-size: 13px;
}

#tournLinks {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin: 10px;
	padding: 0px;
}
