html{height: 100%;}
body{
	margin: 0;
	padding: 0;
	font:13px Arial, Helvetica, sans-serif;
	color: #4C3C31;
	min-height: 100%;
	background:#69513D url(/images/bg-body.gif) repeat-x 0 0;
}
* html body{height: 100%;}
*+html body{height: 100%;}
input, textarea {
	font:12px Arial, Helvetica, sans-serif;
	}
img{display: block;border: none;}
#pagewidth{
	width: 986px;
	margin: 0 auto;
	position: relative;
	background: url(/images/bg-pagewidth.png);
	
	overflow-x: hidden;
}
* html #pagewidth{height: 100%;}
*+html #pagewidth{min-height: 100%;}


/* visual */

.btn{
	color:#0cb2e8;
	font-weight:bold;
	border:1px solid #bbe1ed;
	background:#0CB2E8 url(/images/btn-background.png);
	font-weight:bold;
}

input.btn:hover, input.btn.sfhover{
	cursor:pointer;
	filter: alpha(opacity=50);
  opacity: 0.5;
}
.headerFlash{
	background-color: #fff;
	border: 1px solid #c9caca;
	margin:0px 0px 0px -4px;
	padding:10px;
	width:972px;
}
.headerFlashShadow{
	margin-left:8px;
}

/* header */
#header{
	height: 110px;
	overflow: hidden;
}
#header h1{
	margin: 0;
	position: absolute;
	top: 21px;
	left: 40px;
}
#header h1 a{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 139px;
	height: 72px;
	background: url(/images/logo.gif);
}

/* main navigation */
#nav{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 83px;
	left: 225px;
	list-style: none;
}
#nav li{
	float: left;
	padding: 1px 10px 1px 0;
	margin: 0 9px 0 0;
	background: url(/images/divider-top.gif) no-repeat right;
}
#nav li.last{
	margin: 0;
	padding:1px 0;
	background: none;
}
#nav li a{
	display: block;
	height: 10px;
	background-image: url(/images/text-main-navigation.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#nav li a.home{
	background-position: 0 0;
	width: 32px;
}
#nav li a.ylife{
	background-position: -32px 0;
	width: 55px;
}
#nav li a.yfamily{
	background-position: -87px 0;
	width: 70px;
}
#nav li a.ybusiness{
	background-position: -157px 0;
	width: 85px;
}
#nav li a.about-us{
	background-position: -242px 0;
	width: 54px;
}
#nav li a.contact-us{
	background-position: -296px 0;
	width: 66px;
}
#nav li a.home:hover{background-position: 0 -10px;}
#nav li a.ylife:hover{background-position: -32px -10px;}
#nav li a.yfamily:hover{background-position: -87px -10px;}
#nav li a.ybusiness:hover{background-position: -157px -10px;}
#nav li a.about-us:hover{background-position: -242px -10px;}
#nav li a.contact-us:hover{background-position: -296px -10px;}
/* login form */
form.login{
	margin: 0;
	position: absolute;
	top: 0;
	left: 745px;
	border-left: 1px solid #E9ECEE;
	padding:13px 0 0 0;
	width: 232px;
	font-size: 12px;
	height: 97px;
	background: url(/images/bg-form.gif) repeat-y 100% 0;
}
form.login strong{
	color: #9DBE0D;
	margin: 0 0 0 12px;
}
form.login ul{
	margin: 3px 0 0 12px;
	padding: 0;
	overflow: hidden;
	font-weight: bold;
	list-style: none;
}
form.login ul li{
	float: left;
	padding: 0 8px 0 0;
	margin: 0 7px 0 0;
	background: url(/images/divider-form.gif) no-repeat right;
}
form.login ul li.last{
	background: none;
	padding: 0;
	margin: 0;
}
form.login a{
	color: #48B9D2;
	text-decoration: none;
}
form.login a:hover{text-decoration: underline;}
form.login div{
	width: 219px;
	padding: 14px 0 0 13px;
	margin: 13px 0 0 0;
	border-top: 1px solid #E9ECEE;
}

form.login div a{
	font-weight: bold;
	margin: 0 0 0 8px;
	line-height: 18px;
}
/* main */
#main{
	/* padding: 321px 0 0 0;
	padding: 160px 0 0 10px;*/
	overflow: hidden;
	margin: 0 auto;
	width: 970px;
}
#main a{color: #0CB2E8;}
#main a:hover{text-decoration: none;}
#main a:visited{
	color:  #0CB2E8;
	text-decoration: underline;
}
/* left column */
#left{
	/*width: 227px;*/
	width: 220px;
	float: left;
	padding-left: 10px;
}
.left-nav{
	margin: 0 0 0 7px;
	padding:0;
	list-style: none;
	width: 213px;
	overflow: hidden;
}
.left-nav li{
	float: left;
	width: 213px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height: 20px;
	margin: 3px 0 0 0;
	background: #FAFAFA;
}
#main .left-nav li a{
	text-decoration: none;
	color: #0CB2E8;
	width: 197px;
	padding: 0 0 0 12px;
	display: block;
	margin: 0 0 0 2px;
	

}
#main .left-nav li.active a,#main .left-nav li a:hover{
	padding: 0 0 0 11px;
	color: #82A117;
	border-left:5px solid #0CB2E8; 

}
#main .left-nav a:visited{
	color:  #0CB2E8;
	text-decoration: none;
}
#main .left-nav .active{
		padding: 0 0 0 11px;
	color: #82A117;
	border-left:5px solid #0CB2E8; 
}
.talk-with{margin: 21px 0 0 26px;}
.talk-with strong{
	color: #9DBE0D;
	font-size: 16px;
	margin: 0 0 2px -2px;
	display: block;

}
.talk-with ul{
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 11px;
	color: #4C3C31;
	list-style: none;
}
#main .talk-with ul a{
	text-decoration: none;
}
#main .talk-with ul a:hover{
	text-decoration: underline;
}
.zip-code{
	border: 1px solid #ECECEC;
	width: 197px;
	height: 63px;
	margin-top: 16px;
	padding: 49px 0 0 23px;
	background: url(/images/bg-zip-code.gif);
}
.zip-code label{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
}
.zip-code input{
	float: left;
	width: 86px;
}
.zip-code input.txt{
	border: 1px solid #ccc;
	width: 72px;
	height: 16px;
  margin:2px 6px 0px 0px;
}
/* twocolumn */
#twocolumn{
	float: right;
	width: 720px;
	margin-right: 10px;
}
/* right column */
#twocolumn .right{
	float: left;
	/*width: 480px;*/
	width: 470px;
  /*margin: 7px 0 0 0;*/
	padding-right: 0px;
}
#twocolumn .right ul.news{
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	list-style: none;
}

ul.news li{

	width: 475px;
	margin: 7px 0 0 0;
}
#twocolumn .right ul.news h2{
	font-size:17px; 
	margin: 0;
	color: #9DBE0D;
}
#twocolumn .right ul.news h2 a{
	color: #9DBE0D;
	text-decoration: none;
}
#twocolumn .right ul.news h2 a:hover{
	text-decoration: underline;
}
#twocolumn .right ul.news p{
	line-height: 18px;
	margin: 3px 0 0 0;
}
#twocolumn .right ul.news .image{
	width: 177px;
	height: 134px;
	float: right;
	margin: -10px 0 0 0;
	padding: 9px 0 0 0;
	background: url(/images/bg-image.gif);
}
#twocolumn .right ul.news img{
	padding: 8px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #DDE1E5;
}
#twocolumn .right div#ticker {
	width: 100%;
	overflow-x:hidden;
}
/* sponsors list */
ul.sponsors{
	margin:10px 0 0 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
ul.sponsors li{
	float: left;
	margin: 0 11px 0 0;
}
/* left column */
#twocolumn .left{
	width: 235px;
	float: right;
}

#twocolumn  .testimonial {
	background: #e8f0f3;
	border: 1px solid #c6d6dc;
	padding: 14px 0 20px 0;
}
#twocolumn  .testimonial img{
	border: 1px solid #A8B6BB;
	padding:8px;
	margin: 0 auto;
	background: #fff; 
}
#twocolumn  .testimonial h4{
	margin:16px 0 0 44px;
	background: url(/images/text-testimonals.gif);
	text-indent: -9999px;
	overflow: hidden;
	width: 146px;
	height: 13px;
}
#twocolumn  .testimonial blockquote{
	margin: 15px 8px 0 24px;
	padding: 0;
	font-size: 14px;
	color: #627C86;
	line-height: 20px;
}
#twocolumn  .testimonial a{
	color: #627C86;
	text-decoration: none;
	/*float:;*/
	font-size: 11px;
	margin: 27px 0 0 24px;
	white-space: nowrap;
}
#twocolumn  .testimonial a:hover{text-decoration: underline;}
#twocolumn  .testimonial em{
	font-style: normal;
	font-size: 11px;
	color: #627C86;
	float: right;
	margin: 5px 32px 0 0;
}


#twocolumn  .fact {
	background:#F4F7E6 none repeat scroll 0%;
	border:1px solid #D7E0B0;
	margin:28px 0px 15px;
	padding:0px 0pt 20px;
}
#twocolumn  .fact img{
	border: 1px solid #d7e0b0;
	padding:8px;
	margin: 0 auto;
	background: #fff; 
}
#twocolumn  .fact h4{
	background-color:#E7EFC2;
	border-bottom:1px solid #D7E0B0;
	color:#879F13;
	line-height:25px;
	margin:0px;
	text-align:center;
	font-size: 17px;
/*background: url(/images/text-testimonals.gif);
	text-indent: -9999px;
	overflow: hidden;
		width: 146px;
	height: 13px;*/

}
#twocolumn  .fact p{
	margin: 15px 8px 0 24px;
	padding: 0;
	font-size: 14px;
	color: #879f13;
	line-height: 20px;
}
#twocolumn  .fact a{
	color: #879f13;
	text-decoration: none;
	/*float:;*/
	font-size: 11px;
	margin: 27px 0 0 24px;
	white-space: nowrap;
}
#twocolumn  .fact a:hover{text-decoration: underline;}
#twocolumn  .fact em{
	font-style: normal;
	font-size: 11px;
	color: #627C86;
	float: right;
	margin: 5px 32px 0 0;
}
/* right-column */
.right-column{
	width: 215px;
	float: right;
	margin: 0 18px 0 0;
	display: inline;
	border-top:1px solid #D5DADE; 
}
.right-column .box{
	border-bottom:1px solid #D5DADE; 
	padding: 10px 0 8px 16px;
}
h3.your-info,h3.yourquotesummary,h3.learn-more{
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	height: 10px;
}
h3.your-info{
	width: 111px;
	background: url(/images/text-your-info.gif);
}
h3.yourquotesummary{
	width: 131px;
	height: 11px;
	background: url(/images/text-yourquotesummary.gif);
}
h3.learn-more{
	width: 73px;
	background: url(/images/text-learn-more.gif);
}
.right-column .box ul{
	margin: 0;
	font-size: 11px;
	padding: 0;
	list-style: none;
	width: 199px;
	overflow: hidden;
}
.right-column .box ul li{
	margin: 5px 0 0 0;
	width: 199px;
	float: left;
}
.right-column .box ul a{text-decoration: none;}
.right-column .box ul a:hover{text-decoration: underline !important;}
.right-column .box ul strong{display: block;}
/* center column */
#twocolumn .center{
	width: 475px;
	float: left;
	/*border: 1px solid #E7E7E7; */
}
#twocolumn .center form{
	margin: 0 0 0 11px;
	padding: 0 0 9px 0;
}

h3.step1,h3.step2{
	margin:11px 0 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 455px;
	height: 30px;
	background: url(/images/text-step1.gif);
}
h3.step2{background: url(/images/text-step2.gif);}
h3.plan_step {
  background: green;
  width: 445px;
  line-height: 30px;
  font-size: 24px;
  color: white;
}
ul.option{
	width: 457px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.option li{
	float: left;
	margin: 4px 0 0 0;
	height: 32px;
	overflow: hidden;
	border: 1px solid #D4D9DD;
	background: #F5F8E7;
	width: 453px;
}
ul.option li label{
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #9DBE0B;
	font-size: 12px;
	float: left;
	padding: 0 0 0 10px;
}
ul.option li select{
	width: 91px;
	border: 1px solid #CDCCCA;
	margin: 6px 0 0 7px;
	font:13px Arial, Helvetica, sans-serif;
}
ul.option li select.long{
	width: 173px;
}
ul.option li .r{
	float: right;
	padding: 0 9px 0 0;
	height: 32px;
	font-size: 11px;
	font-style: italic;
	color: #5E463C;
}
ul.option li input{
	float: right;
	margin: 6px 9px 0 0;
}
.treecol{
	width: 466px;
	margin: 0 auto;
	overflow: hidden;
	padding: 9px 0 0 0;
}
.treecol div{
	border: 1px solid #D3DBDE;
	background: #FBF1E8;
	width: 145px;
	float: left;
	padding: 0 0 8px 0;
	margin: 0 8px 0 0;
}
.treecol h4{
	margin: 10px 0 0 11px;
	text-transform: uppercase;
	color: #D5721F;
	font-size: 11px;
}
.treecol  ul{
	margin: 0 15px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 11px;
}





















/* footer */
#footer{
	width: 970px;
	margin: 0 auto;
	padding:40px 0pt 5px;
	color: #0cb2e8;
	text-align: center;
	border-bottom: 10px solid #0cb2e8;
	line-height:20px;
}
#footer p{margin: 0;}
#footer a{
	color: #0cb2e8;
	text-decoration: none;
}
#footer a:hover{text-decoration: underline;}
#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li{
	display: inline;
	padding: 0 8px 0 4px;
	background: url(/images/divider-foo.gif) no-repeat right;
}
* html #footer ul li{padding: 0 4px 0 6px;}
#footer ul li.last{
	background: none;
}

#footer strong {
  font-weight: normal;
}

.leftCol {
  
  float: left;
  
}
.rightCol {
  float: right;
}

h3.plan_step_top {
  background-color: green;
  width: 445px;
  line-height: 30px;
  font-size: 24px;
  color: white;
  
  margin: 5px 0pt 15px;
}
#aigCoverageWrap {
 /*  width: 455px;
  margin-right: 5px;*/
}
#aigTableWrap {
  padding-left: 5px;
}
.coverageValue
{
  text-indent: 7px;
  font-style: italic;
}

.mceEditor img {
  display: inline;
}

/* Norvax quoter styling */

#norvaxTable tr.evenrow td
{
  background: white;
}

#norvaxTable tr.oddrow td
{
  background: #eee;
}

#norvaxTable tr.quoteRow:hover
{
  background: #ddf;
}

#norvaxTable th.sortfield
{
  font-style: italic;

}

#norvaxTable .wksBtn
{
  font-size: 200%;
  background: white;
}

#norvaxTable .wksBtn a
{
  text-decoration: none;
}

.planInfoTable tr.headerrow td
{
  font-weight: bold;
  background: #ddd;
}

.pageBlock
{
  margin-left: 5%;
  margin-bottom: 1em;
}

.pageName
{
  border-right: dotted black 1px;
}

.notice {
	font-size: larger;
	color: green;
	font-weight: bold;
}

h3.get-a-quote,h3.the-pbg-difference{
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	height: 24px;
	width: 146px;
	background: url(/images/text-get-a-quote.gif);
}
h3.the-pbg-difference{
	width: 237px;
	background: url(/images/text-the-pbg-difference.gif);
}
.two-box{
	width: 952px;
	margin: 7px 0 0 7px;
	overflow: hidden;

	
}
.two-box .left,.two-box .right{
	width: 450px;
	float: left;
	border: 1px solid #E6E6E6;
	padding: 10px;

}
.two-box .right{
	float: right;
}
.two-box .right p, .two-box .left p{
	margin: 9px 10px 0 0;
}
.two-box .left div,.two-box .right div{
	
	background: #49B8D3 url(/images/bg-home-boxes.png) no-repeat;
	padding: 18px 0 0 13px;
	color: #fff;
	height: 130px;

}
.two-box .left form{
	width: 146px;
	margin: 0;
	padding:8px 0 0 0;
	list-style: none;
	float: left;
}

.two-box .left .txt{
	width: 82px;
	display: block;

	padding: 2px 0 0 4px;
	margin: 4px 0 7px 0;
	height: 16px;
	border: 1px solid #ccc;
}
ul.tree-box{
	margin: 0 0 0 7px;
	padding: 0;
	list-style: none;
	width: 959px;
	overflow: hidden;
}
ul.tree-box li{
	float: left;
	margin: 0 7px 0 0;
}
ul.tree-box li a{
	width: 290px;
	height: 30px;
	overflow: hidden;
	margin: 1px 0 0 0;
	text-indent: -9999px;
	display: block;
}
ul.tree-box li a.life{background: url(../images/text-life.gif);}
ul.tree-box li a.family{background: url(../images/text-family.gif);}
ul.tree-box li a.business{background: url(../images/text-business.gif);}

/** Norvax Worksheet **/

.wksItem .removeBtn {
  float: left;
  margin-right: 5px;
}
.wksItem .removeBtn a:hover img{
  filter: alpha(opacity=50);
  opacity: 0.5;
}


#norvaxTable img
{
/*  border: none !important;
  background: transparent !important;*/
}

.wksBtn
{
  
  background: transparent !important;
	
}

/** Search Page **/
.oddrow, .oddrow td {
	background-color: #fff !important; 
	border: 2px solid #fbfbfb;
	border-bottom: dashed 1px #f0f0f0;
	}
.evenrow, .evenrow td {
	background-color: #fbfbfb !important;
	border-bottom: dashed 1px #f0f0f0;
	}
.summPage {padding: 20px 10px;}
.summPage h3 {
	line-height: 0px;
}

/** Testimonials **/
.inlineTestimonial {
  clear: both;
  padding: 20px 5px;
}
.inlineTestimonial img {
  float: left;
  display: block;
}
.inlineTestimonial blockquote {
	line-height:20px;
	margin:3px 0pt 0pt 210px;
}

/** Definitions **/
#main a.info, #main a.info:visited  {
	color: #627c86;
	position:relative;
	text-decoration:none;
	z-index:899;
	background: #F2F7F8;
	
}

#main a.info:hover {
  z-index: 900;

}

#main a.info span {
  display: none;
}

#main a.info:hover span {
  display: block;
  position: absolute;
  top: 1.5em;
  left: 1em;
  width: 250px;
  line-height: 20px;
  border: 2px solid #a2b7be;
  background-color: #e8f0f3;
  color: #627c86;
  z-index: 999;
  padding: 10px;
  filter: alpha(opacity=100);
  opacity: 1.0;
  font:13px Arial, Helvetica, sans-serif;
}
#landing{
	margin: 10px 15px;
	
}

#twocolumn .right ul.news .oclink {
	background-color: transparent;
	border:0px solid #DDE1E5;
	margin:0px;
	padding:0px;
	display: inline;
	text-decoration: none;
}
#twocolumn .right ul.news .opened {
		background: url(/images/btn-closed.gif) no-repeat 0 5px;
		border: 0px solid #000;
		

}
#twocolumn .right ul.news .closed {
		background: url(/images/btn-open.gif) no-repeat 0 2px;
		border: 0px solid #000;
}
.coverage{
	border-bottom:1px solid #CCCCCC;
	color:#48B7D3;
	font-size:18px;
	margin:0px 0px 7px 2px;
	padding:0px 0px 3px 6px;
	width: 330px;
	white-space:nowrap;
}
.refer{
	background-color:#FBFBFB !important;
	border:1px dashed #F0F0F0;
	padding: 10px;
	margin: 10px 0px;
	width: 400px;
	
}
#planSelectorSide{
	margin:15px 0px 14px 15px;
}

h3 {font-size: 13px}

#credits {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

#credits a {
  color: #0CB2E8;
  text-decoration: none;
}
