/* @override http://dev.dmcbeta.com/xinsurance/styles/style.css */

/* color definitions

   Neon Blue: #13b5ea
   Light Blue: #f5fcfe
   Red: #ee3124
   Orange: #f89e2b
   Gray: #97a0a5
   Gray header: #636363  
   Black: #45555F

*/

body {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    /* color:#a2aaf; */
    background-image:url('../images/template/gradient.jpg');
    background-repeat:repeat-x;
    background-color: #e2f6fc;
    line-height: 14px;
}

table { padding: 0px; margin: 0px; vertical-align: top; }
td { margin: 0px; padding: 0px; vertical-align: top; }
select { font-size: 11px; padding:2px 0px; display:block; }
option { font-size: 10px; }
textarea { font-size: 10px;}
img { border: 0px; }

.red      { color: #ee3124; }
.dark_gray{ color: #636363; }
.blue     { color: #13B5EA; }
.giant    { font-size: 48px; }
.largest  { font-size: 24px; }
.larger   { font-size: 18px; }
.large    { font-size: 14px; }
.medium   { font-size: 12px; }
.normal   { font-size: 11px; }
.small    { font-size: 10px; }
.smaller  { font-size: 9px; }
.smallest { font-size: 8px; }

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.vtop   { vertical-align: top; }
.vbot   { vertical-align: bottom; }
.vmid   { vertical-align: middle; }
.vtbot  { vertical-align: text-bottom; }

.bold   { font-weight: bold; }
.unbold { font-weight: normal; }

.nopad td { padding: 0px; }
.pad10 td { padding: 10px; }
.pad5 td { padding: 5px; }
.pad3 td { padding: 3px; }
.pad2 td { padding: 2px; }
.pad0 td { padding: 0px; }
.pad5nl td { padding: 5px 10px 5px 0px; }

*, input:focus { outline: 0; }

input:-moz-focus-inner { border: 0; }

input[type=text], input[type=password]{
    font-family: Helvetica, sans-serif;
    border: 1px solid #8f999f;
    font-size: 10px;
    outline:none;    
    width:200px;
}

#search1 input.ui-autocomplete-input {
    font-family: Helvetica, sans-serif;
    border: 1px solid #8f999f;
    font-size: 25px;
    outline:none;
    width:550px;
    padding: 12px 0px;
    color:#838f97;
    font-style:italic;
    vertical-align: middle;
    margin:0px 10px 0px 100px;
}

a:link.searchlink{
	color:#13B5EA;
}



option[selected] { padding:0px; }
option { font-transform:uppercase; }

p{
    padding: 0px;
    margin: 0px 0px 18px 0px;
}

a:link    { color: #F8971D; text-decoration: none; cursor: pointer; }
a:visited { color: #666666; text-decoration: none; cursor: pointer; }
a:hover   { color: #f89e2b; text-decoration: none; cursor: pointer; }

h1, h2, h3{
    padding:0px;
    margin:0px;
    font-weight: bold;
}

h1{
    font-size:26px;
    color: #ee3124;
    text-transform: uppercase;
    margin-bottom:8px;
    line-height: 26px;
}

h2{
    font-size:13px;
    color: #666666;
    font-weight:bold;
}

h3{
    font-size:11px;
}

h4{
    font-size:12px;
    color: #ee3124;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

div#main_logo{
    padding: 45px 0px 0px 57px;
    z-index:1000;
}

/* Begin Navigation */
div#navigation{
    margin: 42px 0px 76px 32px;
    z-index:9999;
}

div#navigation.home, div#navigation.home_color{
    margin: 32px 0px 72px 32px;
    z-index:9999;
}

div#navigation ul{
    margin:0px;
    padding:0px;
    position: relative;
    float: left;
}

div#navigation li{
    float: left;
    position: relative;
    list-style:none;
}

div#navigation li a:link, div#navigation li a:visited{
    color: #636363;
} 

div#navigation li.lvl1{
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding:5px 50px 3px 40px;
    margin:0px 4px 0px 0px;
    background:url("../images/template/gt.png") no-repeat 18px 1px;
}

div#navigation li.lvl1  a:link,div#navigation li.lvl1  a:visited{
    color: #45555F;
}

div#naviagation li.lvl2{
    color:#45555F;
}
div#navigation li.lvl2 a:link, div#navigation li.lvl2 a:visited{
    color:#666666;
}

div#navigation li.lvl2 a:hover, div#navigation li.lvl3 a:hover{
    color: #f89e2b;
}


div#navigation li.lvl1:hover{
    background:url("../images/template/gt_over.png") no-repeat 18px 1px;
    border: 1px solid #8f999f;
    background-color:#f5fcfe;
}

div#navigation li.lvl1.active{
    background:url("../images/template/gt_over.png") no-repeat 18px 1px;
}

li.active a, div.active a{
    color: #f89e2b;
}

div#navigation ul ul{
    display: none;
    margin: 0px 0px 0px -41px;
    padding: 9px 0px 10px 0px;
    float: none;
    position: absolute;
    background-color:#f5fcfe;
    border-bottom: 1px solid #8f999f;
    border-right: 1px solid #8f999f;
    border-left: 1px solid #8f999f;
    width:100%;
    z-index: 250;
    color:#45555F;
}

div#navigation ul ul ul{
    display: block;
    margin: 0px;
    padding: 0px;
    float: none;
    position: relative;
    border: 0px;
}

div#navigation ul ul li{
    background-image:none;
    float: none;
    white-space:nowrap;
    text-transform:none;
    font-size: 11px;
    letter-spacing: 0px;
    margin: 0px 0px 0px 43px;
    padding: 0px 0px 0px 0px;
    line-height:14px;
}

div#navigation ul ul ul li{
    font-weight: normal;
    margin:0px;
}

div#navigation ul ul li:hover{
    background-image:none;
}

div#navigation ul ul li.active{
    background-image:none;
}

div#naviagation li.lvl1 ul li.lvl2{
    color:#45555F;
}

/* End Navigation */

/* Begin Error Alert*/
div.error{
    background-color: #EEE;
    border: 1px solid red;
    color: #ee3124;
    margin: 20px auto;
    padding: 15px 15px 0px;
    text-align: left;
    width: 85%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input.error{
    border-color: #ff0000;
}

select.error{
    border: 1px solid #ff0000;
}

/* End Error Alert */

/* Begin Promo Box */

div#promobox_home, div#promobox_secondary{
    height:257px;
    background-repeat:no-repeat;
    margin: 0px 15px 20px 15px;
    position:relative;
}

div#promobox_home {
    margin-top:12px;
}

div#promobox_secondary{
    margin: 30px 15px 20px 15px;
    height:217px;
    position:relative;
}

div#promobox_secondary div#sema{
	background:url(../images/template/sema_blue_bg.jpg) no-repeat;
	width:100%;
	height:190px;
	margin:29px 0px 0px 0px;
}

div#promobox_secondary div#sema img#sema_top{
margin:25px 0px 14px 20px;	
}

div#promobox_secondary div#sema select{
	width:233px;
	margin:0px 0px 0px 20px;
	color:#455560;
	/* font-size:10px;	 */
	padding:2px 0px 2px 0px; 
}
div#promobox_secondary div#sema .sema_button{
	margin:15px 0px 15px 107px;
}

div#promobox_secondary div#sema .speak{
	margin:0px 0px 0px 40px;
}

div#promobox_home{
/*     background-image: url("../images/template/promo_bg.png"); */
    background-repeat: no-repeat;
}

div#promobox_home div.promocopy{
    position:absolute;
    width:450px;
    top:100px;
    left:26px;
/*     font-family: Arial /\* Narrow *\/, Arial, sans-serif;  */
}

div#promobox_home div.promocopy .promo_large{
/*     text-transform: uppercase; */
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #636363;
    
}

div#promobox_home a {
    color:#13b5ea;
    text-decoration: underline;
}

div#promobox_home div.promocopy .promo_small{
    font-size: 13px;
    color: #f89e2b;
    margin: 10px 0px 0px 0px;
}

div#promobox_home div.promocopy .promo_small a{
    color: #f89e2b;
}

div#promobox_home div#promoimage{
    position:absolute;
    height:245px;
    width:345px;
    bottom:0px;
    right:37px;
}

div#promobox_secondary div#widget_container{
    float:right;
    width: 0px;
/* was 280px   */
}

div#promobox_secondary div#promoimage{
    position:absolute;
    bottom:0px;
    left:0px;
}

div#promobox_home div#promoarrow{
    position:absolute;
    height: 133px;
    width: 115px;
    top:14px;
    left:77px;
}

.widget{
/*    margin: 0px -40px 17px 0px;*/
    margin: 0px -54px 17px 0px;
    width:240px;
    padding: 0px 40px 0px 13px;
    text-transform: uppercase;
}

#promobox_secondary .widget{
    margin: 0px 0px 0px 0px;
    padding: 0px 40px 0px 13px;
}

.widget td{
    vertical-align: middle;
    height: 22px;
}

.widget input{
    width:140px;
    font-family: Helvetica, sans-serif;
    font-size:10px;
}


.widget select{
    /* font-size: 10px; */
    width:143px;
    color:#455560;
}

.widget td.left{
    width:82px;
}

.widget td.right{
    text-align:right;
}

.widget_wide, .widget_wide_tall{
    background-image: url("../images/template/promo_widget_wide_bg2.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height:99px;
    color:#455560;
    overflow:hidden;
    
}

.widget_wide_tall{
    background-image: url("../images/template/promo_lrg_tall.png");
    height:130px;
    margin:0px;
}

.widget_wide2{
    background-image: url("../images/template/promo_widget_wide_bg.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height:129px;
    color:#455560;
    
}
.widget_wide_agents{
    background-image: url("../images/template/promo_widget_wide_bg.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
/*     height:129px; */
    padding-bottom:10px;
    color:#455560;
/*    background-color:#EBEBED;*/
}
.widget_narrow{
    background-image: url("../images/template/promo_widget_bg.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height:44px;
}

img.go_button{
    margin-top:15px;
    margin-right:-10px;
}

.go_button:hover, .blue_submit:hover, .blue_submit_giveaway:hover{
    cursor: pointer;
}

input.go_button{
    margin-left:45px;
    width: 30px;
    height: 13px;
    background-color: transparent; 
    background-image: url('../images/template/submit.png');
    background-repeat: no-repeat;
    border: 0px;
}

input.blue_submit, .blue_submit, input.blue_submit_giveaway{
    width: 76px;
    height: 24px;
    background-color: transparent; 
    background-image: url('../images/template/blue_submit.png');
    background-position: top right;
    background-repeat: no-repeat;
    border: 0px;
    float:right;
    margin:12px 3px 0px 0px;
    padding:0px 15px 1px 0px;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #13b5ea;
    text-transform: uppercase;
}

input.blue_submit_giveaway{
    width:260px;
    text-align:right;
    padding-right:20px;
}

.widget_header{
    padding:10px 0px 10px 0px;
    font-family: Arial Narrow, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #13b5ea;
    margin:0 0 0 -7px;
}

.widget_header_small{
    padding:10px 0px 10px 0px;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
}

.widget table, .widget form{
    padding: 0px;
    margin: 0px;
}


/* End Promo Box */


/* Begin Content */

div#content{
    margin: 0px 55px 0px 55px;
}

/* End Content */



/* Begin Quick Links */

div#quicklinks{
    margin: 36px 45px 0px 0px;
    float:right;
    position:relative;
/*     width:241px; */
    width:auto;
    white-space:nowrap;
    z-index:500;
}


div#quicklinks ul{
    position:absolute;
    right: 0;
    top: 0;
    padding: 0px;
    margin: 0px;
}


div#quicklinks ul li{
    display:inline;
    list-style:none;
    font-size:12px;
    padding: 4px 10px 0px 10px;
    margin:1px 0px 0px 0px;
    z-index:999;
    font-weight: bold;
}

div#quicklinks li.nonactive{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

div#quicklinks li.active{
    background-color:#f5fcfe;
    border-top: 1px solid #8f999f;
    border-left: 1px solid #8f999f;
    border-right: 1px solid #8f999f;
    z-index:999;
}

div#quicklinks li.standout a{
    color:#13b5ea;
    font-weight:bold;
}

div#quicklinks li a{
    color:#f89e2b;
}

div#quicklinks table, div#quicklinks form{
    padding: 0px;
    margin: 0px;
}

div#quicklinks #loginform, div#quicklinks #aloginform{
    display:none;
    border: 1px solid #8f999f;
}

div#quicklinks #aloginform{
    background-color:#f5fcfe;
    
    position:absolute;
    margin:12px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    top:1px;
    left:-152px;
    height:auto;
    width:235px;
    z-index:0;
}

div#quicklinks form#loginform, div#quicklinks form#aloginform{
    border:0px;
}

#loginform2, #loginform{
/*     text-transform: uppercase; */
}

#loginform2 div.error{
    text-transform:Capitalize;
}

#loginform2 td, #loginform td, #aloginform td{
    vertical-align: bottom;
}

#loginform2 input, #loginform input, #aloginform input{
    font-family: Helvetica, sans-serif;
    margin: 12px 10px 0px 8px;
    width: 105px;
/*     text-transform:uppercase; */
}

div#quicklinks input{
    width:125px;
}

#loginform2 td.smalltext, #loginform td.smalltext, #aloginform td.smalltext{
    font-size: 8px;
    padding: 14px 8px 11px 0px;
    line-height: 13px;
}

div#search {
    margin: 15px 0 0 350px;
    position: absolute;
}

div#search input{
    float:right;
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    width:195px;
    padding: 0px 5px;
    color:#455560;

}

div#search1 input.search {
    background-color: transparent;
    background-image: url("../images/template/search_go.png");
    background-repeat: no-repeat;
    border: medium none;
    color: transparent;
    height: 20px;
    width: 45px;
}


/* End Quick Links */

/* Begin Container */

body#container, div#container{
    position:relative;
    width: 870px;
    margin: 0px auto;
    padding: 0px;
    background-image:url('../images/template/container_bg.png');
    background-repeat:repeat-y;
}

body#container{
    background-image:none;
    background-color:#ffffff;
    width:auto;
}

/* End Container */


/* Begin Footer */

div#footer{
    margin: 0px 45px 0px 55px;
    padding:10px 0px 0px 0px;
    color:#666666;
    position:relative;
}

div#footerline{
    border-top:5px solid #ee3124;
    margin: 12px 15px 0px 14px;
    color:#666666;
    position:relative;
}

div#footer ul{
    padding: 0px;
    margin: 0px;
}

div#footer li {
    display: inline;
    list-style: none outside none;
    padding: 20px;

}

div#footer li.lvl1, div#footer div.lvl1{
    font-size:12px;
    margin-top:4px;
}

div#footer div.lvl1 a:link, div#footer div.lvl1 a:visited{
    color:#45555F;
}



div#footer li.lvl2, div#footer li.lvl3{
    background-image:none;
    float: none;
    white-space:nowrap;
    text-transform:none;
    font-size: 11px;
    letter-spacing: 0px;
    font-weight: normal;
}

div.footercolumn{
    float: none;
   text-align: center;
}

div#social_media {
    margin: 40px 0px 0 0;
    text-align: right;
}

div#fixed_footer {
    background-image: url("/images/template/footer_shadow2.png");
    background-repeat: repeat-x;
    height: 34px;
    margin: 0 0 0 -55px;
    padding: 0;
    position: absolute;
    width: 113%;
}

/* End Footer */


div#home_left{
    float:left;
    width:450px;
}

div#agents_left{
    float:left;
    width:500px;
}


div#home_left div.title{
    padding:0px;
/*     margin:0px; */
    margin:5px 0px 0px 0ox;
/*     color:#455560; */
}

div#home_left div.title2{
    padding:0px;
    margin:5px 0px 0px 0px;
    color:#636363;
}

div#blog_post_home{
margin-top:31px;
}

div#home_right, div#agents_right{
    float:right;
}

div#home_left .lvl1, div#one_of_three .lvl1 a{
    color:#45555F;
}

div#one_of_three .lvl1 a:hover{
    color:#f89e2b;
}

div#home_left .lvl1, div#one_of_three .lvl1{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 7px;
}

div#home_left p{
    margin: 0px;
    padding: 0px;
}

a.read_more{
    color:#13b5ea;
}

div.title{
    margin-top:6px;
}



/* begin columns */

div#one_of_two{
    float:left;
    width: 539px;
/*    width: 170px;*/
    color:#666666;
}

div#one_of_two_contact{
   /* float:left; */
    width: 650px;
/*    width: 170px;*/
    color:#666666;
}

div#two_of_two{
    float:right;
    width:170px;
/*    width: 539px;*/
}

div#two_of_two_contact{
    float: left;
    margin-left: 85px;
    width: 300px;
    color: #666666;
}

div#quote_request div#one_of_two{
    float:right;
}

div#quote_request div#two_of_two{
    float:left;
}

div#two_of_two ul, div#two_of_two ol{
    margin: 0px 0px 18px 15px;
    padding: 0px 0px 0px 0px;
}

div#two_of_two li{
    list-style-position: outside;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}

div#two_of_two a, div#two_of_three a, div#agents_left a{ color: #f8971d; text-decoration: none; cursor: pointer; }
div#two_of_two a:hover, div#two_of_three a:hover, div#agents_left a:hover{ color: #f8971d; text-decoration: underline; cursor: pointer; }

div#two_of_two a.action, div#two_of_three a.action, div#agents_left a.action{
    color: #13b5ea;
    font-weight:bold;
    font-size: 12px;
    background-image: url('../images/template/gt_blue.png');
    background-repeat: no-repeat;
    background-position: 100% 2px;
    padding-right: 12px;
    text-decoration: none;
}

div#one_of_three{
    float:left;
    width: 200px;
    margin-right:19px;
}

div#two_of_three{
    float:left;
    width: 310px;
}

div#three_of_three{
    /* background-image:url(../images/template/sidebar_gradient.jpg); */
    background-repeat:repeat-x;
    /* background-color:#E3F7FD; */
    float:right;
    width: 200px;
    /* min-height:600px; */
    color:#666666;
}

div#three_of_three img{
	margin:0px 0px 8px 0px;	
}

div#three_of_three ul, div#one_of_two ul{
    padding: 0px;
    margin: 0px 0px 0px 15px;

} 

div#two_of_two input[type=text], div#two_of_two select, div#two_of_two textarea{
    font-family: Helvetica, sans-serif;
    margin: 8px 5px 8px 0px;
    padding: 3px 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #666666;
}

div#two_of_two option{
    padding:2px 0px;
}

div#two_of_two input[type=text], div#two_of_two textarea{
    width: 231px;
}

div#two_of_two select{
    width: 243px;
}

.form_title{
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #13b5ea;
    text-transform: uppercase;
}

table.form{
    text-transform:uppercase;
    font-size: 11px;
}

table.form td{
    vertical-align:middle;
}

/* end columns */

#tabs{
    margin:10px 0px 0px 0px;
}

div#tabs.ui-widget-content{
    background:transparent;
    border:0px;
}

.ui-widget-header {
    background:transparent;
    border-width:0px 0px 1px 0px;
}

div#tabs.ui-widget-content ul.ui-widget-header{
    background:transparent;
    border-width:0px 0px 1px 0px;
    font-size:12px;
}

div.headers{
    width:200px;
    float:left;
    text-align:right;
    line-height:20px;
    font-size:14px;
    font-weight:bold;
}

table#results{
    width:400px;
    margin:30px 0px 0px 0px;
}

table#results tr{
/*     background-image:url(../images/template/liability/blue_bar.png); */
/*     background-position:00px 0px; */
/*     background-repeat:no-repeat; */
/*     background-attachment:fixed; */
}

table#results td{
    background-image:url(../images/template/liability/blue_bar.png);
    background-repeat:no-repeat;
}
table#results tr td:nth-child(1){
    background-image : none;
}

table#results tr td:nth-child(2){
    background-position : 0px 0px;
}

table#results tr td:nth-child(3){
    background-position : -40px 0px;
}

table#results tr td:nth-child(4){
    background-position : -80px 0px;
}

table#results tr td:nth-child(5){
    background-position : -120px 0px;
}

table#results tr td:nth-child(6){
    background-position : -160px 0px;
}

table#results td.answer{
    padding:0px 0px 20px 0px;
    width:40px;
    line-height:20px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
}

table#results td.last{
    padding:0px 0px 20px 0px;
/*     width:60px; */
    text-align:right;
    padding:0px 70px 0px 0px;
    line-height:20px;
    font-size:16px;
    font-weight:bold;
    color:#ee3124;
}

table#results td.first{
    width:50px;
    color: #13b5ea;
    text-transform:uppercase;
    line-height:20px;
    font-size:14px;
    font-weight:bold;
}

div#totalscore{
    width:400px;
    text-align:center;
    font-size:13px;
    font-weight:bold;
}

div#totalscore .score{
    margin:20px 0px 50px 0px;
    font-size:48px;
    color:#13b5ea;
}

input.getquote{
    border-width:0px;
}


span.risk{
    background:url(../images/template/liability/level.png) no-repeat;
    display:inline-block;
    margin:0px 0px 0px 15px;
}

span.low{ width:20px; }

span.med{ width:40px; }

span.high{ width:60px; }

div.page{
    font-size:11px;
    float: right;
    line-height:26px;
    margin:1px 0px 0px 15px;
}

table.liability td{
    padding:0px 0px 5px 0px;
}

button.button:hover{ cursor: pointer; }

button.button{
    font-size:13px;
    float: right;
    color: #13b5ea;
    border:0px;
    background:transparent;
    width:220px;
    white-space:nowrap;
}

button.button span{ 
    display:block;
    float:right;
    margin-top:3px; 
}

button.button img{ float:right; margin:0px 0px 0px 10px; }

div#steps{
    background:url(../images/template/steps.png) no-repeat;
    height:40px;
    width:840px;
    margin: 0px 0px 20px 00px;
    position:relative;
    left:-40px;
}

div#steps ul{
    list-style:none;
    margin:0px 0px 0px 40px;
    padding:0px;
}

div#steps ul li {
    float:left;
    width:152px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    
    height:40px;
	margin-top: 1px;
	margin-left: -1px;
	padding-top: 3px;
}

div#steps ul li.active{
    background:url(http://dev.dmcbeta.com/xinsurance/images/template/active.png) no-repeat;
    width:157px;
}

div#steps ul li a:link, div#steps ul li a:visited{
    color:#ffffff;
}

div#steps ul li a:hover{
/*     color:#000000; */
}

div#steps ul li a{
    display:block;
    width:100%;
    height:25px;
    padding: 15px 0px 0px 0px;;
}

div.subholder{
    overflow:hidden;
    width:100%;
    text-transform:uppercase;
}
div.substeps{
    width:250px;
    text-align:center;
    float:left;
    background:url(http://dev.dmcbeta.com/xinsurance/images/template/gt_grey-sm.png) 35% 0 no-repeat;
    height:35px;
}

div.subholder div.active, div.subholder div.hover{
    background:url(../images/template/gt_sm.png) 35% 0 no-repeat;
}
div.subholder div.substeps a{
    display:block;
    margin:4px 0px 0px 0px;
    font-weight:bold;
}
div.subholder div.hover a, div.subholder div.active a{
    color: #ee3124;

}

input[type=radio]{ border:0; }


div#quote_request ul.quote_request{
    margin:0px 0px 20px 0px;
    padding:0px;

}

div#quote_request ul.quote_request li{
    padding:5px 16px 3px 38px;
    margin:0px 4px 0px 0px;
    display:inline;
    list-style:none;
    color:#636363;
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    background:url("../images/template/gt.png") no-repeat 0px 1px;
}


div#quote_request ul.quote_request li:hover{
    background:url("../images/template/gt_over.png") no-repeat 0px 1px;
}

div#quote_request ul.quote_request li:hover{
    background:url("../images/template/gt_over.png") no-repeat 0px 1px;
}


input.previous_submit{
    float:left;
    background-color: transparent; 
    background-image: url('../images/template/blue_submit_previous.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding:0px 0px 0px 24px;
}

input.middle_submit{
    float:none;
    background-image: none;
}

/*iframe {
	position: absolute;
	margin-left: -40px;
	width: 840px;
	height:700px;
	overflow-y:auto
}*/


table.datagrid{
    font-size:11px;
}

table.datagrid td{
    padding:3px 0px;
}

div.info{
    border:1px solid #13b5ea;
    background: #f5fcfe;
    width:300px;
    margin:0px auto;
    padding:18px 18px 0px 18px;
    color:#434343;
}

div#client_list{
    overflow-y: auto ;
    height:600px;
    width:350px;
}

span.spacer{
    display:inline-block;
    width:100px;
}

div#message{
    display:none;
}

div.infobox{
    width:300px;
}

#readmore{
    font-size:12px;
    position:absolute;
    top:166px;
    left:85px;
    z-index:15;
}

#readmore a{
    color:#00B9E9;
}

div.subholder2{
    overflow:hidden;
    width:100%;
    text-transform:uppercase;
}
div.substeps{
    width:250px;
    text-align:center;
    float:left;
    background:url(http://dev.dmcbeta.com/xinsurance/images/template/gt_grey-sm.png) 35% 0 no-repeat;
    height:35px;
}

div.subholder2 div.active, div.subholder div.hover{
    background:url(http://dev.dmcbeta.com/xinsurance/images/template/gt_sm.png) 35% 0 no-repeat;
}
div.subholder2 div.substeps a{
    display:block;
    margin:4px 0px 0px 0px;
    font-weight:bold;
}
div.subholder2 div.hover a, div.subholder div.active a{
    color: #ee3124;

}

/* @group Garmin Giveaway */

img.giveaway_sidebar{
    margin-left:-40px;

}

#one_of_two.giveaway_sidebar ul{
    margin:0;
    padding:0;
}

#one_of_two.giveaway_sidebar ul li{
    font-size: 11px;
    list-style: none;
    background:url(../images/template/gt_orange_bullet.png) no-repeat 0px 1px; 
    padding:0 0 10px 13px;
    margin:0;
    line-height:15px;
}

#one_of_two.giveaway_sidebar p{
    font-size: 11px;
    margin-bottom: 10px;
}

#one_of_two.giveaway_sidebar{
    width: 200px;
}

#two_of_two.giveaway p{
    font-size:13px;
    line-height: 15px;
}

#two_of_two.giveaway h2{
    font-size:19px;
    margin: 15px 0 5px 0;
}

#two_of_two.giveaway p.disclaimer{
    font-size: 10px;
}

#two_of_two.giveaway{
    margin-bottom: 55px;
}

div#two_of_two.giveaway input[type=text], div#two_of_two.giveaway textarea{
    width: 150px;
    text-transform: none;
}

div#two_of_two.giveaway select{
    width: 100px;
}

table.giveaway tr td{
    text-align:right;
}

table.form.giveaway{
    text-transform: none;
    width: 90%;
    font-size: 13px;
}

#two_of_two.giveaway table.form.giveaway p{
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
}

table.form.giveaway{
    margin-top: 10px;
}

img#giveaway_promo{
    position:absolute;
    bottom:0;
    left:0;
    z-index:0;
    pointer-events:none;
}

/* @end Garmin Giveaway */

/*new HP*/

div#hpimgholder{
    position:relative;
    overflow:hidden;
    margin: 0px -40px;
}

div#hpimgholder div.homeover{
    position:absolute;
    top:0px;
    left:0px;
    width:253px;
    height:371px;
    background:#dddddd;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    display:none;
}

div#hpimgholder div.workover{
    position:absolute;
    top:0px;
    left:254px;
    width:253px;
    height:371px;
    background:#dddddd;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);

}

div#hpimgholder div.playover{
    position:absolute;
    top:0px;
    left:508px;
    width:252px;
    height:371px;
    background:#dddddd;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

div#hpimgholder img{
    float:left;
    margin-left:1px;
}

div#hpimgholder p{
    position:relative;
    left:0px;
    padding:10px 20px;
    margin-top: -30px;
    width:100%;
    color:#ffffff;
    background:url(../images/template/home/hp_gradient.png);
}

div#questions{
    width:100%;
    height:135px;
    background:url(../images/template/home/question_gradient.jpg);
    overflow:hidden;
}

div#questions img{
    margin:20px 51px 0px 20px;
}

div#questions div#work2 img{
    /* margin:20px 32px 15px 20px; */
    /* padding:0px 0px 0px 0px; */
}

div#questions div{
    float:left;
    /* border:1px solid green; */
    padding:20px 0px 0px 30px;
}

div#questions div.subs{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

div#questions div.subs div{
    padding:0px 0px 0px 0px;
    margin:0px 1px 0px 0px;
}

div#questions div.subs  div a:link, div#questions div.subs  div a:visited{
    display:block;
    margin:0px 0px 1px 0px;
    padding:10px 10px 9px 20px;
    background:#838f97 url(../images/template/home/red_arrow.png) no-repeat 10px 12px;
    color:#ffffff;
    width:222px;
    font-size:12px;
}

div#questions div.subs  div a:hover{
    background:#ef2e24 url(../images/template/home/white_arrow.png) no-repeat 10px 12px;;
}

div#questions div.subs a.active:link, div#questions div.subs a.active:visited{
    background:#ef2e24 url(../images/template/home/white_arrow.png) no-repeat 10px 12px;;
}

div#questions div.subs a.static:link, div#questions div.subs a.static:visited{
    background:#475762 url(../images/template/home/red_arrow.png) no-repeat 10px 12px;
    font-weight:bold;
    white-space:nowrap;
}

div#questions div.subs a img, div#questions div#work2.subs a img{
    padding:0px;
    margin:0px 0px 0px 5px;
}

div#blog{
    float:left;
    margin:35px 0px 0px 0px;
    width:500px;
}

div#myliability{
    margin:35px 0px 0px 25px;
    float:left;
    width:223px;
}

/*End new HP*/

div.promobox{
    display: inline-block;
    color:#fff;
    margin-left:22px;
    font-size:14px;
}

div.promobox a{
    color:#fff;
    text-decoration:underline;
}

#homesearch img {
	display:inline;
	padding:20px;
	margin: 0 0 0 53px;
}


