/*main attributes */
body {
	font-family: "Segoe UI";
	background-color: #fff;	
	margin: 0; padding:0;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

body a {
	color: #00A3D9;
}

#wrap {
  min-height: 100%;
}

/*---------------------------
miscellaneous --------------*/

.clear_floats {
clear: right;
clear: left;
}

.main_container {
	max-width: 1366px;
	min-width: 993px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

ul.standard_button_b1, ul.standard_passive_b1 {
	font-size: 16px;
    font-weight: 500;
	margin-top: 10px;
    padding: 0;
    text-align: left;
	position: relative;
}

    ul.standard_button_b1 li , ul.standard_passive_b1{
        display: inline;
        list-style: none;
    }

        ul.standard_button_b1 li a {
			padding: 10px 14px;
            color: #fff;
            text-decoration: none;
			background-color: #59b200;
			
        }
		
		ul.standard_passive_b1 li a {
			padding: 10px 14px;
            color: #555;
            text-decoration: none;
			background-color: #ddd;
			
        }

        ul.standard_button_b1 li a:hover, ul.standard_passive_b1 li a:hover {
            text-decoration: none;
        }
	


.standard_submit_button {
	padding: 10px 14px;
	border: none;
/*	background-color: #59b200; */
	background-color: #15b74a;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
}

.standard_submit_button:hover {
	background-color: #25d861;
}

.standard_cancel_button {
	padding: 10px 14px;
	border: none;
/*	background-color: #59b200; */
	background-color: #dd0000;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
}

.standard_cancel_button:hover {
	background-color: #f81212;
}

.standard_passive_button {
	padding: 10px 14px;
	border: none;
	background-color: #ddd;
	font-size: 16px;
	font-weight: 500;
	color: #777;
	cursor: pointer;
	border-radius: 10px;
}

.standard_passive_button:hover {
	background-color: #ebebeb;
}

.request_inspection_button {
	width: 366px;
	min-width: 366px;
	max-width: 366px;
	height: 44px;
	min-height: 44px;
	padding: 8px 6px;
	padding-bottom: 0px;
	border: 6px double #fff;
	font-size: 19px;
	font-weight: 500;
	display: inline-block;
/*
	line-height: 44px;
	vertical-align: middle;
	padding-bottom: 30px;
*/
}

.request_inspection_button_text {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	padding-left: 12px;
}

table#main_history_table tr.history_rowdata_On:hover, table#main_history_table tr.history_rowdata_Off:hover {
    cursor: pointer;
/*	background-color: #ffcc99; */
}

/* heading
--------------------------------------------------*/
.section_heading_h1 {
  font-size: 32px;
  font-weight: 300;
  color: #878787;
  margin-bottom: 20px;
}

.section_heading_h2 {
	font-size: 28px;
	color: #777;
	font-weight: 300;
}

.simple_text {
	font-size: 14px;
	/*color: #868686;*/
/*	color: #555; */
  color: #333;
	font-weight: 200;
}

.simple_text_14 {	
	font-size: 14px;
	color: #777;
}

.simple_text_16 {	
	font-size: 16px;
  color: #333;
	font-weight: 200;
}



#page_content {
	margin-top: 36px;
}

#content_container {
	
}



/*login page layout */
.login_main {
	min-width: 545px;
	max-width: 645px;
//	width: 545px;
	margin-left: auto;
	margin-right: auto;
/*	margin-top: 70px; */
	padding-top: 70px;
  overflow: auto;
	padding-bottom: 42px;
}

.login_icon_holder {
	position: relative;
	width: 192px;
	height: 290px;
	float: left;
}

.login_text_holder {
	float: left;
	margin-left: 16px;
}

.login_small_text {
	font-size: 12px;
	color: #999999;
}

.login_title {
	margin-top: 16px;
	margin-bottom: 12px;
}

.login_textbox_label {
	font-size: 16px;
	color: #777777;
}

.login_textbox {
	width: 226px;
	height: 36px;
	border: 1px solid #BBBBBB;
	font-family: "Segoe UI";
	font-size: 18px;
	color: #444444;
}

.login_submit_button {
	padding: 10px 14px;
	border: 1px solid #ff0000;
	background-color: #ff0000;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.login_button_holder {
	float: left;
}

.login_options_holder {
	padding-left: 14px;
	font-size: 12px;
	color: #999;
	float: left;
}

#note_bar_main.note_bar {
  position: relative;
	margin-top: -42px;
  clear:both;
}

#note_bar_agents.note_bar {
  margin-top: 50px;
}

.note_bar {
  height: 42px;
	background-color: #ff0000;
	text-align: center;
	color: #fff;
	line-height: 34px;
	font-size: 16px;
}

.note_bar a {
	color: #fff;
}


/*----------------------------------
Header Template -------------------*/

.header_container {
	height: 75px;
	border-bottom: 3px solid #878787;
}

.logo_group {
	float: left;
  min-width: 220px;
}

.logo_container {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.dmiaccess_container {
	float: left;
	/*clear: right;*/
	margin-top: 20px;
}

.datetime_container {
	/*float: left;*/
	font-size: 14px;
	font-weight: 100px;
	color: #777;
}

.login_group {
	float: right;
	height: 53px;
	margin-top: 10px;
}

.header_points_container {
	float: right;
	border-right: 2px solid #878787;
	height: 100%;
	padding-right: 30px;
	text-align: right;
}

.header_points_title_Off {
	font-size: 12px;
	color: #BBBBBB;
}

.header_points_total_Off {
	color: #BBBBBB;
	font-size: 28px;
	font-weight: 600;
	vertical-align: middle;
	height: 40px;
	line-height: 36px;
	padding-left: 22px;
	background: #fff left center no-repeat url("images/SmallWind_grey.png");
}

.header_points_title_On {
	font-size: 12px;
	color: #444;
}

.header_points_total_On {
	color: #444;
	font-size: 28px;
	font-weight: 600;
	vertical-align: middle;
	height: 40px;
	line-height: 36px;
	padding-left: 22px;
	background: #fff left center no-repeat url("images/SmallWind_green.png");
}

.header_login_container {
	float: right;
	padding-left: 30px;	
	text-align: right;
}

.header_current_user {
	font-size: 20px;
	font-weight: 100;
	color: #000;
}

.header_login_options {
	font-size: 12px;
	color: #000;
	font-weight: 400;
	line-height: 30px;
}

.header_login_options a {
	text-decoration: none;
	color: #000;
}

.header_login_options a:hover {
	text-decoration: underline;
}


/* menu
----------------------------------------------------------*/
.menu_container {
	height: 65px;
}

/*
ul#menu
*/
ul.menu
{
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0px;
  padding: 0;
  text-align: left;
	line-height: 62px;
	color: #777;
}

/*
    ul#menu li
*/
    ul.menu li
    {
        display: inline;
        list-style: none;
        padding-right: 40px;
    }

/*
        ul#menu li a {
            background: none;
            color: #777;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }
*/
        .menu_std a {
            background: none;
            color: #777;
            text-decoration: none;
        }

        .menu_std a:hover {
            color: #333;
            text-decoration: none;
        }

        .menu_request a {
            background: none;
            color: #000;
            text-decoration: none;
        }
        .menu_request a:hover {
            color: #dd0000;
            text-decoration: none;
        }

/* main 
-----------------------------------------*/	
.main_dashboard_container {
	height: 470px;
}

.spotlight_header {
	position: relative;
	height: 52px;
	background-color: #eee;
	padding: 4px 0 4px 0; 
}

.main_spotlight_container {
	position: relative;
	float: left;
	width: 76%;	
	overflow: hidden;
	height: 470px;
}

.spotlight_button_group {
	position:relative;
	float: left;
	width: 308px; /*add or remove 30 when adding or removing a spotlight group */
}

.newsroom_group {
	position: relative;
	float: left;
	border-left: 4px solid #ccc;
	height: 100%;
	padding-left: 30px;
}

.newsroom_title {
	position: absolute;
	/*float: left;*/
	font-size: 14px;
	font-weight: 600;
	color: #555;
  width: 120px;
}

.newsroom_links {
	position: absolute;
	/*float: left;*/	
	padding-left: 110px;
	overflow: hidden;
	white-space: nowrap;
}


.newsroom_links ul {
	list-style: bullet;
	margin-top: 0;
}
.newsroom_links li{
	font-size: 12px;
	color: #555;
}

.newsroom_links li a{
	font-size: 12px;
	color: #555;
	line-height: 12px;
	text-decoration: none;
}

.newsroom_links li a:hover {
	text-decoration: underline;
}

.facilitate_payment_title {
	float: right;
  padding-right: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #555;
  width: 140px;
}



a.spotlight_navleft {
	background: #fff top left no-repeat url("images/SpotlightContent/NavArrowRight_Off.png");
	width: 38px;
	height: 38px;
	display: block;	
}

a.spotlight_navleft:hover {
	background: #fff top left no-repeat url("images/SpotlightContent/NavArrowRight_On.png");	
}

.spotlight_slideshow {
	height: 290px;
	overflow: hidden;
	background: #ddd center no-repeat url("images/SpotlightContent/SpotlightBacksplash.png");
}
.spotlight_glider {
	position: relative;
	width: 100%;
	height: 290px;
	overflow: hidden;	
}

.spotlight_content {
	position: absolute;
}

.spotlight_background {
	float: left;
	display: inline;
}

.spotlight_banner {
	display:inline;
/*
	margin-left: -90%;
*/
	margin-left: -98%;
	margin-top: 40px;
	float: left;
	z-index: 2;
}

.footer_button_group {
	float: right;
	margin-top: -60px;
	height: 60px;
	width: 90px;
	position: relative;
}



/* Footer Content Glider
*********************************************************/
.spotlight_footer {
	position: relative;
	overflow: hidden;
	height: 60px;
	background-color: #333;	
	padding-left: 140px;
/*	background: #333 left top no-repeat url("images/SpotlightContent/SpotlightFooter/StormCenterBanner.png"); */
	background: #333 left top no-repeat;
}

.spotlight_footer_container {
	background-color: #333;
}

.spotlight_footer_content {
	position: absolute;
	background-color: #333;
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	max-width: 740px;
}

.spotlight_footer_content a {	
	color: #fff;
	text-decoration: none;
}

.spotlight_footer_content a:hover {
	text-decoration: underline;
}

.spotlight_footer_toggler{ /*style for DIV used to contain toggler links. */
width: auto;
padding: 4px;
margin-right: auto;
margin-left: auto;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/



.spotlight_footer_toggler a.toc{ /*style for every navigational link within toggler */
/*display: -moz-inline-box;
display: inline-block;
padding: 1px 3px;
margin-right: 8px;
font-weight: bold;
text-decoration: none;
float: left;*/
}

.spotlight_footer_toggler a.toc.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	/*background: #eee top left no-repeat url("images/SpotlightContent/SpotlightMarker_On.png");
	margin-top: 8px;
	width: 22px;
	height: 22px;
	display: block;	
	float: left;*/
}

.spotlight_footer_toggler a.toc:hover{
	/*background: #eee top left no-repeat url("images/SpotlightContent/SpotlightMarker_Hover.png");
	margin-top: 8px;
	width: 22px;
	height: 22px;
	display: block;	
	float: left;*/
}

.spotlight_footer_toggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	/*background: #eee top left no-repeat url("images/SpotlightContent/SpotlightMarker_Off.png");
	margin-top: 8px;
	width: 22px;
	height: 22px;
	display: block;	
	float: left;*/
}

.spotlight_footer_toggler a.prev  {
	background: #333 top left no-repeat url("images/SpotlightContent/SpotlightFooter/SpotlightFooterArrowup.png");
	width: 22px;
	height: 30px;
	margin-right: 30px;
	margin-left: 30px;
	display: block;
	/*float: left;*/
}
.spotlight_footer_toggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background: #333 top left no-repeat url("images/SpotlightContent/SpotlightFooter/SpotlightFooterArrowdown.png");
	width: 22px;
	height: 30px;
	margin-left: 30px;
	margin-right: 30px;
	display: block;
	/*float: left;*/
}

.spotlight_footer_toggler a.prev:hover {
	background: #333 top left no-repeat url("images/SpotlightContent/SpotlightFooter/SpotlightFooterArrowup_Hover.png");		
}

.spotlight_footer_toggler a.next:hover {
	background: #333 top left no-repeat url("images/SpotlightContent/SpotlightFooter/SpotlightFooterArrowdown_Hover.png");
}

/* Main 
************************************************************************/

.main_resources_container {
	float: left;
	width: 38%;
	height: 100%;
	/*padding: 6 12px;*/
	background-color: #f4f4f4;
	/*border-left: 2px solid #fff;*/
}

.main_rewards_container {
	float: left;
	width: 24%;
}

.spotlight_title, .resources_title {
	font-size: 36px;
	font-weight: 200;
	color: #777;
}

.main_rewards_points_layout {
	position: relative;
	text-align: right;
	float: right;
	height: 200px;
}

.main_rewards_title {
	font-size: 18px;
	font-weight: 600;
	color: #555;
}

.main_rewards_total_On {
	margin-top: 14px;
	color: #444;
	font-weight: 600;
	font-size: 40px;
	height: 44px;
	line-height: 40px;
	padding-left: 36px;
	background: #fff left center no-repeat url("images/MediumWind_green.png");
}

.main_rewards_subtitle_On {
	font-size: 14px;
	color: #444;
}

.main_rewards_subtotal_On {
	font-size: 18px;
	color: #444;
	font-weight: 600;
}

.main_rewards_month, .main_rewards_year {
	padding-top: 5px;
}

/*.main_rewards_catalog_container {
	position: relative;
	background-color: #ff5c26;
	clear: both;
	margin-left: 10px;
	padding: 12px;
	height: 111px;
}*/

.main_rewards_catalog_container {
	position: relative;
	clear: both;
	float: right;
	height: 140px;
}

.rewards_request_inspection {
	position: relative;
	margin-top: 10px;
	clear: both;
	float: right;
	height: 60px;
}

.main_rewards_catalog_title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.main_rewards_catalog_text {
	color: #fff;
	font-size: 12px;
	height: 60px;
}

.main_open_rewards_catalog {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

.main_open_rewards_catalog a {
	text-decoration: none;
	color: #fff;
}

.main_open_rewards_catalog a:hover {
	text-decoration: underline;
}

.main_request_menu_container {
	margin-top: 40px;
}

.main_request_heading {
	position: relative;
	padding-bottom: 14px;
}

.main_request_inspection {
	float: left;
  width: 52%;
  text-align: center;
/*  border: 1px solid #000; */
}

.main_request_link {
	/*width: auto;
	float: left;*/
}

.main_request_sort {
	float: left;
	width: 200px;
}

.main_request_search_container {
	float: right;
}

.main_request_search {
	border: none;
	border-spacing: 0px;
	
}

.main_searchbox {
	border: 1px solid #ccc;
	height: 34px;
	width: 200px;
	margin-top: 0;
	font-size: 18px;
	color: #444444;
}

#main_sort_history {
	border: 1px solid #ccc;
	height: 38px;
	margin-top: 0;
	font-size: 18px;
	color: #444444;
}

.main_searchbox_label_f1 {
	font-size: 18px;
	color: 545454;
	font-weight: 500;
}

.main_searchbox_label_f2 {
	font-size: 12px;
	color: 545454;
}

.main_request_history_container {
	margin-top: 14px;
}

#main_history_table {
	width: 100%;
	border: 1px solid #888;
	border-collapse: collapse;
}

.history_header {
	font-family: "Segoe UI";
	background-color: #888;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
/*
	font-weight: 600;
*/
	height: 40px;
}

.history_header td,th {
	padding: 4px;
	border-left: 1px solid #bbb;	
}

.history_rowdata_On {
/*	background-color: #fff; */
	font-size: 14px;
	color: #777;
}

.history_rowdata_Off {
/*	background-color: #eee; */
	font-size: 14px;
	color: #777;
}

.history_rowdata_On td,th, .history_rowdata_Off td,th {
	padding: 4px;
}

.request_history_lastname {
	font-size: 16px;
	font-weight: 600;
  text-decoration: none;
}

.footer_container {
	margin-top: 20px;
	clear: both;
	background-color: #eee;
	padding: 14px 20px;
	display: block;
}

.footer {
	max-width: 1366px;	
	min-width: 993px;
	font-size: 12px;
	color: #777;
	margin-left: auto;
	margin-right: auto;	
}

.footer_contact_container {
	width: 250px;
	border-right: 2px solid #bbb;
	padding-right: 20px;
	float: left;
}

.footer_contact_phone {
	font-size: 30px;
	font-weight: 600;
/*	line-height: 50px; */
}

.footer_agent_alerts_container {
	padding-left: 20px;
	float: left;
	width: 60%;
	
}

/* Featured Content Glider
*********************************************************/
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 350px;
height: 230px; /* Set height to be able to contain height of largest content shown*/
border: 5px solid #687C98;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 330px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: auto;
padding-top: 7px;
margin-right: auto;
margin-left: auto;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/



.glidecontenttoggler a.toc{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
/*padding: 1px 3px;*/
margin-right: 8px;
font-weight: bold;
text-decoration: none;
float: left;

}

.glidecontenttoggler a.toc.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #eee top left no-repeat url("images/SpotlightContent/SpotlightMarker_On.png");
	margin-top: 8px;
	width: 22px;
	height: 22px;
	display: block;	
	/*float: left;*/
}

.glidecontenttoggler a.toc:hover{
	background: #eee top left no-repeat url("images/SpotlightContent/SpotlightMarker_Hover.png");
	margin-top: 8px;
	width: 22px;
	height: 22px;
	display: block;	
	/*float: left;*/
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	background: #eee top left no-repeat url("images/SpotlightContent/SpotlightMarker_Off.png");
	margin-top: 8px;
	width: 22px;
	height: 22px;
	display: block;	
	/*float: left;*/
}

.glidecontenttoggler a.prev  {
	background: #eee top left no-repeat url("images/SpotlightContent/NavArrowLeft_Off.png");
	width: 38px;
	height: 38px;
	margin-right: 30px;
	margin-left: 30px;
	display: block;
	float: left;
}
.glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background: #eee top left no-repeat url("images/SpotlightContent/NavArrowRight_Off.png");
	width: 38px;
	height: 38px;
	margin-left: 22px;
	margin-right: 30px;
	display: block;
	float: left;
}

.glidecontenttoggler a.prev:hover {
	background: #eee top left no-repeat url("images/SpotlightContent/NavArrowLeft_On.png");		
}

.glidecontenttoggler a.next:hover {
	background: #eee top left no-repeat url("images/SpotlightContent/NavArrowRight_On.png");
}

/* Navigation 
**********************************************************/
.inspection_navgroup {
/*
	height: 120px;
*/
  width: 1000px;
}

a.navtab_single {
	background: #fff top left no-repeat url("images/SingleMultiHome_Tab_Off.png");
/*	width: 220px;*/
	width: 174px;
	height: 76px;
	display: block;
	float: left;
}

a.navtab_single:hover {
	background: #fff top left no-repeat url("images/SingleMultiHome_Tab_Hover.png");	
}

a.navtab_condo {
	background: #fff top left no-repeat url("images/Condominium_Tab_Off.png");
/*	width: 220px;*/
	width: 174px;
	height: 76px;
	display: block;
	float: left;
}

a.navtab_condo:hover {
	background: #fff top left no-repeat url("images/Condominium_Tab_Hover.png");	
}

a.navtab_photos {
	background: #fff top left no-repeat url("images/PhotosOnly_Tab_Off.png");
/*	width: 220px;*/
	width: 174px;
	height: 76px;
	display: block;
	float: left;
}

a.navtab_photos:hover {
	background: #fff top left no-repeat url("images/PhotosOnly_Tab_Hover.png");	
}

.navtab_selected {
/*	width: 220px;*/
	width: 174px;
	height: 88px;
	float: left;
}

.inspection_select_container_dropdown {
	width: 844px;
	height: 71px;
/*
	background-color: #fb521a;
*/
	font-size: 26px;
	font-weight: 200;
	color: #fff;
	vertical-align: middle;
	padding: 23px 0 0 26px;
}

.inspection_select_container {
	width: 950px;
/*
	width: 844px;
*/
/*
	height: 71px;
*/
/*
	background-color: #fb521a;
*/
	font-size: 32px;
	font-weight: 200;
/*
	color: #fff;
*/
	color: #666;
	vertical-align: top;
	padding: 8px 8px 8px 8px;
/*
	padding: 23px 0 0 26px;
*/
}

.inspection_select_label {
	font-size: 16px;
	font-weight: 200;
	color: #fff;
/*
	color: #666;
*/
  padding-left: 6px;
/*
	position: relative;
	font-size: 26px;
	font-weight: 200;
	color: #fff;
*/
}

#inspection_select{
	position: relative;
	border: none;
	background-color: #fff;
	width: 340px;
	height: 34px;
	font-size: 14px;
	color: #555;
	padding-left: 4px;
}

.inspection_info_container {
	margin-top: 40px;
	margin-left: 8px;
}

.required_info_container, .your_info_container {
	width: 430px;
	float: left;
	padding-top: 12px;
	font-size: 32px;
	color: #15b79e;
	font-weight: 200;
}

.optional_info_container, .agency_info_container {
	float: left;
	border-left: solid 4px #ddd;
	padding: 12px 0 0 40px;
	font-size: 32px;
	color: #aaa;
	font-weight: 200;
	width: 414px;
}

.inspection_info_label {
	width: 162px;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	float: left;
	line-height: 38px;
}

.inspection_info_label2 {
	width: 256px;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	float: left;	
}

.inspection_info_label_noheight {
	width: 162px;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	float: left;
	/*line-height: 38px;*/
	
}

.inspection_info_text {
	font-size: 14px;
	font-weight: 600;
	color: #666;	
}

.inspection_info_label_zip {
	width: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	float: left;
	line-height: 38px;
	padding-left: 50px;
}

.inspection_info_value {
	float: left;
	font-size: 14px;
}

.inspection_info_value2 {
	float: right;
	font-size: 14px;
	clear: right;
}
.inspection_info_box {
	width: 240px;	
	height: 32px;
	border: 2px solid #ddd;
	padding-left: 4px;
}

.inspection_info_state_box {
	width: 40px;	
	height: 32px;
	border: 2px solid #ddd;
	padding-left: 4px;
}

.inspection_info_zip_box {
	width: 91px;	
	height: 32px;
	border: 2px solid #ddd;
	padding-left: 4px;
}

.inspection_info_year_box {
	width: 100px;	
	height: 32px;
	border: 2px solid #ddd;
	padding-left: 4px;
}

.inspection_info_notes {
	width: 356px;	
	height: 100px;
	border: 2px solid #ddd;
	padding-left: 4px;
	font-family: "Segoe UI";
  font-size: 10pt;
}

.required_info_row, .your_info_row {
	display: block;
	margin-top: 16px;
}

.request_details_inspection {
	font-size: 18px;
	color: #ff5c26;
	padding-top: 22px;
}

.request_details_client {
	font-size: 24px;
	font-weight: 400;
	color: #555;
}

.request_details_phone {
	font-size: 20px;
	color: #777;
}

.request_extra_details {
	width: 450px;
	font-size: 14px;
	color: #777;
}

.request_extra_details_sub {
	font-size: 14px;
	color: #777;
}

.request_table_label {
	width: 112px;
}

.request_details_section1 {
	width: 360px;
	float: left;
}

.request_details_section2 {
	min-height: 170px;
	border-left: 2px solid #999;
	float: left;
	padding-left: 32px;
}

/* Detail page for spotlight items
*********************************************************************/
.windstormplus_details_container {
 border-left: 80px solid #b22d00;
 padding-left: 30px;
}

 

.commercial_details_container {
 border-left: 80px solid #8500b2;
 padding-left: 30px;
}

 

.spotlight_details_title {
 font-size: 50px;
 font-weight: 200;
 color: #333;
}

 

.spotlight_details_text {
 font-size: 14px;
 color: #777;
 width: 520px;
}

.section_heading_h3 {
	font-size: 20px;
	color: #333;
	font-weight: 300;
	margin-bottom: 20px;
}

.requires_acrobat {
	float: left;
	vertical-align: middle;
	font-size: 12px;
	color: #333;
	line-height: 32px;
	margin-bottom: 20px;
}

.document_category {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

ul.document_title {	
	list-style: none;
	padding-left: 0;
	float: left;
}

ul.document_title li a {
	display: block;	
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #777;
	text-decoration: none;	
	padding-left: 36px;
	background: #fff left top no-repeat url("images/DocumentDropArrow_Off.png");
}

ul.document_title li a:hover {
	text-decoration: none;
	color: #00b200;
	background: #fff left top no-repeat url("images/DocumentDropArrow_On.png");
}

/* CPE Class styles
**********************************************************/

.cpe_schedule_container {
	padding-bottom: 20px;
	border-bottom: 1px dotted #777;
	margin-bottom: 20px;
}

.cpe_calendar_icon {
	float: left;
	width: 32px;
	height: 32px;
	display: block;
	background: #fff left top no-repeat url("images/MiniCalendarIcon.png");
}

.cpe_schedule_title {
	float: left; 
	margin-left: 30px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.cpe_button_step1 {
	float: left;
	margin-left: 62px;
	width: 30px;
	height: 30px;
	background: #fff left top no-repeat url("images/NumberButton01.png");
}

.cpe_button_step2 {
	float: left;
	margin-left: 62px;
	width: 30px;
	height: 30px;
	background: #fff left top no-repeat url("images/NumberButton02.png");
}

.cpe_step1_container {
	float: left;
	width: 400px;
	margin-left: 14px;
}

.cpe_step2_container {
	float: left;
	margin-left: 14px;
}

.cpe_step_title {
	font-size: 14px;
/*	color: #999; */
  color: #333;
	font-weight: 600;
}

.cpe_step_text {
	font-size: 14px;
/*	color: #777; */
  color: #000;
}

.cpe_dial_number {
	font-size: 14px;
	font-weight: 600;
	color: #555;
}

.cpe_access_code {
	font-size: 14px;
	color: #ff3f00;
}

.cpe_step_text a {
	text-decoration: none;
}

.cpe_step_text a:hover {
	text-decoration: underline;
}

/* Sortable tables */
table.tablesorter thead
{
    cursor:pointer;
    cursor:hand;
}
th.headerSortUp
{
    background-image: url('lib/tablesorter/themes/blue/asc.gif');
    background-color: #AAAAAA;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}
th.headerSortDown
{
    background-image: url('lib/tablesorter/themes/blue/desc.gif');
    background-color: #AAAAAA;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}
table.tablesorter tbody td
{
	background-color: #FFFFFF;
}
table.tablesorter tbody tr.odd td
{
	background-color: #EEEEEE;
}

span.info
{
    position:relative; /*this is the key*/
    z-index:0;
/*
    background-color:#ccc;
*/
    color:#000000;
    text-decoration:none;
}

span.info:hover
{
  z-index:25;
/*
  background-color:#ff0;
*/
}

span.info span
{
  display: none;
}

span.info:hover span
{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-2em;
    left:-10em;
/*    width:16em; */
    border:1px solid #000000;
    background-color:#eeeeee;
    color:#000;
/*    text-align: center; */
    background-size: 100%;
}

.required_info_row_primary {
	display: block;
	margin-top: 4px;
}

.footer_contact_phone_option {
	font-size: 20px;
	font-weight: 400;
/*	line-height: 50px; */
}

#request_form {
font-family: "Segoe UI";
color: #555;
}

#request_form optgroup {
  padding-top:10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
/*
  background: #fff;
  color: #000;
*/
  font-style: normal;
  font-weight: bold;
}

#request_form option {
  padding-left: 10px;
}

.inspection_form_description
{
/*
  border: 3px solid #fb521a;
*/
  border: 3px solid #00aaff;
  padding: 10px;
}

.tcday, .tcmonth, .tcyear, .calendar_select {
font-family: "Segoe UI";
font-size: 10pt;
}

.chatBox { 
/*
    border: 1px solid red; 
    width: 300px; 
    height: 100px; 
*/
    position: fixed;
    bottom: 0px;
    right: 0px;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
/*
  45% {
    opacity: 1;
  }
*/
  100% {
    opacity: 0%;
    height: 0px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0%;
  }
/*
  45% {
    opacity: 1;
  }
*/
  100% {
    opacity: 1;
    height: initial;
  }
}

.fadeOutObject {
  opacity: 0;
  animation-name: fadeOut;
  animation-delay: 0s;
  animation-duration: 2s;
}

.height100
{
  height: 100%;
}

.googletagmanagerin
{
  display: none;
  visibility: hidden;
}

.borderblackbgwhite
{
  border: 1px solid #000000;
  background-color: #ffffff;
}

.pad20
{
  padding: 20px;
}

.padleftright20
{
  padding-left: 20px;
  padding-right: 20px;
}

.padleftright50
{
  padding-left: 50px;
  padding-right: 50px;
}

.redtext
{
  color: #ff0000;
}

.text70ad47
{
  color: #70ad47;
}

.text999
{
  color: #999;
}

.text12pt
{
  font-size: 12pt;
}

.buttoncursor
{
  cursor: pointer;
  cursor: hand;
}

.bordercollapse
{
  border-collapse: collapse;
}

.textlinkedagents
{
  border: 2px solid #ddd;
  padding-left: 6px;
  padding-right: 6px;
}

.primaryinsnumbering
{
  color:#aaaaaa;
  font-weight: normal;
}

.vishiddisinl
{
  visibility: hidden;
  display: inline;
}

.displayinl
{
  display: inline;
}

.lineheightnorm
{
  line-height: normal;
}

.width300
{
  width: 300px;
}

.width400
{
  width: 400px;
}

.floatright
{
  float: right;
}

.coupontablecell
{
  border: 2px solid #ddd;
  padding-left: 6px;
  padding-right: 6px;
}

.scrollcouponlist
{
  overflow: auto;
//  width: 100px;
}

