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

html {
    	background: url("images/bg-blue-gradient.png") top no-repeat;
    background-size: cover;
	height: 100%;
    font-family: 'Questrial';
}
body {

	font-family: 'Questrial';   
	margin: 0 0 0 0;
}
#clear {
	clear:both;
}
p{
	line-height: 25px;;
}
.blueGrade{
    background: url("images/blue-grade.png") right top no-repeat;
}
#wrapper {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 1200px;
	font-size:16px;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	/*text-align: left;  this overrides the text-align: center on the body element. */
	height:auto !important;
	height:100%;
	z-index:0;
}
#headerHolder {
	margin: 0 auto;
	height:199px;
	width:1000px;
	background: url(../images/ACS-header.jpg) top center no-repeat;
}

#content-clear {
	padding:10px 0px;
}
#contentWrapper {
	background:url(../images/content-grade-bg.png) repeat-y;
	padding:0px 0px;
	width:1000px;
}
#content {
    font-size: 20px;
	margin:30px auto;
    padding: 20px;
}
#subhead{
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.subheadText{
    font-family: 'Questrial';  
    font-size: 26px;
}

/* start footer */
#footer-strip {
	height:30px;
	text-align:right;
}
#footerMenu {
	height:21px;
	width:1000px;
	padding:4px 0 0 0;
	margin:0px 0 0 -20px;
}
#footerMenu li {
	text-align:center;
	margin:0 8px 0 5px;
	font-size:11px;
	display: inline;
	list-style:none;
}
#footerMenu ul {
	text-align:center;
	list-style:none;
	margin:0px 0 0px 0px;
}
#footer-strip a:link, #footerMenu a:active, #footerMenu a:visited {
	text-decoration:none;
	color:#666666;
}
#footer-strip a:hover {
	text-decoration: none;
	color:#2E74D8;
}
#copyright{
	padding:10px 0 0 0;
	font-size:11px;
	color:#888;
}
/* end footer */
