/*Styles*/

#ContentBox {
	width: 773px;
	height: 580px;
	display: block;
	position: relative;
	background-image: url(../images/mason-background.gif);
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 20px;
}

#top-menu {
	font-family: "Myriad", arial, helvetica, sans-serif;
	font-stretch: condensed;
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	left: 90px;
	top: 10px;
	color: #666;
}

#top-menu a {
	text-decoration: none;
	color: #666;
}

#top-menu a:hover {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #666;
}



/*  Home   */

#home-logo { 
	background-image: url(../images/mason-logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	position: relative;
	float: right;
	width: 578px;
	height: 76px;
	top: 40px;
	margin-right: 20px;
	padding: 0px;
}


#home-menu {
	display: block;
	position: relative;
	letter-spacing: -1px;
	float: right;
	top: 40px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-size: 12px;
	margin-right: 2px;
	
}


#home-menu UL {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	color: #333;
	/*font-stretch: semi-expanded;*/
	font-stretch: narrower;
	letter-spacing: .001em;
	list-style-type: none;
	line-height: 20px;
	font-size: 12px;
	text-align: right;
	line-height: 16px;
}

#home-menu UL LI a {
	text-decoration: none;
	color: #333;
}

#home-menu UL LI a:hover {
	text-decoration: none;
	color: #000;
}


#home-graphic { 
	background-image: url(../images/stat-graph-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 773px;
	height: 114px;
	display: block;
	position: relative;
	top: 200px;
}

#question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
}
