@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0px;
}
body {
	background-color: #FFFFFF;
}

.headers
	{
	font-size:14px;
	font-weight:bold;
	color:#0033CC;
	}

.headers2
	{
	font-size:14px;
	font-weight:bold;
	color:#990000;
	}

.headers3
	{
	font-size:18px;d;
	color: #990000;
	}

h1{
	font-size:14px;
	font-weight:bold;
	color:#0033CC;
	}
h2{
	font-size:10px;
	color:#999999;
	}

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

.logo
	{
	width:800px;
	float:none;
	text-align:left;
	}

.headerContainer
	{
	width:800px;
	float:none;
	}

.header1
	{
	width:550px;
	height:243px;
	float:left;
	clear:both;
	background-image:url(IMAGES/indexRedoHeader1.jpg);
	}

.header2
	{
	width:250px;
	height:243px;
	float:left;
	clear:right;
	padding:0px;
	background-image:url(IMAGES/indexRedoHeader2.jpg);
	}

.quoteForm
	{
	text-align:left;
	padding: 160px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
	
	
/* FORM VALIDATION CSS CODE **************************************************************************/

.inputContainer
	{
	float:left;
	padding:5px;
	clear:right;
	}

.inputSubmit
	{
	padding:0px 0px 0px 0px;
	}

/* default for input label name code */
.inputLabelZip 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding:3px;
	float:left;
	clear:right;
	color: #000000;
	}

/* image validation code */
.inputLabelNameWrong, .inputLabelEmailWrong, .inputLabelPhoneWrong, .inputLabelStateWrong, .inputLabelZipWrong, .inputLabelAddressWrong
	{
	float:left;
	clear:right;
	width:16px;
	height:16px;
	padding:3px;
	display:none;
	}

.inputLabelNameCorrect, .inputLabelEmailCorrect, .inputLabelPhoneCorrect, .inputLabelStateCorrect, .inputLabelZipCorrect, .inputLabelAddressCorrect
	{
	float:left;
	clear:right;
	width:16px;
	height:16px;
	padding:3px;
	display:none;
	}

.inputField	
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	float:left;
	clear:right;
	padding-top:5px;
	}

.inputStyle
	{
	font-weight:bold;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	height:20px;	
	}

/* DEFAULT CODE FOR THE SECOND PAGE QUOTE FORM */
.inputLabelName, .inputLabelEmail, .inputLabelPhone, .inputLabelState, .inputLabelAddress, .inputLabelPropName
{
}

/* form field settings */
	

/* FORM VALIDATION CSS CODE **************************************************************************/


/* ---- focus highlight effect for form fields -------*/

*:focus {
	-moz-outline: 2px #85BAFC solid !important;
	-moz-outline-offset: 1px !important;
	-moz-outline-radius: 5px !important;
}
textarea:focus, button:focus, select:focus, input:focus {
	-moz-outline-offset: -1px !important;
}
input[type="radio"]:focus {
	-moz-outline-radius: 12px !important;
	-moz-outline-offset: 0px !important;
}
a:focus {
	-moz-outline: 0px #85BAFC solid !important;
}
input[type="image"]:focus {
	-moz-outline: 0px #85BAFC solid !important;
}


/* MAIN BODY SECTION ************************/

.mainBody
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:800px;
	float:none;
	}

.menu
	{
	text-align:left;
	padding:10px 0px 0px 25px;
	width:240px;
	float:left;
	clear:right;
	}

.pressRelease
	{
	font-size:11px;
	text-align:left;
	padding:10px 0px 0px 25px;
	width:275px;
	float:left;
	clear:both;
	}
.helpfulTopics
	{
	font-size:11px;
	text-align:left;
	padding:10px 0px 0px 15px;
	width:200px;
	float:left;
	clear:both;
	}

.topicsList
	{
	font-size:11px;
	list-style:none;
	list-style-image:url(IMAGES/small_red_pointer.gif);
	}


.learningCenter
	{
	font-size:11px;
	text-align:left;
	padding:10px 0px 0px 15px;
	width:200px;
	float:left;
	clear:both;
	}

.box1
	{
	background-image:url(IMAGES/box1.gif);
	height:16px;
	width:198px;
	}

.box2
	{
	padding:0px 10px 0px 10px;
	background-image:url(IMAGES/box2.gif);
	width:178px;
	}

.box3
	{
	background-image:url(IMAGES/box3.gif);
	height:12px;
	width:198px;
	}

	
.utilityLinks
	{
	float:left;
	clear:both;
	width:90%;
	padding:12px 0px 0px 0px;
	}
	
.menuList
	{
	font-size:11px;
	list-style:none;
	list-style-image:url(IMAGES/small_red_pointer.gif);
	}

.mainBodyContent
	{
	text-align:left;
	padding:10px 0px 0px 0px;
	width:450px;
	float:left;
	clear:right;
	}
	
.footer
	{
	text-align:center;
	margin:50px 0px 0px 0px;
	width:800px;
	float:left;
	clear:both;
	font-size:10px;
	color:#999999;
	}

.footer a:link
	{
	margin:0 3px 0 0;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
   	cursor:pointer;
   	padding:5px 10px 6px 7px; /* Links */
	}

.footer a:visited
	{
	margin:0 3px 0 0;
    border-bottom:2px solid #dedede;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
    color: #CCCCCC;
   	cursor:pointer;
   	padding:5px 10px 6px 7px; /* Links */
	}
		
.footer a:hover
	{
	border-bottom:2px solid #336699;
   	 color:#336699;
	}
		
.footer a:active
	{
    background-color:#6299c5;
    border-bottom:2px solid #336699;
    color:#fff;
	}
	
/* QUOTE FORM CSS CODE **********************/

.quoteLeft
	{
	float:left;
	clear:right;
	width:350px;
	}
	
.quoteRight
	{
	text-align:left;
	float:left;
	clear:right;
	width:450px;
	}

/* quoteLeft code*/
.quoteBox
	{
	width:325px;
	text-align:left;
	padding:10px 0px 0px 25px;
	float:left;
	clear:both;
	}

.quoteBox2
	{
	width:325px;
	font-size:11px;
	text-align:left;
	float:left;
	clear:both;
	}

.quoteCheckmark
	{
	float:left;
	clear:right;
	padding:6px 0px 6px 0px ;
	}

.quoteReason
	{
	width:250px;
	font-size:12px;
	font-weight:bold;
	float:left;
	clear:right;
	height:28px;
	padding:8px 2px 8px 10px;
	border-bottom: #CCCCCC 1px dotted;
	}

/* quoteRight code */
.quote1
	{
	margin-top:10px;
	background-image:url(IMAGES/quote1.gif);
	height:22px;
	width:450px;
	}

.quote2
	{
	padding:0px 10px 0px 10px;
	background-image:url(IMAGES/quote2.gif);
	width:430px;
	}

.quote3
	{
	background-image:url(IMAGES/quote3.gif);
	height:22px;
	width:450px;
	}

.formContainer /* container for all the form fields*/
	{
	width:430px;
	height:800px;
	text-align:left;	
	font-size:11px;
	}

.quoteRow
	{
	width:430px;
	float:left;
	clear:both;
	}
	
.quoteFormLabelRow
	{
	text-align:right;
	float:left;
	clear:right;
	padding-top:10px;
	width:35%;
	padding-right:5px;
	height:22px;
	border-bottom:  #999999 1px dotted;
	}

.quoteFormInputRow1
	{
	float:left;
	clear:right;
	width:60%;
	padding:4px 2px 4px 8px;
	height:24px;
	background-color: #FEF1C0;
	border-bottom:  #999999 1px dotted;
	}

.quoteFormInputRow2
	{
	float:left;
	clear:right;
	width:60%;
	padding:4px 2px 4px 8px;
	height:24px;
	background-color:#F7F7F7;
	border-bottom: #999999 1px dotted;
	}
	
.quoteFormInputRow3
	{
	float:left;
	clear:right;
	width:60%;
	padding:20px 2px 10px 155px;
	height:24px;
	}

.quoteDividerRow
	{
	float:left;
	clear:both;
	width:99%;
	background-color: #0066CC;
	height:15px;
	}	
	
.switchContentDIV
	{
	margin-top:25px;
	font-size:11px;
	color:#666666;
	border-bottom:#999999 1px dotted;
	text-align:center;
	}

.quotePopup1
	{
	background-image:url(IMAGES/quotePopup1.gif);
	background-repeat:no-repeat;
	width:250px;
	height:15px;
	}
	
.quotePopup2
	{
	background-image:url(IMAGES/quotePopup2.gif);
	width:250px;
	}

.quotePopup3
	{
	background-image:url(IMAGES/quotePopup3.gif);
	background-repeat:no-repeat;
	width:250px;
	height:12px;
	}

/* ==================================== THANKS HEADERS ============================================== */

.thanksHeader1
	{
	width:550px;
	height:243px;
	float:left;
	clear:both;
	background-image:url(IMAGES/thanksHeader1.jpg);
	}

.thanksHeader2
	{
	width:250px;
	height:243px;
	float:left;
	clear:right;
	padding:0px;
	background-image:url(IMAGES/thanksHeader2.jpg);
	}