/* -------------------------------------------------------------- 
  
	Resets default browser CSS
	http://meyerweb.com/eric/tools/css/reset/
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow: scroll;
}

/* -------------------------------------------------------------- 
   
   typography.css
  
-------------------------------------------------------------- */

body { 
	font-size: 75%; 
	color: #333; /*#000000;*/ 
	font-family: /*"Myriad Pro",*/ Arial, Helvetica, Verdana, sans-serif;  
	line-height: 1.2;
}

h2 { 
	font-size: 1.4em; 
	margin: 5px 10px 10px 10px;
}


h3 { font-size: 1.3em; margin: 5px 10px;}
h4 { font-size: 1em; margin:  5px 10px;}
h5 { font-size: 1.1em; margin:  5px 10px; }
h6 { font-size: 1em;  margin:  5px 10px;}
p, ul, dl { font-size: 1.1em;  margin: 5px 10px 15px 10px;}

img 		{ vertical-align: bottom;  margin: 5px 10px; }
p img 		{float: left; margin-left: 0;}

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

a           { color: #ff0000; text-decoration: underline; }
a:focus, 
a:hover     { color: #ff0000; text-decoration: none;}
strong      { font-weight: bold; }
em     		{ font-style: italic; }

dt			{font-weight: bold;}

h3, h4 {
	color: #0B4FA1;
}

.message h3 {
	color: #fff;
}

/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.clear     { clear: both; }

.padding	{ padding: 10px 0; }

.hide { 
	position:absolute;
	left:-9990px;
	top:0px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.hide2 { 
	visibility: hidden;
}

.sub      { font-size: 50%; }

.left {
	float: left;
}

.right {
	float: right;
}

.divider {
	background: #c8c7c7;
	height: 1px;
	clear: both;
	margin: 7px 0px 0px 0px;
}

.column {
	float: left;
}

.autowidth {
	width: auto;
}

.center {
	text-align: center;
}

.bigtext {
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
}

/* -------------------------------------------------------------- 
  
	=Layout 
   
-------------------------------------------------------------- */

body {
	background: #deedf9 url(../images_ahs/bg.gif) repeat-x;
	height: 100%;
}	

.container {
	width: 750px;
	margin: 0px auto 0 auto;

}
	
.content {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 13px;
	margin-bottom: 0px;
}

.maincontent {
	float: left;
	width: 572px;
}


.sidecontent {
	float: right;
	margin-top: 8px;
	width: 168px;
}

.explanation {
	float: left;
}

.explanation {
	background: #fff url(../images_ahs/divider.gif) repeat-y 370px 0;
	padding: 10px 0;
}

.section1 {
	width: 375px;
}

.section2 {
	width: 375px;
}

/* home layout */

/* =category layout */

/* footer */

#footer {
	clear: both;
	margin-bottom: 50px;
	font-size: .9em;
	overflow: hidden;
	min-height: 108px;
	width: 100%;
	background:url(../images_ahs/footer_bg2.gif) repeat-x;
}

#footer ul {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	border-left: 1px solid #ae0808;
	border-right: 1px solid #ae0808;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer a {
	color: #fddede;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #f48080;
	line-height: 1;
}

#footer .last a {
	padding: 0;
	margin: 0;
	border: none;
}

#footer .branding {
	margin: 25px 0;
	font-style: italic;
	font-weight: bold;
	color: #616161;
	text-align: center;
	line-height: 2;
}

#footer .branding img {
	margin: 0;
}


#footer .branding .logo1, #footer .branding span {
	float: left;
}

#footer .branding .logo1 {
	margin-right: 20px;
}

#footer .branding .logo2 {
	float: right;
}

#footer span.copyright {
	width: 475px;
	line-height: 1;
}



/* header
-------------------------------------------------------------- */

.header {
	height: 98px;
}

.logo {
	float: left;
	padding-top: 10px;
}

.logo img {
	margin: 0;
}

.logo .tagline {
	display: block;
	margin-top: 4px;
	color: #666;
}

#dashboard {
	float: right;
	width: 525px;
	background: url(../images_ahs/form_bg.gif) right top no-repeat;
	height: 88px;
	padding-top:10px;
}

#utilitynav {
	margin: 10px 0 0 0;
	list-style: none;
	float: right;
}

#dashboard #utilitynav {
	margin: 0px 0 0 0;
	float: left;
}

#utilitynav li {
	float: left;
	font-weight: bold;
	margin-left: 10px;
	background: url(../images_ahs/divider2.gif) right top repeat-y;
	padding-right: 10px;
}

#utilitynav li.last {
	background: none;
	padding-right: 0px;
}

.greeting {
	margin-right: 0;
}

#toplogin {
	text-align: right;
	color: #fff;
}

#toplogin a {
	color: #fff;
}

#loginform {
	margin: 3px 6px 0 0;
	float: right;
	text-align: right;
	display: inline;
	width: 247px;
}

#loginform ol {
	margin: 0;
}

#loginform li {
	margin-bottom: 5px;
}

#loginform input{
	margin-left: 2px;
}

#loginform input.text {
	width: 154px;
	border: none;
}

#loginform input.checkbox {
	margin: 0;
	border: none;
}

#loginform input.submit {
	float: right;
	text-align: left;
}

#loginform span {
	float: left;
	text-align: left;
	font-size: .9em;
	line-height: 10px;
}

#loginform span.notmember {
	width:93px;
}

#loginform span.forgot {
	margin-left: 110px;
	font-size: .85em;
	margin-top: 3px;
}

a.arrow {
	padding-left: 10px;
	background: url(../images_ahs/alt_arrow.gif) left 3px no-repeat;
}

.loggedin {
	background: url(../images_ahs/divider3.gif) left 28px repeat-x;
	width: 170px;
	float: right;
	padding-right: 40px;
	margin-right: 10px;
}

.loggedin a {
	margin-left: 10px;
}


/* =nav
--------------------------------------------------------------- */
#navcontainer {
	clear: both;
	background:url(../images_ahs/nav.gif) no-repeat;
	height:36px; 
	margin-top: -22px;
	float: left;
	width: 100%;
}

#nav {float:left; position:relative; margin: 0;}
#nav li { float:left; list-style: none;}
#nav li a { position: absolute; top:0; display:block; height:36px; background:url(../images_ahs/nav.gif); text-indent:-9999px; overflow:hidden; font-size:1%;}
li#homeowners a { left:0; width:126px; }
li#professionals a { left:126px; width:224px; background-position:-126px 0;}
li#contractors a { left:350px; width:131px; background-position:-350px 0;}
/* hover states */
li#homeowners a:hover { background-position:0 100%; }
li#professionals a:hover { background-position:-126px 100%;}
li#contractors a:hover { background-position:-350px 100%;}
/* you-are-here navigation marker */
li#homeowners.current a { background-position:0 -36px; }
li#professionals.current a { background-position:-126px -36px;}
li#contractors.current a { background-position:-350px -36px;}


.toplinks {
	float: right;
	position: relative;
	z-index: 2;
	top: 8px;
	font-size: 1.1em;
	margin: 8px 0 0 0;
}

.toplinks a {
	color: #fff;
	background: url(../images_ahs/alt_arrow.gif) left 3px no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}


/* forms
-------------------------------------------------------------- */

form ol {
	list-style: none;
	margin: 0 0px 0 20px;
}

form li {
	margin-bottom: 15px;
}


input.text {
	width: 210px;
	border: 1px solid #7d7d7d;
}

input.largetext {
	width: 360px;
}

input.mediumtext {
	width: 180px;
}

input.smalltext {
	width: 68px;
}

.textarea {
	width: 210px;
	height: 120px;
	border: 1px solid #7d7d7d;
}

.select {
	border: 1px solid #7d7d7d;
	width: 125px;
}

.largeselect {
	width: 360px;
}

.label {
	display: block;
}

label.checkboxlabel, label.radiolabel {
	display: inline;
}

.siteform label.checkboxlabel {
	color: #666;
}

form.siteform {
	/*overflow: auto;*/
}

form.siteform ol li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	min-height: 20px;
}

form.siteform li.noline {
	border-bottom: none;
}

form.siteform ol li.column {
	float: left;
	width: auto; 
	background: url(../images_ahs/pipebar.gif) right top no-repeat;
	padding-right: 15px;
}

li.column1 {
	float: left;
	width: 47%; /* width: 334px; */
	background: url(../images_ahs/pipebar.gif) right top no-repeat;
}

li.column2 {
	float: left;
	width: 53%; /* width: 367px; */
}


form.siteform li.largecolumn {
	width: 70%;
}


form.siteform input.text {
	/* width: 228p */
	width: 216px;
}

form.siteform input.largetext {
	width: 360px;
}

form.siteform input.mediumtext {
	width: 180px;
}

form.siteform input.smalltext {
	width: 68px;
}


form.siteform input.phonetext {
	/* width: 50px; */
	width: 45px;
	margin-right: 5px;
}


form.siteform .label {
	float: left;
	/*width: 84px;*/
	width: 97px;
	color: #0b4fa1;
	font-weight: bold;
	padding-top: 3px;
	text-align: right;
	margin-right: 5px;
	display: inline;
}


/* Fixes issues with text wrapping under parallels */
form.siteform .largelabel {
	/* width: 142px; */
	width: 161px; 
}

form.siteform li.column2 .label {
	width: 140px;
}


form.siteform li.largecolumn .label {
	width: 156px;
}

form.siteform li.options {
	border-bottom: none;
	text-align: center;
	clear: both;
}

form.siteform li.options .radiolabel {
	margin-right: 20px;
}

form.siteform li.submit {
	border-bottom: none;
	text-align: center;
	clear: both;
	margin-bottom: 0;
	padding-bottom: 0;
}


.note {
	font-style: italic;
	font-size: .8em;
	color: #666;
	clear: both;
}

p.note {
	margin-top: -10px;
	font-size: 1em;
}

form .note, form p.note {
	margin-left: 100px;
	margin-bottom: 0;
	margin-top: 2px;
}

form.siteform .autolabel, form.siteform li.column2 .autolabel  {
	width: auto;
	padding-left: 5px;
}


form.siteform li.checboxoptions {
	border-bottom: none;
	clear: both;
	overflow: auto;
}

form.siteform li.checboxoptions ol {
	float: left;
	margin-top: 10px;
}

form.siteform li.checboxoptions li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 5px;
}

img.button{
	margin: 0 10px 0px 10px;
	vertical-align: top;
}

form.siteform li.last {
	border-bottom: none;
	/* clear: both; //ss Seems to be unnecessary since .submit already clears */
}

form.editprofile .label {
	width: 120px;
}

form.editprofile .autolabel {
	width: auto;
}

form.editprofile input.smtext {
	width: 47px;
}

form.editprofile input.mediumtext {
	width: 90px;
}

form.editprofile .largelabel {
	width: 161px;
}

form.editprofile li.noline {
	margin-bottom: 0;
}

form.editprofile .collabel {
	color: #0B4FA1;
	font-weight: bold;
	display:block;
	float:none;
	margin-left: 20px;
	margin-top:-16px;
	width:auto;
	position: relative;
}

.altcheckbox {
	clear: both;
	margin-left: 45px;
	margin-top: 5px;
}


.emailchange {
	clear: both;
	color: #333;
	line-height: 1.6;
}

.emailchange em {
	color: #666;
}

.buttons {
	text-align: center;
}

/* home page elements */
.learnmore {
	margin-top: 29px;
	margin-left: 15px;
}

.quote {
	background: #b4be82 url(../images_ahs/hp_main_4.jpg) left top no-repeat;
	min-height: 369px;
	float: left;
	padding-bottom: 7px;
	}
	
.quote img {
	margin: 0;
}

.quote .tagline {
	float: left;
}

.quote p.learn {
	float: left;
	clear: both;
}

.quoteform {
	background: url(../images_ahs/form_bg_3.png) left bottom no-repeat;
	min-height: 301px;
	width: 329px;
	margin-top: 7px;
	font-weight: bold;
	margin: 15px auto 7px auto;
}

.home .quoteform {
	float: right;
	margin: 7px 0px 0px 0;
	width: 253px;
	background: url(../images_ahs/form_bg_2.gif) left bottom no-repeat;
}

form.quoteform li {
	list-style: decimal;
	font-size: 1.3em;
	margin-bottom: 10px;
}

#yearbuilt {
	margin-top: 10px;
	list-style: none;
}

form.quoteform li.submit {
	list-style: none;
}

form.quoteform li .label {
	font-size: .9em;
	margin-bottom: 2px;	
}

form.quoteform li .smlabel {
	font-size: 80%;
	font-weight: normal;
}


form.quoteform ol {
	margin-left: 34px;
}


form.quoteform li li {
	list-style: none;
	font-size: .9em;
	margin-bottom: 0px;
	font-weight: normal;
}

form.quoteform ol ol {
	margin-left: 0;
}

form.quoteform input.text {
	width: 125px;
	background: url(../images_ahs/input_bg.gif) repeat-x;
	margin-right: 5px;
}

form.quoteform input.smtext {
	width: 47px;
}

form.quoteform .smallselect {
	width: 55px;
}

form.quoteform input.mediumtext {
	width: 90px;
}

form.quoteform input.largetext {
	width: 206px;
}

form.quoteform .select {
	margin-right: 5px;
}

form.quoteform span.small {
	display: block;
}

img.legend {
	margin: 0;
	padding: 10px 95px 8px 15px;
	background: url(../images_ahs/form_bg_3.png) left top no-repeat;
	margin-top: -8px;
}

.home img.legend {
	background: url(../images_ahs/form_top.gif) left top no-repeat;
	padding-right: 20px;
	margin-top: 0;
}

form.location ol {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

form.location li {
	float: left;
	margin-bottom: 0;
	background: none;
	padding-left: 0;
	margin-left: 0;
}



form.location input.text {
	width: 100px;
	background: url(../images_ahs/input_bg.gif) repeat-x;
	margin-right: 5px;
	margin-top: 2px;
	padding-left: 6px;
}

/* get a quote error treatment */

form.quoteform .errormessage {
	background: #FE0000  url(../images_ahs/error_bg_2_bottom.gif) left bottom no-repeat;	
}

form.quoteform  .errormessage  .top {
	background: #FE0000  url(../images_ahs/error_bg_2.gif) left top no-repeat;	
}

form.quoteform span.error {
	margin-top: 0px;
	float: none;
	padding: 3px;
}

form.quoteform .error input.text, form.quoteform .error .select { 
	margin-right: 0;
}

form.quoteform .errormessage p {
	font-size: 90%;
}
/* end get a quote error treatment */

.homeblurb {
	float: right;
	min-height: 301px;
	margin: 7px 0 0px 0;
	width: 253px;
	background: url(../images_ahs/form_bg_2.gif) left bottom no-repeat;
}

.homeblurb .top {
	background: url(../images_ahs/form_top.gif) left top no-repeat;
	padding-top: 15px;
	margin-left: 0;
}

.homeblurb p {
	margin-left: 0;
	padding-left: 20px;
	color: #000;
}

.homeblurbalt {
	 min-height: 100px;
	 text-align: center;
}

.homeblurbalt p {
	 color: #115095;
	 text-align: left;
}

.homeblurbalt h2, .homeblurbalt h3 {
	 color: #115095;
}

.homeblurbalt h3.invite {
	 text-align: left;
	 margin-left: 0px;
	 padding-left: 20px;
	 font-size: 1.3em;
	 font-weight: normal;
}

.homeblurbalt p.note {
	 margin-top: 5px;
	 font-style: normal;
}

.topblurb {
	margin-top: 50px;
}

.bottomblurb {
	margin-top: 30px;
	clear: both;
}

.contractor  .bottomblurb {
	min-height: 120px;
}

.siteentry {
	overflow: hidden;
	width: 100%;
	clear: both;
}

.siteentry .column {
	height: 130px;
	margin-top: 7px;
	background: #fff;
	width: 217px;
}

.siteentry .column strong {
	color: #0b4fa1;
}


.siteentry .column img.title {
	margin-left: 30px;
	margin-top: 11px;
}

.siteentry .column p {
	margin-left: 10px;
	margin-top: 15px;
	font-size: 1em;
	line-height: 1.1;
}

.moreinfo {
	background:url(../images_ahs/arrow.gif) left top no-repeat;
	padding-left: 15px;
}

ul.moreinfo {
	padding-left: 0;
	margin-top: 15px;
	background: none;
}

ul.moreinfo li {
	background:url(../images_ahs/arrow.gif) left center no-repeat;
	padding-left: 13px;
	list-style: none;
	margin-bottom: 3px;
	font-size: .85em;
}

.siteentry .ownerbox {
	background:url(../images_ahs/homeowners_bg.gif) left top no-repeat;
	width: 307px;
}

.siteentry .professionalbox {
	background:url(../images_ahs/reprof_bg.gif) left top no-repeat;
	width: 307px;
	/*width: 225px;*/
}

.siteentry .contractorbox {
	background:url(../images_ahs/contractors_bg.gif) left top no-repeat;
	width: 307px;
	/*width: 216px;*/
}

.siteentry .testimonialbox {
	background:url(../images_ahs/testimonial_bg.gif) left top no-repeat;
	width: 226px;
}

.siteentry .column p {
	margin-top: 5px;
}

.siteentry .column p.testimonial {
	font-size: .8em;
	margin-bottom: 0;
	margin-top: 15px;
}

/* shared elements */
.breadcrumbs {
	background:url(../images_ahs/breadcrumb_bg.gif) left top no-repeat;
	height: 21px;
	padding-top: 4px;
	margin-bottom: 8px;
}

.breadcrumbs p {
	margin-top: 0px;
	margin-left: 16px;
	color: #073269;
}

.breadcrumbs a {
	color: #073269;
}

.box {
	background: #fff;
	overflow: hidden;
	width: 100%;
}

.boxbottom {
	background: url(../images_ahs/round_bottom.png) left bottom no-repeat;
	height: 11px;
}

.heading {
	background: #b4d6f1 url(../images_ahs/left_edge.gif) left top no-repeat;
	height: 37px;
}


.heading h2 {
	font-size: 1.15em;
	margin: 0;
	color: #0b4fa1;
	padding-top: 10px;
	padding-left: 32px;
	background: url(../images_ahs/round_top.gif) right top no-repeat;
}

h2.currentstep {
	float: left;
	background: none;
}


h2.currentstep em {
	font-size: .9em;
	color: #fff;
	font-weight: normal;
	padding-right: .15em;
}

.steps, .maincontent ul.steps {
	float: right;
	margin: 0;
	background: url(../images_ahs/steps_bg.gif) repeat-x;
	height: 35px;
}


.steps li {
	float: left;
	list-style: none;
	/* font-size: 1.1em; */
	margin-left: 4px;
	background: url(../images_ahs/steps_bg_off.gif) -30px top no-repeat;
	height: 29px;
	padding: 3px 5px;
	color: #8fc0e9;
}

.steps li.current {
	color: #0b4fa1;
	background: url(../images_ahs/steps_bg_on.gif) -30px top  no-repeat;
	font-weight: bold;
}

.steps li span {
	padding-left: 27px;
	height: 22px;
	line-height: 22px;
	display: block;
}

li#step1 {
       margin-left: 0;
       background: url(../images_ahs/steps_bg_off.gif) 0px top  no-repeat;
       padding-left: 23px;
}

.steps li#step1.current {
       background: url(../images_ahs/steps_bg_on.gif) 0px top  no-repeat;
}
.steps li#step2.current, .steps li#step3.current, .steps li#step4.current {
       background: url(../images_ahs/steps_bg_on.gif) right top  no-repeat;
}

li#step1 span {
       background: url(../images_ahs/one.gif) left top no-repeat;
}
li#step1.current span {
       background: url(../images_ahs/one_on.gif) left top no-repeat;
}

li#step2 span {
       background: url(../images_ahs/two.gif) left top no-repeat;
}
li#step2.current span {
       background: url(../images_ahs/two_on.gif) left top no-repeat;
}

li#step3 span {
       background: url(../images_ahs/three.gif) left top no-repeat;
}
li#step3.current span {
       background: url(../images_ahs/three_on.gif) left top no-repeat;
}

li#step4 span {
       background: url(../images_ahs/four.gif) left top no-repeat;
}
li#step4.current span {
       background: url(../images_ahs/four_on.gif) left top no-repeat;
}

.highlight {
	background: #e4f0fa url(../images_ahs/round_bottom2.gif) left bottom no-repeat;
	margin: 8px;
	padding-bottom: 1px;
	overflow: auto;
}

.highlight p {
	margin-left: 15px;
}

.highlight .top {
	background: url(../images_ahs/round_top2.gif) left top no-repeat;
	margin: 0 0 10px 0;
	padding: 10px 15px 0px 15px;
}

.highlight div.top p {
	margin-left: 0;
	margin-right: 0;
}

.innerbox {
	background: #f6f6f6 url(../images_ahs/round_bottom3.gif) left bottom no-repeat;
	margin: 0 8px;
}

.innerbox .top {
	background: url(../images_ahs/round_top3.gif) left top no-repeat;
	padding: 10px 15px;
}

.innerbox ol.top {
	margin-left: 0;
}

form.top ol {
	margin-left: 0;
}

.privacyline {
	background: #fff;
	text-align: center;
	padding: 10px 0;
	margin: 7px 0 7px 0;
	clear: both;
}

.message {
	background: #308dd9 url(../images_ahs/round_bottom4.gif) left bottom no-repeat;
	margin: 8px;
	padding-bottom: 1px;
	color: #fff;
}

.message h3 {
	font-weight: normal;
}

.message p {
	margin-left: 15px;
}

.message .top {
	background: url(../images_ahs/round_top4.gif) left top no-repeat;
	margin: 0 0 5px 0;
	padding: 10px 15px 0px 15px;
}



/* -------------------------------------------------------------- 
  
	=toploggedin
	   
-------------------------------------------------------------- */

#toploggedin {
	float: right;
	display: inline;
	width: 216px;
}

#toploggedin a {
	color: white;
}

#toploggedin ul {
	list-style-type: none;
}

#toploggedin li {
	float: left;
	padding: 6px;
}

#toploggedin .profile a, #toploggedin .signout a {
	padding-left: 12px;
	background: url(../images_ahs/alt_arrow.gif) left 2px no-repeat;
}

#toploggedin li.username {
	float: none;
	border-bottom: 1px solid #ddd;
}


/* -------------------------------------------------------------- 
  
	=maincontent
	
	Alterations for maincontent/ 2 column look 
   
-------------------------------------------------------------- */

.maincontent .privacyline {
	margin-bottom: 10px;
}

.maincontent .message {
	background: #306cab url(../images_ahs/round_bottom_darkblue.gif) left bottom no-repeat;
	margin: 8px 0;
}

.maincontent .message .top {
	background: url(../images_ahs/round_top_darkblue.gif) left top no-repeat;
	margin: 0;
	padding: 8px 15px 6px 15px;
}

.maincontent .message p {
	color: #93c3eb;
}

.maincontent .message p strong {
	font-weight: normal;
	color: #fff;
}

.maincontent .highlight {
	background: #e4f0fa url(../images_ahs/round_bottom2_short.gif) left bottom no-repeat;	
}

.maincontent .highlight  .top {
	background: url(../images_ahs/round_top2_short.gif) left top no-repeat;
}

.maincontent .block p {
	display: block;
}

.maincontent #existingNewUser p {
	width: 100%;
	text-align: left;
}

.maincontent #existingNewUser div {
	margin-top: 12px;
}

.maincontent #existingNewUser #pass {
	width: 130px;
}

.maincontent .siteform .name input.text, .maincontent .siteform input#ccn, .maincontent .siteform input#sn, .maincontent .siteform input.text {
	width: 135px;
}

.maincontent form.siteform input.smalltext {
	width:68px;
}

.maincontent .siteform input.phonetext {
	width: 35px;
}

.maincontent .siteform input.largetext {
	width: 360px;
}

.maincontent .siteform input.mediumtext {
	width: 150px;
}

.maincontent .siteform .checboxoptions p {
	width: 145px;
}

.maincontent .siteform li.checboxoptions {
	display: block;
	display: inline;
	border-bottom: 1px solid #ccc;
}

.maincontent .siteform li.noborder {
	border-bottom: none;
	margin-bottom: 0;
}

.maincontent .siteform input#city {
	width: 95px;
}

.maincontent .siteform .select {
	width: 80px;
}

.maincontent .siteform #billoption {
	width: 250px;
}

.maincontent .siteform input#zip, .maincontent .siteform input#sn {
	width: 70px;
}

.maincontent .siteform #questonmark, .maincontent .siteform #questonmark img	
{
	margin: 0;
	padding: 0;
}

.maincontent .siteform select#expiremonth, .maincontent .siteform select#expireyear, .maincontent .siteform select#effectivemonth, .maincontent .siteform select#effectiveday, .maincontent .siteform select#effectiveyear {
	width: 90px;
}

.maincontent .siteform select#expireyear, .maincontent .siteform select#effectiveday, .maincontent .siteform select#effectiveyear {
	margin-left: 10px;
}

.maincontent .siteform li.effectiveddate, .maincontent .siteform li.contractday {
	float: left;
	padding-right: 12px;
	background: url(../images_ahs/pipebar.gif) right top no-repeat;
}

.maincontent .siteform li.contractday {
	float: left;
	padding-right: 10px;
	background: url(../images_ahs/pipebar.gif) right top no-repeat;
}

.maincontent .siteform li.contractyear {
	float: left;
}

.maincontent .siteform p#credit {
	margin-left: 14px;
}

.maincontent .siteform #createpass p {
	text-align: left;
	width: 90%;
}

.maincontent .siteform input#password,.maincontent .siteform input#verifypassword  {
	width: 120px;
}





/* -------------------------------------------------------------- 
  
	=message #fullwidth
   
-------------------------------------------------------------- */

.message#fullwidth {
	background: #306cab url(../images_ahs/round_bottom_darkblue_fullw.gif) left bottom no-repeat;
	margin: 16px 0 8px 0;
	overflow: hidden;
	width: 100%;
}

.message#fullwidth .top {
	background: url(../images_ahs/round_top_darkblue_fullw.gif) left top no-repeat;
	margin: 0;
	padding: 8px 15px 6px 15px;
}

.message#fullwidth p {
	color: #93c3eb;
}

.message#fullwidth p strong {
	font-weight: normal;
	color: #fff;
}


/* -------------------------------------------------------------- 
  
	=printlink
   
-------------------------------------------------------------- */

#messageprint {
	display: block;
	height: 1.5em;
}

#messageprint span {
	float: left;
}

#messageprint a {
	color: #fff;
	float: right;
	font-size: .8em;	
}

.printlink {
	float: right;
	background: url(../images_ahs/printicon.gif) top left no-repeat;
	height: 20px;	
	padding: 3px 0 0 30px;	
}




/* -------------------------------------------------------------- 
  
	=thankyou
   
-------------------------------------------------------------- */

#thankyou .sidecontent {
	display: inline;
	margin-right: 8px;
	margin-top: 0;
}

#thankyou .sidecontent .heading {
	background: #f00 url(../images_ahs/left_whiteedge.gif) left top no-repeat;
}

#thankyou .twocolumn {
	margin-right: 186px;
	background: #e4f0fa url(../images_ahs/round_bottom2_short.gif) left bottom no-repeat;
	overflow:visible;
}

#thankyou .twocolumn .top {
	background: url(../images_ahs/round_top2_short.gif) left top no-repeat;
}




/* -------------------------------------------------------------- 
  
	=realestate page 
   
-------------------------------------------------------------- */
body.realestate {
	background: #e8ecf4 url(../images_ahs/realestate/bg.gif) repeat-x;
}

body.realestate .breadcrumbs {
	background:url(../images_ahs/realestate/breadcrumb_bg.gif) left top no-repeat;
}

body.realestate .heading, body.realestate .sidecontent .box .heading {
	background: #b4d6f1 url(../images_ahs/realestate/left_edge.gif) left top no-repeat;
}

body.realestate .sidecontent .heading {
	background: url(../images_ahs/left_rededge.png) left top no-repeat;
	font-size:1.1em;
	height:38px;
}

body.realestate .message#fullwidth {
	background: #0b4fa0 url(../images_ahs/realestate/round_bottom_darkblue_fullw.gif) left bottom no-repeat;
}

body.realestate .message#fullwidth .top {
	background: url(../images_ahs/realestate/round_top_darkblue_fullw.gif) left top no-repeat;
}

body.realestate .heading h2 {
	background: url(../images_ahs/realestate/round_top.gif) right top no-repeat;
}

body.realestate .heading h2.currentstep, body.realestate .heading h2.sideheading, .heading h2.sideheading {
	background: none;
}



/* -------------------------------------------------------------- 
  
	=sidecontent 
   
-------------------------------------------------------------- */

.sidecontent .heading, .realestate#products .sidecontent .heading {
	font-size: 1.1em;
	background: url(../images_ahs/left_rededge.png) left top no-repeat;
	height: 38px;
}

.sidecontent .heading h2 {
	padding: 10px 0 0 44px;
	font-weight: normal;
	color: #fff;
}

.sidecontent .heading strong {
	font-weight: normal;
	color: #ddd;
}

.sidecontent .innerbox {
	background: #fff url(../images_ahs/back_sidecontent.gif) repeat-x;
	margin: 0;
	padding: 6px;
	color: #4f6dad;
	font-size: .86em;
	font-weight: normal;
}

.sidecontent .innerbox strong {
	font-weight: normal;
}	
	
.sidecontent ul, .sidecontent .innerbox ul {
	margin: 0;
	padding: 0;
}

.sidecontent .innerbox li {
	margin-left: 0;
}

.sidecontent li {
	width: 140px;
	padding: 3px;
	margin: 2px 4px 2px 6px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

.sidecontent li.last {
	border-bottom: none;
}

.sidecontent .innerbox strong, .sidecontent .highlight strong {
	float: left;
}

.sidecontent .innerbox span, .sidecontent .highlight span{
	float: right;
}

.sidecontent .highlight {
	background: #d4e7f8 url(../images_ahs/back_sidecontent_highlight.gif) repeat-x;
	padding: 4px 8px 2px 8px;
	margin: 0;
	clear: both;
}

.sidecontent .highlight p {
	clear: both;
	padding: 4px 0;
	margin: 0;
}

.sidecontent .highlight p.trade {
	font-size: .90em;
	font-weight: normal;
	color: #7f91c1;
}



/* -------------------------------------------------------------- 
  
	=products
   
-------------------------------------------------------------- */


/* Top Blue Bar 
------------------------------------------- */
.message div {
	border-bottom: 1px solid #618fc0;
	margin: 0 15px 8px 15px;
}

.message .form {
	float: left;
	border-bottom: none;
	margin: 0 15px 8px 0px;
}

.message .form strong {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
}

.message .form .label {
	width: 12em;
	text-align: left;
	padding-left: 15px;

}

#calendar, #calendar img	
{
	margin: 0;
	padding: 0;
}

.message .form {
	float: left;
	width: auto; 
	background: url(../images_ahs/pipebar_message.gif) right top no-repeat;
	padding-right: 8px;
	margin-right: 12px;
}

.message p.expiration {
	margin: 12px 0 8px 0;
}

/* Coverage Plan Box 
------------------------------------------- */
#plan {
	margin-bottom: 8px;
}

#plannav {
	padding: 6px 0 0 18px;
	margin-bottom: 0;
	height: 1.6em;
	border-bottom: 1px solid #ccc;
	font-size: .95em;
}

#plannav a {
	color: #0B4FA1;
}

#plannav li {
	float: left;
	width: 33%;
	width: 9em;
}

#plannav li.essential {
	list-style-image: url(../images_ahs/blockbullet_blue.gif);
	width: 8.9em;
}

#plannav li.enhanced {
	list-style-image: url(../images_ahs/blockbullet_red.gif);
	width: 9.5em;
}

#plannav li.additional {
	list-style-image: url(../images_ahs/blockbullet_green.gif);
	width: 33%;
}

#plancontent {
	margin: 0;
	padding: 0 8px;
	background: #fff url(../images_ahs/plan_background.gif) 8px 0 no-repeat;
	height: 120px;
}

#plancontent h3 {
	padding: 11px 0 0 215px;
}

#plancontent p {
	padding-left: 215px;
}

/* Standard Box 
------------------------------------------- */

.boxcolumn {
	float: left;
	padding: 8px 3px 0 8px;	
	margin: 0;
	width: 470px;
}

.boxcolumn2 {
	float: right;
	/* padding: 8px 8px 6px 0; */
	padding: 0;
	margin: 0;
	width: 88px;
}

.boxcolumn2 .innerbox h3 {
	color: #BA002F;
	font-size: 1.1em;
	text-align: center;
}

#products .rightgray {
	background: #fff url(../images_ahs/round_back_gray_80.gif) right bottom no-repeat;
}

/* makes using clearing div's unecessary! */
#products .box {
	width: 100%;
	overflow: hidden;
}

.box .boxcolumn .heading h2 {
	padding: 11px 0 0 16px;
	background: #3e6aa4 url(../images_ahs/round_top_darkblue_470.gif) left top no-repeat;
	color: #fff;
	font-size: 1.2em;
}

.box .boxcolumn .heading {
	background: #3e6aa4 url(../images_ahs/round_bottom_darkblue_470.gif) left bottom no-repeat; 
}

.box .boxcolumn .innerbox {
	background: #f6f6f6 url(../images_ahs/round_bottom_lightgray_470.gif) left bottom no-repeat;
	margin: 6px 0 0 0;
}

.box .boxcolumn2 .heading {
	background: #bdbdbd url(../images_ahs/round_bottom_gray_80.gif) left bottom no-repeat; 
	width: 80px;
	text-align: center;
}


.box .boxcolumn2 .innerbox .top {
	background: url(../images_ahs/round_top_lightgray_80.gif) left top no-repeat;
	padding: 6px;
	margin: 0;
}

.box .boxcolumn .innerbox .top {
	background: url(../images_ahs/round_top_lightgray_470.gif) left top no-repeat;
	padding: 10px 15px;
}

.box .boxcolumn .innerbox ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #333;
	font-size: 1em;
}

.box .boxcolumn .innerbox .plancol {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 33%;
	border-right: 1px solid #ccc;	
}

.box .boxcolumn .innerbox .plancol.last {
	border: none;
}

.box .boxcolumn .innerbox  .plancol li {
	padding: 2px 6px 2px 6px;
	margin: 0;
}

.box .boxcolumn .innerbox .innerboxbottom {
	clear: both;
	padding-top: 12px;
}

.headingwrapper {
	padding: 8px 8px 6px 0;
	background-color: #fff;
}

.box .boxcolumn2 .heading h2 {
	padding: 11px 0 0 16px;
	background: #bdbdbd url(../images_ahs/round_top_gray_80.gif) left top no-repeat;
	color: #555;
	font-size: 1.2em;	
}

.box .boxcolumn2 .heading {
	background: #bdbdbd url(../images_ahs/round_bottom_gray_80.gif) left bottom no-repeat; 
	width: 80px;
}

.box .boxcolumn2 .innerbox {
	padding: 0;
	margin: 0;
	background: none;
}

.box .boxcolumn2 .innerbox .top {
	background: url(../images_ahs/round_top_lightgray_80.gif) left top no-repeat;
	padding: 6px;
	margin: 0;
}

.box .boxcolumn2 .innerbox .top label, .box .innerbox dd label {
	color: #506cab;
	font-weight: bold;
	font-size: 1.2em;
}

.box .boxcolumn .highlight {
	background: #e4f0fa url(../images_ahs/round_bottom2_470.gif) left bottom no-repeat;
	padding-bottom: 6px;
	margin: 6px 0 0 0;
}

.box .boxcolumn .highlight p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.box .boxcolumn .highlight .top {
	background: url(../images_ahs/round_top2_470.gif) left top no-repeat;
	font-size: .95em;
}

#products .boxbottom {
	background: url(../images_ahs/round_bottom_572.png) left bottom no-repeat;
	height: 11px;
}

#products .boxheading {
	margin-top: 8px;
	background: url(../images_ahs/box_headline_back.gif) left top no-repeat;
	background-color: transparent;
	height: 37px;
}

.box .boxcolumn .heading.enhanced h2 {
	background: #ba002f url(../images_ahs/round_top_red_470.gif) left top no-repeat;
}

.box .boxcolumn .heading.enhanced {
	background: #ba002f url(../images_ahs/round_bottom_red_470.gif) left bottom no-repeat; 
}

.box .boxcolumn .heading#additional h2 {
	background: #3d5f1c url(../images_ahs/round_top_green_470.gif) left top no-repeat;
}

.box .boxcolumn .heading#additional {
	background: #3d5f1c url(../images_ahs/round_bottom_green_470.gif) left bottom no-repeat;
	margin-bottom: 6px;
}

.box .innerbox dl {
	padding: 0;
	margin: 0;
	font-size: 1em;
	float: left;
}

.box .innerbox dt span {
	display: block;
	padding: 5px 5px 0 22px;
	margin: 0;
	margin-bottom: 5px;
	background: #f6f6f6 url(../images_ahs/round_top_lightgray_470.gif) left top no-repeat;
}

.box .innerbox dt {
	float: left;
	width: 470px;
	margin-bottom: 5px;
	font-weight: normal;	
	background: #f6f6f6 url(../images_ahs/round_bottom_lightgray_470.gif) left bottom no-repeat; 
}

.realestate .box .innerbox dt {
	width: 383px;
}

.realestate .box .innerbox h4 {
	margin-bottom: 0px;
	margin-top: 1px;
	color: #506CAB;
}

.box .innerbox dd input {
	margin: 0 0 0 8px;
}



.box .innerbox dd {
	float: left;
	padding: 2px 0 0 0;
	margin: 0 0 0 6px;
	width: 80px;
	background: #f6f6f6 url(../images_ahs/round_top_lightgray_80.gif) left top no-repeat;
	font-size: 1em;
	
}

.box .innerbox dd.top div {
	padding: 0;
	margin: 0;
	background: #f6f6f6 url(../images_ahs/round_bottom_lightgray_80.gif) left bottom no-repeat; 
	height: 5px;
}

#products .sidecontent {
	margin-top: 0;
}


/* -------------------------------------------------------------- 
  
		=products, realestate page
   
-------------------------------------------------------------- */
.realestate #plannav li.core {
	list-style-image: url(../images_ahs/blockbullet_red.gif);
	width: 11em;
}

.realestate #plannav li.flex {
	list-style-image: url(../images_ahs/blockbullet_orange.gif);
	width: 15em;	
}

.realestate #plannav li.plus {
	list-style-image: url(../images_ahs/blockbullet_green.gif);
	width: 20em;	
}

.realestate#products .sidecontent, .total {
	margin-top: 8px;	
}

#products .sidecontent {
	margin-top: 8px;
}

#products .sidebuttons .button {
	margin: 6px 0 0 0;
}

.realestate#products .boxcolumn {
	float: left;
	padding: 8px 3px 0 8px;	
	margin: 0;
	width: 384px;
}

.realestate#products .boxcolumn2 {
	float: right;
	/* padding: 8px 8px 6px 0; */
	padding: 0;
	margin: 0;
	width: 174px;
}

.realestate#products .boxcolumn2 .headingwrapper {
	height: 37px;
}

.realestate#products .boxcolumn2 .heading {
	float: left;
}

.realestate#products .boxcolumn2 .heading#first {
	margin-right: 6px;
}

.realestate#products .boxcolumn2 .heading h2 {
	padding-top: 8px;
	font-size: .9em;
	padding-left: 0;	
}

.realestate#products .rightgray {
	background: #fff url(../images_ahs/round_back_gray_166.gif) right bottom no-repeat;
}

.realestate#products .box .boxcolumn2 .innerbox .top {
	background: url(../images_ahs/round_top_lightgray_166.gif) left top no-repeat;
	padding: 6px;
	margin: 0;
}

.productform {
	padding: 0;
	margin: 0;
}

.productform li {
	border-bottom: 1px solid #ccc;
	padding: 0 15px 5px 2px;
	margin-bottom: 5px;
	float: left;
	list-style-type: none;
	width: 60px;
	background: url(../images_ahs/pipebar.gif) right top no-repeat;
}

.productform li.last, .siteform .productform li.last {
	background: transparent;
	border-bottom:1px solid #CCCCCC;
}

.realestate#products .box .boxcolumn2 .innerbox .innerbox {
	padding-top: 0;
	margin-top: 0;
	clear: both;
	width: 154px;
}

.realestate#products .box .boxcolumn2 .innerbox .innerbox .top {
	background: #e0e0e0 url(../images_ahs/round_top_gray_154.gif) left top no-repeat;
	padding: 5px 0 5px 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.realestate#products .box .boxcolumn2 .innerbox .innerbox .innerboxbottom {
	background: #e0e0e0 url(../images_ahs/round_bottom_gray_154.gif) left bottom no-repeat;
	height: 5px;
}



.realestate#products .box .boxcolumn2 .innerbox .innerbox label {
	color: #ba002f; 
}

.realestate#products .box .boxcolumn2 .innerbox .innerbox li {
	border: none;
}
	
.savings {	
	padding: 0;	
	margin: 0;
	font-size: .7em;
	color: #ba002f;
}

.info {
	width: 140px;
	margin-left: 6px;	
	text-align: center;
	font-weight: bold;
	color: #555;
	font-size: .9em;
}

.info h4 {
	color: #555;
	text-align: center;
	font-size: 1.3em;
	clear: both;
}

.info p {
	padding: 0;
	margin: 0;
}

.realestate#products .box .boxcolumn .innerbox {
	background: #f6f6f6 url(../images_ahs/round_bottom_lightgray_384.gif) left bottom no-repeat;
	margin: 6px 0 0 0;
}

.realestate#products .box .boxcolumn .innerbox .top {
	background: url(../images_ahs/round_top_lightgray_384.gif) left top no-repeat;
	padding: 10px 15px;
}

.realestate#products .box .boxcolumn .highlight {
	background: #e4f0fa url(../images_ahs/round_bottom2_384.gif) left bottom no-repeat;
	padding-bottom: 6px;
	margin: 6px 0 0 0;
}
.realestate#products .box .boxcolumn .highlight .top {
	background: url(../images_ahs/round_top2_384.gif) left top no-repeat;
	font-size: .95em;
}


.realestate#products .box .boxcolumn .heading h2 {
	background: #ba002f url(../images_ahs/round_top_red_384.gif) left top no-repeat;
}

.realestate#products .box .boxcolumn .heading {
	background: #ba002f url(../images_ahs/round_bottom_red_384.gif) left bottom no-repeat; 
}

.realestate#products .box .boxcolumn .heading#serviceplus h2 {
	background: #3d5f1c url(../images_ahs/round_top_yellow_384.gif) left top no-repeat;
}

.realestate#products .box .boxcolumn .heading#serviceplus {
	background: #3d5f1c url(../images_ahs/round_bottom_yellow_384.gif) left bottom no-repeat;
	margin-bottom: 6px;
}

.realestate#products .box .boxcolumn .heading#serviceplus h2 {
	background: url(../images_ahs/round_top_yellow_384.gif) left top no-repeat;
}

.realestate#products .box .boxcolumn .heading#serviceplus {
	background: url(../images_ahs/round_bottom_yellow_384.gif) left bottom no-repeat;
	margin-bottom: 6px;
}

.realestate#products .box .boxcolumn .heading#coverageplus h2 {
	background: url(../images_ahs/round_green.gif) left top no-repeat;
}

.realestate#products .box .boxcolumn .heading#coverageplus {
	background: url(../images_ahs/round_green.gif) left bottom no-repeat;
	margin-bottom: 6px;
}

.realestate#products .box .boxcolumn .heading#enhancedplan h2 {
	background: url(../images_ahs/round_blue.gif) left top no-repeat;
}

.realestate#products .box .boxcolumn .heading#enhancedplan {
	background: url(../images_ahs/round_blue.gif) left bottom no-repeat;
	margin-bottom: 6px;
}


.realestate#products .box .boxcolumn .innerbox .plancol {
	width: 49%;
}



/* -------------------------------------------------------------- 
  
	=contractor page 
   
-------------------------------------------------------------- */

body.contractor {
	background: #dfe8f3 url(../images_ahs/contractor/bg.gif) repeat-x;
}

body.contractor .breadcrumbs {
	background:url(../images_ahs/contractor/breadcrumb_bg.gif) left top no-repeat;
}

body.contractor .heading, body.contractor .sidecontent .box .heading {
	background: #b4d6f1 url(../images_ahs/contractor/left_edge.gif) left top no-repeat;
}

body.contractor .heading h2 {
	background: url(../images_ahs/contractor/round_top.gif) right top no-repeat;
}

body.contractor h2.currentstep {
	background: none;
}

.twocolumns .maincontent {
	width: 408px;
	margin-bottom: 10px;
}

.twocolumns .sidecontent {
	width: 332px;
	background: none;
	margin-top: 0;
}

.myaccount {
	overflow: hidden;
	width: 100%;
}

.myaccount a {
	color: #000;
}

.myaccount .highlight {
	font-size: .9em;
}

.myaccount .highlight a {
	color: #FF0000;
}


.visual {
	float: left;
	margin-left: 10px;
	display: inline;
}

.visual img {
	margin: 0;
}

.description {
	background: #f6f6f6 url(../images_ahs/round_bottom3.gif) left bottom no-repeat;
	margin: 0 8px;
	float: left;
}

.myaccount .description {
	width: 301px;
	min-height: 109px;
	margin-bottom: 8px;
}

* html .myaccount .description {
	height: 109px;
}

.description .top {
	background: url(../images_ahs/round_top3.gif) left top no-repeat;
	padding: 10px 15px 5px 15px;
}

.description h4.top {
	margin: 0;
}

.accountlist li {
	list-style: none;
	background: url(../images_ahs/bullet.gif) left 3px no-repeat;
	padding-left: 15px;
	margin-bottom: 2px;
}

.sidecontent .box .heading {
	background: #b4d6f1 url(../images_ahs/left_edge.gif) left top no-repeat;
	height: 37px;
	color: #0B4FA1;
}

.sidecontent .box em {
	color: #506cab;
	font-style: normal;
}

.twocolumns .box .heading h2 {
	background: none;
}

.sidecontent .box .heading h2 {
	color: #0B4FA1;
	font-weight: bold;
	padding-left:32px;
	padding-top:10px;
	background: none;
}

.sidecontent .box {
	overflow: hidden;
	width: 100%;
	font-size: .9em;
	line-height: 1.5;
	margin-bottom: 8px;
}

.sidecontent .box .column {
	width: 50%;
}

.sidecontent .colcontain {
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
	background: url(../images_ahs/divider2.gif) 50% 0 repeat-y;
}

.sidecontent .box .highlight {
	background: #e4f0fa url(../images_ahs/round_bottom2.gif) left bottom no-repeat;
	margin: 8px;
	padding: 0 0 1px 0;
}

.sidecontent .box .highlight p {
	margin-left: 15px;
}

.sidecontent .box .highlight .top {
	background: url(../images_ahs/round_top2.gif) left top no-repeat;
	margin: 0 0 10px 0;
	padding: 5px 15px 0px 15px;
}

.sidecontent .renew .heading {
	background: #ff0000;
	height: 68px;
}

.renewbutton {
	float: left;
	margin-right: 0;
}

.sidecontent .renew .heading h2  {
	background: none;
	float: right;
	background: url(../images_ahs/warning_bg.gif) no-repeat;
	margin-top: 7px;
	padding-right: 14px;
	padding-left: 30px;
}

.sidecontent .renew p.warning {
	color: #fff;
	background: url(../images_ahs/warning.gif) 10px 6px no-repeat;
	font-weight:bold;
	height: 20px;
	font-size:1em;
	margin:0;
	padding-left:40px;
	padding-top:10px;
}

.sidecontent .quoteform li {
	width: auto;
	border: none;
	margin-bottom: 0;
}

.bottombuttons {
	clear: both;
	text-align: center;
	padding: 8px 10px 1px 10px;
}

.bottombuttons img {
	margin: 0;
}


/* profile page */

.profileitems {
	overflow: auto;
}

.profileitems li {
	list-style: none;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:15px;
	padding-top: 5px;
	margin-bottom: 10px;
	overflow: auto;
}

.profileitems li.last, .profileitems li.noline {
	border-bottom: none;
	padding-bottom: 5px;
}

.profileitems li.last {
	margin-bottom: 0;
}

.profileitems li.column1 {
	width: 30%;
}


.term {
	font-weight: bold;
	color: #0a51a3;
	float: left;
}

.column2 .term {
	padding-left: 15px;
}

.value {
	margin-left: 10px;
	padding-right: 20px;
	float: left;
}

.profileitems li.column {
	float: left;
	width: auto; 
	background: url(../images_ahs/pipebar.gif) right top no-repeat;
	padding-right: 15px;
}

.nudge {
	padding-left: 15px;
}

/* error messages*/

.errormessage {
	background: #fe0000 url(../images_ahs/error_bg.gif) left bottom no-repeat;
	margin: 8px;
	padding-bottom: 1px;
	overflow: auto;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.errormessage p, .errormessage ol, form.siteform .errormessage ol {
	margin-left: 15px;
	padding-left: 25px;
}


.errormessage li {
	font-weight: normal;
}

form.siteform .errormessage li {
	margin-bottom: 0;
	border: none;
}

.errormessage li strong {
	font-weight: bold;
}

.errormessage .top {
	background: url(../images_ahs/error_top.gif) left top no-repeat;
	margin: 0 0 10px 0;
	padding: 10px 15px 8px 40px;
}

.errormessage div.top p {
	margin-left: 0;
	margin-right: 0;
}

form.siteform label.error, label.error {
	color: #fe0000;
}

form.siteform input.error, input.error, form.siteform select.error, select.error {
	border: 1px solid #fe0000;
}

span.error {
	background: #fe0000;
	padding: 4px;
	display: block;
	float: left;
	margin-top: -8px;
	position: relative;
}

.maincontent .errormessage {
	background: #fe0000 url(../images_ahs/error_bg_short.gif) left bottom no-repeat;	
	width: 555px;
}

.maincontent .errormessage  .top {
	background: url(../images_ahs/error_top_short.gif) left top no-repeat;
}

.box .boxcolumn .errormessage {
	background: #e4f0fa url(../images_ahs/round_bottom2_470.gif) left bottom no-repeat;
	padding-bottom: 6px;
	margin: 6px 0 0 0;
}

.box .boxcolumn .errormessage p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.box .boxcolumn .errormessage .top {
	background: url(../images_ahs/round_top2_470.gif) left top no-repeat;
	font-size: .95em;
}

.frame {
	width: 100%;
	height: 500px;
	border: none;
}

.sidecontent .buttons img, .sidecontent .buttons input.submit {
	margin: 8px 0 0 0;
}

/* total*/
/*
.total {
	position: absolute;
	left: 581px;
	margin-top: 8px;
}*/

/*.content {
	position: relative;
}*/

/*#floatdiv {
    position: absolute;
	left: 581px;
	margin-top: 8px;
}*/

#floatdiv {
 	position: fixed;
	margin-left: 581px;
}
 
 
/* Learn Pages */

/* =nav
--------------------------------------------------------------- */
#subnavcontainer {
	clear: both;
	background:url(../images_ahs/subnav.gif) no-repeat;
	height:31px; 
	margin-top: 8px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
       

#subnav {float:left; position:relative; margin: 0;}
#subnav li { float:left; list-style: none;}
#subnav li a { position: absolute; top:0; display:block; height:31px; background:url(../images_ahs/subnav.gif) no-repeat; text-indent:-9999px; overflow:hidden; font-size:1%;}
li#warranty a { left:0; width:148px; }
li#pricing a { left:148px; width:124px; background-position:-148px top;}
li#maintenance a { left:272px; width:151px; background-position:-272px top;}
li#allabout a { left:423px; width:150px; background-position:-423px top;}
/* hover states */
li#warranty a:hover { background-position:0 bottom; }
li#pricing a:hover { background-position:-148px bottom;}
li#maintenance a:hover { background-position:-272px bottom;}
li#allabout a:hover { background-position:-423px bottom;}
/* you-are-here navigation marker */
li#warranty.current a { background-position:0 bottom; }
li#pricing.current a { background-position:-148px bottom;}
li#maintenance.current a { background-position:-272px bottom;}
li#allabout.current a { background-position:-423px bottom;}

.realestate #subnavcontainer {
	/*background-image:url(../images/subnav_re.gif);*/
	background-image: none;
}
.realestate #subnav li a {background-image:url(../images_ahs/subnav_re.gif)}
   
.realestate li#warranty a { left:0; width:165px; }
li#toolstips a { left:165px; width:140px; background-position:-165px top;}
li#flexplan a { left:305px; width:126px; background-position:-305px top;}
li#tips a { left:431px; width:141px; background-position:-431px top;}
/* hover states */
.realestate li#warranty a:hover { background-position:0 bottom; }
li#toolstips a:hover { background-position:-165px bottom;}
li#flexplan a:hover { background-position:-305px bottom;}
li#tips a:hover { background-position:-431px bottom;}
/* you-are-here navigation marker */
.realestate li#warranty.current a { background-position:0 bottom; }
li#toolstips.current a { background-position:-165px bottom;}
li#flexplan.current a { background-position:-305px bottom;}
li#tips.current a { background-position:-431px bottom;}


.contractor #subnavcontainer {
	background-image: none;
}
.contractor #subnav li a {background-image:url(../images_ahs/subnav_contractor.gif)}
   
li#contractor101 a { left:0; width:99px; }
li#contractorbenefits a { left:99px; width:160px; background-position:-99px top;}
li#workingwithahs a { left:259px; width:151px; background-position:-259px top;}
li#becomecontractor a { left:410px; width:161px; background-position:-410px top;}
/* hover states */
li#contractor101 a:hover { background-position:0 bottom; }
li#contractorbenefits a:hover { background-position:-99px bottom;}
li#workingwithahs a:hover { background-position:-259px bottom;}
li#becomecontractor a:hover { background-position:-410px bottom;}
/* you-are-here navigation marker */
li#contractor101.current a { background-position:0 bottom; }
li#contractorbenefits.current a { background-position:-99px bottom;}
li#workingwithahs.current a { background-position:-259px bottom;}
li#becomecontractor.current a { background-position:-410px bottom;}


.flash {
	padding-left: 8px;
	padding-top: 9px;
}

.flash2 {
	padding-left: 5px;
	padding-top: 5px;
	background: #fff;
}

.flash img {
	margin: 0;
}

.advert {
	margin: 0 0 10px 0;
}

.learnpages .box {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.learnpages .sidecontent {
	margin-bottom: 10px;
}

.learnpages .box p, .learnpages .box h3 {
	margin-left: 25px;
}

.learnpages .innerbox h3 {
	font-size: 1.1em;
}

.learnpages .innerbox p {
	margin-left: 10px;
}

.learnpages .moreinfo {
	margin-bottom: 25px;
	margin-top: 0px;
	background: url(../images_ahs/blue_arrow.gif) left 3px no-repeat;
}

.learnpages .moreinfo a {
	color: #000;
	text-decoration: underline;
}

.learnpages h3.moreinfo {
	margin: 10px 5px 5px 10px;
	background: url(../images_ahs/blue_arrow.gif) left 3px no-repeat;
	font-size: 1.1em;
	padding-left: 10px;
}

.learnpages h3.moreinfo a {
	color: #0B4FA1;
}

.learnpages .moreinfo a:hover {
	text-decoration: none;
}

.sidecontent .box p.note2 {margin-left: 2px; font-size: .9em; margin-right: 2px;}

.links {
	width: 184px;
	float: left;
	background: #e4f1fa url(../images_ahs/links_bg.gif) left bottom;
	margin: 10px 0px 10px 9px;
	display: inline;
	font-size: .9em;
}

.links li {
	list-style: none;
	background: url(../images_ahs/blue_arrow_alt.gif) left 3px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.links h3,  .learnpages .box .links h3 {
	font-size: 1.1em;
	background: #e4f1fa url(../images_ahs/links_bg.gif) left top;
	margin: 0; 
	padding: 10px 0px 5px 10px;
}

.links a {
	color: #333;
}

.links a.current {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

 .learnpages .box .links ul, .links ul {
	margin-left: 0;
}

.links li li {
	background: none;
	padding: 0;
	font-size: .9em;
}

.intro {
	width: 361px;
	float: right;
	margin: 10px 9px 10px 0px;
	display: inline;
	font-size: .9em;
	line-height: 1.4;
}

.aboutintro {
	width: 540px;
	font-size: 1em;
	line-height: 1.3;
}

.intro ul, .innerbox ul, .maincontent ul {
	margin-left: 25px;
}

.intro ul li, .innerbox ul li, .maincontent ul li {
	margin-left: 10px;
	margin-bottom: 5px;
}

.maincontent table {
	margin-left: 35px;
}

.maincontent table td {
	width: 200px;
	padding-bottom: 5px;
}

.learnpages .box .intro p, .learnpages .box .intro h3, .learnpages .box .innerbox h3 {
	margin-left: 10px;
}

.subtitle {
	background: url(../images_ahs/subtitle_bg.gif) left top no-repeat;
	height: 28px;
	padding: 10px 10px 0px 15px;
	color: #fff;
	margin: 10px 0 10px 9px; 
	
}

.intro .subtitle {
	background: url(../images_ahs/intro_bg.gif) left top no-repeat;
	height: 28px;
	margin: 0 0 15px 0; 
}

.subtitle2 {
	clear: both;
	background: url(../images_ahs/subtitle2_bg.gif) left top no-repeat;
	height: 28px;
	margin: 0 0 5px 9px; 
	padding: 10px 10px 0px 15px;
	color: #fff;
}

table.cost {
	margin-left: 9px;
	margin-bottom: 10px;
	width: 554px;
}

table th {
	background:url(../images_ahs/table_heading.gif) left top no-repeat;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	color: #333;
}

table th.first {
	border-right: 3px solid #fff;
}

table th .heading {
	background:url(../images_ahs/table_heading.gif) right top no-repeat;
	display: block;
	padding-right: 10px;
	height: 32px;
}

table.cost td {
	background: #f6f6f6;
	border-bottom: 1px solid #fff;
	padding: 5px 23px;
}

table.cost td.first {
	border-right: 3px solid #fff;
}

table.cost td strong {	
	color: #4e6caa;
}

p.footnote, .learnpages .box p.footnote {
	font-size: .9em;
	margin-left: 10px;
}

span.footnote {
	color: #cd1e45;
}

.sidecontent .testimonialbox {
	background: url(../images_ahs/testimonial_bg.gif) left top no-repeat;
	width: 169px;
}

.sidecontent  img.title {
	margin-left:30px;
	margin-top:11px;
}

.sidecontent .testimonial p {
	font-size:1em;
	line-height:1.1;
	margin-left:10px;
	margin-top: 10px;
	background: #fff
}

.sidecontent p.testimonial {
	font-size:0.8em;
	margin-top: 25px;
}

.faqvisual {
	float: left;
	width: 56px;	
}

.faqdescription {
	margin-left: 60px;
}


.downloads {
	margin: 10px 0px 10px 9px;
	display: inline;
	font-size: .9em;
}

.downloads li {
	list-style: none;
	background: url(../images_ahs/blue_arrow_alt.gif) left 3px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}

.downloads h3 {
	font-size: 1.1em;
	background: #e4f1fa url(../images_ahs/links_bg.gif) left top;
	margin: 0; 
	padding: 10px 0px 5px 10px;
}

.downloads a {
	color: #333;
}

.downloads a.current {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.corecoverage {color: #ce1141;}
.serviceplus  {color: #deb408;}
.coverageplus  {color: #b7ab14;}
.flexplan  {color: #054eb3;}
.customer {color: #ce1141;}
