/* css reset attributes */

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;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, p:after {	content: ''; content: no-open-quote; content: no-close-quote; }
:focus, :active { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table {	border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

/* end of reset attributes */

body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #313131; margin: 0; background: #ffffff url('../images/bg_main.jpg'); 
	   background-position: top; background-repeat: repeat-x; }

.fl { float: left; }
.fr { float: right; }
.center-margin { margin: 0 auto; }
.align-center { text-align: center; }
.remark { font-size: 11px; font-weight: lighter; font-style: italic; }
hr { color: #D5D5D6; height: 1px; }
.coloring { color: #06549c; }

div.main { width: 950px; margin: 0 auto; }
div.main .top-navbar { height: 33px; background: #ffffff url('../images/top_navbar.jpg'); color: #ffffff; }
div.main .top-navbar a,
div.main .top-navbar span { color: #ffffff; display: block; float: left; line-height: 33px; }
div.main .top-navbar a { padding: 0 10px; text-decoration: none; }
div.main .top-navbar a:hover { background: url('../images/navlink_bg_over.jpg'); }
div.main .top-navbar a.selected { background: url('../images/navlink_bg_on.jpg'); }
div.main .top-navbar .fr { float: right; }
div.main .top-navbar  .last { margin-right: 3px; }
div.main .top-navbar a.first { margin-left: 3px; }
div.main .header { background: #ffffff url('../images/header_bg.jpg'); background-position: top center; background-repeat: repeat-x; height: 88px; }
div.main .header .logo { width: 277px; height: 59px; float: left; margin-left: 8px; margin-top: 0;	background: url('../images/da_logo.gif'); background-repeat :no-repeat;}
div.main .header a { margin-top: 61px; }

div.main .header .get-a-quote { background: url('../images/get_a_quote.png');  width: 93px; height: 27px; margin-right: 15px; }
div.main .header .get-a-quote:hover { background: url('../images/get_a_quote_over.png'); }
div.main .header .signup { background: url('../images/signup.png'); width: 93px; height: 27px; margin-right: 8px;  }
div.main .header .signup:hover { background: url('../images/signup_over.png'); }

div.main .header .become-member { background: url('../images/become_member.png'); width: 135px; height: 27px; margin-right: 8px;  }
div.main .header .become-member:hover { background: url('../images/become_member_over.png'); }

div.main .header .why_diveassure { background: url('../images/why_btn.png');  width: 131px; height: 27px; margin-right: 8px; }
div.main .header .why_diveassure:hover,
div.main .header .why_diveassure.selected { background: url('../images/why_btn_over.png'); }

div.main .header .buttons-container { width: 200px; }
div.main .header .get-a-quote-b { width: 65px; height: 58px; margin-left: 20px; margin-right: 8px; background: url('../images/get_a_quote_b.png'); }
div.main .header .get-a-quote-b:hover { background: url('../images/get_a_quote_b_over.png'); }
div.main .header .single-signup-b { width: 107px; height: 26px; background: url('../images/single_signup.png'); }
div.main .header .single-signup-b:hover { background: url('../images/single_signup_over.png'); }
div.main .header .family-signup-b { width: 107px; height: 26px; clear: left; margin-top: 6px; background: url('../images/family_signup.png'); }
div.main .header .family-signup-b:hover { background: url('../images/family_signup_over.png'); }


div.top-banner { height: 450px; width: 949px; margin: 0 auto; background: #ffffff /*url('../images/flash_banner.jpg')*/; }

/* homepage layout styling */
div.space { height: 15px; }
div.two-cols { height: 143px; }
div.three-cols,
div.four-cols { height: 200px; }

div.two-cols, 
div.three-cols, 
div.four-cols { width: 949px; margin: 15px 0 0 0; display: block; }

div.three-cols { margin-bottom: 15px; }

/* 2 columns styling */
div.two-cols .big-left,
div.two-cols .big-right { width: 468px; height: 143px; }
div.two-cols .big-left { background: #ffffff url('../images/col_big_left.jpg'); }
div.two-cols .big-right { background: #ffffff url(../images/col_big_right.jpg); }
div.two-cols .big-left a.why-da { display: block; float: left; height: 96px; margin-left: 20px; margin-top: 24px; width: 215px; }
div.two-cols .big-right a.da-n-duke { display: block; float: right; height: 96px; margin-right: 18px; margin-top: 24px; width: 208px; }

/* 3 column styling */
div.medium-left, 
div.medium-center, 
div.medium-right { width: 306px; height: 200px; }
div.medium-center { margin-left: 15px; }  

div.three-cols a.img-links {  display: block; height: 98px; width: 306px; } /* 3 cols image a links style */

/* 4 column styling */
div.small-left, 
div.small-middle-left, 
div.small-middle-right, 
div.small-right { width: 228px; height: 187px; }
div.small-middle-left { margin-left: 10px; }
div.small-right { margin-right: 10px; }

/* text inside column style */
div.coltext { margin-left: 238px; margin-top: 10px; line-height: 20px; width: 230px; }
div.coltext h1 { font-weight: bold; font-size: 15px; color: #06549c; }
div.coltext h2 { font-size: 14px; color: #06549c; }
div.coltext p { margin-right: 10px; }
div.coltext a { text-decoration: none; color: #06549c; }
div.coltext a:hover { color: #58595b; }
div.coltext3 { width: 305px; } /* 3 column width */
div.br-ct { margin-left: 10px; } /* big right column text */
div.sl-ct { margin: 0 10px; } /* small column text */
/****/

/* pictures inside columns */
/* 3 columns */
div.pic3-1 { background: #dcdcdc url('../images/diveassure3.jpg'); background-position: top center; background-repeat: no-repeat; }
div.pic3-2 { background: #dcdcdc url('../images/3dplan3.jpg'); background-position: top center; background-repeat: no-repeat; }
div.pic3-3 { background: #dcdcdc url('../images/cares3.jpg'); background-position: top center; background-repeat: no-repeat; }

/* 4 columns */
div.small-left { background: url('../images/4col_small_left.jpg'); background-position: top center; background-repeat: no-repeat; }
div.small-middle-left { background: url('../images/4col_small_middle_left.jpg'); background-position: top center; background-repeat: no-repeat; }
div.small-middle-right { background: url('../images/4col_small_middle_right.jpg'); background-position: top center; background-repeat: no-repeat; }
div.small-right { background: url('../images/4col_small_right.jpg'); background-position: top center; background-repeat: no-repeat; }
/* 4 columns 2nd row */
div.pic1 { background: url('../images/4col_small_left_2.jpg'); background-position: top center; background-repeat: no-repeat; }
div.pic2 { background: url('../images/4col_small_middle_left_2.jpg'); background-position: top center; background-repeat: no-repeat; }
div.pic3 { background: url('../images/4col_small_middle_right_2.jpg'); background-position: top center; background-repeat: no-repeat; }
div.pic4 { background: url('../images/4col_small_right_2.jpg'); background-position: top center; background-repeat: no-repeat; }
/* 6 columns */
div.six-cols a { margin-right: 14px; text-decoration: none; }
div.six-cols a.last { margin-right: 0; }
/****/

div.footer { border-top: 2px solid #D5D5D6; height: 35px; margin: 40px 0 0 0; padding-top: 5px; text-align: center; font-size: 11px; }
div.footer a { margin-top: 10px; text-decoration: none; color: #58595b; }
div.footer a:hover { color: #06549c; }
div.footer span { margin: 10px 3px 0; color: #58595b; }

/* internal pages styles */
div.content-container { margin: 15px 0 0; }
div.content-container .content-navigation { width: 234px; }
div.content-container .content-main { width: 701px; }
div.content-footer { width: 95%; margin-right: 25px; }

div.internal { background: #ffffff url('../images/internal_banner.jpg'); height: 154px; }

div.side-menu { line-height: 0; }
div.side-menu .rounded-top { display: none; background: #ffffff url('../images/side_menu_top.gif'); height: 4px; background-position: bottom; background-repeat: no-repeat; width: 234px; }
div.side-menu .side-links { background-color: #034583; }
div.side-menu .side-links ul { margin: 0 10px; }
div.side-menu .side-links li { color: #ffffff; line-height: 30px; border-bottom: 1px dotted #ffffff; }
div.side-menu .side-links li span {  }
div.side-menu .side-links li a { text-decoration: none; color: #ffffff; margin-left: 6px; }
div.side-menu .side-links li a.selected,
div.side-menu .side-links li a:hover { font-weight: bold; }
div.side-menu .side-links li.last { border: 0; }
div.side-menu .rounded-bottom { display: none; background: #ffffff url('../images/side_menu_bottom.gif'); height: 4px; background-position: top; background-repeat: no-repeat; }
div.content-navigation .button-img { margin-top: 16px; display: block; }
div.content-navigation .no-side-menu { margin-top: 0; }

div.content-main h1 { background: #f28e00 /*url('../images/top_title_bg.gif')*/; line-height: 30px; font-size: 18px; font-weight: normal; color: #ffffff; padding-left: 10px; }
div.content-main .content-text { float: left; width: 690px; margin-top: 10px; }
div.content-main .content-text-side { float: right; width: 163px; margin-top: 10px; display: none; }
div.content-main .content-text-side img { margin-bottom: 10px; }

/*div.content-text { width: 538px; }*/ 
div.content-text ol { margin: 10px; padding-left: 30px; list-style-type:decimal; line-height:18px;  }
div.content-text p { margin: 15px 0 0 10px; line-height: 18px; }
div.content-text p.diamond-headtext { font-size: 18px; line-height: 22px; margin-bottom: 10px; color: #034583; } /* header text in diamond page */
div.content-text p.diamond-buttons  { margin-bottom:20px; text-align:center; width:100%; }
div.content-text p.diamond-buttons a { margin-right: 10px; font-size: 18px; color: #034583; width: 93px; height: 27px; }
div.content-text p.diamond-buttons a.d-signup { background-image: url('../images/diamond_signup.gif'); }
div.content-text p.diamond-buttons a.d-quote { background-image: url('../images/diamond-quote.gif'); }
div.content-text p.diamond-buttons a:hover { text-decoration: none; } 
div.content-text ul.diamond-list li { margin-bottom: 10px; }
div.content-text ul.diamond-list b { color: #034583; }
div.content-text .text-title { font-size: 14px; font-weight: bold; color: #034583; }
div.content-text .text-p1 { margin-top: 0; }
div.content-text .content-date { font-size: 11px; }

div.dl-files a { display: block; line-height: 42px; text-decoration: none; font-size: 11px; color: #313131; padding-left: 33px; border-bottom: 1px dotted #313131; }
div.dl-files .pdf { background: #ffffff url(../images/pdf_icon.gif); background-position: left; background-repeat: no-repeat; }
div.dl-files .excel { background: #ffffff url(../images/excel_icon.gif); background-position: left; background-repeat: no-repeat; }
div.dl-files .word { background: #ffffff url(../images/word_icon.gif); background-position: left; background-repeat: no-repeat; }

/* popup window style */
div.popup { width:840px; height: 481px; background: #ffffff; }
div.popup .img-header { margin-bottom: 40px; text-align: center; }
div.popup .popup-title { font-family: arial; font-size: 24px; color: #101084; text-align: center; margin: 10px 0; }
div.popup .popup-buttons { width: 410px; margin: 40px auto; }
div.popup .popup-buttons a { margin-left: 40px; text-decoration: none; }
div.popup .button { text-align: center; }

.coverage-summery-title { float: left; width: 100%; text-align: center; }/* css reset attributes */

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;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, p:after {	content: ''; content: no-open-quote; content: no-close-quote; }
:focus, :active { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table {	border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

/* end of reset attributes */

body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #313131; margin: 0; background: #ffffff url('../images/bg_main.jpg'); 
	   background-position: top; background-repeat: repeat-x; }

.fl { float: left; }
.fr { float: right; }
.center-margin { margin: 0 auto; }
.align-center { text-align: center; }
.remark { font-size: 11px; font-weight: lighter; font-style: italic; }
hr { color: #D5D5D6; height: 1px; }
.coloring { color: #06549c; }

div.main { width: 950px; margin: 0 auto; }
div.main .top-navbar { height: 33px; background: #ffffff url('../images/top_navbar.jpg'); color: #ffffff; }
div.main .top-navbar a,
div.main .top-navbar span { color: #ffffff; display: block; float: left; line-height: 33px; }
div.main .top-navbar a { padding: 0 5px; text-decoration: none; }
div.main .top-navbar a:hover { background: url('../images/navlink_bg_over.jpg'); }
div.main .top-navbar a.selected { background: url('../images/navlink_bg_on.jpg'); }
div.main .top-navbar .fr { float: right; }
div.main .top-navbar  .last { margin-right: 3px; }
div.main .top-navbar a.first { margin-left: 3px; }
div.main .header { background: #ffffff url('../images/header_bg.jpg'); background-position: top center; background-repeat: repeat-x; height: 88px; }

div.main .header .logo { width: 277px; height: 59px; float: left; margin-left: 8px; margin-top: 18px;	background: url('../images/da_logo.gif'); background-repeat :no-repeat;}

div.main .header a { margin-top: 61px; }

div.main .header .get-a-quote { background: url('../images/get_a_quote.png');  width: 93px; height: 27px; margin-right: 15px; }
div.main .header .get-a-quote:hover { background: url('../images/get_a_quote_over.png'); }
div.main .header .signup { background: url('../images/signup.png'); width: 93px; height: 27px; margin-right: 8px;  }
div.main .header .signup:hover { background: url('../images/signup_over.png'); }
div.main .header .why_diveassure { background: url('../images/why_btn.png');  width: 131px; height: 27px; margin-right: 8px; }
div.main .header .why_diveassure:hover,
div.main .header .why_diveassure.selected { background: url('../images/why_btn_over.png'); }

div.main .header .buttons-container { width: 200px; }
div.main .header .get-a-quote-b { width: 65px; height: 58px; margin-left: 20px; margin-right: 8px; background: url('../images/get_a_quote_b.png'); }
div.main .header .get-a-quote-b:hover { background: url('../images/get_a_quote_b_over.png'); }
div.main .header .single-signup-b { width: 107px; height: 26px; background: url('../images/single_signup.png'); }
div.main .header .single-signup-b:hover { background: url('../images/single_signup_over.png'); }
div.main .header .family-signup-b { width: 107px; height: 26px; clear: left; margin-top: 6px; background: url('../images/family_signup.png'); }
div.main .header .family-signup-b:hover { background: url('../images/family_signup_over.png'); }


div.top-banner { height: 450px; width: 949px; margin: 0 auto; background: #ffffff /*url('../images/flash_banner.jpg')*/; }

/* homepage layout styling */
div.two-cols { height: 143px; }
div.three-cols,
div.four-cols { height: 200px; }

div.two-cols, 
div.three-cols, 
div.four-cols { width: 949px; margin: 15px 0 0 0; display: block; }

div.three-cols { margin-bottom: 15px; }

/* 2 columns styling */
div.two-cols .big-left,
div.two-cols .big-right { width: 468px; height: 143px; }
div.two-cols .big-left { background: #ffffff url('../images/col_big_left.jpg'); }
div.two-cols .big-right { background: #ffffff url(../images/col_big_right_a.jpg); }
div.two-cols .big-left a.why-da { display: block; float: left; height: 96px; margin-left: 20px; margin-top: 24px; width: 215px; }
div.two-cols .big-right a.da-n-duke { display: block; float: right; height: 96px; margin-right: 18px; margin-top: 24px; width: 208px; }

div.two-cols .big-left2,
div.two-cols .big-right2 { width: 468px; height: 143px; }
div.two-cols .big-left2 { background: #ffffff url('../images/col_big_left_b.jpg'); }
div.two-cols .big-right2 { background: #ffffff url(../images/col_big_right_b.jpg); }
div.two-cols .big-left2 a.why-da { display: block; float: left; height: 96px; margin-left: 20px; margin-top: 24px; width: 215px; }
div.two-cols .big-right2 a.da-n-duke { display: block; float: right; height: 96px; margin-right: 18px; margin-top: 24px; width: 208px; }


/* 3 column styling */
div.medium-left, 
div.medium-center, 
div.medium-right { width: 306px; height: 200px; }
div.medium-center { margin-left: 15px; }  

div.three-cols a.img-links {  display: block; height: 98px; width: 306px; } /* 3 cols image a links style */

/* 4 column styling */
div.small-left, 
div.small-middle-left, 
div.small-middle-right, 
div.small-right { width: 228px; height: 187px; }
div.small-middle-left { margin-left: 10px; }
div.small-right { margin-right: 10px; }

/* text inside column style */
div.coltext { margin-left: 238px; margin-top: 10px; line-height: 20px; width: 230px; }
div.coltext h1 { font-weight: bold; font-size: 15px; color: #06549c; }
div.coltext h2 { font-size: 14px; color: #06549c; }
div.coltext p { margin-right: 10px; }
div.coltext a { text-decoration: none; color: #06549c; }
div.coltext a:hover { color: #58595b; }
div.coltext3 { width: 305px; } /* 3 column width */
div.br-ct { margin-left: 10px; } /* big right column text */
div.sl-ct { margin: 0 10px; } /* small column text */
/****/

/* pictures inside columns */
/* 3 columns */
div.pic3-1 { background: #dcdcdc url('../images/diveassure3.jpg'); background-position: top center; background-repeat: no-repeat; }
div.pic3-2 { background: #dcdcdc url('../images/3dplan3.jpg'); background-position: top center; background-repeat: no-repeat; }
div.pic3-3 { background: #dcdcdc url('../images/da_bp.jpg'); background-position: top center; background-repeat: no-repeat; }

/* 4 columns */
div.small-left { background: url('../images/4col_small_left.jpg'); background-position: top center; background-repeat: no-repeat; }
div.small-middle-left { background: url('../images/4col_small_middle_left.jpg'); background-position: top center; background-repeat: no-repeat; }
div.small-middle-right { background: url('../images/4col_small_middle_right.jpg'); background-position: top center; background-repeat: no-repeat; }
div.small-right { background: url('../images/4col_small_right.jpg'); background-position: top center; background-repeat: no-repeat; }
/* 4 columns 2nd row */
div.pic1 { background: url('../images/4col_small_left_2.jpg'); background-position: top center; background-repeat: no-repeat; }
div.pic2 { background: url('../images/4col_small_middle_left_2.jpg'); background-position: top center; background-repeat: no-repeat; }
div.pic3 { background: url('../images/4col_small_middle_right_2.jpg'); background-position: top center; background-repeat: no-repeat; }
div.pic4 { background: url('../images/4col_small_right_2.jpg'); background-position: top center; background-repeat: no-repeat; }
/* 6 columns */
div.six-cols a { margin-right: 14px; text-decoration: none; }
div.six-cols a.last { margin-right: 0; }
/****/

div.footer { border-top: 2px solid #D5D5D6; height: 35px; margin: 40px 0 0 0; padding-top: 5px; text-align: center; font-size: 11px; }
div.footer a { margin-top: 10px; text-decoration: none; color: #58595b; }
div.footer a:hover { color: #06549c; }
div.footer span { margin: 10px 3px 0; color: #58595b; }

/* internal pages styles */
div.content-container { margin: 15px 0 0; }
div.content-container .content-navigation { width: 234px; }
div.content-container .content-main { width: 701px; }
div.content-footer { width: 95%; margin-right: 25px; }

div.internal { background: #ffffff url('../images/internal_banner.jpg'); height: 154px; }

div.side-menu { line-height: 0; }
div.side-menu .rounded-top { display: none; background: #ffffff url('../images/side_menu_top.gif'); height: 4px; background-position: bottom; background-repeat: no-repeat; width: 234px; }
div.side-menu .side-links { background-color: #034583; }
div.side-menu .side-links ul { margin: 0 10px; }
div.side-menu .side-links li { color: #ffffff; line-height: 30px; border-bottom: 1px dotted #ffffff; }
div.side-menu .side-links li span {  }
div.side-menu .side-links li a { text-decoration: none; color: #ffffff; margin-left: 6px; }
div.side-menu .side-links li a.selected,
div.side-menu .side-links li a:hover { font-weight: bold; }
div.side-menu .side-links li.last { border: 0; }
div.side-menu .rounded-bottom { display: none; background: #ffffff url('../images/side_menu_bottom.gif'); height: 4px; background-position: top; background-repeat: no-repeat; }
div.content-navigation .button-img { margin-top: 16px; display: block; }
div.content-navigation .no-side-menu { margin-top: 0; }

div.content-main h1 { background: #f28e00 /*url('../images/top_title_bg.gif')*/; line-height: 30px; font-size: 18px; font-weight: normal; color: #ffffff; padding-left: 10px; }
div.content-main .content-text { float: left; width: 690px; margin-top: 10px; }
div.content-main .content-text-side { float: right; width: 163px; margin-top: 10px; display: none; }
div.content-main .content-text-side img { margin-bottom: 10px; }

/*div.content-text { width: 538px; }*/ 
div.content-text p { margin: 15px 0 0 10px; line-height: 18px; }
div.content-text p.diamond-headtext { font-size: 18px; line-height: 22px; margin-bottom: 10px; color: #034583; } /* header text in diamond page */
div.content-text p.diamond-buttons  { margin-bottom:20px; text-align:center; width:100%; }
div.content-text p.diamond-buttons a { margin-right: 10px; font-size: 18px; color: #034583; width: 93px; height: 27px; }
div.content-text p.diamond-buttons a.d-signup { background-image: url('../images/diamond_signup.gif'); }
div.content-text p.diamond-buttons a.d-quote { background-image: url('../images/diamond-quote.gif'); }
div.content-text p.diamond-buttons a:hover { text-decoration: none; } 
div.content-text ul.diamond-list li { margin-bottom: 10px; }
div.content-text ul.diamond-list b { color: #034583; }
div.content-text .text-title { font-size: 14px; font-weight: bold; color: #034583; }
div.content-text .text-p1 { margin-top: 0; }
div.content-text .content-date { font-size: 11px; }

div.dl-files a { display: block; line-height: 42px; text-decoration: none; font-size: 11px; color: #313131; padding-left: 33px; border-bottom: 1px dotted #313131; }
div.dl-files .pdf { background: #ffffff url(../images/pdf_icon.gif); background-position: left; background-repeat: no-repeat; }
div.dl-files .excel { background: #ffffff url(../images/excel_icon.gif); background-position: left; background-repeat: no-repeat; }
div.dl-files .word { background: #ffffff url(../images/word_icon.gif); background-position: left; background-repeat: no-repeat; }


div.dl-files a.pdf-link  { display: block; line-height: 42px; text-decoration: none; font-size: 11px; color: #06549C; padding-left: 33px;  border-bottom: 1px solid #fff; }
div.dl-files .pdf-link { background: #ffffff url(../images/pdf_icon.gif); background-position: left; background-repeat: no-repeat; }
div.dl-files .pdf-remark { display: block; margin-top: -15px;line-height: 20px; text-decoration: none; font-size: 11px; color: #313131; padding-left: 33px; border-bottom: 1px dotted #313131;  }



/* popup window style */
div.popup { width:840px; height: 481px; background: #ffffff; }
div.popup .img-header { margin-bottom: 40px; text-align: center; }
div.popup .popup-title { font-family: arial; font-size: 24px; color: #101084; text-align: center; margin: 10px 0; }
div.popup .popup-buttons { width: 410px; margin: 40px auto; }
div.popup .popup-buttons a { margin-left: 40px; text-decoration: none; }
div.popup .button { text-align: center; }

.coverage-summery-title { float: left; width: 100%; text-align: center; }
