body {
	font-family: Helvetica Neue, Arial;
	font-size:12px;
	margin:0;
	color: #333333;
	background: #FFF url(images/masthead_bckgrnd.gif) repeat-x;
}
#container {
	width:1000px;
	margin:0 auto;
	position:relative;
}
     
#tollfree {
	position:absolute;
	top:123px;
	left: 576px;
}
#nav {
	background: transparent url(images/nav.gif) no-repeat;
        position:absolute;
	top:111px;
	left: 52px;
	height:45px;
	width:495px;
}
#main {
	width:906px;
	margin:0 auto;
}
#leftmain  {
	width:364px;
	float:left;
}

div.image_w_button {
	position:relative;
	clear:both;
}
#rightmain {
	width:540px;
	float:left;
}

div.right_content {
       margin:0px 15px 40px 30px;
}
div.right_content2 {
	margin:5px 0px 30px 0px;
	background-color:#f0f0f0;
}
div.main_wide {
	width:100%;
	clear:both;
}
h2.heading {
	font-size:20px;
	color:#8b8b8b;
	font-weight:normal;
}

h3.heading {
	font-size:16px;
	color:#8B8B8B;
	margin:0 0 10px 0;
	padding:0;
}
h3.heading2 {
	font-size:16px;
	color:#8B8B8B;
	margin:0;
	padding:0;
}
h4 {
	font-size:12px;
	margin-bottom:0;
	padding-bottom:0;
}
.highlight {
	background-color:#f0f0f0;
}

#footer {
	background-color:#6B6B6B;
	height:140px;
	clear:both;
	margin:0 auto;
	

}
/* this is in the right main div now, not the footer div, now positioned relative to container */
#footertext {
	color:white;
	font-size:10px;
	text-align:right;
        padding: 20px 65px 0 0;
}
#footer_inside {
	width:1000px; 
	margin:0 auto;
}
a:link, a:visited {
	color:#212E95;
	text-decoration:none;
	border-bottom:1px dotted #212E95;    
}
a:hover {
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px dotted #FF0000;
}
a.plain:link, a.plain:visited,a.plain:hover {
	text-decoration:none;
	border-bottom:none;
}

#nav a:link,#nav a:visited {
	text-decoration:none;
	border-bottom:none;
	color:#333;
}
#nav a:hover {
	text-decoration:none;
	border-bottom:none;
	color:#FF0000;
}

a:link.yuimenubaritemlabel,a:visited.yuimenubaritemlabel {
	color:#333;
	line-height:2em;
	margin-top:-7px;
}
#footer a:link,#footer a:visited {
	color:#333;
	text-decoration:none;
	border-bottom:none;
}
#footer a:hover {
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px dotted #FF0000;
}

p {
	margin:0;
	padding:5px 0;
}
img {
	margin:0;
	padding:0;
	border:none;
        vertical-align:middle;
}

/* FORMS */
form {
	margin:0;
}
table.frm  {
	margin-top:3px;       
} 
table.frm td {
       /* vertical-align:top;*/
}   
table.frm input.txt,table.frm input.short,table.frm input.med,table.frm input.long, table.frm textarea,table.frm select {
	font-size:12px;
	border-top:3px solid #aaa;
	border-left:none;
} 
table.frm input.txt, table.frm textarea {
	width: 21em;
}
table.frm input.med {
	width: 11em;
}

table.frm input.short {
	width: 3em;
}
table.frm input.long {
	width: 24em;
}
table.frm input.form_submit {
	border:none;
}
table.frm h2 {
	padding:0;
	margin:0;
}

.formheading {
	padding:15px 10px 8px 10px;
}

/* are any of the next three besides #r1 doing anything? */
table.frm input.r1 {
	border:1px solid #aaa;
	color:red;
} 
table.frm input.r1 {
	border:1px solid #aaa;
	color:red;
} 
input#r1,input#r2,input#r3,input#r4 {
	border:none;
	color:#aaa;
}


table.manage {
	background-color:#f0f0f0;
}
table.manage td {
	padding: 5px 15px;
}
table.manage input {
	font-size:12px;
	border-top:3px solid #aaa;
	border-left:none;
	/*width: 17em;*/
}

/**********************/

/* used on About page and Carriers*/
dl {
	margin:0px 0 15px 0;
}

dl dd {
	margin:0;
	padding-left:10px;
}
dl dt {
	font-weight:bold;
}
ul {
	margin-top:0;
	padding-top:0;
}
ul.download {
	margin-left:15px;
	padding-left:5px;
}

ul.download li {
	padding-bottom:15px; 
	color:#212E95;
}

 /* Homeowners page */ 
ul.expandable {
	margin-top:5px;
	margin-left:15px;
	padding-left:5px;
	list-style-image: url(images/blue_bullet2.gif);
}  
ul.expandable li {
        padding: 5px 0 4px 0;	/* spacing between questions (and bottom of expanded div and next question) */
}
ul.expandable li ol {
	list-style-type: lower-alpha;
	list-style-image:none;
}
ul.expandable li ul {
	list-style-type: disc;
	list-style-image:none;
}


div.question {
      /* spacing between question and top of answer */
      padding: 0 0 9px 0;
} 

/* homepage */
#news_signup_home {
	background-color: #ddd;
	width:540px;
	float:right;
	font-size:10px;
	height:60px;
}

div.homelist {
	margin-top:5px;
}
.homelist ul {
	margin-left:15px;
	padding-left:5px;
	margin-top:0;
	padding-top:0;
}
.homelist ul li {
	margin-left:1px;      
}
#resources {
	background-color:#8B8B8B;
	height:60px;
	clear:both;
	width:364px;
}
#resource_txt {
	font-size:10px;
	font-weight:bold;
	float:left;
	padding:14px 12px 14px 18px;
}


/* newsletter signup - all pages */
#news_signup {
	background-color: #ddd;
	width:540px;
	font-size:10px;
        height:60px;
        margin-bottom:25px;
}

#signup_text {
	margin:auto;
	padding-bottom:10px;
	padding-top:6px;
	width:505px;	
}
input.news_signup {
	font-size:10px;
	width:24em;
	margin:0 3px 0 10px;
        border-top:3px solid #aaa;
	border-left:none;
}
input.news_submit {
	font-size:10px;
	vertical-align:middle;
	border:none;
}


/* addition to nav */
#navlist {
	position:relative;
}

#nav_lastitem {
	position:absolute; 
	top:0;
	right:0;
}

/* log in and manage pages */
div.manage_pages {
	margin:62px 140px;
	font-size:14px;
}


/* ********************************************
 new additions 1/09 */
table.quote_form {
	font-family: Helvetica Neue, Arial;
} 
table.quote_form td {
       vertical-align:top;
       padding: 5px 5px 10px 5px;
}

table.quote_form td.subhead {
       padding: 5px 5px 0px 5px;
} 

table.quote_form td.coverage {
	font-size:10px;
	vertical-align:middle;
	padding-left:10px;      
}
table.quote_form th {
       text-align:left;
       padding: 5px 5px 0px 5px;
	
}
 

table.quote_form input.txt,table.quote_form input.short,table.quote_form input.med,table.quote_form input.long, table.quote_form input.xlong, table.quote_form textarea,table.quote_form select {
	font-size:12px;
	border-top:2px solid #aaa;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:none;    
}   

table.quote_form input.txt {
	width: 21em;
}
table.quote_form textarea {
	width:26em;
}
table.quote_form input.med {
	width: 11em;
}

table.quote_form input.short {
	width: 3em;
}
table.quote_form input.long {
	width: 24em;
}
table.quote_form input.xlong {
	width: 25em;
}
table.quote_form input.form_submit,table.quote_form input.rad,table.quote_form input.checkbox {
	border:none;
}
/* checkbox and radio button text is 10px */
.check, .rad, .note {
	font-size:10px;
	font-weight:normal;
}

table.quote_form textarea {
	padding:0;
	margin:0;
	font-size:11px;
       /* width: 280px;*/
	border-top:2px solid #aaa;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:none;
}

table.quote_form h2 {
	padding:0;
	margin:0;
}
table.quote_form td.highlight, table.quote_form th.highlight {
	background-color:#e6e6e6;
}
table.quote_form td.underscore {
	padding:0 5px 15px 5px;
	
}
table.quote_form td.divider {
	 padding-left:0;padding-right:0;padding-bottom:0;padding-top:10px;
}
table.quote_form td.button {
	padding-right:20px;padding-top:0;
}
table.quote_form td.coverage select {
	font-size:10px;
	width:93%;  
	font-family: Helvetica Neue, Arial;    
}
table.quote_form td.coverage select.deduct {
	width:70%;  
	margin-left:12px;
}
table.quote_form select.med {
	width:70%;  
}

table#questions td {
	padding: 5px 5px 5px 5px; //bottom changed 9/11/09 with auto quote form redo
}
 
span.section_heading {
	font-size:14px;
	font-weight:bold;
}
h3.section_heading {
	font-size:14px;
	margin:0;
	padding:0;
}

/*progress bars at top of forms */
/*table.quote_form td.progressbar {
	padding:10px 10px 1px 5px;
} */
.progress {
	float:left;
	color:#fff;
	background-color:#999;
	width:176px;
	height:30px;
	border-right:1px solid white;
	font-size:11px;
	font-weight:bold;
       /* margin-top:10px;*/
}
#selected,#selected2,#selected3,#selected4 {
	color:#212E95;
	background-color:#ccc;
} 


.progress_txt {
	padding:7px;      	
}
.prog_underscore {
	background-color:#212E95;
	width:176px;
	height:5px;
	float:left;
}
.prog_underscore_blank {
	background-color:#fff;
	width:176px;
	height:5px;
	float:left;
	border-right:1px solid white;
}   

.page{
        position: absolute;
	top: 215px;
	left: 50px;
    /*    visibility: hidden;*/
	display:none;
	padding-top:20px;
	padding-bottom:100px;
	width:893px;
}
    
#formfooter {
        position:absolute;
	top:870px;
	left:0;
	background-color:#6B6B6B;
	height:140px;
	clear:both;
	margin:0 auto;
        width:100%;

}

/* jk additions 4/12/10
------------------------------ */
a#starminder {
	clear: both;
	display: block;
	width: 142px;
	padding: 14px 190px 10px 32px;
	height: 81px;
	background: url(../images/license_plate_100725.jpg) no-repeat left top;
	border: 0;
}

a#starminder:focus {
	outline: 0;
}

a#starminder.auto_page {
	padding-left: 28px;
}


/* jk additions 7/25/10 (also made deleted a few other lines above for new homepage layout)
------------------------------ */
.link_highlight { display: block; background: #dddedd; padding: 22px 20px 22px 32px; font-weight: bold;
	margin-top: 40px; }
a.link_highlight { border: 0; }
