/* Body */

body {
	font-family: 'Droid Serif', Helvetica, "Century Gothic",Verdana,Arial,Sans-serif,sans;
	font-size: 0.9em;
	color: #333;
	background-color:#fff;
}

body a {
	color: #DE1A21;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

.logo {
	float: left;
	padding: 12px 12px 0 0;
	font-size: 2em;
	margin-left: 66px;
}

.logo a {
	color: #DBDBDB;
}

.logo a:hover {
	text-decoration:none;
	color:#DE1A21;
}

.header {
	height:120px;
	font-size:1.1em;
}

.nav a {
	margin-left: 20px;
	margin-top: 16px;
	text-decoration: none;
	vertical-align:middle;
	text-shadow: 0 1px 1px rgba(3, 3, 3, 0.9);
}

.nav {
	margin-left:96px;
	width: 400px;
	text-align:center;
	font-size:1.1em;
	padding: 10px 0 20px 0px;
	
	-moz-border-radius: 20px; 	
	-webkit-border-radius: 20px; 
}

.current {
	padding: 8px; 
	margin-left: 20px;
	margin-top: 16px;
	text-decoration: none;
	color: #333;
	vertical-align:middle;
	
	-moz-border-radius: 20px; 
	-moz-box-shadow: 3px 5px 12px rgb(187, 187, 187); 

	-webkit-border-radius: 20px; 
	-webkit-box-shadow: 3px 5px 12px rgb(187, 187, 187); 

	background-color: #333;
}

.centerpiece {
	width: 400px;
	margin-left: 96px;
	text-align:center;
	margin-top: 20px;
}

.what {
	font-size:16pt;
	color:#333;
	font-weight:normal;
}

span.what:hover {
	font-size:1.4em;
	font-weight:bold;
	position:relative;
	left:2px;
	top:2px;
}

#shift {
	margin-left:36px;
	text-decoration: none;
	font-weight: normal;
	padding: 12px 0;
	clear:both;
	font-size:13px;
}

#shift:hover {
	position:relative;
	left:2px;
	top:2px;
}

.big { line-height:1.5em;font-size:28px;font-weight:bold;}

a.goto:hover {
	text-decoration: none;
	font-weight: bold;
}

.scrollover:hover {
	font-weight:bold;
	text-decoration:none;
	position:relative;
	left:2px;
	top:2px;
}
.rounded-corners {
     -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px;
}

.tooltip {
	display:none;
	background:transparent url(images/white_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#333;	
}
.tooltip.bottom {
	background:url(images/white_arrow_bottom.png);
	padding-top:40px;
	height:55px;
}

.tooltip.bottom {
	background:url(images/white_arrow_bottom.png);
}

.noborder {
	border: 0 none;
}
.container {
	margin-left: 96px;padding:12px;
	margin-top:20px;
}
