/*

	Basic Stlyes

*/

.body
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sansserif;
    FONT-SIZE: 10pt;


}

#normal
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sansserif;
    FONT-SIZE: 10pt;


}
#whitenormal
{
    COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sansserif;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: normal

}

#whitesmall
{
    COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sansserif;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: normal

}
/* Contact Bio Name (Popup Window )*/
#name
{
    COLOR: #006699;
    FONT-FAMILY: Arial, Helvetica, sansserif;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
}
/* Used for all links throughout the site */
#link
{
    COLOR: #006699;
    FONT-FAMILY: Arial, Helvetica, sansserif;
    FONT-SIZE: 10pt;
  	FONT-WEIGHT: normal
}
/* Used for all links throughout the site - in small*/
#smlink
{
    COLOR: #006699;
    FONT-FAMILY: Arial, Helvetica, sansserif;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: normal
}
/* Used for bold heading links in contact section, NS4 problem */
#contactlink
{
    COLOR: #006699;
    FONT-FAMILY: Arial, Helvetica, sansserif;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: bold
}
/* Headline style for IFG newsletter */
#headline
{
    COLOR: #006699;
    FONT-FAMILY: Arial, Helvetica, sansserif;
    FONT-SIZE: 12pt;
	  FONT-WEIGHT: bold
}
/*Health,Commercial,Life forms*/
#formnormal
{
    COLOR: black;
    FONT-FAMILY: verdana, Arial, Helvetica, sansserif;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	background-color: #CCCC99

}
/*Small Content*/
#smnormal
{
    COLOR: black;
    FONT-FAMILY: verdana, Arial, Helvetica, sansserif;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: normal

}
/*Verdana Content*/
#vnormal
{
    COLOR: black;
    FONT-FAMILY: verdana, Arial, Helvetica, sansserif;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: normal

}
/*Popup Help Table*/
#helptable { 
		font-family: Arial; 
		font-size: 10pt;
		color: #000000; 
		font-weight: none; 
		background-color: #ffffcc 
	}
/*Bold Headings*/
#bnormal
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sansserif;
    FONT-SIZE: 10pt;
	  FONT-WEIGHT: bold

}

.unda { text-decoration : none; }
/* Shows front page links in white, do not change, amend page links */
	a {color: #006699 }.unnamed1 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px}

/*

	Jason's Style

*/

/*
	
	Tableless Forms

*/

div.container {
}

div.header {
	/*width: 100%;*/
} 

div.footer {
	/*width: 100%;*/
	clear: both;
} 

div.content {
	float: left;
	/*width: 49%;*/
}

div.navigation {
	float: left;
	/*width: 51%;*/
}

div.thridContent {
	float: left;
	/*width: 49%;*/
}

/*
	
	Tableless Forms for Auto Quote

*/

div#autoQuoteContainer {
	width: 750px;
}

div#autoQuoteHeader {
	background-color: #006699;
	color: #FFFFFF;
	width: 100%;
	font-size: 14pt;
	margin-bottom: 8px;
} 

div#autoQuoteFooter {
	width: 100%;
} 

div#autoQuoteContent {
	width: 250px;
} 

div#autoQuote3ndContant {
	width: 248px;
}

div#autoQuoteNavigation {
	width: 222px;
	background-color: #F8EECE;
	padding: 0 15px;
}

/*
	
	Tableless Forms for Auto Quote Body

*/

div.autoQuoteBodyContainer {
}

div.autoQuoteBodyHeader {
	text-align: left;
	margin: 15px 0 0 0;
} 

div.autoQuoteBodyFooter {
} 

div.autoQuoteBodyContent {
	text-align: left;
	width: 169px;
	/*padding: 2px 0;*/
} 

div.autoQuoteBodyNavigation {
	text-align: left;
	width: 164px;
	padding: 2px 0;
}

.quoteSectionLabel {
	font-weight: bold;
	font-size: 13pt
}

.quoteSubSectionLabel {
	font-size: 12pt;	
}

/*

	AutoQuote2.cfm - Home Quote

*/
div.divQuestions {
	width: 245px;
	padding: 7px 0;
}

/*

	AutoQuote3.cfm - Data Collection Form

*/

.sectionLabel {
	font-weight: bold;
	border-top: solid #000000;
	text-align: left;
}

.sectionSubLabel {
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.sectionInput {
	text-align: center;
}

table#tblFormBody {
	text-align: left;
}

.tblInner {
	border-collapse: collapse;
	border-style: solid; 
}

.tdInner {
	border-collapse: collapse;
	border-style: solid;
	border-color: #000000;
}