body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: arial;
}
a {
	color: #FF4100;
	cursor: pointer;
}
a:hover {
	color: #fb8700;
}
a:visited {
	color: #C33909;
}

#page {
	width: 1000px;
	margin: auto;
}

#header {
	text-align: left;
	width: 750px;
	margin: 0 0 -28px 250px;
	height: 80px;
}
#header .title {
	font-size: 20px;
	margin: 0 0 0 300px;
}
#header .headline {
	margin: 0 0 0 300px;
}
#header .monkey {
	position: relative;
	float: left;
}
#main {
	width: 750px;
	margin: 0 0 0 250px;
	background-color: #dddddd;
	color: #222222;
	text-align: left;
}

#main_body {
	margin: 10px;
	font-size: 0.8em;
	position: relative;
}

#side_col {
	width: 240px;
	position: absolute;
	left: -250px;
	top: 0;
}

#footer_container {
	background-color: #222222;
	margin-top: 10px;
	font-size: 10px;
	color: #afaaa7;
	text-align: center;
}
input,select,textarea {
	border-width: 1px;
	padding: 3px;
	font-size: 11px;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFFFE1;
}
input.submit {
	padding: 5px;
	border-width: 1px;
	font-weight: bold;
	width: 100px;
	font-size:14px;
}

#ajax-loader {
	position: relative;
	float: right;
	margin: 5px 0 0 0;
}

/**
 * Navigation
**/

#navigation {
	margin: 0 0 0 470px;
	width: 500px;
	height: 28px;
}
#navigation ul {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
	height: 28px;
}
#navigation li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	font-size: 10px;
	height: 28px;
}
#navigation li a {
	float: left;
	display: inline;
	padding: 0.9em 0 0.7em 0;
	background: #222 url(../images/nav/tab-on.gif) top left no-repeat;
	border: none;
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	margin-left: 7px;
	width: 80px;
	text-align: center;
}
#navigation li a:hover {
	color: #f70;
}
#navigation li.selected a,
#navigation li.selected a:link, 
#navigation li.selected a:visited, 
#navigation li.selected a:hover {
	color: #333;
	background: #ddd url(../images/nav/tab-off.gif) top left no-repeat;
}

/**
 * AgentsWeb
**/
#agency_search {
	margin: 10px;
}

#agency_search_suggestions {
	width: 147px;
	border: 1px solid #adc69b;
	border-width: 0 1px 1px 1px;
	background-color: #FFFFFF;
	padding: 5px;
	position: relative;
	top: -1px;
	left: 3.3em;
}
#agency_search_suggestions .suggestion {
	cursor: pointer;
}
#agency_search input.searchFor {
	width: 150px;
}


div.agency_title {
	font-size: 14px;
	font-weight: bold;
	border-color: #222222;
	border-style: solid;
	border-width: 0 0 1px 0;
	background-color: #E0F6D1;
	padding: 3px 3px 3px 12px;
	cursor: pointer;
}
div.agency_title table {
	width: 100%;
}
div.agency_title table tr th {
	font-size: 14px;
}
div.agency_title table tr td {
	font-size: 12px;
}
div.agency_title_arrow {
	padding: 3px;
}
div.agency_more_info {
	font-size: 11px;
	background-color: #EDF7E6;
}
div.agency_more_info td,
div.agency_more_info th {
	vertical-align: top;
}
div.agency_more_info th {
	background-color: #FAFFF7;
	padding: 4px;
}
div.agency_more_info h3 {
	border-color: #222222;
	border-width: 0 0 1px 0;
	border-style: solid;
}

/**
 * Carriers Web
**/
div.carrier_navigation_title,
div.carrier_edit_title {
	background-color: #F9FF9E;
	font-size: 14px;
	font-weight: bold;
	border-color: #222222;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
div.carrier_navigation_main,
div.carrier_edit_main {
	background-color: #FCFFD1;
	font-size: 11px;
	padding: 4px;
}
div.carrier_navigation_main th,
div.carrier_navigation_main td {
	text-align: center;
	width: 33%;
}
div.carrier_navigation_main select {
	width: 200px;
}
select#plan_list_select {
	width: 250px;
}
div#apply_counties select {
	width: 200px;
}
div#apply_counties h3,
div.carrier_edit_main h3{
	border-color: #222222;
	border-width: 0 0 1px 0;
	border-style: solid;
}
div.age_ranges td,
div.age_ranges th {
	vertical-align: top;
	padding: 3px;
}
div.age_ranges th {
	background-color: #FFFFED;
}

/**
 * Options Web
**/
div.option_edit_title {
	background-color: #F7D8FB;
	font-size: 14px;
	font-weight: bold;
	border-color: #222222;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
div.option_edit_main {
	background-color: #FDEFFF;
	font-size: 11px;
	padding: 4px;
}

/**
 * AgencyProfile Web
**/
div.agency_profile_title {
	background-color: #D1EFFF;
	font-size: 14px;
	font-weight: bold;
	border-color: #222222;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
div.agency_profile_edit {
	background-color: #EBF8FF;
	font-size: 11px;
	padding: 4px;
}
div.agency_profile_edit h3 {
	border-color: #222222;
	border-width: 0 0 1px 0;
	border-style: solid;
}
div.url_error {
	color: #CB2C01;
	font-weight: bold;
}
div#top_sellers_plan_select {
	text-align: center;
	margin: 20px auto 5px;
}
div#top_sellers_premiums {
	text-align: center;
	margin: 0 auto;
}
td.top_seller_check {
	text-align: center;
	width: 70px;
}

/**
 * NewQuote Web
**/

div.agency_info {
	text-align: left;
	font-size: 13px;
	margin-bottom: 0px;
}

div#step_forms td,
div#step_forms th {
	vertical-align: top;
	background-color: #EBF8FF;
}
div.step_header {
	background-color: #D1EFFF;
	font-size: 14px;
	font-weight: bold;
	border-color: #222222;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
span.step_header_hide {
	color: #D1EFFF;
}
div.hide_box {
	position: relative;
	float: right;
	font-size: 9px;
}
div.step_main {
	font-size: 0.8em;
	padding: 4px;
	height: 215px;
	overflow: auto;
}
div.step_main input,
div.step_main select{
	font-size: 0.9em;
}
div.step_main th {
	vertical-align: middle;
}
div#final_loading {
	text-align: center;
	padding: 40px 0;
	background-color: #EBF8FF;	
}
div.hide_button {
	text-align: right;
	font-size: 9px;
	padding: 3px;
}
div#quote_display {
	margin-top: 10px;
}
div.customize_quote_controls td{
	padding: 0 3px 0 3px;
}
div.customize_quote_controls th {
	color: #222222;
	font-size: 1.25em;
	font-weight: bold;
}
div.function_blurb {
	height: 60px;
}
div.customize_quote_box {
	background-color: #EBF8FF;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0;
}
div.customize_quote_controls div.quote_summary {
	font-weight: normal;
	padding: 3px;
	margin: 1px;
}
div.customize_quote_controls table.quote_controls {
	margin-top: 0;
}
div.customize_quote_controls table.quote_summary td {
	font-size: 1.25em;
	padding: 0 3px 3px;
	margin: 0 1px;
	font-weight: normal;
}
div.customize_quote_controls table.quote_summary td strong {
	font-weight: bold;
}
div.save_changes {
	position: relative;
	float: right;
	margin-right: 10px;
}
div.quotes_box {
	margin-top: 10px;
	text-align: left;
}
div.view_controls {
	float: right;
	margin: 4px 8px 0;
}
div.column_headers th {
	font-size: 11px;	
}
div.quote_name_ded_premium {
	padding: 0 4px;
	border-color: #32AEC0 #32AEC0 #32AEC0 #32AEC0;
	border-width: 1px;
	background-color: #FFFFFF;
	border-style: solid;
	cursor: pointer;
}
div.quote_name_ded_premium div.plan_name table {
	height: 58px;
}
div.quote_name_ded_premium th,
div.quote_name_ded_premium td {
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
}
div.quote_name_ded_premium th {
	font-weight: bold;
}
div.quote_name_ded_premium th.header {
	font-style: italic;
	text-decoration: underline;
	font-size: 11px;
	text-align: left;
}

div.quote_name_ded_premium td.note {
	font-size: 9px;
}

div.quote_name_ded_premium div.premium {
	font-size: 18px;
	font-weight: bold;
	color: #1C475E;
}

div.quote_name_ded_premium div.effective_date {
	font-size: 10px;
	font-weight: normal;
	color: #993333;
}

div.quote_details {
	border-color: #32AEC0;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 3px;
	background-color: #FFFFFF;
	font-size: 10px;
	margin-bottom: 4px;
	margin-top: -1px;
}
div.quote_details td {
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
}
div.quote_details th {
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
}
table.details {
	text-align: left;
}
table.details th {
	font-size: 10px;
	font-weight: bold;	
	text-align: left !important;
}
table.details th.header {
	font-style: italic;
	text-decoration: underline;
	font-size: 11px;
}
table.details th.header span.note {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;	
}
table.details td {
	font-size: 10px;
	padding-right: 15px;
}
div.plan_type {
	font-size: 14px;
	font-weight: bold;
	border-color: #222222;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 3px 3px 3px 9px;
	cursor: pointer;
}
div.plan_type.c0 { background-color: #ccf9cc; }
div.plan_type.c1 { background-color: #d1efff; }
div.plan_type.c2 { background-color: #fbf8b9; }
div.plan_type.c3 { background-color: #ffd1d7; }
div.plan_type.c4 { background-color: #efbfff; }
div.plan_type.c5 { background-color: #ffdbb5; }
div.plan_type_quotes {
	background-color: #EBF8FF;
	padding: 5px;
}
div.plan_type_quotes.c0 { background-color: #e1fbe1; }
div.plan_type_quotes.c1 { background-color: #ebf8ff; }
div.plan_type_quotes.c2 { background-color: #fdfbd2; }
div.plan_type_quotes.c3 { background-color: #ffe1e5; }
div.plan_type_quotes.c4 { background-color: #f5d7ff; }
div.plan_type_quotes.c5 { background-color: #ffe8cf; }
div.featured_plans div.quote_details, 
div.featured_plans div.quote_name_ded_premium {
	background-color: #F9FFDD;
}
span.view_options {
	font-size: 0.8em;
}
div.plan_type span.plan_type_info_link {
	font-size: 10px;
	color: darkblue;
	line-height: 17px;
}
div.plan_type span.plan_type_info_link img {
	position: relative;
	top: 4px;	
}
span.plan_type_info_link a {
	font-size: 10px;
	color: darkblue;
	line-height: 17px;
}


div.saved_quote_message {
	background-color: #D1EFFF;
	font-size: 11px;
	padding: 3px;
}

div.help {
	width: 300px;
	position: relative;
	float: right;
	padding: 3px;
}
div.help th {
	border-width: 0 0 1px 0;
	border-color: #222222;
	border-style: solid;
}
div.help th,
div.help td {
	padding: 2px;
}
div.field {
	padding: 3px;
}
div.field textarea {
	border-width: 1px;
	font-size: 10px;
	font-family: verdana;
}
#compare_box_container {
	background-color: #FFFFFF;
	width: 600px;
	position: absolute;
	top: 140px;
	left: 20%;
	opacity: 0.92;
	padding: 4px;
	color: #222222;
	border: 3px #266c91 solid;
}
#compare_box_container div.close_box {
	position: relative;
	float: right;
	font-size: 0.8em;
}
#compare_box_container div.close_box a {
	color: #222222;
}
div.compare_control {
	margin: 3px 0 8px;
}
div.family {
	float: right;
	margin: 5px 10px;
}



#apply_box_container {
	background-color: #FFFFFF;
	width: 550px;
	margin: 15px;
	opacity: 0.92;
	padding: 4px;
	color: #222222;
	border: 3px #266c91 solid;
}
#apply_box_container div.close_box {
	position: relative;
	float: right;
	font-size: 0.8em;
}
#apply_box_container div.close_box a {
	color: #222222;
}
div.next_button {
	text-align: right;
}
span.required {
	color: #FF4100;
}
span.apply_now_button a img {
	margin-top: 2px;
	margin-bottom: -2px;
}
div.agency_quote_text {
	margin: 10px 0 0 0;
	text-align: left;
	/* color: #ee1111; */
	background-color: #f5ecaa;
	padding: 5px;
	position: relative;
	font-size: 0.9em;
}

div.need_help {
	float: right;
	background-color: #fdfbd2;
	padding: 7px;
	margin: 5px 5px 10px 10px;
}
div.need_help h3 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
div.need_help p {
	margin: 10px 0 5px;
}


/**
 * Side Boxes
 */

#side_col h2 {
	height: 45px;
	margin: -70px 10px 10px; 
	text-align: center;
}
#side_col h2 a {
	color: #000066;
}
#side_col ul {
	margin: 0 10px 10px;
	width: 200px;
	list-style-type: none;
	padding: 10px;
	color: #000;
	font-weight: normal;
}
ul.green { background-color: #E1FBE1; }
ul.blue { background-color: #EBF8FF; }
ul.gold { background-color: #FDFBD2; }
ul.red { background-color: #FFE1E5; }
#side_col ul li {
	margin-bottom: 8px;
}
#side_col ul li a {
	text-decoration: underline;
	color: #000066;
}
#side_col img {
	width: 200px;
	margin: 0 10px 10px;
	display: block;
	border: 10px solid #E1FBE1;
}




/**
 * Saved Quotes
**/
div.saved_quotes_title {
	background-color: #D1EFFF;
	font-size: 14px;
	font-weight: bold;
	border-color: #222222;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
div.saved_quotes_list {
	background-color: #EBF8FF;
	font-size: 11px;
	padding: 4px;
}
div.saved_quotes_list h3 {
	border-color: #222222;
	border-width: 0 0 1px 0;
	border-style: solid;
}
div.saved_quotes_list table {
	border-collapse: collapse;
}
div.saved_quotes_list tr.item {
	background-color: #F4FAFF;
}
div.saved_quotes_list tr.item:hover {
	background-color: #FFF9CF;
}
div.saved_quotes_list th,
div.saved_quotes_list td {
	padding: 4px 4px 0px;
}
div.saved_quotes_list td.nowrap {
	white-space: nowrap;
}
div.saved_quotes_list tr.niceurl {
	background-color: #F4FAFF;
}
div.saved_quotes_list tr.summary {
	background-color: #F4FAFF;
}
div.saved_quotes_list tr.alt {
	background-color: #FCFEFF;
}
div.saved_quotes_list tr.niceurl td {
	padding: 0px 4px 0px;
}
div.saved_quotes_list tr.summary td {
	padding: 0px 4px 4px;
}
div.saved_quotes_list th {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #222222;
	font-size: 12px;
}
div.saved_quotes_list th img {
	cursor: pointer;
}
div.quote_navigation {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #222222;
	font-size: 12px;
	margin: 0px;
	padding: 3px;
}
div.quote_navigation span.pages,
div.quote_navigation span.quotes_per_page {
	margin-left: 100px;
}

div.search_box {
	margin: 4px;
}

#email_box_container {
	background-color: #FFFFFF;
	height: 350px;
	width: 600px;
	position: absolute;
	top: 200px;
	left: 10%;
	opacity: 0.92;
	padding: 4px;
	color: #222222;
	border: 3px #266c91 solid;
}
#email_box_container div.close_box {
	position: relative;
	float: right;
	font-size: 0.8em;
}
#email_box_container div.close_box a {
	color: #222222;
}

div.quote_activity_box {
	background-color: #EBF8FF;
	font: 10px Verdana, sans-serif;
	font-weight: bold;	
}
div.quote_activity_box table th {
	text-align: center;
	font: 10px Verdana, sans-serif;
	font-weight: bold;	
}
div.quote_activity_box table td {
	font-weight: normal;
}
div.quote_activity_box div {
	font: 10px Verdana, sans-serif;
	font-weight: bold;	
}
.barGraph {
	height: 90px;
	margin: 0;
	padding: 0;
}
.barGraph li {
	list-style: none;
	float: left;
	width: 9px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	letter-spacing: -1px;
	vertical-align: top;
}
.barGraph li.axisLabel {
	width: 25px;
	border: 0;
	color: #000;
	line-height: normal;
	font-size: 10px;
	text-align: right;
	padding-right: 1px;
	height: 70px;
}
.barGraph li.axisLabel div {
	height: 10px;
	width: 24px;
	position: relative;
}
html>body .barGraph li.axisLabel {
	width: 24px;
}
.barGraph li.gridLine {
	border-bottom: 0;
	background-color: #BBB;
	height: 1px;
	position: relative;
	margin-left: 27px;
}
.barGraph li.yAxis {
	border-bottom: 0;
	background-color: #000;
	width: 2px;
	height: 70px;
}
.barGraph li.xAxis {
	float: none;
	clear: left;
	height: auto;
	border-bottom: 0;
	border-top: 2px solid #000;
	margin: -2px 0 0 25px;
	position: relative;
}
html>body .barGraph li.xAxis {
	margin-top: 0;
}

/**
 * Login Page
**/

div#error_box div.login_error {
	border: 1px solid #9B2905;
	color: #9B2905;
	padding: 4px;
	margin: 3px;
	font-weight: bold;
	font-size: 11px;
}
div#error_box div.login_success {
	border: 1px solid #3E9B05;
	color: #3E9B05;
	padding: 4px;
	margin: 3px;
	font-weight: bold;
	font-size: 11px;
}
.login_fieldset {
	width: 375px;
}
.login_fieldset div.login input {
	padding: 5px;
	font-size:13px;
}

/**
 * Sign Up Page
**/
#sign_up_form fieldset {
	width: 400px;
	padding: 4px;
	margin: 10px;
}
#sign_up_form fieldset legend {
	font-weight: bold;
}
#sign_up_form .field input {
	width: 200px;
}
#sign_up_form .field label {
	padding: 3px;
	font-size: 12px;
}

/**
 * MenuWeb - Agency Header
**/
table.header_table td {
	text-align: center;
}
div.agency_info {
	padding-top: 10px;
	width: 750px;
	margin: auto;
}
div.agency_info .agency_name {
	font-size: 28px;
	font-weight: bold;
}
div.agency_info .agency_url {
	font-size: 17px;
	font-style: italic;
}
div.agency_info .agency_contact {
	font-size: 0.9em;
	font-family: Arial, sans-serif;
}
div.agency_info a{
	color: #222222;
}

h5 { margin-bottom: 5px; }
body.healthcare p { font-size: 13px; }

#insuranceaz {
	margin: 18px 10px 20px;
	font-size: 19px;
	font-weight: bold;
}
#insuranceaz a {
	color: #000066;
}
#abplogo {
	float: right;
	margin: 10px 10px 5px;
}
#apply h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
}
#apply table {
	margin: -3px 10px 10px;
	font-size: 13px;
}
#apply td img, #apply td {
	vertical-align: bottom;
}
#apply th {
	text-align: left;
	vertical-align: bottom;
}
#apply th {
	padding: 8px 10px 0 0;
}
#apply ol li {
	font-size: 13px;
	margin-bottom: 8px;
	margin-right: 10px;
}
#apply fieldset p {
	margin-top: 0;
}
