@charset utf-8;

body{
   font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
   }

#blueBar {
border-bottom:1px solid #960002;
box-shadow:0 0 2px rgba(0,0,0,0.52);
height:37px;
position:relative;
}

#blueBar.fixed_elem {
left:0;
top:0;
}

.navigation{
margin:0 auto;
width:900px;
}

#blueBar {
background-color:#c90001;
min-width:981px;
width:100%;
z-index:300;
}

 a.zoomOut {
	display: block;
	width: 37px;
	height: 37px;
	text-decoration: none;
	background: url("../images/zoomOut.png");
		float:left;



	}

 a.zoomOut:hover {
	background-position: -37px 0;

	}
	
	 a.textLink {
	display: block;
	height: 27px;
	text-decoration: none;
		float:right;
background:#cf1a1b;
color:#FFF;
padding-top:10px;
padding-left:10px;
padding-right:10px;

	}

 a.textLink:hover {
background:#960002;

	}
	
	
	 a.question {
	display: block;
	width: 27px;
	height: 27px;
	text-decoration: none;
	background: url("../images/question.png");
		float:left;



	}

 a.question:hover {
	background-position: -27px 0;

	}
	
	 a.zoomIn {
	display: block;
	width: 37px;
	height: 37px;
	text-decoration: none;
	background: url("../images/zoomIn.png");
	float:left;

	}

 a.zoomIn:hover {
	background-position: -37px 0;
	}
	
		 a.print {
	display: block;
	width: 37px;
	height: 37px;
	text-decoration: none;
	background: url("../images/print.png");
	float:left;

	}

 a.print:hover {
	background-position: -37px 0;
	}
	
			 a.confused {
	display: block;
	width: 37px;
	height: 37px;
	text-decoration: none;
	background: url("../images/confused.png");
	float:left;

	}

 a.confused:hover {
	background-position: -37px 0;
	}


.displace {
	position: absolute;
	left: -5000px;
	}

.fixed_elem {
position:fixed!important;
}

#mainContainer{
width:900px;
border-left:1px solid #CCC;
border-right:1px solid #CCC;

margin:0 auto;
margin-top:37px;

}
.rightfloat{
float:right;
}

.help {
	float:right;
	text-align:center;
	padding:5px;
	color:#FFF;
	font-size:30px;
}