@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
a {
	color: #666;
	}

	a:hover {
		text-decoration: none;
		}

strong {
	font-weight: bold;
	}
	
#header {
	height: 105px;
	background-color: #67bb49;
	padding-top: 25px;
	}

	#header h1 {
		background: url(../images/deltavision-hearing-header.gif) no-repeat;
		text-indent: -9000px;
		overflow: hidden;
		width: 615px;
		height: 77px;
		margin-left: 40px;
		}
		
	#header h2 {
		display:none;
		}

#underwritingVision h3, #underwritingHearing h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #67bb49;
	}
	
	#underwritingVision h3 a, #underwritingHearing h3 a {
		font-size: 11px;
		font-weight: normal;
		margin-left: 5px;
		}
	
#underwritingVision ol, #underwritingHearing ol {
	list-style:decimal;
	margin-left: 2px;
	padding-left: 2px;
	}
	
	#underwritingVision li, #underwritingHearing li {
		margin-left: 20px;
		margin-bottom: 3px;
		font-size: 11px;
		color:#333;
		}

/* ===================================================================== 
*/

#getEnrolled, #infoBox, #contactAvesis  {
	width: 280px;
	margin: 20px 10px 0;
	float: left;
	background-color: #d1eac8;
	padding: 20px;
	padding-bottom: 15px;
	}
	
	#infoBox {
		background-color: #fff;
		padding: 0;
		}
		
	#getAppointed, #memberInfo {
		padding: 20px;
		margin-bottom: 15px;
		background-color: #d1eac8;
		}
	
	#getEnrolled {
		margin-left: 45px;
		}
	
	#getEnrolled h3, #getAppointed h3, #contactAvesis h3, #memberInfo h3 {
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 2px;
		}
		
	#getEnrolled p, #getAppointed p, #contactAvesis p, #memberInfo p {
		padding: 0 18px 10px 0;
		line-height: 15px;
		}
		
	#getEnrolled a, #getAppointed a, #contactAvesis a, #memberInfo a{
		color: #488333;
		line-height: 11px;
		}
		
/* ===================================================================== footer
*/

#footer {
	background-color: #e7e7e7;
	margin: 0;
	padding: 10px 0 15px 0;
	}
	
	#subfooter {
		width: 960px;
		}
		
	#footer p {
		font-size: 10px;
		line-height: 15px;
		color: #666;
		text-align: right;
		}
	
	#footerLeft {
		float: left;
		margin-left: 45px;
		}
		
		#footerLeft p {
			text-align: left;
			width: 400px;
			}
			
	#footerRight {
		float: right;
		}
		
	#identities {
		margin: 30px 0 20px 40px;
		}
		
		#identities img {
			margin-right: 20px;
			float: left;
			}

		#contactDD {
			float: left;
			width: 550px;
			margin: 0 0 0 20px;
			font-size: 14px;
			line-height: 19px;
			padding: 10px;
			background-color: #f4f4f4;
			}
			
			#contactDD a {
				color: #52963a;
				}

.footnoteNumber {
	font-size: 10px;
	font-weight: normal;
	}
	
.footnotes {
	margin: 10px 20px 10px 30px;
	}
	
	.footnotes h3 {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 5px;
		color: #67bb49;
		}

	.footnotes ol {
		list-style: decimal;
		}
		
	.footnotes li {
		font-size: 11px;
		margin-bottom: 3px;
		color: #333;
		}



/* ===================================================================== login forms
*/

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	}

#loginPage p {
	line-height: 17px;
	}

	
#loginPage form p {
	float: left;
	width: 150px;
	text-align: right;
	margin: 10px 0 0;
	padding: 0;
	line-height: 12px;
	}

#loginPage form input {
	float: left;
	margin: 7px 0 0 10px;
	}
	
	#loginPage form input.submit {
		margin: 10px 0 0 159px;
		}
		
#loginPage #contain {
	clear: both;
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}
	
	#loginPage #cont {
		padding-bottom: 230px;
		}
	
#loginPage #bottomStuff {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */

	}

/* ===================================================================== 
*/

hr {
	margin: 5px 0 5px 0;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	}
	
.clear {
	clear: both;
	}
		
#test {
	display: none;
	background-color: #fff;
	width: 800px;
	height: 550px;
	}
