* {
   padding:0;
   margin:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
html, body {
	min-height: 100.2%;
	/*margin-bottom: 2px;*/
    font-size: 89%;
  }
body{
	font-family: Arial, Helvetica, sans-serif;
	margin-top:10px;
	text-align: left;
	background-color:#F7F7F7;
	background-repeat: repeat;
	}
h1 {
	font-size: 1.25em;
	color: #1B3F6F;
  }
h2 {
	font-size: 1.1em; color: #0E4E82;
	}
h2.red
	{
		padding-top: 12px;
		color: #b22222;
	}
h3 {
  font-size: 1.1em;  color: #5A8503;
 }
h4, h5, h6 {
	font-size: 1.05em;

}
h4 {
	font-style:italic;
	color: #5A8503;
	}
form h3 {
  padding-top: 10px;
  font-size: 1.3em;
  color: #386c98;
  font-weight: normal;
  border-bottom: 1px solid;
  border-bottom-color: #dfdfdf;
 }
h4, h5, h6 {
	font-size: 1.05em;
}
h4 {
	font-style:italic; color: #333333;
	}
h5 {
	color: #0E4E82; font-style:italic;
	border-bottom: 1px solid #0E4E82;
   }
h6 {
	color: #333;
	font-weight: bold;
	font-style:italic;
	   }
ol, UL {
   margin-left: 20px;
   margin-right: 15px;
   }
ol {
 	margin-left: 25px;
 	}
p, LI, td, th {
	color: #454545;
	}
td, th {

	vertical-align: top;
}

dt {
   font-weight: bold;
   padding-top: 5px;
   padding-bottom: 5px;
   }
IMG {
	border: 0;
	}
.alignCenter{text-align: center;}
.alignLeft{text-align: left;}
.alignRight{text-align: right;}
.floatRight{float:right;}
.floatLeft{float: left;}
.floatNone{float:None;}

/*----------- page layout ----------------------------*/
#printheader {
	display: none;
}
#top {
	margin: 0;
	padding: 0;
	height: 12px;
	background-image: url(/images/site_layout/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#wrap {
	background-color:#FFFFFF;
  	margin: 0px auto; width: 790px;
	background-image: url(/images/site_layout/bg_wrap.jpg);
	background-repeat: repeat-y;
}
.quote_navbar {
	padding-left: 5px;
	width:500px;
	text-align: right;
	height: 32px;
	margin: 0;
	float: right;
}
.quote_navbar a {
	background-image: url(/images/arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	text-decoration: none;
	padding: 3px 5px 3px 20px;
	color: #3F3F3F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	_font-size: 0.9em;
	font-weight: bold;
	line-height:22px;
}
.quote_navbar a:hover {
	color: #336699;
	background-image: url(/images/arrow_ro.png);
	letter-spacing: 0.01px;
}

#error_box {
	border: 1px dotted #990000;
	color: #990000;
	padding: 10px;
	font-size: 0.9em;
	}
#header {
	width: 740px;
	margin: 0 25px;
	background-image: url(/images/site_layout/bg_header.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	height: 166px;
	margin-bottom: 0px;
	}
#topnav {
	float: right;
	text-align: right;
	margin:0;
	color: #5a5a5a;
	width: 320px;
	font-size: 0.95em;
	line-height: 16px;
    }
#topnav a {
	color: #2E516F;
	text-decoration: none;
	margin:0;
    }
#topnav a:hover {
	background-color: #E8EFF7;
    }

#navbar {
	padding: 0px;
	width:755px;
	margin: 0 10px 0 25px;
	height: 60px;
	text-align: right;
	}
#navbar .buttons {
	padding-top: 0px;
	float: right;
	/*text-align: right;*/
	width: 370px;
	height: 30px;

	}
#lastline {
	background-image: none;
	margin: 0px auto;
	width: 770px;
	text-align: right;
}
#lastline a {
  color: #666666;
}
#lastline p {
	color: #999999;
	font-size: 0.9em;
}
#main-content {
		margin-top: 10px;

}
#login_box {
	margin: 0 auto;
	padding: 50px;
	text-align: left;
}
#foot {
	clear: both;
	margin:0;
	margin-top: 15px;
	width: 750px;
	padding: 6px 20px 12px 20px;
	height: 52px;
	background-image:url(/images/site_layout/bg_footer.jpg);
	background-repeat:no-repeat;
}
#foot p, #foot a {
	color: #666666;
	text-decoration: none;
	line-height: 1.2em;
	margin-bottom: 0;
	}
#foot p	 {
	font-size: 0.9em;
}
#foot a:hover {
	text-decoration: underline;
	color: #000033;
	}
#foot_links {
	color: #FFFFFF;
	display:inline;
	float:right;
	}

.quote_page {
	padding: 5px 0;
	border-top: 1px solid #dde8e8;
	border-bottom: 1px solid #dde8e8;

}
.container_12 {
	min-height:398px;
  	height:auto !important;
  	height:398px;
}

.text_right {
	text-align: right;
}
.height100 {height: 100px;}
.height150 {height: 150px;}
.height200 {height: 200px;}
.height300 {height: 300px;}


/* -------------   Links --------*/

a {
	color: #0E4E82;
	text-decoration: underline;
}
a.a_big {
	color: #0E4E82;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F7941D;
    text-decoration: underline;
}

a.foot_link {
   color:#CCCCCC;
   text-decoration:none;
   font-size: 0.9em;
   }
a.foot_link:hover, a.foot_link:active   {
   color:#FFCC99;
   text-decoration:underline;
   font-size: 0.9em;

   }
/********** Top Nav buttons    *******/
a.navbutton {
	color: #666666;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	width: 65px;
	padding-top: 3px;
	height: 21px;
	float: left;
	text-align: center;
	}
a.navbutton:hover, a.navbutton:active {
	color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	width: 65px;
	padding-top: 3px;
	height: 21px;
	float: left;
	text-align: center;
}
/* -----------------  Others   ------------ */
.clear {clear: both;}
.clear_left {clear: left;}
.clear_right {clear: right;}
.float_right{float: right;}
.float_none {float: none;clear:left;}
.alignRight {text-align: right;}
.alignCenter {text-align: center;}

.box-small {
	position: relative;
	display: inline;
	width: 170px;
	padding: 5px 5px;
	margin:2px;
	float: left;
	border: 1px solid  #999999;
	background-color:#FFFFFF;
	z-index: 1;
}
.p_box {
   color: #666666;
   text-align: center;
   padding: 10px 15px 5px 15px;
   }
.box-auto {
   position: relative;
   display: inline;
   width: 510px;
   padding: 5px 5px;
   margin:2px;
   float: left;
   border-top: 1px solid  #999999 ;
}
.comments
{
	border: 1px solid;
	border-color: #999999;
	background-color: inherit;
	padding: 5px 10px 0 10px;
	margin: 15px 5px 5px;
}

td {
   /*color: #333333; */
   font-size: 0.975em;
   padding: 3px 5px;

 }

INPUT,SELECT, TEXTAREA  {
	font-family: Arial, Helvetica, sans-serif  ;
	font-size: 12px;
	color: #0b3251;
}
.p_dgry {color: #333333}
.p_dblue {color: #000182}
.small {font-size: 0.9em;}
.p_dgry_small {font-size: 0.9em;color: #333333}
.p_lgry_small {color: #999999;font-size: 0.9em;}
.p_white {color:#FFF;}

/* Autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*width: 100%;*/ /* uncomment for h-scroll mode */
	font: menu;
	font-size: 13px;
	line-height: 17px; /* font-size + vertical padding */
	overflow: hidden;
}
.ac_loading {
	background: transparent url('/images/ajax_loading.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0A246A;
	color: white;
}
.formlayout {

	line-height: 16px;
	padding-top:2px;
	margin-bottom: 2px;
	color:#666666;
	font-weight:normal;
}
.formlayout label {
	font-size: 0.95em;
	line-height: 16px;
	padding-top:2px;
	margin-bottom: 2px;
	clear: left;
	width: 200px;
	float: left;
	color:#525252;
	font-weight:bold;
}
.formlayout P {
	font-size: 0.95em;
	line-height: 16px;
	padding-top:2px;
	margin-bottom: 2px;
	color:#666666;
	font-weight: normal;
}
.formtext {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.95em;
	line-height: 12px;
	padding-top:2px;
	padding-bottom: 4px;
	vertical-align: middle ;
	color:#525252;
	font-weight:bold;
	}
label.FormLabel {
	clear: left;
	width: 150px;
	float: left;
}

label.error {
	float: none;
	color: #CC0000;
	padding-left: 0.5em;
	vertical-align: middle;
	font-size: 11px;
}

input {
	margin-bottom: 3px;
		line-height: 18px;
		height: 18px;
}
input.error {
	border:1px dotted red;
}
select {
	margin-bottom: 2px;
	}
legend {
	color: #00958E;
	font-weight:bold;
	padding: 3px 10px;
	}

fieldset {
	margin: 3px 10px;
	padding: 5px 10px;
	}

.text_small {
	font-size: 0.85em !important;
	}
.text_norm {
	font-size: 1em;
	}

.p_red {color: #990000;}
.p_small {font-size: 0.9em;}
/*---------------------------------------------------------------------------------------*/
/* Paging CSS                                                                            */
/*---------------------------------------------------------------------------------------*/
.pagination {
	margin: 1em 0;
	}
.pagination a, .pagination .selected {
	border: 1px solid;
	padding: 0 4px;
	font-size: 0.9em;
	text-decoration: none;
	}
.pagination a {
	border-color: #C8CDFD;
	color: #999999;
	}
.pagination a:hover {
	text-decoration: none;
	background-color:#E9E9E9;
	}
.pagination .selected {
	border-color: #7FB2CC;
	color: #FFFFFF;
	background-color: #7FB2CC;
	}
.pagination img {
	border: 0;
	}

.error_message {
	padding: 6px;
	margin: 5px;
	background-image: url(../images/bigcross.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	border: 1px solid #CC0000;
	color: #CC0000;
	}

#form_error li {
	list-style: none;
	}

.float_center {
	text-align: center;
	}

.bg_color_red {
	background-color:#FF8080;
	color: #333 ;
}
.bg_color_green {
	background-color: #78D1A5;
	color: #333 ;
}
.bg_color_yellow {
	background-color: #FF6;
	color: #333;
}
.bg_color_light_blue {
	background-color: #DCEBFC;
}
.yes_no_box {
	background-color: #E6E6E6;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	padding-top:5px;
	margin-bottom: 2px;

}

/*.quote_menu {

}
.quote_menu .current
{
	background-color: #E6E6E6;
}
.quote_menu .completed
{
	background-image: url("/images/12-em-check.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
} */

/*.quote_menu a, .quote_menu span
{
	display: inline-block;
	width: 100px;
	padding: 2px 0px;

} */
/*.quote_menu span
{
	padding-left: 20px;
}*/
/* Form messages */
div.formNotice { background-color: #eef; border: 1px solid #ccd; }
div.formResult { background-color: #efe; border: 1px solid #060; }
div.formErrors { background-color: #fee; border: 1px solid #a00; color: #a00; }
div.formNotice, div.formNotice * { color: #006; }
div.formResult, div.formResult * { color: #060; }
div.formErrors, div.formErrors * { color: #a00; }
div.formNotice, div.formResult, div.formErrors {
	margin: 0.25em 0;
	padding: 0.5em 1em;
}
div.formNotice p, div.formResult p, div.formErrors p {
	margin: 0.25em 0;
}
div.formHelpText {
	padding: 0 1em;
	background-color: #ffc;
	border: 1px solid #999;
	float: right;
	width: 290px;
	margin: 0 0 5px 5px;
}


.section_header {
	background-color: #0e245f;
	color: white;
	padding: 10px;
}
.section_subheader {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.ui-widget td, table.ui-widget th {
	border: 0;
	padding: 5px 8px;
}
table.ui-widget th {
	color: white;
	font-size: 0.95em;

/*	background-color: #c8cdfd; */
}
table.ui-widget th.th_column {
	color: #333333;
	font-size: 0.9em;
	background-color: #c8cdfd;
	text-align: left;
}
table.ui-widget th.th_left_dark {
	color: #333333;
	font-size: 1em !important;
	background-color: #dcdcdc !important;
	padding: 2px 5px !important;
	text-align: left;

}

/* Buttons */
.img_applynow {
	background-image: url(../images/apply_noapply.jpg);
	background-position: 0px 0px;
	width: 110px;
	height: 30px;
	background-repeat: no-repeat;
}
.buttons_apply {
	/*background-image: url(../images/apply_noapply.jpg); */
	width: 110px;
	height: 30px;
}

/* Tab menu  */
.tabmenu {
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
	background-image: url(../images/pages/tabs_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 41px;
}
.tabmenu ul {
	margin: 0;
	padding: 10px 10px 0 3px;
	list-style: none;
}
.tabmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
.tabmenu a {
	float: left;
	background: url("/images/pages/tab-left.jpg") no-repeat left top;
	margin: 0 1px;
	padding: 0 0 0 2px;
	text-decoration: none;
	text-align: center;
	color: #999999;
}
.tabmenu a span {
	float: left;
	display: block;
	background: url("/images/pages/tab-right.jpg") no-repeat right top;
	padding: 5px 13px 4px 10px;
	color: #a6a6a6;
}
.tabmenu a.completed {
	background: url(/images/pages/tab-left-complete.jpg) no-repeat left top;
	color: #0e245f;
/*	background-image: url("/images/12-em-check.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;	*/
}
.tabmenu a span.completed{
	color: #0e245f;
	background: url("/images/pages/tab-right-complete.jpg") no-repeat right top;
}
/* Backslash hack for IE5-Mac \*/
.tabmenu a span { float: none; }
/* End IE5-Mac hack */
.tabmenu a.completed:hover span {
	color: #000;
}
.tabmenu a.completed:hover, .tabmenu a.selected {
	background-position: 0% -42px;
}
.tabmenu a.completed:hover span, .tabmenu a.selected span {
	background-position: 100% -42px;
	text-decoration: none;
	color: #8b0000;
}
.tabmenu a.selected, .tabmenu span.selected {
	font-weight: bold;
	color: #8b0000;
}
.pagenavbuttons {
	padding-top: 10px;
}
.pagenavbuttons input {
	padding: 3px 10px;
	height: 25px;
	color: #3f3f3f;
	font-weight: bold;
}
.login_box {
	width: 450px;
	margin: 0 auto;
	background-color: #ebebeb;
	padding: 10px 20px;
}
.button-group input {
	padding: 3px;
	height: 28px;
}
.admin_view {
	background-color: #f5f5f5;;
}
ul.proposals {
	list-style: none;
	padding: 0 1em;
}
ul.proposals li {
	padding: 0.5em;
	background-color: #ebf4fe;
	}
a.big_button
{
	width: 250px;
	padding: 5px;
	margin: 0 auto;
	display: block;
	text-align: center;
	background-color:  #0e4e82;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
   background-position: 5px 3px;
   background-image:  url(/images/icons/go.png);
   background-color:#f4f4f4;
   border:1px solid #ababab;
   border-top:1px solid #e6e6e6;
   border-left:2px solid #e6e6e6;
   color: #494949;
   text-decoration: none;
   font-weight: bold;
}
a.big_button:hover
{
	background-color: #8be38c;
}
.hPadded {
	padding: 10px 0;
}
.hidden {
	display: none;
}
a.action_button {
    background-repeat: no-repeat;
    background-position: 5px 3px;
    background-image:  url(/images/icons/go.png);
    background-color:#f8f8f8;
    border:1px solid #ababab;
    border-top:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    color: #494949;
    display: inline-block;
    font-size: 11px !important;
    height:20px;
    line-height: 20px;
    padding: 1px 10px 1px 30px;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: bold;
}
a.action_button:hover {
	text-decoration: underline;
	color: #214d89;
}
a.action_button.add {
	background-image: url(/images/icons/16-em-plus.png);
}
a.action_button.refresh {
	background-image: url(/images/icons/refresh.png);
}
a.action_button.delete {
	background-image: url(/images/icons/delete.png);
}
a.action_button.upload {
	background-image: url(/images/icons/upload.png);
}
a.action_button.cart {
	background-image: url(/images/icons/cart.png);
}
a.action_button.print {
	background-image: url(/images/icons/print.png);
}
a.action_button.edit{
	background-image: url(/images/icons/edit.png);
}
a.action_button.download {
	background-image: url(/images/icons/download.png);
}
a.action_button.pdf {
	background-image: url(/images/icons/acrobat.png);
}
a.action_button.back {
	background-image: url(/images/icons/back.png);
}
.active_proposal {
	width: 97%;
	padding: 10px 5px;
	background-color: #d3e7d5;
   border: 1px solid #ccc;
   margin-bottom: 10px;
}

.toggleAdminView {
	padding:5px;
	display: block;
}
.premium_left {
	padding: 10px;
	float: left;
	display: inline;
	width: 55%;
	background-color: #F3F3F3;
}
.premium_right {
	background-color: #fff;
	float: right;
	display: inline;
	width: 40%;
}
.tbl_premium td {
	font-size: 0.9em;
	padding: 1px;
}
.quote_detail, .ipf_detail {
	padding: 3px;
	margin: 10px 20px;
	border: 3px solid;
	border-color: #f7f7f7;
	height:auto;
}
.boxed {
	display: inline;
	width: auto;
	padding: 5px;
	margin: 5px;
	border: 3px solid;
	border-color: #dfeff7;
}
.boxed.hilite {
	border-color: #009900 !important;
	font-weight: bold;
	color: #1b3f6f;
}
.confirmation {
	padding-top: 13px;
}

.btn_submit {
	padding: 3px 10px;
	font-weight: bold;
	color: #000166;
}
.nextsteps{
	width: 85%;
	padding: 3px 0 3px 10px;
	vertical-align: middle;
	display: block;
}
.step_hilite {
	color: #525252;
	font-weight: bold;
	background-color: #ccddff;
}
.product {
	padding: 5px;
}
.product:hover {
	background-color: #F2F8FF;

}
#non_member_clause {

}
.non_member {
    background-color: #FFFFC0;
    margin: 10px;
    padding: 10px;
    padding-left: 30px;

}
.non_member img {
    margin-left:  -30px;
}

#confirm_text {
    padding: 5px 0px;
    margin: 5px 20px 10px 20px;
    border-bottom: 1px dotted;
    border-top: 1px dotted;
    border-color: #ccc;
}
.disabled {
    color: #D0D0D0 !important;
}










