/* ##################	Catchall Styles	 ################## */
.png
{
	behavior:url('../../app_includes/css/iepngfix_v2.htc');
}
/* ##################	Catchall Styles	 ################## */
*
{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #3c3c3c;
}
div,td,p
{
	font-size: 12px;
	line-height: 16px;
}
.blue
{
	color: #0057bf;
}
.red
{
	color: #d02a59;
}
.bold
{
	font-weight: bold;
}
.smtxt
{
	font: normal 10px/14px Tahoma, sans-serif;
}
/* ##################	Page Template Styles	 ################## */
body {
	margin: 0;
	padding: 0;
	background: url('../../app_media/images/bg_pg.jpg') repeat-x #0057bf;
}
.pagewrapper
{
	width: 960px;
	margin: 0 auto;
}
.headerwrapper
{
	margin-bottom: 4px;
}
.header
{
	position: relative;
	top: 0;
	left: 0;
	height: 283px;
	margin-bottom: 4px;
}
.logo
{
	position: absolute;
	top: 38px;
	left: 30px;
	width: 238px;
	height: 181px;
	z-index: 10;
}
.slideshow
{
	position: absolute;
	top: 38px;
	left: 0;
	width: 960px;
	height: 245px;
	z-index: 1;
}
.header_sp
{
	width: 960px;
	height: 191px;
	margin-bottom: 4px;
}
.logo_sp
{
	float: left;
	width: 240px;
	height: 153px;
	margin-right: 6px;
}
.hdr_photo_sp
{
	float: left;
	width: 714px;
	height: 153px;
}
.bctop
{
	width: 960px;
	height: 3px;
	background: url('../../app_media/images/bg_cont_top.gif') no-repeat;
}
.bodycontent
{
	border-right: 1px solid #dbe8f9;
	border-left: 1px solid #dbe8f9;
	background: #fff;
	padding: 33px 30px;
}
.bcbtm
{
	width: 960px;
	height: 3px;
	background: url('../../app_media/images/bg_cont_btm.gif') no-repeat;
	margin-bottom: 4px;
}
p
{
	margin: 0 0 7px 0;
}
p.last
{
	margin-bottom:0;
}
.footnote,.footnote a
{
	font-size:9px;
	line-height:normal;
}
.footnote a
{
	text-decoration:underline;	
}
/* ##################	Heading Styles	 ################## */
h1,h2,h3,h4,h5
{
	font-family: Arial, Verdana, sans-serif;
	color: #0057bf;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: normal;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 19px;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h4
{
	font-size: 16px;
	color: #ff7900;
	font-weight: bold;
	text-transform: uppercase;
}
h5
{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 0;
	color: #535353;
}
.heading
{
	height: 60px;
	padding: 0;
}
/* ##################	Link Styles	 ################## */
a
{
	color: #0057bf;
	text-decoration: none;
}
a:hover,.bodycontentcentercolumn a,.bodycontentrightcolumn a,.bodycontentfullrightcolumn a,a.underline
{
	color: #d02a59;
	text-decoration: underline;
}
a.bld
{
	font-weight: bold;
}
a.arrow,.arrow
{
	background:transparent url('../../app_media/images/bulletarrow.gif') no-repeat 0 4px;
	padding-left:7px;
}
a.pdf,.pdf
{
	background:transparent url('../../app_media/images/iconpdf.gif') no-repeat 0 4px;
	padding-left:18px;
}
a.add,.add
{
	background:transparent url('../../app_media/images/iconadd.gif') no-repeat 0 1px;
	padding-left:18px;
}
a.subtract,.subtract
{
	background:transparent url('../../app_media/images/iconsubtract.gif') no-repeat 0 1px;
	padding-left:18px;
}
a.newwindow,.newwindow
{
	background:transparent url('../../app_media/images/iconnewwindow.gif') no-repeat center right;
	padding-right:12px;
}
.arrowdisabled
{
	background:transparent url('../../app_media/images/bulletarrowdisabled.gif') no-repeat 0 4px;
	padding-left:7px;
	color:#bfbfbf;
	text-decoration:underline;
}
.locked
{
	background:transparent url('../../app_media/images/iconlocked.gif') no-repeat 0 4px;
	padding-left:12px;
	color:#bfbfbf;
	text-decoration:underline;
}
/* ##################	Form Styles	 ################## */
.textfield,.textfielddefault,select,textarea
{
	background-color:#fcfbfb;
	border-top:solid 1px #d1cdcd;
	border-left:solid 1px #d1cdcd;
	border-right:solid 1px #e4e0e0;
	border-bottom:solid 1px #e4e0e0;
	margin:0;
	width:148px;
	line-height:normal;
}
.textfieldlarge
{
	width:310px;
}
.textfielddate1
{
	width:40px;
}
.textfielddate2
{
	width:50px;
}
.textfieldareacode
{
	width:28px;
	margin-right:10px;
}
.textfieldphone
{
	width:90px;
	margin-right:10px;
}
.textfieldzip
{
	width:86px;
}
.textfielddefault
{
	color:#cccccc;
}
.dropdownstate
{
	width:185px;
	margin-right:10px;
}
.checkbox
{
	width:auto;
	background-color:transparent;
	border:none;
}
.formrow
{
	margin:5px 0;
	padding:0;
}
.formborder .textfield,select
{
	width:190px;
}
.formborder select
{
	width:194px;
}
.formsubmitrow
{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #e9e9e9;
	height:23px;
}
.formlabel
{
	font-weight:bold;
	float:left;
	width:175px;
	text-align:right;
	margin-right:10px;
}
.formfield
{
	float:left;
	width:340px;
}
.formvalidationrow
{	
}
.formvalidationsummary
{
	background:#ececec url('../../app_media/images/iconwarning.gif') no-repeat 7px 3px !important;
	padding:10px 10px 5px 44px;
	margin-bottom:7px;
}
.formborder
{
	border:5px solid #f7f5f5;
	padding:10px;
}
.formborder,.formbordersuccess,.formborderpartners
{
	border: 1px solid #e7e7e7;
	background-color: #fffdf3;
	padding: 10px;
	background-position: 10px 10px;
}
.formbordersuccess,.formsuccess
{
	background-image:url('../../app_media/images/iconsuccess.gif');
	background-repeat:no-repeat;
}
.formbordersuccess
{
	padding-left:60px;
}
.formsuccess
{
	padding-left:50px;
}
/* ##################	Generic Object Styles	 ################## */
a img
{
	border:0;
}
hr
{
	border:0;
	height:1px;
	color:#e9e9e9;
	background-color:#e9e9e9;
}
hr.dotted
{
	border:0;
	height:1px;
	background:url('../../app_media/images/dottedrule.gif') repeat-x;
	margin:5px 0;
	padding:0;
}
hr.shadow
{
	border:0;
	height:4px;
	background:url('../../app_media/images/shadowrule.gif') repeat-x;
	margin:5px 0;
	padding:0;
}
hr.vg
{
	border: none 0; 
	border-top: 4px solid #e9e9e9; 
	height: 4px; 
	margin: 10px 0 10px 0; 
	padding: 0;
}
.linetopdotted
{
	border-top: 1px dotted #c7c7c7;
}
.linebtmdotted
{
	border-bottom: 1px dotted #c7c7c7;
}
.linerightdotted
{
	border-top:1px dotted #c7c7c7;
}
.linebottomdotted
{
	border-top:1px dotted #c7c7c7;
}
.lineleftdotted
{
	border-top:1px dotted #c7c7c7;
}
.linetop
{
	border-top:1px solid #e9e9e9;
}
.lineright
{
	border-right:1px solid #e9e9e9;
}
.linebottom
{
	border-bottom:1px solid #e9e9e9;
}
.lineleft
{
	border-left:1px solid #e9e9e9;
}
.outline
{
	border:1px solid #e9e9e9;
}
.clear
{
	clear:both;
	height:0 !important;
	font-size:1px !important;
	line-height:0px !important;
}
.ucase
{
	text-transform:uppercase;
}
/* ##################	Lists	 ################## */

.bllt li 
{
	margin: 0; 
	padding: 0 0 5px 12px; 
	background: url('../../app_media/images/bullet.gif') no-repeat;
}
/* .bulletsquare
{
	margin:0;
	list-style-type:none;
	padding:0;
}
.bulletsquare li
{
	background:url('../../app_media/images/bulletsquare.gif') 0 6px no-repeat;
	margin:0 0 7px 0;
	padding:0 0 0 10px;
}
.bulletarrow
{
	margin:0;
	list-style-type:none;
	padding:0;
}
.bulletarrow li
{
	background:transparent url('../../app_media/images/bulletarrow.gif') no-repeat 0 4px;
	margin:0 0 5px 0;
	padding:0 0 0 7px;
}
.bulletsquaresub
{
	margin:5px 0 0 15px;
	list-style-type:none;
	padding:0;
}
.bulletsquaresub li
{
	background:url('../../app_media/images/bulletsquare.gif') 0 6px no-repeat;
	margin:0 0 7px 0;
	padding:0 0 0 10px;
}
.bulletcircle
{
	margin:0;
	list-style-type:none;
	padding:0;
}
.bulletcircle li
{
	background:url('../../app_media/images/bulletcircle.gif') 0 5px no-repeat;
	margin:0 0 7px 0;
	padding:0 0 0 16px;
}
.bulletvalidation
{
	margin:0;
	list-style-type:none;
	padding:0;
}
.bulletvalidation li
{
	background:url('../../app_media/images/bulletvalidation.gif') 0 6px no-repeat;
	margin:4px 0 0 0;
	padding:0 0 0 10px;
	color:#ed1b2e;
}
.alpha ol
{
	list-style: lower-alpha;
} */
/* ##################	Positioning	 ################## */
.floatleft
{
	float: left;
}
.floatright
{
	float: right;	
}
.spcr
{
	margin-bottom: 20px;
}
.spcr2
{
	margin-right: 50px;
}
.spcr3
{
	margin-bottom: 10px;
}
.spcr4
{
	margin: 10px 0 3px 0;
}
/* ##################	Top Nav Object Styles	 ################## */
.topnavwrapper
{
	width: 960px;
	height: 38px;
	background: url('../../app_media/images/bg_nav_top.gif') no-repeat;
}
.topnavwrapper_sp
{
	width: 960px;
	height: 38px;
	background: url('../../app_media/images/bg_nav_top_sp.gif') no-repeat;
}
.topnavitem
{
	float: right;
	padding: 8px 27px 0 0;
}

/* ##################	Main Nav Object Styles	 ################## */
.mainnavwrapper
{
	background: url('../../app_media/images/bg_nav.gif') no-repeat;
	height: 38px;
	width: 960px;
	margin-bottom: 4px;
}
.mainnav
{
	padding: 6px 0 5px 0;
}
ul 
{
	list-style-type: none; margin: 0; padding: 0;
}
.nav li 
{
	float: left;
}
.nav li a
{
	display: block;
	height: 23px;
	padding: 4px 0 0 0;
	margin: 0 15px 0 15px;
	font: bold 16px Arial, sans-serif;
	color: #000;
	text-align: center;
}
.nav li a:hover
{
	display: block;
	height: 23px;
	padding: 4px 0 0 0;
	margin: 0 15px 0 15px;
	color: #0057bf;
	text-align: center;
	text-decoration: none;
	
}
.nav li a.home
{
	width: 73px;	
}
.nav li a.home:hover
{
	width: 73px;	
	background: url('../../app_media/images/over_home.gif') no-repeat;
}
.nav li a.quote
{
	width: 115px;	
}
.nav li a.quote:hover
{
	width: 115px;	
	background: url('../../app_media/images/over_quote.gif') no-repeat;
}
.nav li a.plan
{
	width: 125px;	
}
.nav li a.plan:hover
{
	width: 125px;	
	background: url('../../app_media/images/over_plan.gif') no-repeat;
}
.nav li a.claims
{
	width: 78px;	
}
.nav li a.claims:hover
{
	width: 78px;	
	background: url('../../app_media/images/over_claims.gif') no-repeat;
}
.nav li a.co
{
	width: 100px;	
}
.nav li a.co:hover
{
	width: 100px;	
	background: url('../../app_media/images/over_co.gif') no-repeat;
}
/* ##################	Subpage Nav Object Styles	 ################## */

.nav_sp li
{
	padding: 10px 0;
}
.nav_sp li a
{
	font: bold 15px Arial, sans-serif;
	padding-left: 15px;
	background: url('../../app_media/images/arrow_grey_lg.gif') 0 2px no-repeat;
	color: #666;
	text-decoration: none;
}
.nav_sp li a:hover
{
	font: bold 15px Arial, sans-serif;
	padding-left: 15px;
	background: url('../../app_media/images/arrow_blue_lg.gif') 0 2px no-repeat;
	color: #0057bf;
	text-decoration: none;
}


/* ##################	Main Page Object Styles	 ################## */

.leftcontentwrapper, .rightcontentwrapper
{
	float: left;
}
.leftcontent
{
	width: 572px;
	margin-right: 38px;
}
.rightcontent
{
	width: 288px;
}
.adbx1
{
	width: 236px;
	height: 114px;
	padding: 85px 26px 23px 26px;
	margin-bottom: 11px;
	background: url('../../app_media/images/adbx_vg_travel.gif') no-repeat;
	color: #000;
}
.adbx2
{
	width: 236px;
	height: 120px;
	padding: 25px 26px 23px 26px;
	margin-bottom: 11px;
	background: url('../../app_media/images/adbx_vg_pom.gif') no-repeat;
	color: #000;
	line-height: 19px;
}
.adbx3
{
	width: 203px;
	height: 123px;
	padding: 25px 0 0 85px;
	margin-bottom: 11px;
	background: url('../../app_media/images/adbx_vg_arda.gif') no-repeat;
	text-align: center;
}
.adbx3 a
{
	font: bold 18px Arial, sans-serif;
	color: #d02a59;
	text-decoration: none;
}
.adbx4
{
	width: 288px;
	height: 76px;
	padding: 7px 0 0 0;
	background: url('../../app_media/images/adbx_vg_blank.gif') no-repeat;
	text-align: center;
}
.bottomcontentwrapper
{
	width: 900px;
	margin: 35px 0 0 0;
	text-align: center;
}

/* ##################	Footer Object Styles	 ################## */
.top
{
	margin-top: 25px;
	padding-right: 8px;
	background: url('../../app_media/images/icontop.gif') no-repeat center right;
	text-align: right;
	line-height: normal;
}
.footerwrapper
{
	width: 960px;
	background: url('../../app_media/images/bg_ftr_top.gif') left top no-repeat #2670c9;
}
.fwbtm
{
	width: 960px;
	height: 3px;
	background: url('../../app_media/images/bg_ftr_btm.gif') no-repeat;
	margin-bottom: 4px;
}
.footernavwrapper
{
	width: 900px;
	padding: 18px 30px 20px 30px;
}
.footernavwrapper div
{
	font: normal 11px Arial, sans-serif;
	color: #fff;
}
.footernavgroupbx
{
	float: left;
	width: 600px;
}
.footernavgroup
{
	float: left;
	width: 200px;
	padding: 0 30px 0 25px;
	border-left: 1px solid #689cd9;
}
.footernavitem
{
	margin-bottom: 2px;
}
.footernavitem a, .footercontactitem a
{
	color: #ffe67e;
}
.note
{
	width: 600px;
	margin: 20px 0 10px 0;
}
.footercontactgroup
{
	float: left;
	width: 225px;
	padding: 0 0 0 25px;
	border-left: 1px solid #689cd9;
}
.footercontactheader
{
	font: bold 14px Arial, sans-serif !important;
	margin-bottom: 10px;
}
.footercontactsubheader
{
	font-weight: bold !important;
	margin-bottom: 1px;
}
.footercontactitem
{
	margin-bottom: 10px;
}
.footerbtmwrapper
{
	width: 900px;
	padding: 10px 30px 10px 30px;
}
.footerbtmwrapper div
{
	font: normal 10px/14px Tahoma, sans-serif;
	color: #fff;
}
.footercredit
{
	float: left;
	width: 350px;
}
.footercredit a
{
	font: normal 10px/14px Tahoma, sans-serif;
	color: #fff;
}
.footercredit a:hover
{
	color: #ffe67e;
}
.footercopyright
{
	float: right;
	width: 450px;
	text-align: right;
}
/* ##################	Common Subpage Classes	 ################## */
.bodycontentleftcolumn
{
	width: 210px;
	float: left;
	margin-right: 28px;
}
.bodycontentcentercolumn
{
	width: 420px;
	float: left;
	margin-right: 30px;
}
.bodycontentrightcolumn
{
	width: 210px;
	float: left;
}
.bodycontentfullrightcolumn
{
	width: 660px;
	float: left;
}
a.noline
{
	text-decoration:none;
}
a.noline:hover
{
	text-decoration:underline;
}
.mainimg
{
	margin-bottom:10px;
	background:url('../../app_media/images/mainimgbar.gif') no-repeat bottom center;
	height:223px;
}
.subimg
{
	border-bottom:3px solid #ed1b2e !important;
}
.planicon
{
	padding-right: 10px;
}
/* ##################	Purchase and Plan Details	 ################## */
/* .purchasecolumn
{
	width:590px;
	background:url('../../app_media/images/purchasebackground.gif') repeat-y;
}
.purchasecolumnheader
{
	width:580px;
	height:34px;
	background:url('../../app_media/images/purchaseheaderbackground.gif') no-repeat;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:34px;
	padding-left:10px;
}
.purchaseformsection
{
	padding:10px;
}
#policydetails
{
	position:absolute;
}
.policydetailstop
{
	background:url('../../app_media/images/policydetailstop.gif') no-repeat;
	width:280px;
	height:162px;
}
.policydetailsmiddle
{
	background:url('../../app_media/images/policydetailsmiddle.gif') repeat-y;
	width:280px;
}
.policydetailsrow
{
	min-height:32px;
	padding:6px 3px 6px 10px;
}
.policydetailslabel
{
	float:left;
	width:120px;
	padding-right:10px;
}
.policydetailsvalue
{
	float:left;
	width:110px;
} */
/* ##################	Common Widgets	 ################## */
.widgetbx
{
	width: 170px;
	height: 280px;
	margin-bottom: 15px;
	padding: 10px 25px 10px 15px;
	background: url('../../app_media/images/widgetbuybackground.gif') no-repeat;	
}
.widget_hdr
{
	padding: 0 0 0 9px;
	background: url('../../app_media/images/arrow_red.gif') 0 5px no-repeat;
}
.widgetbx_spclaims
{
	width: 168px;
	margin-bottom: 15px;
	padding: 10px 25px 15px 15px;
	border: 1px solid #c2d9f4;
}
.widget_adbx
{
	width: 170px;
	height: 128px;
	margin-bottom: 15px;
	padding: 75px 20px 10px 20px;
	background: url('../../app_media/images/adbx_vg_feedback.gif') no-repeat;
	color: #000;
}
