@charset "iso-8859-9";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;	
}
p {
	font-size: 13px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

h1 {
	line-height: 40px;
}
/*#container*/

.thrColLiqHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: auto;
	text-align: left;
} 

/*#header*/
.thrColLiqHdr #header h1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.thrColLiqHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
} 
.thrColLiqHdr #header a{
	color:#003300;
	font:normal 12px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	line-height:1.8em;
} 

.thrColLiqHdr #header a:hover{
	color:#FF0000;
	font:normal 12px Tahoma, Geneva, sans-serif;
	text-decoration:underline;
	line-height:1.8em;
} 
.headerpic2 {
	background-image: url(images/insurance-what-is-insurance2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 213px;
	float: left;
	width: 100%;
}
.headerpic3 {
	background-image: url(images/insurance-what-is-insurance3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 213px;
	float: left;
	width: 100%;
}
.headerpic4 {
	background-image: url(images/insurance-what-is-insurance4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 213px;
	float: left;
	width: 100%;
}
.thrColLiqHdr #header p {
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 460px;
	text-align: justify;
}

.thrColLiqHdr #header .img1 {
	margin-right: 0px;
	margin-left: 500px;
	margin-bottom: 0px;
	padding: 0px;
	position: absolute;
	
}
.topbut {
	position: absolute;
	margin-top: 20px;
	margin-left: 670px;
}

.logo {
	height: 95px;
}

.header_text_bg2 {
	margin:0;
	padding:0;
	background-color: #f9f2e4;
	background-repeat: repeat;
}
.headerpic {
	background-image: url(images/insurance-what-is-insurance.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 213px;
	float: left;
	width: 100%;
}

/*#sidebar*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiqHdr #sidebar1  h2, #sidebar2 h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 18px;
	color: #B52600;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.thrColLiqHdr #sidebar2 h3, #sidebar2 h3 a {
	font-size: 13px;
	color: #333333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-decoration:none;
	
}
.thrColLiqHdr #sidebar2 h3 a:hover{
	color: #990000;
 }
.thrColLiqHdr #sidebar2 {
	float: right;
	background-color: #FFFFFF;
	margin-top:0;
	width: 290px;
	padding-right: 3px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.thrColLiqHdr #sidebar2 h1 {
	float: none;
	background-color: #60605F;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	width: 286px;
	margin:0;
	padding:0;
}
.thrColLiqHdr #sidebar2 h1 a{
	float: none;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	width: 286px;
	text-decoration: none;
}
.thrColLiqHdr #sidebar2 h1 a:hover{
	float: none;
	font-size: 18px;
	color: #FF9900;
	text-align: center;
	width: 286px;
	text-decoration: none;
}


/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 206px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #545353;
	width: 492px;
}

.thrColLiqHdr #mainContent h1 {
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/insurance-step-bg.gif);
	background-repeat: no-repeat;
	background-color: #3b3a3a;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColLiqHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF9600;
	margin: 0px;
	padding: 0px;
}
.thrColLiqHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF9600;
}

.thrColLiqHdr #mainContent table {
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;

}
.thrColLiqHdr #mainContent a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545353;
	font-weight: bold;
	text-decoration: none;
}
.thrColLiqHdr #mainContent a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B52600;
	font-weight: bold;
	text-decoration: underline;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* Navigation */	
ul.Navigation { padding:0; margin:0; list-style:none; border:0;}
ul.Navigation li {
	border-bottom:1px dashed #c4c4c4;
	line-height:10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul.Navigation li a {
	display:block;
	padding:2px 0 2px 30px;
	background:url(images/sub_ul_li.gif) 10px center no-repeat;
	color:#737373;
	font:normal 13px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	line-height:1.6em;
}
ul.Navigation li a:hover { background:url(images/sub_ul_li_hover.gif) 10px center no-repeat; color:#000;}
ul.Navigation li a.active { background:url(images/sub_ul_li_hover.gif) 10px center no-repeat; color:#000;}

.space {
	height: 10px;
}
.clear {
	clear: both;
}




/********** footer **********/
.footer { margin:0; padding:0; height:83px;  top center repeat-x;}
.footer_resize { margin:0 auto; padding:0; width:1000px;}
.footer ul { margin:0; padding:30px 10px 10px 10px; list-style:none; float:left;}
.footer img { display:inline; margin:5px 10px; padding:0;}
.footer ul li { margin:0; padding:0 10px; float:left;}
.footer p {
	margin:0;
	padding:30px 20px 10px 20px;
	float:right;
	color:#003333;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:1.8em;
}
.footer a {
	color:#003300;
	font:normal 12px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	line-height:1.8em;
}
.footer a:hover { text-decoration:underline;}


/*others*/

.tx12-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B52600;
	font-weight: bold;
}

.tx12-underline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545353;
	font-weight: bold;
}

.tx12-underline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545353;
	line-height: 18px;
}


.button-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.yellowbg {
	background-color: #faf3e5;
}

.step-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #105183;
}
.smalltxt {
	font-size: 10px;
}
