/* body CSS code---------------------------------------*/
html, body
	{
	scrollbar-face-color:#EBF5FF;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#78AAFF;
	scrollbar-darkshadow-Color:#78AAFF;
	}
	
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
a:link {
	color: #184E78;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}


/* Text format CSS code---------------------------------------*/
.h1
		{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#000;
		font-weight:normal;
		}

.h1_quote
		{
		padding:0px; 
		margin:0px; 
		font-size:18px;
		color:#000000;
		}
				
.h3
		{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000;
		font-weight:bold;
		}
		
.Headers
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color: #666666;
		}

.listitem1
		{
		list-style-type:circle;
		list-style-image: url(images/listCheckMark.gif);
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color: #333333;
		font-size:12px;
		}

.listitem2
		{
		list-style-type:circle;
		list-style-image: url(images/smallredarrow.gif);
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color: #333333;
		font-size:12px;
		}
		
.contentBodyCopy
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		line-height:16pt;
		}		
		
.resourcesChart
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		background-color:#EAF4FF;
		border-bottom:#999999 1px solid; 
		}

.resourcesChart2
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		border-bottom:#999999 1px solid; 
		}

/* Form format CSS code---------------------------------------*/

.form
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #333333;
		margin-left:0px;
		margin-top:125px;
		margin-right:25px;
		}
		
.zipCodeInput
		{
		font:Geneva, Arial, Helvetica, sans-serif;
		border:inset 1px #CCCCCC;
		font-size:24px;
		text-align:center;
		vertical-align:middle;
		width:165px;
		height:30px;
		}
		
.RequiredField
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#990000;
		}

.inputField
		{
	height:auto;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	background-color: #FDFFF0;
	border: #5ab7e3 1px solid;
		}

.inputRow
		{
		border-bottom: #666666 thin dotted;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		background-color: #FFFFEC;
		padding-top:5px;
		}
		
.labelRow
		{
		border-bottom: #666666 thin dotted;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #333333;
		background-color: #E4EFD3;
		}
		


/* ----------------TOOL TIP CODE  -------------------------------------------*/

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}


/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

.buttonSubmit2, .buttonSubmitHovered2 {
	width:200px;
	height:75px;
	font-weight:bold;
	background:url(images/quote_submitButton.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered2 {
	background-position:left bottom;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* CSS Document */

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}



/* FORM VALIDATION CSS CODE **************************************************************************/

.inputContainer
	{
	float:none;
	padding:5px;
	clear:both;
	}

.inputSubmit
	{
	padding:0px 0px 0px 80px;
	}

/* default for input label name code */
.inputLabelName, .inputLabelEmail, .inputLabelPhone, .inputLabelState, .inputLabelZip, .inputLabelAddress, .inputLabelPropName
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	padding:3px;
	float:left;
	clear:right;
	width:75px;
	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;
	}

/* form field settings */
	
.inputField	
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	clear:right;
	width:100px;
	}
/* 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;
}


/* 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:675px;
	text-align:left;	
	font-size:11px;
	}

.quoteRow
	{
	width:430px;
	float:left;
	clear:both;
	}

.quoteRowSeperator
	{
	float:left;
	height:15px;
	background-color: #CCCCCC;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	}


.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 50px 155px;
	height:24px;
	}

.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;
	}

