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

html{
height: 100%;
}

body{
height: 100%;
margin: 0;
background: #cccccc url(../images/bg.png) repeat-x top;
font-family: 'fira_sans', Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.25em;
}

body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#wrap{
min-height: 100%;
}

#main {overflow:auto;
padding-bottom: 65px; /* must be same height as the footer */
}  

.nav-wrap{
background: url(../images/nav_bg.gif) repeat-x;
height: 75px;
width: auto;
}

.nav{
margin: 0 auto;
width: 950px;
overflow: hidden;
}

.logo{
float:left;
border:none;
margin-top:23px;
}

.nav-menu{
	float:right;
	font-family: 'fira_sans_med';
	font-style: italic;
	font-size: 18px;
}

.nav-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul li{
	float: right;
	margin: 0;
	padding: 27px 0 0 0;
}

.nav-menu ul li a{
	float: left;
	padding-left: 10px;
	padding-top: 3px;
	display: block;
	text-decoration: none;
	color: #000;
	background:url(../images/nav_arrow.gif) no-repeat left;
	margin-left:20px;
}

.nav-menu ul li a:hover{
	float: left;
	display: block;
	color: #cc2229;
}

.fb{
	float: right;
	margin-top:25px;
	margin-left:20px;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 85px;
}

.fb img{
	float: right;
	border:none;
}
.fb p{
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}


.slides-wrap{
/*background:url(../images/slides_bg.gif) repeat-x;*/
width: auto;
height: 360px;
}

.slides{
margin: 0 auto;
width: 950px;
height: 360px;
overflow: hidden;
}

.content-wrap{
margin: 10px auto 0 auto;
width: 950px;
padding-bottom: 10px;
overflow: hidden;
}

.event-box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-box ul li a{
	display:block;
	float:left;
	width: 210px;
	/*height: 296px;*/
	padding: 8px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	background:#FFF url(../images/event-box_bg.gif) top no-repeat;
	font-family: 'fira_sans_med';
	color: #585858;
	font-size: 14px;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.event-box ul li a:hover{
	background:#FFF url(../images/event-box_bg-hover.gif) top no-repeat;
	/*border-left: 2px #c20202 solid;
	border-right: 2px #c20202 solid;
	border-bottom: 2px #c20202 solid;*/
	border-left: 2px #959595 solid;
	border-right: 2px #959595 solid;
	border-bottom: 2px #959595 solid;
	
}

.event-box a p{
	display: block;
	width: 210px;
	height: 30px;
	padding-top: 14px;
	margin:0;
	font-family: 'fira_sans_med';
	font-size: 17px;
	text-decoration: none;
	background: #c20202 url(../images/event-box_btn-bg.gif) center no-repeat;
	color: #FFF;
	text-align: center;
}

.event-box a:hover p{
	background: #7c0101 url(../images/event-box_btn-over-bg.gif) center no-repeat;
}

.event-box ul li a.boxplain{padding:0 0; margin-top:10px; margin-bottom:0; border:none; background:none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.event-box ul li a.boxplain img{margin-bottom:0;}

ul li.nomargin{
	margin-right: 0;
}

.event-box img{
	float:left;
	border: none;
	margin-bottom:8px;
}

.event-box h1{
	margin: 8px 0 7px 0;
	font-size: 19px;
	color: #c20202;
	font-weight:normal;
	line-height: 21px;
	width: 210px;
	height: 50px;
	/*float: left;*/
	background: url(../images/event_line.gif) bottom left repeat-x;
	display:block;
	clear:both;
}

.event-box a{
	text-decoration: none;
}

.event-box a:hover h1{
	color: #7c0101;	
}

.event-btn {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.event-btn a{
	display: block;
	width: 210px;
	height: 30px;
	padding-top: 14px;
	margin:0;
	font-family: 'fira_sans_med';
	font-size: 18px;
	text-decoration: none;
	background: #c20202 url(../images/event-box_btn-bg.gif) center no-repeat;
	color: #FFF !important;
}

.event-btn a:hover{
	background: #7c0101 url(../images/event-box_btn-over-bg.gif) center no-repeat;
	text-decoration: none !important;
}

.event-rightnav ul{
	float: right;
	margin: 20px 10px 0 0;
	padding: 0;
	list-style: none;
}

.event-rightnav ul li{
	margin: 0;
	padding: 0;
}

.event-rightnav ul li a{
	display: block;
	width: 180px;
	padding: 13px 15px 10px 15px;
	margin-bottom: 10px;
	font-family: 'fira_sans_med';
	font-size: 17px;
	line-height: 1.15em;
	text-decoration: none;
	background: #c20202 url(../images/event-box_btn-bg.gif) center no-repeat;
	color: #FFF;
	text-align:center;
}

.event-rightnav ul li a:hover{
	background: #7c0101 url(../images/event-box_btn-over-bg.gif) center no-repeat;
}





.event-nav ul{
	float: left;
	margin: 40px 10px 0 35px;
	padding: 0;
	list-style: none;
}

.event-nav ul li{
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

.event-nav ul li a{
	display: block;
	width: 250px;
	padding: 23px 15px 20px 15px;
	margin-bottom: 10px;
	font-family: 'fira_sans_med';
	font-size: 17px;
	line-height: 1.15em;
	text-decoration: none;
	background: #c20202 url(../images/event-box_btn-bg2.gif) center no-repeat;
	color: #FFF;
	text-align:center;
}

.event-nav ul li a:hover{
	background: #7c0101 url(../images/event-box_btn-over-bg2.gif) center no-repeat;
}



.monthtxt{font-size:15px; text-align:center; color:#FFF; padding:5px 0 7px 0; background-color:#c20202; /*#7c0101*/}
.venue{font-size:12px; line-height:14px; padding:5px 0; display:block;}

.nomargin{
	margin-right: 0;
}

.hdr{
float: left;
height:36px;
width:auto;
min-width: 688px;
/*max-width: 928px;*/
background-color:#000;
padding:18px 0 0 22px;
color: #fff;
font-size:20px;
font-style:italic;
font-family: 'fira_sans_med';
}

.n-adv{
	width: 928px;
}

.eventmainpic-wrap{
/*background:url(../images/slides_bg.gif) repeat-x;*/
width: auto;
/*height: 241px;*/
}

.eventmainpic{
margin: 0 auto;
width: 950px;
/*height: 241px;*/
overflow: hidden;
}

.eventcontent-wrap{
margin: 0 auto 10px auto;
width: 950px;
padding-bottom: 30px;
overflow: hidden;
background: #FFF url(../images/events-content-bg.gif) top no-repeat;
border-top: 10px #cccccc solid;
}

.eventcontent{
	float: left;
	width: 684px;
	margin: 30px 0 0 30px;
}

.eventcontent p, .trainingcontent p{
	margin:10px 0;
	/*line-height: 1.25;*/
}

.eventcontent table{
	/*font-size: 12px;*/
}

.eventcontent h1, .trainingcontent h1{
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: italic;
	color: #c20202;
	/*width: ;
	height: ;*/
	background: url(../images/event_line.gif) bottom left repeat-x;
	padding-bottom: 14px;
}

.eventcontent h2{
	font-size: 18px;
	padding-bottom: 14px;
}

.eventcontent h3{
	font-size: 20px;
	padding: 14px 0;
	text-align:center;
	text-decoration:underline;
}

.eventcontent a, .trainingcontent a{
	font-weight: bold;
	color: #8e181d;
	text-decoration: none;
}

.eventcontent a:hover, .trainingcontent a:hover{
	font-weight: bold;
	color: #cc2229;
	text-decoration: underline;
}

.trainingcontent{float: left; width: 900px; margin: 30px 0 0 25px;}
.trainingcontent hr{margin:30px 0}


/*photos*/
.photos-wrap{float: left; display:block; margin-bottom:15px}

.photos{
	float: left;
	width: 214px;
	height: 164px;
	text-align: center;
	margin-right:14px;
	margin-bottom: 15px;
	
}

.photos a img{
	border: 2px solid #c9c8c8;
	margin-bottom:5px;
}

.photos a:hover img{
	border: 2px solid #cc2229;
}

.map{
	float: left;
	width: 620px;
	padding-bottom: 10px;
}

.mapthumb{
	float: left;
	width: 194px;
	margin: 0 10px 10px 0;
}

.mapthumb a img{
	border: 2px solid #c9c8c8;
}

.mapthumb a:hover img{
	border: 2px solid #cc2229;
}

.titlehdr{
width: 898px;
height:36px;
padding:18px 0 0 22px;
color: #fff;
font-size:22px;
font-style:italic;
font-family: 'fira_sans_med';
background-color: #000;
margin-bottom:10px;

}

.results-wrap{
margin: 0 auto;
width: 920px;
padding: 15px;
background-color: #cccccc;
overflow: hidden;
}

.results-wrap h1{
	font-size: 18px;
	height:30px;
padding:18px 0 0 22px;
color: #c20202;
	background: url(../images/event_line2.gif) bottom left repeat-x;
	margin-bottom: 10px;
}


.result-box{
	width: 280px;
	padding:10px;
	background:#FFF url(../images/result-box_bg.gif) top no-repeat;
}

.result-box p{
	font-size: 16px;
	font-weight:bold;
	padding:15px 0 10px 10px;
	background: url(../images/event_line.gif) bottom left repeat-x;
	}

.result-box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.result-box ul li a{
	display: block;
	width: 260px;
	padding:10px 10px;
	background: url(../images/event_line.gif) bottom left repeat-x;
	color: #8e181d;
	text-decoration: none;
	font-size: 13px;
}

.result-box ul li a:hover{
	color: #fff;
	background-color:#cc2229;
	background-image: none;
	text-decoration: none;
}


.results-box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.results-box ul li{
	display:block;
	float:left;
	width: 280px;
	/*height: 296px;*/
	padding: 8px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	background:#FFF url(../images/event-box_bg.gif) top no-repeat;
	font-family: 'fira_sans_med';
	color: #585858;
	font-size: 14px;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.results-box h1{
	margin: 8px 0 7px 0;
	font-size: 22px;
	color: #c20202;
	font-weight:normal;
	line-height: 22px;
	width: 210px;
	height: 50px;
	float: left;
	background: url(../images/event_line.gif) bottom left repeat-x;
	display:block;
}

.results-box a{
	text-decoration: none;
}

.results-box a:hover h1{
	color: #7c0101;	
}

.footer-wrap{
position: relative;
margin-top: -65px; /* negative value of footer height */
clear:both;
height: 65px;
width: 100%;
background: url(../images/footer_bg.gif) repeat-x;
}

.footer{
width: 950px;
margin: 0 auto;
overflow: hidden;
padding-top: 30px;
text-align: right;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #a3a3a3;
}

.footer-link{
float: left;
text-align: left;
}

.footer-link a{
	color: #c20202;
	text-decoration: none;
}

.footer-link a:hover{
	color: #7c0101;
}

.adv2{
	width: 950px;
	height: 120px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	/*background: #0072bc;*/
	display: block;
	text-align: left;
	color: #fff;
	vertical-align: middle;
}

.adv3{
	float: right;
	width: 230px;
	height: 700px;
	display: block;
	text-align: center;
	color: #fff;
}

.adv3 img{margin-bottom:10px; border:none}

.adv3a{
	float: left;
	width: 230px;
	height: 300px;
	background: #0072bc;
	display: block;
	text-align: center;
	color: #fff;
}

.adv3b{
	float: left;
	width: 230px;
	height: 300px;
	margin-top: 10px;
	background: #0072bc;
	display: block;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

.adv4{
	float: left;
	width: 950px;
	height: 120px;
	margin-top: 10px;
	/*background: #0072bc;*/
	display: block;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

.required{
	font-weight: bold;
	color: #c20202;
}

#box{
	border: 1px solid #ababab;
	padding: 15px 15px;
	width: 640px;
}


.regcontent{
	float: left;
	width: 684px;
	margin: 30px 0 0 30px;
	font-size: 14px;
}

.regcontent p{
	line-height: 1.25;
}


.regcontent h1{
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: italic;
	color: #c20202;
	background: url(../images/event_line.gif) bottom left repeat-x;
	padding-bottom: 14px;
}

.regcontent div{
	float:left;
	display:block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.txt12{font-size:12px}

.btable tr:nth-child(odd) {background:#FFF}
.btable tr:nth-child(even) {background:#e1e1e1}
.btable tr.hd, .hd{color:#fff; font-weight:bold; background:#2092ce}

.txtwrapbg{
	position: absolute;
	top: 355px;
	left: 0;
	right:0;
	width:950px;
  	height:80px;
  	background-color:#000;
  	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */
	z-index: 30;
	margin: 0 auto;
}

.txtwrap{
	position: absolute;
	z-index: 99;
	top: 375px;
	left: 0;
	right:0;
	padding-left: 25px;
	/*width: 500px;
  	height: 80px;*/
	width:925px;
  	height:60px;
	margin: 0 auto;
}

.txtwrap h2{
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	font-family: 'fira_sans_med';
}

.txtwrap p{
	color: #fff;
	font-size: 20px;
	margin-top: 8px;
}