body {
	background-color: black;
	color: #666;
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	/*
	background-image: url("body-bg-pattern.gif");
	background-repeat: repeat-y;
	background-position: top center;
	*/
}

form { margin: 0; } /* for Safari */

h1 {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 16px;	
}

h2 {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 15px;	
}

h3 {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 13px;	
}

img {
	border: 0;
	display: block;
}

.empahsizedText {
	color: #ba2e1d;
	font-size: 11px;
	font-weight: bold;
}

p.warning {
	text-align: center;
	font-style: italic;
}

.smallType {
	font-size: 9px !important;
}

.error {
	color: red;
}

	.error a { text-decoration: underline !important; }

	div.error {
		text-align: center;
		font-size: 11px;
		margin-top: 5px;
	}
	
.loginForm { text-align: right; }

a.inputButton {
	float: left;
	display: block;
	background-image: url(buttonLeft.gif);
	background-position: left 0;
	height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	-moz-outline-style: none;
	margin: 10px 7px 10px 0;
}

	/* a.inputButton span { */ /* kludgy hack for IE problem on block-style spans inside <a> tags  */
	                           /* switched <span> to <b> as a workaround, with font-weight: normal */
	                           /* see this page for a description of the problem:                  */
	                           /* http://www.robertnyman.com/2008/01/22/cant-make-links-appear-clickable-in-ie/  */
	                           /* (note that other, simpler solutions presented didn't work in this case         */
	a.inputButton b { 
		float: left; /* needed for IE6 */
		display: block;
		height: 20px;
		padding-top: 1px;
		padding-right: 6px;
		padding-left: 3px;
		background-image: url(buttonRight.gif);
		background-repeat: no-repeat;
		background-position: right 0;
		font-weight: normal;
		cursor: pointer; /* needed as part of the above mentioned IE problem */
	}
	
a.inputButton:link,
a.inputButton:active,
a.inputButton:hover { color: white; }

a.inputButton:active {
	background-position: left -21px;
}

	/* a.inputButton:active span { */ /* see IE problem mentioned above */
	a.inputButton:active b {
		height: 18px;
		padding-top: 3px;
		padding-left: 4px;
		padding-right: 5px;
		background-position: right -21px;
	}

.inputButton:link {
	color: white;
}

.inputButton:visited {
	color: white;
}

img.productShot {
	width: 116px;
	height: 410px;
	float: left;
	margin: 0 43px 0 16px;
	display: inline; /* for IE6 */
}


body.bgNone {
	background-color: black;
	background-image: none;
}
	.splashIndex {
		margin-left: auto;
		margin-right: auto;
		background-color: black;
		width: 920px;
		height: 605px;
		position: relative;
	}

	.splashHome {
		margin-left: auto;
		margin-right: auto;
		background-color: black;
		background-image: url(splashPageBG.jpg);
		width: 920px;
		height: 605px;
		position: relative;
	}
				
	.splashChoose {
		margin-left: auto;
		margin-right: auto;
		background-color: black;		
		width: 920px;
		height: 555px;
		position: relative;
	}
				
	.splashConfirm {
		margin-left: auto;
		margin-right: auto;
		background-color: black;		
		width: 920px;
		height: 555px;
		position: relative;
	}
		body.en .splashConfirm { background-image:url(../en/ageConfirmBG.jpg); }
		body.fr .splashConfirm { background-image:url(../fr/ageConfirmBG.jpg); }
		
		
		.white {
			color: white;
		
		}
		
		div.ageForm {
			top: 285px;
			/* left: 370px; */
			left: 350px;
			position: absolute;
			/* width: 180px; */
			width: 220px;
		}
		
			div.ageForm div.submitButton { 
				text-align: center; 
				margin-top: 7px;
			}
	


#bodyArea {
	padding-top: 1px; /* for background rendering, when first children have top margins */
	margin-top: -1px; /* to compensate for above */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
	


		#uploadPanel {
			position: absolute;
			width: 550px;
			background-color: #eee;
			border: 2px solid #b82e23;
			left: -25px;
			margin-top: 100px;
			padding: 10px 10px 10px 10px;
			visibility: hidden;
		}


		#imageEnlargement {
			height: 450px;
			width: 600px;
			left: -48px;
			padding: 9px;
			position: absolute;
			z-index: 50;
			visibility: hidden;
			background-image:url(enlargementBoxBG.gif);
			background-repeat: no-repeat;
		}

			#imageEnlargement img {
				margin: auto;
				border: 0;
			}

	
		.leftColumn {
			width: 179px;
			float: left;
			padding-left: 8px;
		}
		
		.rightColumn {
			width: 291px;
			float: left;
			padding-left: 10px;
			padding-right: 8px;
		}
	
		.oneColumn {
			width: 480px;
			clear: both;
			padding: 0 8px;
		}
		
		
		 a.serverPic {
			background-image: url(serverPicBackground.jpg);
			background-repeat: no-repeat;
			width: 100px;
			height: 124px;
			overflow: hidden;
			padding: 8px;
			float: left;
			margin: 0 3px;
			display: block;
			display: inline; /* for IE6 double-margin float bug */
			text-align: center;
			font-size: 11px;
			white-space: nowrap;
			position: relative;
		 }
			a.serverPic img {
				width: 100px;
				height: 100px;
				margin-bottom: 6px;
			}
			

		a.reportButton {
			float: right;
			line-height: 18px;
			margin-top: 10px;
			text-decoration: underline !important;
		}
		
		.profileData {
			background-image: url(horizLineLong.gif);
			background-position: center top;
			background-repeat: no-repeat;
			width: 480px;
			clear: both;
			margin: 0 8px;
		}			
			
		.serverGrid {
			background-image: url(horizLineLong.gif);
			background-position: center top;
			background-repeat: no-repeat;
			padding-top: 10px;
			padding: 10px 4px 0 4px;
			width: 488px;
			position: relative;
			clear: both;
		}
		
			.alpha { margin-left: 8px; }
			
			.alphaList {
			 	font-size: 11px;
			 	text-align: center;
			 	color: #aaa;
			 	margin: 10px;
			}
			 
				 .alphaList .currentLetter {
					color: #b72d20;
					font-weight: bold;
				 }
				 
			.pagination {
				clear: left;
				width: 480px;
				margin: auto;
			}
			
				.pagination a {
					text-decoration: underline !important;
				}
			
				.pagination .prev { float: left; }
				.pagination .next { float: right; }
				
				/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
				/* thanks to: http://www.positioniseverything.net/easyclearing.html */
				.pagination:after {
					content: ".";
					display: block;
					visibility: hidden;
					clear: both;
					height: 1%;
					font-size: 0.1em;
					line-height: 0;
				}

				/* patch to make easyclearing hack work in IE7 */
				/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
				.pagination { display: inline-block; }
				.pagination { display: block; }				
		
		
		.serverList {
			padding-left: 136px;
			position: relative;
			margin-bottom: 10px;
			/* border-bottom: #ccc dotted thin; */
			background-image: url(horizLineLong.gif);
			background-position: center bottom;
			background-repeat: no-repeat;
			padding-top: 10px;
			padding-bottom: 10px;
			width: 344px;
		}		
		
			.serverList a.serverPic {
				position: absolute;
				left: 0;
			}
			
			/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
			/* thanks to: http://www.positioniseverything.net/easyclearing.html */
			.serverList:after {
				content: ".";
				display: block;
				visibility: hidden;
				clear: both;
				height: 1%;
				font-size: 0.1em;
				line-height: 0;
			}

			/* patch to make easyclearing hack work in IE7 */
			/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
			.serverList { display: inline-block; }
			.serverList { display: block; }

			 

		
		.name {
			color: #145f99;
			font-family: "Trebuchet MS", Arial, san-serif;
		
		}
		
		#contentArea p {
			margin-top: 11px;
			margin-bottom: 11px;
			font-size: 11px;
			line-height: 1.5em;
			/* width: 288px; */
		}
		
		#contentArea input.textField,
		#contentArea input.textFieldShort,
		/* #contentArea select { margin-bottom: 8px; } */
		
		#contentArea div.formField { margin-bottom: 8px; }
		
		.textField { width: 290px; }

		.textFieldShort { 
			width: 190px; 
			margin-top: 4px;
		}		
		
		
		/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
		/* thanks to: http://www.positioniseverything.net/easyclearing.html */
		#contentArea:after {
			content: ".";
			display: block;
			visibility: hidden;
			clear: both;
			height: 1%;
			font-size: 0.1em;
			line-height: 0;
		}

		/* patch to make easyclearing hack work in IE7 */
		/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
		#contentArea { display: inline-block; }
		#contentArea { display: block; }


/* -------------------- */

#header {
	background-repeat: no-repeat;
	width: 1000px;
	height: 93px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 15px;
	text-align: center;
	color: white;
}

	body.en #header { background-image: url("../en/header.jpg"); }
	body.fr #header { background-image: url("../fr/header.jpg"); }
	
	/* --- Changes for new, longer French menu --- */
	body.fr #header { font-size: 14px; }
	body.fr #menu {
		width: 640px;
		left: 215px;
	}
	body.fr #menu div {
		width: 640px;
		top: 18px;
	}
	body.fr #submenu { top: 60px; }
	/* --- */
	
	#homeLink {
		position: absolute;
		display: block;
		border: none;
		top: 0;
		left: 0;
		height: 93px;
		width: 210px;
	}
	
	#resetEnvLink {
		position: absolute;
		display: block;
		border: none;
		top: 0;
		right: 0;
		height: 93px;
		width: 220px;
	}
	
	#menu {
		position: absolute;
		width: 600px;
		height: 59px;
		left: 200px;
		top: 0;
		overflow: hidden;
	}

		#menu div {
			position: absolute;
			width: 600px;
			top: 17px;		
		}

	#submenu {
		position: absolute;
		width: 490px;
		height: 34px;
		left: 240px;
		top: 59px;
		overflow: hidden;
	}
	
		.submenu {
			position: absolute;
			width: 100%;
			top: -30px; /* start off-stage, so to speak */
			left: 0;
		}

			.submenu div {
				position: absolute;
				width: 100%;
				top: 6px;
			}

				#header .shadow {
					color: black;
					left: 1px;
					padding-top: 1px;
					z-index: 1;
				}

				#header .links {
					left: 0px;
					padding-top: 0px;
					z-index: 2;
				}
			
	#header a:link {
		color: #fdf7fb;
		text-decoration: none;
	}
	
	#header a:visited {
		/* color: #cfceca; */
		color: white;
		text-decoration: none;
	}
	
	#header a:active {
		color: #cfceca;
		text-decoration: none;
	}
	
	#header a:hover,
	#header a.selected {
		color: #d7952d !important;
		text-decoration: none;
	}



#bodyArea {
	background-image: url("bg_black.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	/* width: 1000px; */
	height: 657px;
}
	body.bgNone #bodyArea {
		background-image: none;
	}
	
		#bodyArea.campsite { background-image: url("bg_campsite.jpg"); }
		#bodyArea.basement { background-image: url("bg_basement.jpg"); }


	#contentArea {
		width: 593px;
		height: 491px;
		overflow: hidden;
		margin: 45px auto 0 auto;
		padding: 0 12px;
		position: relative;
	}
	
		#closeX {
			position: absolute;
			display: block;
			top: 15px;
			right: 11px;
			width: 10px;
			height: 12px;
			padding: 5px;
			border: none;	
			font-family: Helvetica, Arial, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #1e6ea4;	
		}	

		#contentArea p.mapLegend {
			float: right;
			white-space: nowrap;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #1e6ea4;	
			margin-top: -22px;
			margin-left: 20px;
		}
			#contentArea p.mapLegend img { 
				display: inline;
				vertical-align: bottom;
			}

		#contentArea div.longList {
			width: 583px;
			height: 410px;
			overflow: auto;
			padding-right: 10px;
			position: relative; /* for IE; for incidents where the scrolling doesn't work if any child elements are positioned absolutely */
		}
		
	#footer {
		color: #999;
		text-align: center;
		font-size: 10px;
		background-image: url("footerLine.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		margin-top: 75px;
		padding-top: 10px;
	}
	
		body.bgNone #footer { margin-top: 0; }
	
		#footer a {
			color: white;
			text-decoration: none;
		}
		
			#footer a:hover {
				text-decoration: underline;
			}

a:link {
	color: #216393;
	text-decoration: none;	
}

a:visited {
	color: #b72d20;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #8f1b1c;
}

a:active {
	color: #f00;
}


div.googleMapBorder {
	width: 583px;
	margin: auto;
	height: 354px;
	padding: 5px;
	background-image: url("googleMapBorder.gif");
}
	div.googleMap {
		width: 583px;
		height: 354px;
	}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #1e6ea4;
	text-transform: uppercase;
	margin: 20px 0;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #1e6ea4;
	margin: 20px 0;
}

h6 {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #1e6ea4;
	margin: 15px 0;
}

span.title {
	color: #216393;
	font-weight: bold;
}


ul.timeline {
	padding: 0 0 1px 0;
	margin: 10px 0 0 0;
	list-style-type: none;
	border-left: 2px solid #1e6ea4;
	position: relative;
}

	ul.timeline li {
		padding: 0;
		margin: 0 0 20px 0;
		position: relative;
		min-height: 1.2em; /* because when closed, there are no flow-affecting (non-absolutely-positioned) elements */
	}
	
		ul.timeline li.open { 
			margin: 0 0 0 0; 
		}

		ul.timeline span.year {
			font-family: Helvetica, Arial, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #1e6ea4;	
			position: absolute;
			left: -1px;
			top: 10px;
			display: block;
		}
	
		ul.timeline li span.details {
			display: none;
			position: relative;
			padding-left: 45px;
		}
	
			ul.timeline li.open span.details {
				display: block;
			}
		
				/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
				/* thanks to: http://www.positioniseverything.net/easyclearing.html */
				ul.timeline li.open span.details:after {
					content: ".";
					display: block;
					visibility: hidden;
					clear: both;
					height: 1%;
					font-size: 0.1em;
					line-height: 0;
				}

				/* patch to make easyclearing hack work in IE7 */
				/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
				ul.timeline li.open span.details { display: inline-block; }
				ul.timeline li.open span.details { display: block; }
			
			ul.timeline span.dash {
				font-family: Helvetica, Arial, sans-serif;
				font-size: 16px;
				font-weight: bold;
				color: #1e6ea4;	
				position: absolute;
				left: 48px;
				top: 10px;
			}

			ul.timeline span.desc {
				margin-left: 15px;
				display: block;
				padding-top: 7px;
			}

				ul.timeline img {
					display: inline;
					float: left;
					margin: -7px 10px 0 0;
				}

form.survey div.field {
	margin: 10px 0;
	font-size: 11px;
}

	form.survey hr { margin: 20px 0; }


	/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
	/* thanks to: http://www.positioniseverything.net/easyclearing.html */
	form.survey div.field:after {
		content: ".";
		display: block;
		visibility: hidden;
		clear: both;
		height: 1%;
		font-size: 0.1em;
		line-height: 0;
	}

	/* patch to make easyclearing hack work in IE7 */
	/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
	form.survey div.field { display: inline-block; }
	form.survey div.field { display: block; }
	
	form.survey div.field label {
		width: 230px;
		display: block;
		float: left;
		text-align: right;
		margin-right: 10px;
	}
	
	/* html form div.extra label { width: 350px; } */
	
	form.survey div.field input.formtext {
		width: 250px;
	}
	
	form.survey div.field input.formradio {
		float: left;
	}
	
	form.survey div.field label.radiolabel {
		float: left;
		width: auto;
		text-align: left;
	}
	
#contentArea p.legalType {
	font-size: 9px;
}

ul.pollQuestions {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 11px;
	border-bottom: 1px dotted #b2b2b2;
}

	ul.pollQuestions span.marker {
		color: #1e6ea4;
		font-weight: bold;
		line-height: 1.5em;
		width: 2em;
		display: block;
		float: left;
		vertical-align: top;
		/* position: relative; /* for IE6 */
	}
	
	ul.pollQuestions span.percentage {
		color: #1e6ea4;
		font-weight: bold;
		width: 4em;
		display: block;
		float: left;
		line-height: 1.5em;
		vertical-align: top;
	}

	ul.pollQuestions span.answer {
		line-height: 1.5em;
		vertical-align: top;
	}

	ul.pollQuestions li {
		border-top: 1px dotted #b2b2b2;
		/* position: relative; /* for IE6 */
	}
	
		ul.pollQuestions li:hover {
			background-color: #eee;
		}
	
		ul.pollQuestions li a,
		ul.pollQuestions li a:visited,
		ul.pollQuestions li a:active,
		ul.pollQuestions li a:hover {
			color: #666;
			display: block;
			padding: 10px;
		}
		
		ul.pollQuestions li a:hover {
			background-color: #eee;
		}
		
		ul.pollQuestions li.last a {
			padding: 2px 10px;
		}

hr {
	border: none;
	border-top: 1px dotted #b2b2b2;
	margin: 2px 0;
	padding: 0;
	height: 1px;
}


div.wallpaper {
	width: 262px;
	float: left;
	margin: 0 5px 16px 0;
}

	div.odd {
		margin-right: 30px;
	}

	div.wallpaper img {
		float: left;
		margin-right: 10px;
		width: 133px;
		height: 84px;
	}
	
	div.wallpaper a {
		display: block;
		position: relative; /* for IE6 */
		border-bottom: 1px dotted #b2b2b2;
		width: 108px;
		padding: 5px;
		float: right;
	}
	
		div.wallpaper a.first { border-top: 1px dotted #b2b2b2; }
		
		div.wallpaper a:hover {
			background-color: #eee;
			color: black;
		}
		
img.promo {
	width: 120px;
	margin: 11px 11px 11px 0;
	float: left;
}

div.flashWrapper {
	width: 1000px;
	height: 607px;
	margin: 0 auto -71px auto;
}

div.videoPick {
	width: 172px;
	float: right;
}

	div.videoPick span.vidTitle {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #1e6ea4;
	}

	div.videoPick a {
		display: block;
		border-bottom: 1px dotted #b2b2b2;
		padding: 15px 5px;
		color: #666;
		outline: none;
		-moz-outline-style: none;
	}
	
		div.videoPick a:visited,
		div.videoPick a:link,
		div.videoPick a:active { color: #666; } /* for IE6 */
	
		div.videoPick a.first { border-top: 1px dotted #b2b2b2; }
		
		div.videoPick a:hover {
			background-color: #eee;
			color: #666;
		}
	
		div.videoPick a.selected { background-color: #f5f5f5; }