/* ############### */
/* ROOT STYLESHEET */
/* ############### */

/* Include all site-wide stylesheets: */

@import 'browsers.css'; 	/* Make everything work the same in all browsers --- DON'T EDIT! */
@import 'default.css'; 		/* Default HTML element styles and default (general / site-wide) classes */
@import 'template.css'; 	/* Styles that are common to all pages / part of site 'template' */

	.hide, .hidden, #printhead {
		display:			none;
	}
	.show {
		display:			block;	
	}
	.radio {
		border:				0;
		width:				auto;
		height:				auto;
		background:			transparent;
	}
	.left {
		text-align:			left;	
	}
	.right {
		text-align:			right;
		margin:				0;
		padding:			0;
	}
	.clear {
		clear:				both;
		height:				0;
		width:				0;
		margin:				0;
		padding:			0;
	}
	hr {
		clear:				both;
		height:				1px;
		width:				100%;
		margin:				5px 0 10px 0;
		padding:			0;
		color:				#fff;
		border:				0;
		border-bottom:		1px solid #006;
	}
	.error {
		color:				#c00;
		font-weight:		bold
	}
	.errorinput {
		background-color:	#FBD7D8;
		border:				1px solid #c00
	}
	.telephone {
		font-size:			1.2em;
		font-weight:		bold;
		color:				#e31500;
	}
	.hilite {
		font-weight:		bold;
		color:				#e31500;
	}
	
	
	div.center {
		width:				100%;
		margin:				0;
		padding:			0;
		height:				auto;
		text-align:			center;	
	}
	table.will_finder {
		width:				100%;
		margin:				0;
		padding:			0;
		border-collapse:	collapse;
		border:				0;
	}
	table.will_finder td {
		padding:			0;
		margin:				0;
	}
	#table_questionnaire, table.home_login {
		width:				100%;
		border-collapse:	collapse;
		border:				1px solid #fff;
		border-bottom:		10px solid #f3f3f3;
		background-color:	#f3f3f3;
		margin:				0 0 15px 0;
	}
	#table_questionnaire th, table.home_login th {
		text-align:			left;
		vertical-align:		top;
		font-weight:		bold;
		font-size:			1.2em;	
		padding:			5px 0 5px 10px;
		margin:				0;
		background:			transparent;
		color:				#444;
		border:				0;
		border-bottom:		1px solid #fff;
		background: 		#DEE5EF;
	}
	#table_questionnaire td, table.home_login td {
		text-align:			left;
		vertical-align:		top;
		padding:			5px 10px 5px 10px;
		border:				0;
		color:				#666;	
	}
	input.home_input {
		width:				150px;
		border: 			1px solid #666;
	}
	input.home_login { 
		display: 			block;
		float:				right;
		background-color:	#ee333e;
		padding: 			4px; 
		margin: 			0 4px 0 4px; 
		width: 				auto; 
		text-align: 		center; 
		border: 			1px solid #ba1b24; 
		color: 				#fff; 
		font-weight:		bold;
		border-top: 		1px solid #f1b0b4; 
		border-left: 		1px solid #f1b0b4; 
		font-size: 			1em; 
		} 
	input.home_login:hover { 
		cursor:				pointer;
		background-color: 	#eee; 
		color:				#ff7800; 
		text-decoration: 	none; 
	}
	
	
	
	table.application {
		width:				100%;
		border-collapse:	collapse;
		border:				1px solid #fff;
		margin:				15px 0 10px 0;
	}	
	table.application th {
		text-align:			left;
		font-weight:		bold;
		font-size:			1.1em;	
		margin:				2px;
		padding:			4px 4px 4px 8px;
		background-color:	#5390ca;
		color:				#fff;
		border:				1px solid #fff;
	}
	table.application td {
		margin:				4px;
		padding:			6px;
		vertical-align:		top;
		background-color:	#eee;
		border:				1px solid #fff;
		font-size:			1.1em;
	}
	table.application td.btntd {
		text-align:			center;	
		padding-left:		15px;
	}
	table.application td.comm,
	table.application th.comm {
		font-size:			1.2em;
		color:				#e31500;
		font-weight:		bold;	
		background-color:	#ccc;
		border-left:		1px solid #999;
		border-right:		1px solid #999;
		text-align:			center;
	}
	table.application th.comm {
		color:				#fff;
		background-color:	#777;
	}
	textarea {
		color:				#000;
		font-family:		arial,verdana,geneva,helvetica,sans-serif;
		font-size:			1em;
	}
	input.application, input.error_input,
	select.application, select.error_input,
	textarea.application, textarea.error_input
	 {
		width:				200px;	
	}
	input.short {
		width:				60px;
	}
	textarea.application,
	textarea.error_input {
		height:				60px;	
	}
	textarea.application_large {
		height:				120px;	
		width:				300px;
	}
	input.application_radio {
		width:				auto;
		margin:				2px 5px 0 0;
	}
	table.progress {
		width:				100%;
		border-collapse:	collapse;
		margin:				5px 0 0 0;
	}
	table.progress td {
		margin:				2px;
		padding:			2px;
		background-color:	#eee;
		border:				1px solid #999;
	}
	table.progress td.complete {
		background-color:	#009900;
	}
	table.progress td.current {
		background-color:	#990000;
	}
	
	
	td.error {
		color:				#c00;
	}
	input.error_input,
	select.error_input,
	textarea.error_input
	 {
		background-color:	#FBD7D8;
		border:				1px solid #c00
	}
	p.footnote {
		font-size:			0.8em;
		color:				#666;
	}
	p.note {
		font-size:			0.9em;
		color:				#666;
	}
	
	tr.on {
		display:			table-row;
	}
	tr.off {
		display:			none;
	}
	#address_photo {
		float: right;
		margin-top: -200px;
	}
	#address_photo img {
		border: 4px solid #ccc;	
	}
