﻿/* Web Content Accessibility */
	.wca{
		height: 0;
		visibility: hidden;	
		position:absolute;
	}
/* End Web Content Accessibility */


	body{
		color: #000000;
		margin: 0;
		font: 12px Arial, Helvetica, sans-serif;
		background: url('../images/bg_page.gif') center top #FFFFFF repeat-y;
	}
	
	a{
		color: #3F0E81;
	}

	a:hover{
		color: #5b05cf;
	}

	strong{
	}

	table{
	}

	tr{
	}

	td{
		font: 12px Arial, Helvetica, sans-serif;
	}

	ul {
		margin: 5px 0 0 -10px;
	}	
	
	pre {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	p {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	ol {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	h6 {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	h5 {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	h4 {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	h3 {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	h2 {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	h1 {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	dl {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	blockquote {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	h6{
	}
	
	h5{
	}
	
	h4{
	}
	
	h3{
	}
	
	h2{
	}
	
	h1{
	}
	
	h2{
	}

	textarea{
		border: 2px #7E8083 solid;
	}

	select{
		border: 2px #7E8083 solid;
	}

	input{
		border: 2px #7E8083 solid;
	}

	.radioBut{
		border: 0;
	}

	img{
		border: 0;
	}

/* page layout */

	#page{
		width: 950px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		display: block;
		border-left: 1px #E0E0E0 solid;
		border-right: 1px #E0E0E0 solid;
		overflow: auto;
	}

	#bodycontent{
		width: 950px;
		margin: 0;
		padding: 0;
		background: #FFFFFF;
		display: block;
		float: left;
	}
		
	#header{
		width: 950px;
		height: 122px;
		margin: 0 0 1px 0;
		padding: 0;
		display: block;
		float: right;
		background: url('../images/header/bg_header.gif') center top repeat-x;
	}

	#header h1{
		width: 239px;
		height: 122px;
		margin: 0;
		padding: 0;
		float: left;
		display: block;
		background: url('../images/header/logo_MHC.gif') left top no-repeat;
		text-indent: -10000px;
	}

	#menu{
		width: 950px;
		height: 30px;
		margin: 0 0 1px 0;
		padding: 0;
		display: block;
		float: right;
		border-bottom: 2px #E0E0E0 solid;
	}

	#footswoosh{
		width: 950px;
		height: 119px;
		margin: 0;
		padding: 0;
		display: block;
		float: right;
		background: url('../images/footer/footer_swoosh.gif') center top no-repeat;
	}

	#footer{
		width: 950px;
		margin: 0;
		padding: 0 0 15px 0;
		display: block;
		float: right;
		background: url('../images/bg_page.gif') center top repeat-y;
		color: #FFFFFF;
		font-size: 10px;
	}

	#footer a{
		color: #FFFFFF;
	}
		
/* end page layout */

/* main text area */

	#mainText{
		width: 936px;
		margin: 10px 0 7px 0;
		padding: 0 7px 0 0;
		text-align: left;
		font: 12px Arial, Helvetica, sans-serif;
		float: right;
		display: block;
	}

/* end main text area */


/* turn text area */

	#turnSide{
		width: 204px;
		margin: 27px 0 7px 0;
		padding: 0 0 20px 27px;
		text-align: left;
		font: 12px Arial, Helvetica, sans-serif;
		float: left;
		display: block;
		color: #7E8083;
	}

	#turnText{
		width: 645px;
		margin: 24px 0 7px 0;
		padding: 0 27px 20px 0;
		text-align: left;
		font: 12px Arial, Helvetica, sans-serif;
		float: right;
		display: block;
		color: #7E8083;
	}

	#turnText h2{
		text-decoration: none;
		color: #3F0E81;
		font-size: 18px;
		font-weight: bold;
		padding: 0;
		margin: 0 0 10px 0;
	}

	#turnText h4{
		font-size: 14px;
	}

	#turnText p{
		margin: 0 0 10px 0;
	}

	#turnText strong{
		color: #666666;
	}

	#agent1{
		width: 188px;
		text-align: center;
		float: left;
		display: block;
	}

	#agent1 p{
		margin: 0;
	}

	#agent2{
		width: 188px;
		text-align: center;
		margin-left: 40px;
		float: left;
		display: block;
	}

	#agent2 p{
		margin: 0;
	}

	#agent3{
		width: 188px;
		text-align: center;
		margin-left: 40px;
		float: left;
		display: block;
	}

	#agent3 p{
		margin: 0;
	}

	#turnText .submitButton {
		background: #B6B6B8 url('../images/turn/btn_submit.gif') left top no-repeat;
		color: #FFFFFF;
		border: 0;
		margin: 5px 10px 0 0;
		padding: 0;
		font-size: 10px;
		font-weight: bold;
		line-height: 20px;
		text-indent: -10000px;
		display: block;
		height: 40px;
		width: 166px;
		text-transform: uppercase;
	}

	.agentPhoto{
		border: 2px #5D5B80 solid;
		margin-bottom: 5px;
	}

	.photoRight{
		border: 2px #5D5B80 solid;
		margin-bottom: 5px;
		float: right;
		margin: 0 0 10px 10px;
	}

	#photoBoxRight{
		margin-bottom: 5px;
		float: right;
		margin: 0 0 10px 10px;
		background: #CFCFCF;
		padding: 4px;
		border: 2px #5D5B80 solid;
		color: #000000;
	}

	#photoBoxRight p{
		margin: 0;
	}

	#turnCalc div{
		padding: 10px 0 0 0;
		margin: 0 0 0px 0;
		border-top: 2px #E0E0E0 solid;
		height: 40px;
	}

	#turnCalc div img{
		float: right;
		margin: -5px 0 0 10px;
	}

	#turnCalc div p{
		margin: 0;
	}

	#turnLink div{
		padding: 10px 0 0 0;
		margin: 0 0 0px 0;
		border-top: 2px #E0E0E0 solid;
		height: 70px;
	}

	#turnLink div img{
		float: right;
		margin: -5px 0 0 10px;
	}
	
	#homepage{
	}

	#homepage p{
		font-size: 4px;
		line-height: 4px;
		float: left;
		display: block;
		height: 4px;
		width: 4px;
	}
	
	#homewho{
		margin: 10xp;
		height: 302px;
		width: 400px;
		text-indent: -9999px;
		color: #FFF;
		float: left;
		display: block;
		background: url('../images/main/main_flash.jpg') center bottom no-repeat;
	}

	#homequote a{
		margin: 10xp;
		height: 302px;
		width: 219px;
		text-indent: -9999px;
		color: #FFF;
		float: left;
		display: block;
		background: url('../images/main/main_quote.jpg') center bottom no-repeat;
	}

	#homecalc a{
		margin: 10xp;
		height: 302px;
		width: 309px;
		text-indent: -9999px;
		color: #FFF;
		float: left;
		display: block;
		background: url('../images/main/main_calc.jpg') center bottom no-repeat;
	}

/* end turn text area */



