/************* GENERAL STYLES ***/
html, body {
	height: 100%;
	font-family: "Helvetica", sans-serif;
	font-size: 13px;
	text-align: center;
	color: #666;
	background: url(../images/bg.jpg) top left repeat-x #fff; }


	/*** HEADINGS STYLES ***/		
	h1 {
		margin: 0 0 15px 0;
		font-family: "Arial", arial, sans-serif;
		font-size: 20px;
		color: #bf311a; }
	
	h2 { 
		margin: 0 0 15px 0;
		padding: 0 0 5px 0;
		font-family: "Arial", arial, sans-serif;
		font-size: 16px;
		color: #666;
		border-bottom: 1px solid #ebebeb; }
	
	h3 {
		margin: 0 0 15px 0;
		padding: 10px 0 0 0;
		font-family: "Arial", arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #bf311a; }
	
	h4 {
		font-family: "Arial", arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #555; }
	
	
	/*** LINK STYLES ***/
	a:link, a:visited { 
		text-decoration: none; 
		color: #005c91;
		outline: none; }
	
	a:hover, a:active { text-decoration: underline; }
	
	
	/*** GENERIC STYLES ***/
	hr { 
		clear: both;
		display: block;
		height: 1px;
		margin: 25px 0 15px 0;
		background: #ebebeb;
		border: none; }
	
	p { 
		margin-bottom: 16px;
		line-height: 18px; }

	.floatRight { 
		float: right; 
		margin: 5px 0 30px 30px;
		text-align: right;
		line-height: 14px; }
	
	.floatRight img { 
		margin: 0 0 10px 0;
		padding: 1px;
		background: #fff;
		border: 2px solid #ebebeb; }
	
	.floatLeft { 
		float: left; 
		margin: 5px 30px 30px 0;
		text-align: left;
		line-height: 14px; }
	
	.floatLeft img { 
		margin: 0 0 10px 0;
		padding: 1px;
		background: #fff;
		border: 2px solid #ebebeb; }


	/*** TABLE STYLES ***/
	table {
		width: 100%;
		margin: 0 0 18px 0;
		border-collapse: collapse;
		background: #e3e3e3;
		border: 1px solid #e3e3e3; }
		
	table.nostyle {
		margin: 0 18px 18px 0;
		background: #fff;
		border: none; }	
		
		/*** THEAD STYLES ***/
		table thead {
			background: url(../images/table_th_bg.jpg) bottom left repeat-x #37b5b6; 
			border: 1px solid #8c200e;
			border-top: 1px solid #8c200e; }
		
			table thead th {
				padding: 5px 8px 6px 8px;
				font-weight: bold;
				color: #fff;
				border-left: 1px solid #8c200e; }
				
			table thead th:first-child { border-left: 1px solid #8c200e; }	
		
		/*** TBODY STYLES ***/
		table tbody {
			border: 1px solid #e3e3e3; }		
		
		table.nostyle tbody { border: none; }
			
			table tbody tr {
				background: url(../images/table_tbody_odd_bg.jpg) bottom left repeat-x #fff; }
			
			table tbody tr.even { 
				background: url(../images/table_tbody_even_bg.jpg) bottom left repeat-x #fff; }
			
				table tbody td {
					padding: 8px;
					vertical-align: top;
					border: 1px solid #e3e3e3; }
				
				table tbody tr.even td { background: #f9f9f9; }
				
				table.nostyle tbody td { 
					padding: 8px 8px 8px 0;
					border-color: #fff; }


		/*** FILETYPE STYLES ***/				
		li a[href$='.pdf'] {
			display: inline-block;
			padding-right: 24px;
			line-height: 18px;
			background: transparent url(../icons/page_white_acrobat.png) center right no-repeat; }


		li a[href$='.doc'], a[href$='.rtf'], li a[href$='.txt'], li a[href$='.wps'] {
			display: inline-block;
			padding-right: 24px;
			line-height: 18px;
			background: transparent url(../icons/page_white_word.png) center right no-repeat; }

		li a[href$='.xls'], li a[href$='.csv'], li a[href$='.xlt'], li a[href$='.xlw'] {
			display: inline-block;
			padding-right: 24px;
			line-height: 18px;
			background: transparent url(../icons/page_white_excel.png) center right no-repeat; }


/************* STRUCTURE STYLES ***/
#outerWrapper { width: 100%; }

#wrapper { 
	width: 980px; 
	margin: 0 auto; }


	/*** HEADER STYLES ***/
	#header {
		position: relative;
		display: block; 
		height: 148px; }
		
		/*** LOGO STYLES ***/
		#logo {
			display: block; 
			width: 926px; 
			height: 127px;
			margin: 0;
			background: url(../images/logo_wide_2.png) top center no-repeat; }
		
		
		/*** LANGUAGE STYLES ***/
		a#language:link,
		a#language:visited {
			position: absolute;
			top: 10px; 
			right: 0;
			font-size: 11px;
			text-align: right;
			color: #333; }
		
		
		/*** NAV STYLES ***/
		#nav ul {
			position: absolute;
			top: 117px;
			left: 260px;
			display: block; 
			height: 31px; }
		
		#nav.french ul { left: 100px; }
			
			#nav ul li { 
				float: left; 
				display: block; 
				height: 31px; }
			
			#nav ul li.here { 
				background: url(../images/nav_active_left_bg.jpg) top left no-repeat #fff; }
			
				#nav ul li a:link,
				#nav ul li a:visited { 
					float: left; 
					display: block; 
					padding: 0 13px;
					font-size: 12px;
					font-weight: bold;
					line-height: 33px;
					text-transform: uppercase;
					color: #444; }
					
				#nav ul li a:hover { 
					text-decoration: none;
					color: #555555; }
					
				#nav ul li.here a:link,
				#nav ul li.here a:visited {
					color: #bf311a;
					background: url(../images/nav_active_right_bg.jpg) top right no-repeat; }	
		
		
	/*** BANNER STYLES ***/
	#banner { 
		display: block; 
		width: 980px; 
		height: 183px; 
		margin: 27px auto 30px auto;
		background: url(../images/photos.jpg) no-repeat; }
	
	
	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { text-align: left; }
	
		
		/*** CONTENT STYLES ***/
		#contentWrapper #content { 
			float: left;
			display: block;
			width: 940px;
			padding: 25px 20px; }
			
			#contentWrapper #content.narrow { width: 630px; background: url(../images/content_bg.jpg) top right no-repeat; }
			
			#content ul,
			#content ol { 
				margin: 0 0 18px 8px; }
			
			#content ol.numbered { 
				margin: 0 0 18px 18px;
				list-style-type: decimal; }
			
				#content ul li,
				#content ol li { 
					margin: 10px 0;
					padding: 0 0 0 10px;
					background: url(../images/bullet_grey.gif) 0 5px no-repeat; }
				
				#content ol.numbered li { padding: 0; background: none; }
				

			#content a:link, 
			#content a:visited { 
				text-decoration: underline; 
				color: #005c91;
				outline: none; }
			
			#content a:hover, 
			#content a:active { 
				text-decoration: none; }
			
			
			/*** EVENTS STYLES ***/
			#content #events { margin: 0 0 10px 0; }
			
				#content div.event { 
					margin: 0 0 20px 0;
					padding: 0 0 20px 0; 
					border-bottom: 1px solid #ebebeb; }
					
				#content div.last { border: none; }
				
				
				/*** DATE STYLES ***/
				#content div.event div.date {
					float: left;
					display: block;
					width: 40px;
					margin: 0 20px;
					text-align: center;
					border: 1px solid #ebebeb; }
				
					#content div.event div.date span.month { 
						display: block;
						padding: 4px 0 2px 0;
						font-size: 10px;
						color: #fff;
						background: url(../images/date_month_bg.jpg) bottom left repeat-x #2181b9;
						border-bottom: 2px solid #013c5e; }
					
					#content div.event div.date span.day { 
						display: block;
						padding: 0 0 6px 0;
						font-family: "Georgia", Times, serif;
						font-size: 20px;
						color: #111; }
					
				
				/*** EVENT CONTENT STYLES ***/		
				#content div.event div.content { 
					float: left; 
					width: 840px; }
					
					#content div.event div.content small.address { 
						display: block;
						margin: 0 0 10px 0; }
					
			
			/*** EVENT STYLES ***/
			#content #event {}
			
				#content #event #map { 
					float: right; 
					display: none; 
					width: 250px; 
					height: 125px;
					margin: -5px 0 20px 20px;
					background: url(../images/map_bg.jpg) no-repeat #fff;
					border: 2px solid #ebebeb; }
					
					
				#content #event ul,
				#content #event ol {
					width: 300px; 
					margin: 0 0 18px 0; }
				
					#content #event ul li,
					#content #event ol li {
						margin: 7px 0;
						padding: 0 0 5px 0;
						background: none;
						border-bottom: 1px solid #ebebeb; }
						
					#content #event ul li.last,
					#content #event ol li.last { border: none; }
					
						#content #event ul li strong,
						#content #event ol li strong { 
							display: inline-block; 
							width: 70px; }
			
			
			/*** BOXES STYLES ***/
			#content #boxes { margin: 40px 0 0 0; }
				
				#content #boxes a.middle { margin: 0 4%; }
				
				#content #boxes a.largeBtn {
					float: left; 
					width: 30%; }

				#content a.largeBtn:link,
				#content a.largeBtn:visited {
					display: block;
					width: 65%;
					margin: 0 0 20px 0; 
					font-size: 11px;
					line-height: 14px;
					text-decoration: none;
					border: 1px solid #ebebeb; }
					
					#content a.largeBtn span { 
						display: block;
						padding: 10px 20px 10px 35px;
						background: url(../images/largeBtn_bg.jpg) left center no-repeat;
						border: 4px solid #fff; }
						
					#content a.largeBtn:hover span { 
						text-decoration: underline;
						background-image: url(../images/largeBtn_hover_bg.jpg); }	
			
			
		
		/*** SIDEBAR STYLES ***/
		#contentWrapper #sidebar {
			float: left; 
			display: block;
			width: 270px;
			padding: 32px 20px; }
			
			
			/*** CHILDNAV STYLES ***/
			#sidebar #childNav ul { margin: 0 0 30px 0; }
			
				#sidebar #childNav ul li {
					border-bottom: 1px solid #d7d7d7; }
				
				#sidebar #childNav ul li.even { background: #fbfbfb; }
				
				#sidebar #childNav ul li.last { border: none;}
				
					#sidebar #childNav ul li a:link,
					#sidebar #childNav ul li a:visited { 
						display: block;
						padding: 10px 10px 10px 20px;
						font-size: 12px;
						background: url(../images/arrow.gif) 8px center no-repeat;
						border: 1px solid #fff;
						border-width: 1px 0; }
			
			
			/*** SPONSORS STYLES ***/	
			#sidebar #sponsors { text-align: center; }
			
				#sidebar #sponsors h3 { 
					margin: 0 0 15px 0;
					font-family: "Arial", arial, sans-serif;
					font-size: 16px;
					font-weight: bold;
					color: #005c91; }
				

	/*** FOOTER STYLES ***/
	#footer { 
		margin: 80px 0 0 0;
		padding: 0 0 10px 0;
		font-size: 11px;
		color: #999; }


/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }
