@charset "utf-8";
/* ------------------ TABLE OF CONTENTS -----------------*/
/* 1. Reset Style Declarations - resets cross browser differences */
/* 2. Global Style Declarations - classes to be used frequently */
/* 3. Form Structure Style Declarations - structure of webpage/form sections */
/* 4. Spry Form Validation Declarations - spry styles for form validation */
/* ------------------ END TABLE OF CONTENTS -------------*/

/* -----------------------------------*/
/* ---------->>> 1. RESET <<<------------*/
/* -----------------------------------*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
margin:0; padding:0; 
} 
html {
height:100.01%;
}
table { 
border-collapse:collapse; border-spacing:0; 
} 
fieldset,img { 
border:0; 
} 
form {
display:inline;
}
label {
cursor:pointer;
}
address,caption,cite,code,dfn,em,strong,th,var { 
font-style:normal; font-weight:normal; 
} 
ol,ul { 
list-style:none; 
} 
caption,th { 
text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size:100%; font-weight:normal; letter-spacing:-1px; 
} 
q:before,q:after { 
content:''; 
} 
abbr,acronym { 
border:0; cursor:help; letter-spacing:1px; border-bottom:1px dashed;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* -----------------------------------*/
/* ---------->>> END RESET <<<--------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---------->>> 2. GLOBAL <<<-----------*/
/* -----------------------------------*/
.clear { 
clear:both; 
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.text-left { 
text-align:left; 
}
.text-right { 
text-align:right;
}
.text-center { 
text-align:center;
}
.text-justify { 
text-align:justify;
}
.bold { 
font-weight:bold; 
}
.italic { 
font-style:italic; 
}
.underline { 
order-bottom:1px solid; 
}
.highlight { 
background:#ffc; 
}
.img-left { 
float:left;margin:4px 10px 4px 0; 
}
.img-right { 
float:right;margin:4px 0 4px 10px; 
}
.nopadding { 
padding:0; 
}
.noindent { 
margin-left:0;padding-left:0; 
}
.nobullet { 
list-style:none;list-style-image:none; 
}
/* -----------------------------------*/
/* ---------->>> END GLOBAL <<<-------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---------->>> 3. FORM <<<--------*/
/* -----------------------------------*/

/*----------- STRUCTURE ---------*/
body {
	margin:0 auto;
	text-align: center;
	font-family: 'Trebchuet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4e6881;
}
.insuranceForm #container {
	border: 1px solid #4e6881;
	margin:0 auto;
	text-align: center;
	background-color: white;
}
.insuranceForm #container, .insuranceForm #container #header, .insuranceForm #container #header .top, .insuranceForm #container #header .stripe, .insuranceForm #container #header .bottom{
	width: 802px;
}
.insuranceForm #container #header .top, .insuranceForm #container #header .stripe, .insuranceForm #container #header .bottom {
	background: #4c667e;
}
.insuranceForm #container #header {
	height: 92px;
}
.insuranceForm #container #header .top {
	height: 20px;	
}
.insuranceForm #container #header .stripe {
	margin:4px 0px 2px 0px;
	height: 2px;
}
.insuranceForm #container #header .bottom {
	width: 776px; height: 36px;
	padding: 13px;
}
.insuranceForm #container #header .bottom .text {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	background-color: white;
	color: #4c667e;
	width: 100%; height: 100%;
}
.insuranceForm #container #header .bottom .text .instructions {
	margin:4px 0px 0px 22px;
}
/*----------- END STRUCTURE ---------*/

/*----------- COLLAPSIBLE PANEL ---------*/
/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
#CollapsiblePanel1, #CollapsiblePanel2, #CollapsiblePanel3, #CollapsiblePanel4, #CollapsiblePanel5, #CollapsiblePanel6   {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #354655;
	width: 802px;
	text-align:left;
}
#CollapsiblePanel7 {
	margin: 0px;
	padding: 0px;
	width: 802px;
	text-align:left;
}
#CollapsiblePanel1 {
	background:url(../images/bg_CollapsiblePanel1.jpg) right top no-repeat;
}
#CollapsiblePanel2 {
	background:url(../images/bg_CollapsiblePanel2.jpg) right top no-repeat;
}
#CollapsiblePanel3 {
	background:url(../images/bg_CollapsiblePanel3.jpg) right top no-repeat;
}
#CollapsiblePanel4 {
	background:url(../images/bg_CollapsiblePanel4.jpg) right top no-repeat;
}
#CollapsiblePanel5 {
	background:url(../images/bg_CollapsiblePanel5.jpg) right top no-repeat;
}
#CollapsiblePanel6 {
	background:url(../images/bg_CollapsiblePanel6.jpg) right top no-repeat;
}
#CollapsiblePanel7 {
	background:url(../images/bg_CollapsiblePanel7.jpg) right top no-repeat;
}
/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font-weight: 700;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #354655;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding:13px 0;
	font-size: 16px;
	background:url(../images/bg_CollapsiblePanelTab.jpg) left no-repeat;
}
.CollapsiblePanelTab .appsectionTitle {
	background:url(../images/btn_open.jpg) left no-repeat;
	width:42px; height: 50px;
	padding-left: 50px;
}
.CollapsiblePanelTab .appsectionTitle:hover {
	background:url(../images/btn_open_hover.jpg) left no-repeat;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 13px 13px 13px 13px;
	background-color:#f1f1f1;
	text-align:center;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	color: #23a6da;
	border-bottom:1px solid #acb3bb;
	background:url(../images/btn_open_focus.jpg) left no-repeat;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color: #23a6da;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	color: #4d677f;
}
/*----------- END COLLAPSIBLE PANEL ------*/

/*----------- FORM SECTIONS ---------*/
input {
	font-family: 'Trebchuet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4e6881;
	height: 15px;
	padding-top: 3px
}

/* CollapsiblePanel1 */
a.agentLink {
	font-size:smaller;
	color: #23a6da;
}
a.agentLink:hover {
	color: #4e6881;
}
a.printDoc, a.printDoc:link, a.printDoc:visited {
	float:left;
	color:#ffffff;
	margin:2px 0 2px 5px;
	padding-left:15px;
	background-image:url(../images/bg_print.gif);
	background-position:left;
	background-repeat:no-repeat;
}
a.printDoc:active, a.printDoc:hover {
	text-decoration:none;
}

.zippad {
	margin-left: 3px;
}
.txtinput_padleft {
	margin-left: 100px;
}
#sprytextfield4 {
	margin-left: -55px;
}
.entityLeft {
	margin-left: 40px;
}
.Left {
	margin-left: 40px;
}
.padtop_checkbox {
	padding-top: 9px;
}
.padleft_indent {
	padding-left: 12px;
}
.mil_checkbox_indent {
	padding-left: 142px;
	line-height: 20px;
}
/* End CollapsiblePanel1 */

/* CollapsiblePanel2 */
.alignleft {
	text-align: left;
	margin-left: 43px;
}
/* End CollapsiblePanel2 */

/* CollapsiblePanel3 */
.border {
	width:693px;
	border: 1px solid #acb3bb;
	float:left;
	background:url(../images/bg_inventory.jpg) repeat-y;
}
.padright {
	margin-right:34px;
}
ul.clmOne li, ul.clmTwo li, ul.clmThree li, ul.clmFour li, {
	line-height: 24px;
}
.percentbox {
	width: 15px;
	padding-left:2px;
}
ul.clmOne {
	width:171px;
	float:left;
	height:100%;
	padding:7px;
}
ul.clmTwo {
	width:171px;
	float:left;
	height:100%;
	padding:7px;
}
ul.clmThree {
	width:171px;
	float:left;
	height:100%;
	padding:7px;
}
ul.clmFour {
	width:121px;
	height:100%;
	float:left;
	padding:7px;
	font-size:9px;
	color: white;
}
.title {
	font-size:14px;
	margin-bottom: 7px;
}
.last {
	margin-bottom: 7px;
}
.quoteOne {
width: 250px;
float:left;
margin-left: 50px;
}
.quoteTwo {
width: 250px;
float:left;
margin-left: 45px;
}
/* End CollapsiblePanel3 */

/* CollapsiblePanel4 */
.padleft_indent2 {
	padding-left: 18px;
	line-height: 30px;
}
.lineheight {
	line-height: 30px;
}
/* End CollapsiblePanel4 */

/* CollapsiblePanel5 */

/* End CollapsiblePanel5 */

/* CollapsiblePanel6 */
.textindent3 {
	padding-left:108px;
}
/* End CollapsiblePanel6 */

/* CollapsiblePanel7 */

/* End CollapsiblePanel7 */

/*----------- END FORM SECTIONS ---------*/

/*----------- FORM SUBMIT SECTION ----------*/
#submitForm {
	margin:0 auto;
	text-align: center;
	width:776px;
	border-top:1px solid #354655;
	color:#33CC66;
	border-top: none !important;
	text-align:left;
	padding: 13px;
	background: url(../images/bg_submitForm.jpg) repeat-x;
	height: 28px;
}
.rejected {
	font-weight: 700;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #354655;
	text-decoration: underline;
} 
/*----------- END FORM SUBMIT SECTION ------*/

/*----------- FOOTER ----------*/
#footer {
	margin:0 auto;
	text-align: center;
	width: 804px;
	height: 20px;
	background-color:#4c667e;
} 
/*----------- END FOOTER ------*/ 

/* -----------------------------------*/
/* ---------->>> END FORM <<<--------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---------->>> popup FORM  <<<---*/
/* -----------------------------------*/
.sprytextfieldpopup {
	text-align:left;
}
/* -----------------------------------*/
/* ---------->>> END popup FORM  <<<---*/
/* -----------------------------------*/



/* -----------------------------------*/
/* ---------->>> SPRY FORM VALIDATION <<<---*/
/* -----------------------------------*/
/*Validation Checkbox styling classes*/
#sprycheckbox1 {
	color: #4e6881;
}
.checkboxRequiredMsg, .checkboxMinSelectionsMsg, .checkboxMaxSelectionsMsg{
	display: none;
}
.checkboxRequiredState .checkboxRequiredMsg,
.checkboxMinSelectionsState .checkboxMinSelectionsMsg,
.checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
	display: inline;
	color: #CC3333;
	margin-left:10px;
}
/*Validation Select styling classes*/
.selectRequiredMsg, .selectInvalidMsg {
	display: none;
}
.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg {
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}
.selectValidState select, select.selectValidState {
	background-color: #B8F5B1;
}
select.selectRequiredState, .selectRequiredState select,
select.selectInvalidState, .selectInvalidState select {
	background-color: #FF9F9F;
}
.selectFocusState select, select.selectFocusState {
	background-color: #FFFFCC;
}
/*Validation Textarea styling classes*/
.textareaRequiredMsg, .textareaMinCharsMsg, .textareaMaxCharsMsg, .textareaValidMsg {
	display:none;
}
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg{
	display: inline;
	color: #CC3333;
}
.textareaValidState textarea, textarea.textareaValidState {
	background-color:#B8F5B1;
}
textarea.textareaRequiredState, .textareaRequiredState textarea, textarea.textareaMinCharsState, .textareaMinCharsState textarea, textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	background-color:#FF9F9F;
}
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color:#FFFFCC;
}
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}
/*Text Field styling classes*/
.textfieldRequiredMsg,
.textfieldInvalidFormatMsg,
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg,
.textfieldInvalidFormatState .textfieldInvalidFormatMsg,
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg {
	display:inline;
}
.textfieldRequiredMsg img, .textfieldInvalidFormatMsg img {
	margin-bottom: -3px;
}
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}
input.textfieldRequiredState, .textfieldRequiredState input,
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input,
input.textfieldMinValueState, .textfieldMinValueState input,
input.textfieldMaxValueState, .textfieldMaxValueState input,
input.textfieldMinCharsState, .textfieldMinCharsState input,
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
	display:inline;
}
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}
.textfieldFlashText input, input.textfieldFlashText {
}

/* -----------------------------------*/
/* ---------->>> END SPRY FORM VALIDATION <<<---*/
/* -----------------------------------*/
