/* CSS Reset ------------------------------------------------------ */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, dl, dt, dd, ol, ul, li, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
address, tt, var, applet, object, iframe, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;}
.hidden, .copperfield, hr {position: absolute; left: -999em; width: 1px; height: 1px; overflow: hidden;}
.clear {clear: both;}
.clearfix,
.item,
#landing {height: 1%;}
.clearfix:after,
.item:after,
#landing:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
*> .clearfix,
*> .item,
*> #landing {min-height: 1px; height: auto;}
a img {border: none;}
/* Structure ------------------------------------------------------ */
body {
	background: #FFF url(../Images/button_plus.png) -9999em 0 no-repeat;
	color: #090909;
	font: 62.5% Arial,Verdana,sans-serif;
}
#container {
	max-width: 1000px;
	padding: 0 0px;
}olor
#content {
	clear: both;
	font: 1.6em/1.3em Arial;
	padding: 11px 0 0 0;
}
#header {
	height: 75px;
	font: 1.5em/1.3em Arial;
	background-color:#4598c9;
	padding:10px;
}
body #header.home {
	background-position: center;
	text-align: center;
}
	#header img {
		float: inherit;
	}
	#header.home img {
		float: inherit;
	}
	#header a {
		display: block;
		float: left;
		background: #4598c9;
		color: #FFF;
		text-decoration: none;
		padding: 0 3px 0 0;
	}
	#header.home a {
		float: right;
		padding: 0;
	}
#landing {
	clear: both;
	border-bottom: 1px solid #CCC;
	margin: -10px 0 0 0;
	background-color:#4598c9;
	color:#FFF;
	text-align:center;
}
	#landing p {
		font: 1.6em/20px Arial;
		padding: 2px 0 2px;
	}
	#landing h1 {
		float: left;
		width: 45%;
	}
	#qBlock {
		float: right;
		font: 1.4em/14px Arial;
		margin: -7px 0 0 0;
	}
		#qBlock h2 {
			color: #4598c9;
			font-size: 0.79em;
			padding: 0 0 2px;
		}
		#qBlock a {
			color: #fff;
			text-decoration: none;
		}
	.left {
		float: left;
		width: 49%;
	}
	.right {
		width: 49%;
		float: right;
	}
/* Footer --------------------------------------------------------- */
#footer {
	clear: both;
	font: 1.4em/1.1em Arial;
	padding: 5px 0;
	border-top: 8px solid #e48008;
	padding-left: 10px;
	padding-right: 10px;
}
	#footer p {
		clear: both;
		margin: 0 0 0px;
	}
	#footer div {
		padding: 0 0 0px;
		
	}
	#footer a {
		color: #e48008;
		font-size: 12px;
		text-decoration: none;
	}
	#footer .right {
		text-align: right;
	}
		#footer .right a {
			float: right;
		}
	#footer .copyright {
		color:#666;
		font-size: 10px;
	}
/* Navigation ----------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* navArrows ------------------------------------------------------ */
ul.homeNav {
	list-style: none;
	color: #0f5d8c;
	padding: 0 0 0 0;
	text-align:center;
}
	ul.homeNav li {
		border-bottom: 1px solid #CCC;
	}
	.homeNav a {
	display: block;
		color: #0f5d8c;
		font: bold 1.9em/1.1em Arial;
		text-decoration: none;
		padding: 17px 0px 14px 0;
	}

ul.nav {
	list-style: none;
	color: #0f5d8c;
	font: bold 1.9em/1.1em Arial;
	text-decoration: none;
	padding: 0 0 0 0;
}
ul.arrows {
	list-style: none;
}
	ul.arrows li {
		clear: both;
		border-bottom: 1px solid #CCC;
	}
		ul.arrows li a {
			display: block;
			padding: 17px 0px 14px 0;
			color: #0f5d8c;
			text-decoration: none;
		}
.nav li a img {
	display: block;
}
/* Content Styles ------------------------------------------------- */
h1 {
	display: none;
}
h1#pageTitle {
	display: block;
	font: bold 1.9em/1.1em Arial;
	padding: 0 0 5px;
}
#landing h1#pageTitle {}
#content h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px;
}
#content h3 {
	color: #4598c9;
	font-weight: normal;
	font-size: 14px;
	padding: 0 0 5px;
}
#content h4 {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px;
}
#content .formBox h4 {
	font-size: 1.2em;
	padding: 10px 0 4px 0;
}

#content a {
	color: #4598c9;
	font-weight: bold;
	text-decoration: none;
}
#content a.black {
	color: #0f5d8c;
	font-weight: normal;
}

p {
	padding: 0 0 13px;
	font-size:14px;
}
p.disclaimer {
	font-size: 0.8em;
}
#container #content p.address {
	padding: 0 0 5px;
}
p.note {
	color: #666;
	font-weight: normal;
	font-style: italic;
}

ul {
	list-style-type: disc;
	padding: 0 0 15px 25px;
}
ul li {
	border: none;
}

ul.itemList {
	list-style: none;
	padding: 0;
}
	.itemList li {
		line-height: 1.2em;
		padding: 10px 0 11px 0;
		border-bottom: 1px solid #CCC;
	}
		.itemList p {
			padding: 0;
		}
		.itemList li.red,
		#content .itemList li.red a.black {
			color: #FF0000;
		}

sup {
	font-size: 10px;
}
small {
	font-size: 8px;
}

ul.accordion {
	list-style: none;
	padding: 0;
}
	.accordion li {
		
		padding: 6px 0 3px 0;
	}
	.jsOn .accordion li {
		border-bottom: 1px solid #CCC;
	}

		#content .accordion li ul {
			list-style-type: disc;
			padding: 0 0 15px 25px;
		}
		#content .accordion li li {
			border: none;
		}

	#content .accordion h2.trigger {
		padding: 5px 0 8px 0;
	}
	.jsOn #content .accordion h2.trigger {
		background-image: url(http://m.choicehomewarranty.com/Images/button_plus1.png);
		background-position: right 1px;
		background-repeat: no-repeat;
		padding-right: 35px;
		cursor: pointer;
	}
	.jsOn #content .accordion h2.active {
		background-image: url(http://m.choicehomewarranty.com/Images/button_minus1.png);
	}
	.accordion .layer {}
	.jsOn .accordion .layer {
		display: none;
	}
		#content .accordion .layer p {
			padding: 5px 0 15px 0;
		}

#content .more {
	clear: both;
	padding: 10px 0;
}

#content .formBox {
	font: .88em Arial;
	font: .94em Arial;
}
#content .formBox .item {
	clear: both;
	padding: 0 0 3px 0;
}
	#content .formBox h2 {
		padding-top: 5px;
	}
		#content .formBox label {
			display: block;
			float: left;
			width: 39%;
			padding: 7px 0 0 0;
		}
		#content .formBox input,
		#content .formBox select,
		#content .formBox textarea {
			display: block;
			float: right;
			width: 55%;
			font: 1em Arial;
		}
	#content .formBox select {
		width: 60%;
	}
	#content .formBox select.wide {
		width: 100%;
		margin: 0 0 17px;
	}
	#content .formBox textarea {
		height: 150px;
	}
	#content .formBox input.button {
		position: relative;
			left: 2px;
		width: 286px;
		height: 49px;
		padding: 0;
		margin: 9px 0 0 0;
	}
	#content .formBox {}

#content .partner {
	padding: 12px 0 0 0;
	border-top: 1px solid #CCC;
}
	#content .partner p {
		padding: 0 0 5px;
	}

#content span.req {
	color: #FF0000;
}
#content p.req {
	font-size: 12px;
	font-style: italic;
	padding: 0 0 5px;
}











ul li span.box {
	display: inline-block;
	width: 150px;
}


#quoteheader {
	height: 50px;
	font-size:15px;
	background-color:#4598c9
}
body #quoteheader.home {
	background-position: center;
	text-align: center;
}
	#quoteheader img {
		float: inherit;
	}
	#quoteheader.home img {
		float: inherit;
	}
	#quoteheader a {
		display: block;
		float: left;
		background: #4598c9;
		color: #FFF;
		text-decoration: none;
		padding: 0 3px 0 0;
	}
	#quoteheader.home a {
		float: inherit;
		padding: 0;
	}

