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

body {
	background-color: #023f74;
	background-image: url("bg.jpg");
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	color: white;
	font-size: 11px;
	margin: 0;
}

img {
	display: block;
	border: none;
}

a {
	color: #4076a5;
}

h1 {
	color: #4076a5;
	font-weight: normal;
	font-size: 23px;
	text-transform: uppercase;
	margin: 27px 10px 8px 10px;
}

	body.fr h1 { margin-top: 25px; } /* the images used in the h1 tags are 2px taller in French, for accents */
	
	h1.subhead {
		font-size: 17px;
	}

h2 {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 27px 10px 8px 10px;
}

p {
	margin: 8px 10px 10px 10px;
}

p.warning { font-style: italic; }

hr {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	margin: 27px 10px 0 10px;
}

.error { color: #920f1a; }

.clear { clear: both; }

.needsFrench { color: orange; }

img.inline {
	float: left;
	margin: 1px 20px 10px 10px;
	display: inline; /* for IE6 */
}

img.inline.top {
	margin-top: 17px; /* forIE */
}

div.withSidebar {
	width: 430px;
	border-right: 1px solid #e5e5e5;
	padding-right: 30px;
}

div.sidebar {
	width: 180px;
	float: right;	
}

ul.facebookList {
	padding-left: 66px !important;
}

ul.linkList {
	margin: 8px 10px 10px 10px;
	list-style-type: none;
	padding-left: 0;
	line-height: 1.4em;
}

div.galleryItem {
	clear: left;
}

	/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
	/* thanks to: http://www.positioniseverything.net/easyclearing.html */
	div.galleryItem: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 */
	div.galleryItem { display: inline-block; }
	div.galleryItem { display: block; }

	div.galleryItem h2 { margin-top: 19px; }

	div.galleryEmbed {
		width: 320px;
		height: 240px;
		padding: 10px;
		background-image: url("galleryFrame.gif");
		background-repeat: no-repeat;
		margin-left: 6px;
		margin-right: 15px;
		float: left;
		display: inline; /* for IE6 */
	}

div.address {
	margin: 11px 40px;
}

div.video {
	width: 512px;
	height: 288px;
	padding: 0 74px;
	background-image: url("videoBG.gif");
	background-repeat: no-repeat;
}

div.promoWindow {
	width: 660px;
	height: 288px;
	position: relative;
}

	div.promoWindow img.promoImg {
		position: absolute;
		top: 0;
		left: 0;
		visibility: hidden;
		z-index: 1;
	}

	div.promoWindow #promoTabs {
		position: absolute;
		top: 257px;
		left: 37px;
		z-index: 2;
	}
	
div.wallpaperThumb {
	padding: 10px;
	margin: 0 5px;
	width: 185px;
	height: 200px;
	background-image: url("wallpaperThumbBG.gif");
	background-repeat: no-repeat;
	float: left;
}

	div.wallpaperThumb a {
		margin-left: 5px;
		line-height: 1.4em;
	}
	

#ageDisclaimer {
	background-image: url("disclaimerBG.jpg");
	background-repeat: no-repeat;
	width: 430px;
	height: 225px;
	padding: 220px 30px 0;
	margin: auto;
	position: relative;
	color: #666;
}

	#ageFormSpacer {
		position: relative;
		height: 15px;
	}

	#ageDisclaimer .submit {
		position: absolute;
		top: 94px;
		left: 0;
		width: 54px;
		height: 22px;
		border: none;
	}

	#ageFormEN {
		width: 180px;
		position: absolute;
		left: 30px;
		top: 290px;
	}

	#ageFormFR {
		width: 180px;
		position: absolute;
		left: 275px;
		top: 290px;
	}

	#ageDisclaimer input { padding: 1px; }

	#ageDisclaimer input,
	#ageDisclaimer select { 
		font-size: 12px;
		margin-bottom: 7px;
	}
	
	#ageDisclaimerFooter {
		text-align: center;
		position: absolute;
		top: 410px;
		width: 440px;
	}
	
	#ageDisclaimer #divLine {
		position: absolute;
		left: 245px;
		top: 285px;
	}

#siteContent {
	width: 708px;
	margin: auto;
	background-image: url("siteContentBG.png");
	background-repeat: repeat-y;
}

#footerEnd {
	width: 708px;
	margin: auto;
	height: 4px;
	background-image: url("footerEnd.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#nav {
	display: block;
	margin: 10px auto;
	padding: 0;
	width: 660px;
	height: 30px;
	overflow: hidden;
	background-image: url("navbarBG.gif");
	background-repeat: no-repeat;
	background-color: #99101c;
	list-style-type: none;
}

	#nav li {
		margin: 1px 0;
		float: left;
		display: block;
		font-size: 12px;
		border-left: 1px solid #510508;
		border-right: 1px solid #b22c43;
		height: 15px;
		overflow: hidden;
		text-align: center;
		white-space: nowrap;
	}
	
		body.en #nav li { 
			font-size: 12px; 
			padding: 6px 10px 7px 9px;
		}
		
		body.fr #nav li { 
			font-size: 11px; 
			padding: 6px 7px 7px 7px;
		}
	
		#nav li:hover {
			background-image: url("navbarHoverBG.gif");
			background-repeat: repeat-x;
			border-right: 1px solid #510508;
		}
		
		body.en #nav li:hover { padding: 7px 9px 6px 10px; }
		body.fr #nav li:hover { padding: 7px 6px 6px 8px; }
	
		#nav li.first { border-left: none; }
		#nav li.last { border-right: none; }
	
	#nav a {
		color: white;
		text-decoration: none;
	}

#pageContent {
	background-color: white;
	color: #666;
	margin: 0 14px;
	padding: 0 10px;
}

#promoFeatures {
	margin: 10px 14px;
	padding: 0 10px;
	color: black;
	overflow: hidden; /* for float clearing, per: http://www.quirksmode.org/css/clearing.html */
	width: 660px;
	height: 161px;
}

	#promoFeatures #scrollLeft,
	#promoFeatures #scrollRight {
		display: block;
		float: left;
		cursor: pointer;
	}
	#promoFeatures #scrollLeft { margin-right: 3px; }
	#promoFeatures #scrollRight { margin-left: 4px; }

	#promoFeatures #scrollArea {
		float: left;
		padding-bottom: 17px; /* for scrollbar */
		width: 615px;
		height: 161px;
		overflow: auto;		
		overflow-x: auto;
		overflow-y: hidden;
		position: relative; /* needed for overflow to work in IE */
	}

		#promoFeatures div.promoBox { float: left; }

			#promoFeatures .promo {
				display: block;
				width: 197px;
				height: 161px;
				overflow: hidden;
				margin: 0 4px;
				color: #e5e5e5;
				background-color: black;
			}
			
			body.en #promoFeatures .promo.theLatest {
				background-image: url("../en/feature-theLatest.jpg");
				background-repeat: no-repeat;
			}
			
			body.fr #promoFeatures .promo.theLatest {
				background-image: url("../fr/feature-theLatest.jpg");
				background-repeat: no-repeat;
			}
			
			#promoFeatures .promo.theLatest ul {
				margin: 0;
				padding: 47px 15px 10px 35px;
				list-style-image: url("bullet.gif");
			}
			
				#promoFeatures .promo.theLatest li {
					margin: 5px 0;			
				}
			
			#promoFeatures .promo.theLatest a {
				color: white;
				text-decoration: none;
			}
			
				#promoFeatures .promo.theLatest a:hover { color: #999; }

#footer {
	background-image: url("footerBG.jpg");
	background-repeat: no-repeat;
	background-color: #b2b2b2;
	color: #333;
	margin: 0 4px;
	padding: 8px 35px 8px 30px;
}

	#footer a {
		text-decoration: none;
		color: #333;
		border-right: 1px solid #333;
		margin: 0;
		padding: 0 8px 0 5px;
	}
	
		#footer a:hover {
			text-decoration: underline;
		}
		
		body.en #footer #smallprint {
			float: right;
		}
		
		body.fr #footer {
			text-align: center;
		}
		
		body.fr #footer a.last { border-right: none; }





		form.survey div.field {
			margin: 10px 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 {
				display: block;
				float: left;
				margin-right: 10px;
				font-weight: bold;
				text-transform: uppercase;
			}
			
			form.survey div.partOne {
				border-bottom: 1px solid #e5e5e5;
				padding-bottom: 15px;
				margin: 0 10px;
			}

			form.survey div.partTwo {
				padding: 15px 0;
				margin: 0 10px;
			}

			form.survey div.partThree {
				border-bottom: 1px solid #e5e5e5;
				margin: 0 10px;
				clear: left;
			}

			form.survey div.partFour {
				border-bottom: 1px solid #e5e5e5;
				margin: 0 10px;
				padding: 15px 0;
			}

			form.survey div.submit {
				margin: 0 10px;
				border-bottom: 1px solid #e5e5e5;
				margin-bottom: 30px;			
				padding: 20px 0;			
			}

			form.survey div.partOne div.field label { width: 210px; }
			body.en form.survey div.partTwo div.field label { width: 360px; }
			body.fr form.survey div.partTwo div.field label { width: 290px; }
			form.survey div.partOne div.field input.formtext { width: 305px; }
			form.survey div.partOne div.field textarea.formtext { width: 305px; }
			form.survey div.partTwo div.field input.formtext { width: 155px; }
			form.survey div.partTwo div.field input.formtextshort { width: 30px; }
			form.survey div.partFour div.field label { width: 360px; }

			form.survey div.field input.formradio {
				float: left;
			}

			form.survey div.partOne div.field label.radiolabel {
				float: left;
				width: auto;
				text-align: left;
				font-weight: normal;
			}

			form.survey span.extra {
				margin-left: 5px;
				color: #777;
			}
			

		form.contact div.field {
			margin: 10px 0;
			overflow: auto; /* for auto-clearing floats */
		}

			form.contact div.field label {
				display: block;
				float: left;
				margin-right: 10px;
				font-weight: bold;
				text-transform: uppercase;
			}

			form.contact div.partOne {
				border-top: 1px solid #e5e5e5;
				border-bottom: 1px solid #e5e5e5;
				padding: 15px 0;
				margin: 0 10px;
			}

			form.contact div.partOne div.field label { width: 210px; }
			form.contact div.partOne div.field input.formtext { width: 305px; }
			form.contact div.partOne div.field textarea.formtext { width: 305px; }
			
			form.contact div.partOne p { margin-left: 0; }