* {
	font-family: Arial, Helvetica, sans-serif;
}

HTML {
	height: 100%;
}

BODY {
	/* to center the body or add a body background
	image, add the styles directly in the template
	head or body tag. Adding it here will affect
	the body alignment in SitePress edit mode! */
	margin: 0;
	height: 100%;
	background-color: #FFFFFF;
	font-size: 82%;
	color: #000000;
}

.clearAll {
	display: block;
	float: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

/* HEADINGS ------------------------------------------------------ */
H1 {
	font-size: 2em;
	font-weight: normal;
}

H2 {
	font-size: 1.3em;
	font-weight: bold;
	color:#FFFFFF;
	margin:0;
}

/* MAIN LAYOUT --------------------------------------------------- */

/* PAGE */
.page {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}


/*	HEADER	*/
.header {
	clear:both;
	background-color:#ab0534;
	width:764px;
}

/*	CONTENT	*/
.content {
	width:764px;
	margin-top:8px; 
	_width:795px;
}
.contentLeft{float:left; width:510px; }
.contentRight{float:right; width:250px; margin-top:-5px; }

.screening{
	background:url(/img/screening.jpg) no-repeat top left;
	width:266px;
	height:245px;
	padding:30px 10px 0 230px;
	margin:0;
}
.prescribe{
	background:url(/img/prescribe.jpg) no-repeat top left;
	width:266px;
	height:265px;
	padding:32px 10px 0 230px;
	margin:0;
}
.prescribe ul{
	margin:0;
	padding:5px 0 0 25px;
}

/*	FOOTER	*/
.footer {
	clear: both;
	font-size:10px;
	text-align:center;
}

/* NAVIGATION */

.menu {
	background-color:#bf5055;
	height:30px;
	width:764px;
	color:#FFFFFF;
	padding-left:0px;
}
.menu a{ 
	color:#FFFFFF; 
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	}
.menu ul{
	list-style-type:none;
	padding:7px 0 0 0;
	margin:0;
	}
.menu li{
	display:inline;
	padding:0 17px;
	border-right:1px solid #FFFFFF;
}
.menu li.fmi{
	border-right:none;
}

/* FORM PAGE	*/
.formHeader{
	background:url(/img/formHeader.jpg) no-repeat;
	width:129px;
	height:146px;
	color:#FFFFFF;
	font-size:1.2em;
	padding:10px 115px 0 15px;
}
.formBody{
	background:url(/img/form_bg.gif) no-repeat;
	width:240px;
	padding:10px 5px;
	font-size:.85em;
	height:394px;
}
.formRow{
	padding:3px 10px;
	//*ie*/padding:2px 10px;
}
.formSubmitRow{
	text-align:right;
	padding:3px 15px 3px 10px;
}
input{
	border-top:none;
	border-left:none;
	border-right:2px solid #aec490;
	border-bottom:2px solid #aec490;
}
.formSubmitRow input{
	border:none;
}




.page_fall_prevention_form table.ValidationErrors {
	width:260px;
	position:absolute;
}
table.ValidationErrors {
	background:#AB0534;
	color:#FFFFFF;
	border-right:10px solid #FFFFFF;
}
table.ValidationErrors b{
	font-size:10px;
}
table.ValidationErrors IMG {display: none; } 
table.ValidationErrors * { text-align: left; line-height: 100%; }
input.radio{
	border:none !important;
	}
	
	
	