
body {
	margin: 0;
	padding: 0;
	background: url(../images/newGristBannerBackground.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #66665E;*/
	
	
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0C95C9;
}

h1 { font-size: 44px; }

h2 { font-size: 22px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 170%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #0C95C9; }

a:hover { text-decoration: none; }


hr { display: none; }


#clientDataBox, #clientMHADataBox {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px 10px 0px;
	border: 1px solid #FFE4B5;
	background-color: #FDF5E6; 
	border-radius: 8px 8px 8px 8px;
	min-height: 70px;
}

#clientMHADataBox {
	border-color:#C2C2D6;
	background-color: #EEE; 
}

#assessmentTable, #assessmentTableMHA {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	border-collapse: collapse;
}

table, th, td
{
	border: 1px solid gray;
}

.optionButton {
	margin-left:15px;
	margin-top: 5px;
	margin-bottom: 5px;

	min-width:80px;
}

.evenRow {
	background-color: #ffeece;
}

.evenRowMHA {
	background-color: #C2EBFF
}

.oddRow {

}

.evenSelectedRow {
	background-color: #FFCCCC;
}

.oddSelectedRow {
	background-color: #FFCCCC;
}


#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 970px;
	height: 45px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 970px;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 10px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 3px 25px 2px 25px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }



#menu .first {
	background: none;
}


/* Page */

#page {
	width: 970px;
	margin: 0 auto;
	min-height:calc(100vh - 263px); /*ensuring page fills up the screen to the point where footer is always touching the bottom*/
}

#page-bgtop {
	padding-top: 10px;
}

	/** LOGO */

#logo {
	width: 970px;
	height: 119px;
	margin: 0 auto;
	background: url(../images/newGristBanner.png) no-repeat right top;
}




#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 970px;
	padding-top: 10px;
	padding-right: 0px;
}


/* Footer */

#footer {
	width: 970px;
	height: 49px;
	margin: 0 auto;
	padding-top: 50px;
}

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 99px;
	background: #394144;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
