@charset "utf-8";
/* HTH Worldwide CSS Document */

/* ---------- HTML ---------- */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family    : Geneva, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #072945;
}

img {
	border: none;
	vertical-align: bottom; /* IE 6 fix */
}

a {
	color: #072945;
	text-decoration: underline;
}

a:hover {
	color: #0070b9;
	text-decoration: none;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
}

h2 {font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: 600;
}

ul {
	margin: 0px 0px 10px 30px;
	padding: 0px;
}

ul li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

/* ---------- STRUCTURAL DIVS ---------- */

.container {
	width: 950px;
	margin: 0px auto;
}

.left-50, .right-50 {
	float: left;
	width: 50%;
}

.header {
	height: 89px;
	background: url(../images/contact-woman.jpg) no-repeat bottom right;
	font-family: Verdana, Geneva, sans-serif;
}

.banner {
	height: 276px;
	background: url(../images/banner-maritime.jpg) no-repeat top left;
	margin-bottom: 15px;
}

.banner .title {
	padding: 112px 0px 10px 20px;
}

.banner .text {
	padding: 0px 0px 40px 20px;
	width: 450px;
	line-height: 20px;
	color: #ffffff;
	border:solid 0px red;
}
.banner .text ul,.banner .text li {
    margin-left: 25px;
	margin-top:5px;
    
}
.banner .text li {
  list-style: disc url(/custom/maritime/images/listBullet.gif) outside;
  line-height:12px;
  padding-bottom:3px;
}
.banner .more {
	width: 400px;
}

.content {
	margin-bottom: 15px;
}

.box {
	width: 306px;
	height: 163px;
	float: left;
	border: 1px solid #b8b8b8;
	margin-right: 13px;
}

.box-last {
	margin-right: 0px;
}

.box-top {
	height: 133px;
	padding:10px;
	background: url(../images/box-bg-lb.jpg) no-repeat top left;
	background-color:#f4f4f4;
}

.box-top-db {
	background: url(../images/box-bg-db.jpg) no-repeat top left;
}

.box-bottom {
	height: 30px;
	background: #196dad;
}

.box-bottom-db {
	background: #072945;
}

.footer {
	height: 100px;
	text-align: right;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
}

/* inner page */

.top-bar {
	height: 36px;
	background: url(../images/top-bar-bg.jpg) repeat-x top left;
	margin-bottom: 15px;
}

.left-nav {
	float: left;
	width: 213px;
}

.left-nav a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #072945;
}

.left-nav a:hover {
	font-size: 14px;
	display: block;
	text-decoration: underline;
}

.right-content {
	float: left;
	width: 697px;
	padding: 0px 20px 0px 20px;
}

.footer-bar {
	font-size: 0px;
	height: 6px;
	width: 950px;
	background: #0070b9;
	margin-bottom: 15px;
}

/* ---------- MISC ---------- */

.clear {
	clear: both;
	display: block;
}

.hth-logo {
	margin: 31px 0px 0px 7px;
	float: left;
}

.phone-title {
	float: right;
	font-size: 18px;
	margin: 31px 107px 5px 0px;
}

.phone-number {
	float: right;
	margin: 0px 107px 0px 0px;
	/*width:600px;*/
	text-align:right;
	
}

.phone-number b {
	color: #196dad;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-link {
	margin: 0px 5px 0px 5px;
}

.footer-link-last {
	margin-right: 0px;
}

.banner .title h2 {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.box h2 {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #196dad;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
}

.box p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
}

/* rollover links */

.calloutLink, a.calloutLink, a.calloutLink:visited, a.calloutLink:link {  
	background-image: url(../images/link_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	position: relative;
	float: left; 
	height: 17px;
	padding: 1px 0px 0px 24px;
	margin: 7px 0px 0px 16px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffbd00;
	font-weight: bold;
	text-decoration: none;
}

a.calloutLink:hover {
	background-position: 0 -83px;
	text-decoration: underline;
	color: #FFFFFF;
	cursor: pointer;
}

.calloutLink2, a.calloutLink2, a.calloutLink2:visited, a.calloutLink2:link {  
	background-image: url(../images/link_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	position: relative;
	float: left; 
	height: 17px;
	padding: 1px 0px 0px 24px;
	margin: 7px 0px 0px 16px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.calloutLink2:hover {
	background-position: 0 -83px;
	text-decoration: underline;
	cursor: pointer;
}

.btnMore {  
	background-image: url(../images/btn_more.gif);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	width: 151px; 
	height: 27px;
	margin: 0px;
	text-indent: -9999px;
}

.btnMore:hover {
	background-position: 100% -27px;
	cursor: pointer;
}

.small-text {
	font-size: 10px;
}

.table-5 td {
	padding: 5px;
	background: #FFFFFF;
}

.t-border {
	background: #cccccc;
	margin-bottom: 10px;
}

.box-top h2 a {
	color: #196dad;
	text-decoration: none;
}

.box-top h2 a:hover {
	color: #196dad;
	text-decoration: underline;
}

.header a {
	color: #0070b9;
	text-decoration: none;
}

.header a:hover {
	color: #0070b9;
	text-decoration: underline;
}

.productTitle span, 
.productTitle span a,
.productTitle span a:link,
.productTitle span a:visited,
.productTitle a:hover{  
   font-size:16px;
   color:#000000;
   font-weight:bold;
   text-decoration:none;
 }	
    
.productTitle span.prodG, 
.productTitle span.prodG a,
.productTitle span.prodG a:link,
.productTitle span.prodG a:visited,
.productTitle span.prodG a:hover { 
    font-size:16px;
    color: #00188c;
	font-weight:bold;
	text-decoration:none;
 }
 .productTitle span.prodT, 
.productTitle span.prodT a,
.productTitle span.prodT a:link,
.productTitle span.prodT a:visited,
.productTitle span.prodT a:hover { 
   font-size:16px;
   color: #187b6b;
   font-weight:bold;
   text-decoration:none;
 }
 /*---------------------------------BENEFITS-------------------------------*/	
table.benefits {width:600px;border: solid #d1d1d1 1px;padding:2px;}
table.benefits th {padding:5px;background-color:#0079C6;color:#FFFFFF;font-weight:bold;font-size:12px;text-align:left}
table.benefits td {padding:5px;background-color:#f1f1f1;border-top:solid 1px white;}
table.benefits td.sub {padding:5px;background-color:#b2b2b2;color:#ffffff;}
table.benefits th.gc {padding:5px;background-color:#0079C6;color:#FFFFFF;font-weight:bold;font-size:12px;text-align:left}
table.benefits td.subGC {padding:5px;background-color:#FFA631;color:#000000;}
table.benefits td.row1 {background-color:#A5C2DF;color:#000000;border-left:solid 1px white;}
table.benefits td.row2 {background-color:#ECF4FB;color:#000000;border-left:solid 1px white;}

table.gcPlans {width:600px;border: solid #d1d1d1 1px;padding:3px;}
table.gcPlans th {padding:5px;background:#0079C6;color:#FFFFFF;font-weight:bold;}
table.gcPlans th.plans {background:#73A694;font-weight:bold;}
table.gcPlans th.deduct {background:#000000;font-weight:bold;}
table.gcPlans td {padding:5px;background:#f1f1f1;color:#000000;border-top:solid 1px white;font-weight:normal;}
table.gcPlans td.plan {background:#ECF4FB;border-left:solid 1px white;font-weight:normal;}


ul.benefits,ol.benefits {margin-left:25px;font-weight:normal;}


table.compareBenefits {width:860px;border: solid #d1d1d1 1px;padding:2px;}
table.compareBenefits th {padding:5px;background-color:#6699cc;color:#FFFFFF;font-weight:bold;font-size:12px;text-align:center}
table.compareBenefits td {padding:5px;background-color:#f1f1f1;border-top:solid 1px white;vertical-align:top;font-size:11px;text-align:center}
table.compareBenefits td.name {background-color:#bbddff;width:220px;font-weight:bold;text-align:left;}
table.compareBenefits td.gold {background-color:#FFF9E6;}
table.compareBenefits td.sub {background-color:#b2b2b2;color:#ffffff;font-weight:bold;text-align:left;font-size:12px;}

table.faqs {width:600px;border: solid #d1d1d1 1px;padding:2px;}
table.faqs th {padding:5px;background-color:#6699cc;color:#FFFFFF;font-weight:bold;font-size:12px;text-align:center;}
table.faqs td {padding:5px;background-color:#f1f1f1;border-top:solid 1px white;text-align:left;font-weight:normal;}
table.faqs td.sub {background-color:#b2b2b2;color:#ffffff;font-weight:bold;}
table.faqs td.name {background-color:#bbddff;border-top:solid 1px white;text-align:left}
table.faqs td.gold {background-color:#FFF9E6;}
.faqs, .faqs A { font-size:12px;padding:3px 0;
                   color:#606060}
  .faqs span {float:left; width:25px;height:20px}
  .faqs .clearfloat  {margin:1;clear:left;}
   li.nav,  li.nav a
  { font-size:11px;line-height:18px;
                   color:#606060;
				   text-decoration:none;}
  li.nav a:hover {color:#000066;text-decoration:underline;}
div.quote       {margin:0px auto;padding-bottom:20px;width:532px;text-align:center;border:solid 0px red;}

/*---------------------------------QUOTE-------------------------------*/	
div.quote       {margin:0px auto;padding-bottom:20px;width:532px;text-align:center;border:solid 0px red;}
 div.quoteProd   {position:relative;width:532px;padding-bottom:20px;text-align:center;border:solid 1px #f1f1f1;}
.quoteTop        {width:500px;margin:0px auto;text-align:center;background-color:#0066CC;}
.quoteTop h1     {margin:0px auto;padding:5px 0;font-size:16px;font-weight:bold;color:#FFFFFF;}

.quoteBody {width:500px;margin:0px auto;
			  }

.quoteBottom {width:500px;margin:0px auto;}
			  
.quoteMsg {width:450px;padding:10px;margin:5px auto;text-align:center;}		  
table#quote {width:500px;border-top:solid 1px #838385;border-left:solid 1px #a5a5a7;}

table#quote th {
    padding:5px auto;
	height:35px;
	background-color:#a5a5a7;
	vertical-align:middle;	
	border-bottom: solid #71747c 1px;
	}
	
table#quote td.fieldname {
   padding: 5px;width:40%;
   background-color:#e1e1e4;
   border-bottom:solid 1px white;
   text-align:left;
   font-weight:normal;
}

table#quote td.fieldInput {
    padding: 5px;
    border-bottom:solid 1px white;
	background-color:#f1f1f1;
	text-align:left;
}
select.quoteEntry, input.quoteEntry {font-family:Arial;font-size:12px;}
.buttonQuote
	{padding:3px 8px;
	font-family : "Miriad Pro", Arial,sans-serif;
	font-size : 13px;
	color : #00286c;
	background:#ffc200;
	}	

