/* CSS Document */



* {
		margin:0;
		padding:0;
}

html, body {
	height:100%;
	/*background-color: #FFFFFF;*/
}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

a {
	color: #8DADD4;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;

}


#distance { 
		width:1px;
		height:50%;
		background-color:#455260;
		margin-bottom:-262px; /* half of container's height */
		float:left;
}

#distanceReel { 
		width:1px;
		height:50%;
		background-color:#455260;
		margin-bottom:-340px; /* half of container's height */
		float:left;
}

#container { margin:0 auto; position:relative; /* puts container in front of distance */ text-align:left; height:auto; width:836px; clear:left; color: #FFFFFF; -moz-border-radius:18px; border-style: none; border-width: 0px; }

#containerReel { position:relative; /* puts container in front of distance */ text-align:left; clear:left; color: #FFFFFF; background: #333; -moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ -moz-box-shadow: 7px 7px 10px #000; /* Firefox */ -webkit-box-shadow: 10px 10px 10px #000; /* Safari and Chrome */ box-shadow: 10px 10px 10px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */ behavior: url(/_res/ie-css3.htc); margin-top: 50%; margin-right: auto; margin-left: auto; height: 680px; width: 870px; }




.header {
	width:836px;
	height: 151px;
	padding: 13px;
	
}

.content { padding: 30px; height: auto; }

.contentColumn {
	width: 410px;
	float: left;
	padding: 15px;
}


.containerVR {
	text-align:left;
	height:300px;
	width:860px;
	clear:left;
	margin: 20px;
	/*margin-color:#333333;*/
	background-color: #666666;

}

.contentQTVR {
	width: 170px;
	float: left;
	padding: 30px;
	height: 300px;
}

.contentQTVR a {
	color: #A2A2A2;
	font-weight: bold;
	text-decoration: none;
}

.contentQTVR a:hover  {
	color: #FAB300;
}

.selected {
	color: #FAB300;
}





.orange {
	color: #FF7129;
	text-decoration: none;
	font-weight:bold;
}



.footer {
	width:920px;
	height: 26px;
	padding: 13px;

}

