/* General Default Styles
----------------------------------------------------------------------------------- */
body{
	margin: 0px;
	padding: 0px;
	background: #fff url(../../_images/templates/navigation/background.png) top center  repeat-x;
	font-family: arial;
	font-size:  12px;
	font-weight: normal;
	color: #3f3f3f;
}
/* Accessibility Styles
----------------------------------------------------------------------------------- */
#skipLinks{
	position: absolute;
	top: -99999px;
	left: -99999px;
}
.hidden{
	position: absolute;
	top: -99999px;
	left: -99999px;
}
.hiddenLabel{
	position: absolute;
	top: -99999px;
	left: -99999px;
}
/* General Styles
----------------------------------------------------------------------------------- */
a{
	overflow: hidden;
}
h1{
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-right: 17px;
	height: 36px;
	line-height: 27px;
	font-size: 2.0em;
	color: #777777;
	background: #fff;
}
h2{
	margin: 0px;
	margin-bottom: 13px;
	padding: 0px;
	font-size: 1.33em;
	color: #cd1217;
}

h2 a{
	color: #4994cd;
	font-size: 1em;
	text-decoration: none;
}

h2 a:hover{
	color: #2679B8;
}



h3{
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	color: #3F3F3F;
	font-size: 1.17em;
}

h3 a{
	color: #4994cd;
	font-size: 1em;
	text-decoration: none;
}

h3 a:hover{
	color: #2679B8;
}

h4{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #3f3f3f;
	font-size: 1.0em;
}
hr{
	height: 1px;
	border: 0px;
	background: #dfdfdf;
	margin-bottom: 15px;
}
form{
	padding: 0px;
	margin: 0px;
}
form input{
	font-family: arial;
}
p{
	padding: 0px;
	padding-bottom: 16px;
	margin: 0px;
}
ul, ol{
	padding-top: 0px;
	padding-bottom: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul li, ol li {
	padding-bottom: 3px;
}

ul li a{
	color: #4994cd;
	font-size: 1em;
	text-decoration: none;
}
ul li a:hover{
	color: #2679B8;
}


ul.spacey li,  ol.spacey li{
	padding-bottom: 10px;
}

ul.linknobullet{
	
	list-style-type: none;	
	
}

sup{
	font-size: .8em;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	width: 100%;
	float: none;
	clear: both;
	height: 0px;
}
img{
	border: 0px;
}

blockquote { margin-bottom: 25px; padding: 15px; border: 1px solid #cdcdcd; font-family: monospace;}
blockquote p { margin: 0; padding: 0; }


/* Wrapper Styles
----------------------------------------------------------------------------------- */
#outerWrapper{
	width: 98%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	border: 0px;
	position: absolute;
	background: url(../../_images/templates/navigation/background_curved.png) top center no-repeat;
}
#innerWrapper{
	width: 980px;
	min-height: 600px;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	background:  url(../../_images/templates/navigation/background_repeat.png) top left  repeat-y;
	position: relative;

}
#alignWrapper{
	width: 996px;
	margin: auto;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
#bottomWrapper{
	width: 100%;
	float: none;
	clear: both;
	padding-top: 30px;
	background:  url(../../_images/templates/navigation/bottomWrapperBck.png) top left  no-repeat;	
}

#bottomWrapperError{
	width: 100%;
	float: none;
	clear: both;
	padding-top: 30px;
	background:  url(../../_images/templates/navigation/bottomWrapperBckError.gif) top left  no-repeat;	
}


/* Primary Navigation
----------------------------------------------------------------------------------- */
#primaryNav{
	width: 872px;
	height: 56px;
	padding: 0px;
		padding-left: 108px;	
	margin: 0px;
	margin-top: 32px;
	margin-left: 8px;
	background: url(../../_images/templates/navigation/primaryNav.gif)  no-repeat;
}
#primaryNav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 501px;
	height: 55px;
		float: left;	
}
#primaryNav ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#primaryNav ul li a{
	text-indent: -99999px;
	display: block;
	background: url(../../_images/templates/navigation/primaryNav.gif) top center  no-repeat;
}
#primaryNav #navHome{
	position: absolute;
	background: url(../../_images/templates/navigation/statefarmlogo.png) top center  no-repeat;
	width: 90px;
	height: 87px;
	top: 10px;
	left: 28px;
	z-index: 500;
}
#primaryNav #navInsurance{
	width: 169px;
	height: 54px;
	display: block;
	background-position: -108px 0px;
}
#primaryNav #navInsurance:hover{
	background-position: -108px -56px;
}
#primaryNav #navClaims{
	width: 153px;
	height: 54px;
	display: block;
	background-position: -277px 0px;
}
#primaryNav #navClaims:hover{
	background-position: -277px -56px;
}
#primaryNav #navFinancial{
	width: 178px;
	height: 54px;
	display: block;
	background-position: -430px 0px;
}
#primaryNav #navFinancial:hover{
	background-position: -430px -56px;
}

/* Search Box
----------------------------------------------------------------------------------- */
#searchBox{
	float: right;
	width: 360px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	padding-top: 15px;
	background: url(../../_images/templates/navigation/searchBox.gif) top right  no-repeat;
}
#searchBox fieldset{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#searchBox #searchInput{
	float: left;
	border: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-left: 182px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 2px;
	width: 120px;
	height: 14px;
	background: none;
	font-size: 11px;
	line-height: 13px;
	color:#777;
	font-family: arial;
}
#searchBox #searchBtn{
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 22px;
	background: none;
	text-indent: -99999px;
	line-height: 0px;
	cursor: pointer;
}

/* Bread Crumb
----------------------------------------------------------------------------------- */
#breadCrumb{
	height: 20px;
	width: 980px;
	margin-bottom: 13px;
	padding-left: 25px;
	padding-top: 20px;
	font-size: 0.9em;
	background: url(../../_images/templates/navigation/breadCrumbBck.gif) no-repeat bottom left;
	display: block;
}
#breadCrumb ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#breadCrumb ul li{
	float: left;
	color: #777777;
	margin-right: 7px;
	padding-left: 12px;
	background: url(../../_images/templates/navigation/breadCrumbArrow.gif) 0 4px no-repeat;
}
#breadCrumb ul li.first{
	padding-left: 0px;
	background: none;
}
#breadCrumb ul li a{
	color: #cd1217;
}
#breadCrumb ul li a:hover{
	color:#a20102;
	text-decoration: underline;
}

/* Secondary Navigation
----------------------------------------------------------------------------------- */
#secNavWrapper{
	float: left;
	width: 216px;
	margin-left: 22px;
	margin-right: 19px;
}
#secNavWrapper ul{
	list-style: none;
}
#secNavTop{
	height: 6px;
	width: 216px;
	display: block;
	background: url(../../_images/templates/navigation/secNavTop.gif) no-repeat;
}
.secNavMid{
	padding-top: 7px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}
.secNavMid ul{
	padding: 0px;
	margin: 0px;
	padding-bottom: 13px;
}
.secNavMid li.first{
	margin-top: 0px;
}
.secNavMid ul li{
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
}
.secNavMid ul li a{
	margin: 0px;
	padding: 0px;
	padding-top: 6px;

	padding-left:23px;
	font-weight:bold;
	text-decoration: none;
	color: #3F3F3F;
	display: block;
	font-size: 1.08em;
}
.secNavMid ul li a.active, .secNavMid ul li a.active:hover{
	background: transparent url(../../_images/templates/navigation/secNavActive.gif) 14px 9px no-repeat ;
	color: #cc0717;
	font-weight: bold;
}
.secNavMid ul li a:hover{
	color: #111111;
}
.secNavMid ul li ul{
	padding: 0px;
	margin: 0px;
}
.secNavMid ul li li a{
	padding: 3px;
	padding-left:30px;
	margin: 0px;
	font-weight: normal;
	font-size: 1em;
}
.secNavMid ul li li a.active, .secNavMid ul li li a.active:hover{
	background: transparent url(../../_images/templates/navigation/secNavActive.gif) 14px 6px no-repeat ;
	color: #cc0717;
	padding-left:30px;
	font-weight: bold;
}
.secNavMid ul li li li a{
	padding: 2px;
	padding-left:39px;
	margin: 0px;
	font-weight: normal;
}

.secNavMid ul li li li a.active, .secNavMid ul li li li a.active:hover{
	background: transparent url(../../_images/templates/navigation/secNavActive.gif) 14px 6px no-repeat ;
	padding-left:39px;
	color: #cc0717;
	font-weight: bold;
}




.secNavMid ul li li li li a{
	padding: 2px;
	padding-left:50px;
	margin: 0px;
	font-weight: normal;
}

.secNavMid ul li li li li a.active, .secNavMid ul li li li li a.active:hover{
	background: transparent url(../../_images/templates/navigation/secNavActive.gif) 14px 6px no-repeat ;
	padding-left:50px;
	color: #cc0717;
	font-weight: bold;
}






.secNavMid .open{
	font-weight: bold;
}
.split{
	padding-bottom: 2px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #e9e9e9;
}
#secNavBtm{
	height: 6px;
	width: 216px;
	display: block;
	background: url(../../_images/templates/navigation/secNavBtm.gif) no-repeat;
}


/* Main Content
---------------------------------------------------------------------------------- */
#contentArea{
	width: 459px;
	margin-right: 19px;
	float: left;
	position: relative;
	z-index: 1;
}

#contentAreaWide{
	width: 700px;
	margin-right: 19px;
	float: left;
	position: relative;
	z-index: 1;
	
}

body.full #contentArea{
	width: 920px;
	margin-right: 26px;
	margin-left: 26px;
}
#contentArea a{
	color: #4994CD;
}
#contentArea a:hover{
	color: #2679B8;
}
#targetingHero{	
	display: block;
	width: 459px;
	margin-bottom: 19px;
}
#heroWide {
	
}
#heroRight {
	float: right;
	padding: 0 0 10px 0;
}
.imageRight {
	float: right;
	padding: 0 0 10px 10px;
}
.btn_med_blue{
	margin-right: 20px;
}
/* Right Content Area
---------------------------------------------------------------------------------- */
#rightArea{
	width: 220px;
	float: left;
}
#rightArea .module{
	width: 220px;
	margin-bottom: 20px;
	background: url(../../_images/templates/navigation/moduleBtm.gif) bottom left no-repeat;
}
#rightArea .module p{
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 6px;	
}
#rightArea .module.dark{
	background: url(../../_images/templates/navigation/moduleDarkBtm.gif) bottom left no-repeat;
}
#rightArea .module h2{
	padding: 0px;
	margin: 0px;
	height: 28px;
	font-size: 1em;
	color: #696969;
	line-height: 29px;
	padding-left: 13px;
	background: url(../../_images/templates/navigation/moduleHdr.gif) no-repeat;
}
#rightArea .moduleWrap{
	padding: 15px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-size: 0.92em;
}
#rightArea .module a{
	color: #4994cd;
	text-decoration: none;
}
#rightArea .module a:hover{
	color: #2679B8;
}
#rightArea ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#rightArea ul.related{
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	list-style: none;
}
#rightArea ul li{
	padding: 0px;
	margin: 0px;
}
#rightArea ul.related li{
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
	font-size: 1.08em;
}
#rightArea .module ul a{
	color: #4994cd;
	font-size: 1em;
	text-decoration: none;
}
#rightArea .module ul a:hover{
	color: #2679B8;
}
#rightArea .module ul.quickLinks a{
	font-size: 1.08em;
	font-weight: bold;
	display: block;
	height: 31px;
	padding-left: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #666366;
}
#rightArea .module ul.quickLinks a.find{
	background: url(../../_images/templates/navigation/quickLinksIcons.gif) 0px 0px no-repeat;
}
#rightArea .module ul.quickLinks a.report{
	background: url(../../_images/templates/navigation/quickLinksIcons.gif) 0px -31px no-repeat;
}
#rightArea .module ul.quickLinks a.retrieve{
	background: url(../../_images/templates/navigation/quickLinksIcons.gif) 0px -62px no-repeat;
}
#rightArea .module ul.quickLinks a.make{
	background: url(../../_images/templates/navigation/quickLinksIcons.gif) 0px -95px no-repeat;
}
#rightArea .module ul.quickLinks a.contact{
	background: url(../../_images/templates/navigation/quickLinksIcons.gif) 0px -126px no-repeat;
}
#rightArea .module ul.quickLinks a.login{
	background: url(../../_images/templates/navigation/lock.gif) 4px no-repeat;
}
#rightArea .module ul.quickLinks a.last{
	border: 0px;
}
#rightArea #findOffice{
	padding: 0px;
	margin: 0px;
}
#rightArea #findOffice fieldset{
	border: 0px;
	margin: 0px;
	padding: 0px;	
	border:none;
}
#rightArea #findOffice fieldset input{
	color: #bababa;
	float: left;
}
#rightArea #findOffice #btnGo{
	width: 31px;
	height: 22px;	
	float: left;
	cursor:pointer;
	line-height:0px;
	border: 0px;
	margin:0px;
	margin-top: 5px;
	padding:0px;
	text-indent:-99999px;
	background: transparent url(../../_images/templates/navigation/btnGo.gif) top left no-repeat;
}
/* Right Get Rate Quote
---------------------------------------------------------------------------------- */
#getRateQuote{
	width: 190px;
	height: 69px;
	padding: 15px;
	margin-bottom: 17px;
	padding-top: 54px;
	position: relative;
	background: url(../../_images/templates/navigation/getRateQuoteBck.gif) no-repeat;
}
#getRateQuoteError {
	display: none;
	font-size:0.8em;
	padding:10px;
	width:233px;
	height:24px;
	left: -7px;
	top: 40px;
	position:absolute;
	background:url(../../_images/templates/navigation/fieldErrors.png) no-repeat top left;
	padding-left:37px;
	padding-top:12px;
}

#claimZipCodeError {
	display: none;
	font-size:0.8em;
	padding:10px;
	width:233px;
	height:24px;
	left: -45px;
	top: 186px;
	position:absolute;
	background:url(../../_images/templates/navigation/fieldErrors.png) no-repeat top left;
	padding-left:37px;
	padding-top:12px;
}

#claimZipCodeErrorNew {
	display: none;
	font-size:0.8em;
	padding:10px;
	width:233px;
	height:24px;
	left: 738px;
	top: 106px;
	position:absolute;
	background:url(../../_images/templates/navigation/fieldErrors.png) no-repeat top left;
	padding-left:37px;
	padding-top:12px;
}

#getRateQuote a{
	color: #b7def1;
	font-size: 0.92em;
}
#getRateQuote a:hover{
	color: #fff;
}
#getRateQuote fieldset{
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#getRateQuote fieldset legend{
	position: absolute;
	left: -9999px;
	top: -9999px;
	margin-top: -9999px;
}
#getRateQuote select{
	margin-bottom: 9px;
	height: 23px;
	width: 100%;
}
#getRateQuote .input{
	float: left;
	height: 24px;
	border: 0px;
	padding: 4px 0 0 10px;
	margin: 0px;
	width: 139px;
	line-height: 16px;
	vertical-align: middle;
	color: #7c7c7c;
	font-size: .98em;
	background: transparent url(../../_images/templates/navigation/getRateQuoteInput.gif) top left no-repeat;
}
#getRateQuote p{
	padding: 0px;
	margin: 0px;
}
#getRateQuoteGo{
	width: 33px;
	height: 24px;
	float: left;
	cursor:pointer;
	line-height:0px;
	border: 0px;
	margin:0px;
	padding:0px;
	text-indent:-99999px;
	background: transparent url(../../_images/templates/navigation/getRateQuoteBtn.gif) top left no-repeat;
}
/* Connect With Us
----------------------------------------------------------------------------------- */
#connectWithUs{
	width: 996px;
	height: 31px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
#connectWithUs  a {
	height: 20px;
	display: block;
	color: #4994cd;
	text-decoration: none;
}
#connectWithUs a:hover {
	color: #2679b8;
	text-decoration:underline;
}
#connectWithUs ul{
	padding: 0px;
	margin: 0px;
	margin-left: 342px;
	margin-top: 8px;
	list-style: none;
}
#connectWithUs ul li{
	float: left;
}
#connectWithUs ul li a{
	border: 0px;
	padding-left: 20px;
	margin-right: 20px;
	line-height: 16px;
}
#connectWithUs ul li a{
	display: inline;
	height: 16px;
}
#connectWithUs .stayConnected{
	display: inline;
	color: #777777;
	margin-right: 8px;
 	float: left;
 	font-size: 12px;
	margin-left: 260px;
	margin-top: 8px;
}
#connectWithUs .stayConnected:hover{
	color: #777777;
}
#connectWithUs .facebook{
	background: url(../../_images/templates/images/facebook.jpg) no-repeat;
}
#connectWithUs .youtube{
	background: url(../../_images/templates/images/youtube.jpg) no-repeat;
}
#connectWithUs .blog{
	background: url(../../_images/templates/images/blog.jpg) no-repeat;
}
#connectWithUs .twitter{
	background: url(../../_images/templates/images/twitter.jpg) no-repeat;
}
#connectWithUs .pocket{
	background: url(../../_images/templates/images/SF_Mobile_Icon.png) no-repeat;
}
/* Footer
----------------------------------------------------------------------------------- */
#footer{
	width: 946px;
	font-size: .85em;
	padding-left: 17px;
	padding-top: 15px;
	padding-bottom: 25px;
	color: #777777;
	position: relative;
}
#footer p{
	padding: 0px;
	margin: 0px;
}
#footer ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 7px;
	clear: left;
	font-weight: bold;
	margin-left: 250px;
}
#footer ul.light{
	margin-left: 330px;
	margin-bottom: 20px;
	font-weight: normal;
}
#footer ul li{
	float: left;
	border-right: 1px solid #c0c0c0;
	padding-right: 7px;
	margin-right: 7px;
}
#footer p.copyright {
	font-weight: normal;
	font-size: 1.1em;
}
#footer ul.copyright li {
	border: 0px;
	float: none;
	color: #3f3f3f;
}
#footer ul li.last{
	border: 0px;
	float: none;
}
#footer ul li a{
	font-size: 1.08em;
	color: #3F3F3F;
	text-decoration: none;
}
#footer ul li a:hover{
	font-size: 1.08em;
	color: #3F3F3F;
	text-decoration: underline;
}
#footer ul.light li a{
	font-size: 1.0em;
	color: #777;
	text-decoration: none;
}
#footer ul.light li a:hover{
	color: #3F3F3F;
	text-decoration: underline;
}
#copyright p{
	padding-bottom: 5px;
}
#disclaimerText p{
	padding-bottom: 10px;
	font-size: 1.0em;
}
.disclaimerText p{
	padding-bottom: 10px;
	font-size: 10px;
}
#security{
	position: absolute;
	top: 10px;
	right: 0px;
}




/* Meta Navigation
----------------------------------------------------------------------------------- */
#metaNav{
	display: block;
	position: absolute;
	top: 3px;
	right: 20px;
	z-index: 2;
}
#metaNav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#metaNav ul li{
	display: block;
	float: left;
	margin-left: 3px;
}
#metaNav ul li a{
	display: block;
	color: #3681b9;
	margin-left: 17px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 9px;
	font-size: 1em;
	text-decoration: none;
}
#metaNav ul li a:hover{
	color: #4994cd;
}
#metaNav ul li a span{
	position: absolute;
	left: -9999px;
}


#languageSelectMenu ul {
	padding: 0px;
	margin: 0px;
  	list-style: none;
}
#languageSelectMenu ul li {
	margin-bottom: 20px;
}
.open #languageSelectMenu ul li a{
	background: none;
	height: 15px;
	padding-left: 0px;
}
#languageSelectMenu ul li a{
	font-size: 1.23em;
	color: #4994CD;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding-left: 0px;
}
#languageSelectMenu ul li a:hover{
	color: #115e99;
}

/* "Ready to get Started?" Content Buttons */
.btnFindAnAgent{
	width: 116px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	background: url(../../_images/templates/navigation/btnFindAnAgent.gif) 0 0  no-repeat;
}

.btnFindAnAgent:hover{
	background: url(../../_images/templates/navigation/btnFindAnAgent.gif) 0 -27px  no-repeat;
}

.btnGetARateQuote{
	width: 133px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	background: url(../../_images/templates/navigation/btnGetARateQuote.gif) 0 0  no-repeat;
}

.btnGetARateQuote:hover{
	background: url(../../_images/templates/navigation/btnGetARateQuote.gif) 0 -27px  no-repeat;
}

/* Get Started Box 

----------------------------------------------------------------------------------- */

#getStarted {
	width:228px;
	height:79px;
	background: url(../../_images/templates/navigation/getStartedBox.jpg) top left no-repeat;
	position:relative;
	float:left;
	padding-left: 10px;
	margin-bottom: 10px;
}

#insert #getStarted {
	width:270px;
	height:87px;
	float:right;
	background: url(../../_images/templates/navigation/getStartedBoxInsert.jpg) top left no-repeat;
	padding-left: 0px;
	position:relative;
}

#getStarted h3 {
	margin: 0px;
	margin: 10px 0px 0px 12px;
	padding: 0px;
	font-weight:bold;
	font-size: 1.2em;
	color: #cd1217;
}

#getStarted ul{
	padding: 10px 0 0 10px;
	margin: 0px;
	list-style: none;
}
#getStarted ul li{
	float: left;
	margin-right:3px;
}



#insert { 
	float: right; 
	width: 270px; 
	padding: 0 0 10px 10px;
}

.btnGo {
	background:transparent url(../../_images/templates/navigation/btnGo.gif) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	height:24px;
	line-height:0;
	margin:6px 0 0 8px;
	padding:0;
	text-indent:-99999px;
	width:34px;
}

.btnGo:hover{
	background: url(../../_images/templates/navigation/btnGo.gif) 0 -24px no-repeat;
}


.zip{	
	color:#BABABA;
	width:130px;
	margin-top:7px;
	margin-bottom:10px;
	vertical-align: top;
	height: 16px;
}


table {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	background-color:white;	
	color:#3F3F3F;
	font-size: 1em;	
	padding-top:10px;
	padding-bottom:5px;
}

th {    
	background-color:#4994cd; 
	height:21px;
	padding:1px;
	color:#FFFFFF;
}

td {	padding:3px;}



/************ Loan Calculator Table ************/
.firstCol {
	background-color:#4994cd;
	font-weight:bold;
	color:white;	
}
.none_first_col {
	color:white;
	background-color:white;	
}
.none_other_col {
	background-color:white;	
}
.otherCol {
	background-color:#ededed;
}
/************ End Loan Calculator Table ************/



/************ Life Table ************/
#life_premiums th {
	text-align:left;	
}

#life_premiums tr.alt td {
	background-color:#ededed;
}
#payForLifeInsurance th {
	text-align:center;
	background-color:#FFFFFF;
	color:#3F3F3F;
	width:300px;
}
#payForLifeInsurance tr.small{
	font-size:.65em;
}
/************ End Life Table ************/



/************ Car Loan Table ************/
.carloan_left_titles{
	float:left;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}
.carloan_left_titles div {
	border: solid 0px #FFFFFF;
	border-width:0px 2px 2px 0px;
	background-color:#4994CD;
	height:27px;
	width:124px;
}
.carloan_left_titles p {padding:5px 1px 5px 3px;}
.carloan_col {
	width:108px;
	float:left;	
}
.carloan_col p{padding:2px 1px 3px 3px;}
.carloan_col div{
	border: solid 0px #FFFFFF;
	border-width:0px 2px 2px 0px;
	background-color:#FFFFFF;
	height:27px;
}
.carloan_col div.other{	background-color:#EDEDED;}
.carloan_col div.title{
	background-color:#4994CD;
	color:#FFFFFF;
	font-weight:bold;
}
.carloan_col div.title p {padding:5px 1px 5px 27px;}

.carloan_col input {
	background-color:#FFFFF;
	border: solid 1px #A4A4A4;
}
.carloan_col input.small {width:70px;}
.carloan_col input.big {background-color:#eaf7ff; width:98px;}

}
/************ End Car Loan Table ************/



/************ BCash Need Table ************/
.bcashneed td{
	text-align:right;
	width:45%;
}
.bcashneed td.leftCol{
	text-align:right;
	width:55%;
}
.bcashneed input.autoBlue {background-color:#eaf7ff;border: solid 1px #A4A4A4;}
.bcashneed p{padding:0px;}
/************ END BCash Need Table ************/

.lightlink { cursor: help; }
#sState { vertical-align: top; margin-top: 7px;}