	
	html  { 
		font-size: 			100%;
		min-height: 		100%;
		height: 			auto;
	}
	table { 
		font-size: 100%;
	}
	
	body {
 		margin:				0;
		background:			#F7F9F8;
		color:				#000;
		font-family: 		arial, helvetica, sans-serif;
		font-size: 			.7em;
		text-align:			center;
		padding:			0;
		}
	
	h1, h2, h3, h4, h5 {
		color:				#39534A;
		background-color:	transparent; 
		font-family: 		arial, helvetica, sans-serif; 
		font-style: 		normal;
		font-weight:		bold;
		font-size:			1.8em;
		text-align:			left;
		line-height:		1.5em;
		letter-spacing: 	0;
		padding:			0;
		margin:				0.5em 0 0.6em 0;
		text-align:			left;
	}
	h2 {
		font-size: 			1.5em;
		margin:				10px 0 10px 0;
		line-height:		1.6em;
		letter-spacing: 	0;
		font-weight:		bold;
		color:				#666;
	}
	h2.home {
		color:				#39534A;
		font-size:			1.8em;
		line-height:		1.6em;
		margin-top:			15px;
	}
	h2.tel {
		float:				right;
		font-size: 			1.6em;
		margin:				0 0 0 20px;
		padding:			0;
		color:				#D98443	
	}
	h3 {
		color:				#D98443;
		font-size: 			1.5em;
		margin:				10px 0 10px 0;
	}
	h3.home {
		color:				#39534A;
		font-size:			1.5em;
		font-weight:		normal;
		line-height:		1.5em;
		margin-bottom: 		15px;
	}
	h4 {
		color:				#39534A;
		font-weight:		normal;
		font-size: 			1.4em;
		line-height:		1.8em;
		text-align:			justify;
		margin:				2px 0 5px 0;
	}
	h4.front {
		color:				#39534A;
		font-weight:		normal;
		font-size: 			1.4em;
		line-height:		1.4em;
		text-align:			center;
		margin:				2px 0 2px 0;
	}
	h5 {
		color:				#39534A;
		font-weight:		normal;
		font-size: 			1.3em;
		line-height:		1.4em;
		text-align:			justify;
		margin:				10px 20px 3px 20px;
	}
	
	p {
		margin:				0 0 0.4em 0;
		padding:			1px 0 1px 0;
		line-height:		1.6em;
		font-size:			1.2em;
		text-align:			justify;
	}
	p.note {
		font-size:			1em;
	}
	ol {
		display:			block;
		list-style-image:	url('/images/ul_li.gif');
	}
	li {
		font-size:			1.1em;
		line-height:		1.4em;
		margin:				0 0 5px 0;
	}
	a, a:visited, a:active, a:hover {
		color:				#444;
		font-family: 		arial, helvetica, sans-serif;
		text-decoration:	underline;
		font-weight:		bold;
	}
	a:hover {
		color:				#D98443;
		text-decoration:	none;
	}
	ul li a:link, 
	ul li a:visited, 
	ul li a:active, 
	ul li a:hover {
		font-size:			1em;
		text-decoration:	none;
	}
	ul li a:hover {
		text-decoration:	underline;	
	}
	.accesskey {
		text-decoration:	underline;
	}
	form {
		display: 			block; 
		float: 				left; 
		width: 				350px;
		text-align:			center;
		background:			transparent;
		padding:			0;
		margin:				10px 0 20px 0;
		border:				0		
	}
	fieldset {
		background-color:	#F6F6F6;
		padding:			10px;	
	}
	input, select, textarea {
		border:				1px solid #D98443;
		color:				#333;
		background-color:	#EEE;
		width:				200px;
		font-family:		arial, helvetica, sans-serif;
		font-weight:		normal;
		text-decoration:	none;
		font-size:			1em;
		padding:			2px;
		margin:				0 0 2px 0
	}
	select {
		border:				1px solid #D98443;
		width: 				204px;
		padding:			0;
		margin:				0 0 2px 0
	}
	option {
		padding:			2px;
	}
	textarea {
		height:				60px;
	}	
	blockquote {
		font-style: 		italic;
	}
	table {
		border-collapse:	collapse;
		background:			transparent;
		width:				90%;
		border:				0;
		margin:				0;
		padding:			2px
	}
	td {
		vertical-align:		top;
		text-align:			left;
		line-height:		1.6em;
		font-size:			1em;
		padding:			0 0 0 5px;
	}
	table.partwidth {
		width:				545px;
		border-collapse:	collapse;
		border:				1px solid #D98443;
		margin-bottom:		10px;
	}
	table.partwidth td {
		background-color:	#EEECEB;
		margin:				1px;
		padding:			4px 4px 4px 8px;
		border-collapse:	collapse;
		border:				1px solid #fff;
	}
	
	hr {
		display:			block;
		clear:				both;
		height:				1px;
		border:				1px solid #D98443;
		padding:			0;
		margin:				8px 0 0 0;
		width:				100%;
		color:				#D98443;
	}
	
	
	.hide, .hidden, #printhead {
		display:			none;
	}
	.show {
		display:			block;	
	}
	a.question:link, a.question:visited, a.question:active {
		margin:				0 0 8px 0;
		display:			block;
		clear:				both;
		font-weight:		normal;
		border:				0;
		line-height:		1.2em
	}
	a.question:hover {
		font-weight:		normal;
		text-decoration:	underline
	}
	a.question_on {
		display:			block;
		clear:				both;
		font-weight:		bold;
		text-decoration:	underline;
		border:				0;
		margin:				0 0 10px 0
	}
	.answer {
		display:			block;
		margin:				10px 5px 0 0;
		padding:			0;
		font-size:			1.1em
	}
	.back_link, a.back_link {
		text-align:			right;
		font-weight:		bold;
		font-size:			1em
	}
	.radio {
		border:				0;
		width:				auto;
		height:				auto;
		background:			transparent;
	}
	.button {
		font-weight:		bold;
		padding:			6px;
		width:				205px;
		margin:				0 0 10px 0;
		border:				2px solid #D98443;
	}
	.left {
		text-align:			left;	
	}
	.right {
		text-align:			right;
		margin:				0;
		padding:			0;
	}
	.clear {
		clear:				both;	
	}
	.error {
		color:				#c00;
		font-weight:		bold
	}
	.errorinput {
		background-color:	#FBD7D8;
		border:				1px solid #c00
	}
	.telephone {
		font-size:			1.3em;
		font-weight:		bold;
		color:				#D98443;
	}
	.hilite {
		font-weight:		bold;
		color:				#D98443;
	}
	.totop {
		display:				block;
		background-image:		url('/images/backtotop.gif');
		background-repeat:		no-repeat;
		background-position:	top right;
		width:					700px;
		height:					20px;
 		padding:				0 0 15px 0;
 		margin:					0;
 		cursor:					pointer;
 	}
 	div.advantages {
	 	display:				block;
	 	float:					left;
	 	width:					49%;
	 	border:					0;
	 	margin:					0;
	 	padding:				0;	
 	}
 	div.arrow {
	 	background-image:		url('/images/arrow.gif');
	 	background-repeat:		no-repeat;
	 	background-position:	top center;
	 	width:					100%;
	 	height:					29px;
	 	margin:					0;
 	}
 	div.quote {
	 	background-color:		#F0F3F2;
	 	border: 				12px solid #C5E0D2;
	 	padding:				10px;
	 	margin:					3px 0 3px 0;
 	}


	
	/* CONTAINER */
	
	#overall {
		width: 				828px;
		height:				100%;
		background:			#F7F9F8;
		background-image:	url('/images/bg.jpg');
		background-position:top left;
		background-repeat:	repeat-y;
		border: 			0;
		margin: 			0px auto;
		padding:			0;
		text-align:			left;
	}
	#headerbar {
		height:				75px;
		width:				780px;
		border: 			0;
		background:			transparent;
		background-image:	url('/images/header.gif');
		background-position:bottom left;
		background-repeat:	no-repeat;
		text-align:			left;
		padding:			0;
		margin:				0 0 0 24px;
	}
	#headerbar h1 {
		color:				#fff;
		float:				left;
		display:			block;
		margin:				35px 0 0 0;
		padding:			0 0 0 55px;
		font-size:			1.6em;
	}
	#headerbar h2 {
		color:				#D98443;
		float:				right;
		display:			block;
		margin:				35px 20px 0 0;
		font-size:			1.5em;
	}
	#masthead {
		height:				200px;
		width:				780px;
		border:				0;
		border-bottom:		8px solid #D98443;
		background:			transparent;
		background-image:	url('/images/compromise_photo.jpg');
		background-position:top left;
		background-repeat:	no-repeat;
		text-align:			left;
		padding:			0;
		margin:				0 0 0 24px;
	}
	#masthead h1 {
		color:				#D98443;
		float:				left;
		display:			block;
		margin:				12px 0 0 0;
		width:				200px;
		padding:			0 0 0 45px;
		font-size:			2.3em;
		line-height:		1.1em;
		letter-spacing:		0.1em;
	}	
	#masthead h2 {
		color:				#fff;
		float:				left;
		clear:				left;
		display:			block;
		margin:				10px 0 0 0;
		padding:			0 0 0 45px;
		font-size:			1.5em;
		line-height:		1.4em;
		font-weight:		bold;
		width:				223px;
	}
	#contentum {
		float:				left;
		text-align:			left;
		width:				780px;
		height:				auto;
		border:				0;
		margin:				10px 0 0 24px;
		padding:			0; 
		background: 		transparent;
	}
	#maincontent {
		float:				left;
		width:				560px;
		margin:				0;
		border:				0;
		border-left:		4px solid #39534A;
		padding:			10px 0 15px 15px;
		background:			transparent;	
	}
	#data {
		width:				95%;
		border-collapse:	collapse;
	}
	#data th {
		text-align:			center;
		font-weight:		bold;	
		margin:				2px;
		padding:			4px;
		background-color:	#ccc;
		border:				1px solid #999;
	}
	#data td {
		margin:				2px;
		padding:			2px;
		border:				1px solid #999;
	}
	#links {
		clear: 				both;
		width:	 			828px;
		height:				120px;
		margin:				10px 0 0 0;
		padding: 			0;
		border: 			0;
		text-align:			right;
		color:				#272827;
		font-size:			0.8em;
		line-height:		1.5em;
		background-color:	#F8FAF9; 
		background-image:	url('/images/footer_bg.gif');
		background-position:top left;
		background-repeat:	no-repeat;
	}
	#links ul {
		display:			block;
		float:				right;
		border: 			0;
		border-top:			2px solid #ccc;
		width:				580px;
		margin: 			5px 24px 0 0;
		padding: 			10px 15px 0 0;
		list-style-type: 	none;
		text-align: 		right;
	}
	html>body #links ul {
		margin-right:		24px;	
	}
	#links li {
		display:			inline;
		margin:				0 0 0 8px;
	}
	#links li a {
	 	color: 				#272827;
	 	font-size:			1em;
	 	font-weight:		normal;
	 	text-decoration:	none;
	}
	#links li a:hover {
		text-decoration:	underline;
		color:				#CD0B0C;
	}
	
	#submenu {
		float:				left;
		clear:				left;
		width:				165px;
		margin:				0;
		padding:			0 0 0 0;
		border:				0;
		text-align:			left;
	}
	#submenu ul {
		margin:				0;
		padding:			0;
		list-style-type: 	none;	
	}
	#submenu ul li {
		padding:			0;
		margin:				0;
	}
	#submenu ul li a {
		display:			block;
		width:				145px;
		padding:			6px 0 6px 20px;
		margin:				0;
		border-bottom:		1px solid #fff;
		color:				#333;
		background-color:	#D5D0CC;
		text-align:			left;
		background-image:	url('/images/li.gif');
		background-position:5px 9px;
		background-repeat:	no-repeat;
	}
	#submenu ul li a.on {
		text-decoration:	none;
		background-image:	none;
		background-color:	#D98443;
		color:				#fff;
	}
	#submenu ul li a.tools {
		height:				42px;
		background-image:	url('/images/tools.gif');
		background-position:top left;
		background-repeat:	no-repeat;
	}
	#submenu ul li a:hover {
		background-color:	#EEECEB;
		color:				#D98443;
		text-decoration:	none;
		background-image:	url('/images/li_on.gif');
	}
	#submenu ul li a.tools,
	#submenu ul li a.tools:hover {
		height:				42px;
		background-color:	#D5D0CC;
		background-image:	url('/images/tools.gif');
		background-position:top left;
		background-repeat:	no-repeat;
	}
	#submenu ul li a.tools_btm,
	#submenu ul li a.tools_btm:hover {
		height:				20px;
		padding-top:		0;
		padding-bottom:		0;
		margin:				0;
		background-color:	#D5D0CC;
		background-image:	url('/images/menu_bottom.gif');
		background-position:top left;
		background-repeat:	no-repeat;
	}	
	#menubar {
		clear:				both;
		margin:				0 70px 0 65px;
		padding:			0;
		border:				0;
		width:				100%;
		background:			transparent;
	}
	#menubar ul {
		list-style-type: 	none;
		margin:				0;
		padding:			0;	
		border:				0;
	}
	#menubar li {
		display:			inline;
	}
	#menubar ul li a {
		display:			block;
		float:				left;
		width:				auto;
		padding:			8px 25px 8px 25px;
		border-right:		1px solid #fff;
		margin:				0;
		color:				#333;
		background-color:	#D5D0CC;
		text-align:			left;
	}
	#menubar ul li a.home,
	#menubar ul li a.home_on {
		background-image:	url('/images/menu_start_off.gif');
		background-position:bottom left;
		background-repeat:	no-repeat;
		padding-left:		75px;
	}
	#menubar ul li a:hover,
	#menubar ul li a.home_on,
	#menubar ul li a.on {
		text-decoration:	none;
		background-color:	#D98443;
		color:				#fff;
	}
	#menubar ul li a.home:hover,
	#menubar ul li a.home_on {
		background-image:	url('/images/menu_start.gif');
	}
	#advtoyou, 
	#advtoemp {
		display:			none;
	}

	/* CONVEYANCING STYLES */
	
	.specialfeature, .quotefeature {
		background-color: 	#F6F6F6;
		width:				520px;
		border-collapse: 	separate;
		border: 			1px dotted #CD0B0C; 
		padding: 			0 5px 10px 5px;
	    margin: 			5px 10px 0 10px;
	}
	.specialfeature {
		background-color: 	#E3E2E2;
	}
	input.check {
		border:				0;
		text-align:			left;
		padding:			0
	}
	.show_row, .on {
	 	display:			table-row;
 	}
 	tr.hide, .off{
	 	display:			none;
 	}
	
	/* BUTTON STYLES */
	
	.quote_button {
		border:				0;
		width:				148px;
		height:				28px;
		margin:				5px 0 0 0;
		background:			transparent
	}
	.help_button {
		border:				0;
		width:				101px;
		height:				28px;
		margin:				5px 10px 0 0;
		background:			transparent
	}
	.backbutton, .button {
		border:				1px solid #ccc;
		border-right:		1px solid #666;
		border-bottom:		1px solid #666;
		width:				auto;
		height:				auto;
		margin:				5px 10px 10px 0;
		padding:			8px 20px 8px 20px;
		color:				#fff;
		font-weight:		bold;
		background-color:	#D98443;
	}
	.backbutton {
		background-color:	#CD0B0C	
	}

	
	/* PRINT ONLY STYLES */
	
	@media print {
			#leftus, #menubar, #masthead, #photo, #rightmenu {
					display:			none;
			}
			#printhead {
					display:			block;
					width:				640px;
					height:				85px
			}
			#overall {
					width:				100%;
					border:				0;
			}
			.noprint {
					display:			none;
			}
	
	}