/* PBI STYLE COLORS 

GREEN:  #BED600
BLUE:	#394A58

*/

/*
--------------------------------------------------

MAIN STYLING

-------------------------------------------------- 
*/

body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/green_linebg.gif);
	background-repeat: repeat-x;
}
a {
	color: #BED600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #98AC02;
}
h1 {
	background-image: url(../images/body_heading.gif);
	background-repeat: no-repeat;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: 5px 3px;
	text-transform: uppercase;
}
h2 {
	padding: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #BED600;
}
h3 {
	padding: 10px 0 0 15px;
	font-size: 13px;
	font-weight: bold;
	color: #BED600;
}
p {
	line-height: 14px;
}
/*
--------------------------------------------------

HEADER

-------------------------------------------------- 
*/

#links {
	color: #394A58;
	text-align: right;
	font-size: 10px;
	margin-top: 27px;
}
#links a:link, #links a:active, #links a:visited {
	color: #394A58;
}
#links a:hover {
	color: #BED600;
}
#topline {
	background-color: #BED600;
	height: 4px;
	background-image: url(../images/Logo.gif);
	background-repeat: no-repeat;
}
#logo {
}
#left {
	background-color: #63707b;
}
#footer {
	font-size: 10px;
	color: #3A4A57;
	text-align: right;
	margin-top: 10px;
}
#tagline {
	margin-top: 119px;
}
#login {
	background-image: url(../images/login.gif);
	height: 95px;
	width: 250px;
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 26px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 40px;
	padding-right: 10px;
}
#righttop {
	text-align: right;
}
#righttop img {
	padding-top: 85px;
}
/*
--------------------------------------------------

LOGIN BOX

-------------------------------------------------- 
*/

form {
	position: relative;
	width: 200px;
	margin: 1em auto 0;
}
form h2 {
	font: 1.2em Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: .25em;
}
.lbl {
	width: 90px;
	float: left;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	margin-left: 48px;
	font-weight: normal;
	text-transform: uppercase;
	color: #BED61E;
	margin-top: 3px;
}
.npt, .npt2 {
	width: 110px;
	float: right;
	text-align: left;
	margin-bottom: 0.2em;
}
.npt2 input {
	background:none;
	border:none;
}
.npt input {
	width: 90px;
	background-color: #FFF;
	border: 1px solid #65707B;
}
br {
	clear: both;
}
.clearing {
	font-size: 0;
	clear: both;
}
#maincontent li {
	line-height: 15px;
}
/*
/*
--------------------------------------------------

BODY

-------------------------------------------------- 
*/

#maincontent p {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}
#main {
	background-color: #394A58;
	background-image: url(../images/main_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*
--------------------------------------------------

HOME PAGE CSS

-------------------------------------------------- 
*/

#home {
	background-image: url(../images/home_footer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color:#394A58;
}
#home_icons ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 0;
}
#home_icons img:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#home_icons ul li {
	display: inline;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}
#home_footer {
	padding-top: 20px;
	font-size: 10px;
	text-align: center;
}
#home_text h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 35px 0 10px 0;
	margin: 0;
	background-image:none;
}
#home_text p {
	padding: 0 5px 0 0;
	font-size: 12px;
	line-height: 15px;
}
/*
--------------------------------------------------

FORM STYLING

-------------------------------------------------- 
*/

#contactform form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 15px;
	padding: 0;
	min-width: 400px;
	max-width: 500px;
	width: 460px;
}
#contactform form fieldset {
 / * clear: both;
note that this clear causes inputs to break to left in ie5.x mac, commented out */ border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
#contactform form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
#contactform form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 130px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
}
#contactform form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter *//* pseudo-class on legend elements, but do support it on label elements *//* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}
#contactform form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border: 1px solid #fff;
	background-color: #63707B;
	padding: 2px;
}
#contactform form input:focus, form textarea:focus {
	border: 1px solid #D3EF38;
	background-color: #6F7F8C;
}
#contactform form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
#contactform textarea {
	overflow: auto;
}
#contactform form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
#contactform form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */
#contactform form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/*
--------------------------------------------------

INSURANCE FORM STYLING

-------------------------------------------------- 
*/
#insurance_form form {
	padding:0;
	margin:0;
	min-width: 400px;
	width: 760px;
}
#insurance_form form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
#insurance_form form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 200px;
	padding: 0;
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	height: auto;
}
#insurance_form p {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 0 20px 0 20px;
	padding: 6px;
}
#insurance_form #first label {
}
#insurance_form #default label, #insurance_form #builders label, #insurance_form #earthmovers label, #insurance_form #plumbers label, #insurance_form #solars label {
	width: 610px;
}
#insurance_form fieldset p .multi {
	height: 20px;
}
#insurance_form form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter *//* pseudo-class on legend elements, but do support it on label elements *//* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}
#insurance_form input[type=radio] {
	margin-left: 0;
	border: 0;
	background:none;
}
#insurance_form input[type=radio]:focus {
	border: 0;
	background:none;

}
#insurance_form form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border: 1px solid #fff;
	background-color: #63707B;
	padding: 4px;
}
#insurance_form form input:focus, form textarea:focus {
	border: 1px solid #D3EF38;
	background-color: #6F7F8C;
}
#insurance_form form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
#insurance_form textarea {
	overflow: auto;
}
#insurance_form form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
#insurance_form form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */
#insurance_form form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#contractors {
	background-color:#F00;
	padding: 5px;
	margin: 0 20px 0 20px;
	display:none;
}
#contractors p {
	padding: 0;
	margin: 0;
	border: 0;
	color: #fff;
}
#welding {
	padding: 0 0 5px;
	height: 45px;
}
#concon {
	background-color:#FFF;
	padding: 5px;
	margin: 0 20px 0 20px;
	display:none;
	height: 40px;
}
#concon p {
	padding: 0;
	margin: 0;
	border: 0;
}
#concon a:link {
	display:block;
	padding: 5px;
	background-color: #6F7F8C;
	border: 1px solid #D3EF38;
	color: #fff;
	width: 30px;
	float:left;
	text-align:center;
	margin-right: 5px;
}
.input_field_25em {
	width: 2.5em;
}
.input_field_3em {
	width: 3em;
}
.input_field_35em {
	width: 3.5em;
}
.input_field_12em {
	width: 12em;
}
#insurance_form form label.error {
	color: red;
	font-size: 0.8em;
	margin-left : 0.5em;
	float:right;
}
#insurance_form h1 {
	background-image: url(../images/body_heading.png);
	background-repeat: no-repeat;
	margin: 10px 10px 10px 20px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	background-position: 5px 3px;
	text-transform: uppercase;
}
.step span {
	float: right;
	font-weight: bold;
	padding-right: 0.8em;
}
.navigation_button {
	width : 70px;
}
#data {
	overflow : auto;
}
#demoNavigation {
	margin-top : 0.5em;
	margin-right : 1em;
	margin-bottom: 0.5em;
	text-align: right;
}
#demoNavigation #back, #demoNavigation #next {
	width: 79px;
	height: 30px;
	background-image: url(../images/button_form.png);
	background-repeat: no-repeat;
	background-color:transparent;
	color: #FFF;
	padding: 0;
	margin: 0;
	border: 0;
}
.navigation_button ui-wizard-content ui-helper-reset ui-state-default ui-formwizard-button ui-state-active {
	height:40px;
}
.navigation_button ui-wizard-content ui-helper-reset ui-state-default ui-formwizard-button ui-state-disabled {
	background-color:#0C0;
}
#demoNavigation #back {
	background-position: left top;	
}
#demoNavigation #next {
	background-position: right top;	
}
#demoNavigation #back:hover {
	background-position: left bottom;	
}
#demoNavigation #next:hover {
	background-position: right bottom;	
}
#insurance_form .twolines {
	height: 28px;
}
#insurance_form .threelines {
	height: 38px;
}
#insurance_form .desc, #insurance_form .sumin, #insurance_form .driv_gen, #insurance_form .driv_dob, #insurance_form .driv_lic, #insurance_form .driv_own {
	display: inline;
	padding: 0;
	margin: 0 0 0 25px;
	font-size: 10px;
}
#insurance_form .sumin  {
	margin-left: 200px;
}
#insurance_form .driv_gen {
	margin-left: 235px;
}
#insurance_form .driv_dob {
	margin-left: 60px;
}
#insurance_form .driv_lic {
	margin-left: 65px;
}
#insurance_form .driv_own {
	margin-left: 10px;
}

#insurance_form .prophelp {
	float:right;
	display: block;
	width: 200px;
	height: 50px;
	font-size: 11px;
	padding: 5px;
	margin: 17px 150px 0 0;
	border: 1px solid #CCC;
}

#insurance_form .descf {
	width: 250px;
	margin: 5px 5px 0 25px;
}
#insurance_form .date {
	width: 40px;
}
#insurance_form .suminf {
	width: 80px;
}
#insurance_form .suminf2 {
	width: 100px;
}
#insurance_form .label_longer label {
	width: 450px;
}
/*
--------------------------------------------------

BUTTON STYLING

-------------------------------------------------- 
*/

button, a.button, a.button:link, a.button:visited {
	/*
      Strip down the button and link elements to a base we can work with.
  */
  	padding: 0 0 0 0;
	margin: 3px 3px 3px 3px;
	border: none;
	display: block;
	float: left;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	white-space: nowrap;
	overflow: visible;
}
* html a.button, * html a.button:link, * html a.button:visited {
	/*
        IE6 fix to make link fit text.
    */
    width: 1%;
}
 button, x:-moz-any-link {
    /*
        FF fix to make button spacing even across browsers.
    */
    margin: 0 0 0 0;
}
*:first-child+html button {
	/*
        Reset IE7 back to what it was for previous fix.
    */
    margin: 0 3px 0 3px;
}
button span, a.button span, a.button:link span, a.button:visited span {
	/*
        Set the span tags to display: block, as they will work our background-image magic.
    */
    display: block;
}
/*--------------------------------------------------------------------------------------------------
  
   CUSTOMIZATIONS 
  
   Edit below to change the look and feel of the buttons and even add more classes for
   different looks and feels.
   
--------------------------------------------------------------------------------------------------*/

button, a.button, a.button:link, a.button:visited {
	/* 
      HEIGHT - Total height of button. 
  */
  height: 26px;
	/*
      NOTE - You must define the font here otherwise your buttons and links could end up diffrent.
  */


  font-size: 10px;
	color: #666666;
	text-transform: uppercase;
}
button.button_active, a.button_active {
}
button span, a.button span, a.button:link span, a.button:visited span {
	/* 
        Right side padding for button (default). 
    */
    padding: 0 14px 0 0;
	/* 
        SPAN HEIGHT - This should be 2px smaller than the height set on the button (see HEIGHT).
    */
    height: 24px;
	/*
        We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
    */
    background: url(../images/bg_button_right.png) top right;
}
button span span, a.button span span, a.button:link span span, a.button:visited span span {
	/* 
        Left side padding for button (default). 
    */
    padding: 0 0 0 13px;
	/* 
        SPAN HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT).
    */
    height: 24px;
	/* 
        SPAN LINE-HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT) and will 
                            center the text vertcailly.
    */
    line-height: 24px;
	/*
        We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
    */
    background: url(../images/bg_button_left.png) top left;
}
button:hover, a.button:hover {
	color: #000000;
}
button.submit span, a.submit span, a.submit:link span, a.submit:visited span {
}
button.submit span span, a.submit span span, a.submit:link span span, a.submit:visited span span {
	/*
        Give some extra space for the icon.
    */
    padding-left: 26px;
	/*
        Add in a left side piece with an icon.
    */
    background-image: url(../images/bg_button_left_submit.gif);
}
button.submit:hover, a.submit:hover {
}
button.cancel span, a.cancel span, a.cancel:link span, a.cancel:visited span {
}
button.cancel span span, a.cancel span span, a.cancel:link span span, a.cancel:visited span span {
	/*
        Give some extra space for the icon.
    */
    padding-left: 26px;
	/*
        Add in a left side piece with an icon.
    */
    background-image: url(../images/bg_button_left_cancel.gif);
}
button.cancel:hover, a.cancel:hover {
}
button:active span, a:active:active span,   /*
      'button_active' is the class used by SimplyButtons.js to create the button states in IE.
  */  button.button_active span, a.button_active:active span {
	/*
        Using the 'Sliding Doors' Technique we 'slide' the new button state into view.
    */
    background-position: bottom right;
}
button:active span span, a:active:active span span,   /*
      'button_active' is the class used by SimplyButtons.js to create the button states in IE.
  */  button.button_active span span, a.button_active:active span span {
	/*
        Using the 'Sliding Doors' Technique we 'slide' the new button state into view.
    */
    background-position: bottom left;
}

#facebook {
display:block;
float:right;
margin:0 0 10px 0px;
width:32px;
height:32px;
background:url(../images/facebook2.png) 0 0 no-repeat;
}

#linkedin {
display:block;
float:right;
margin:0 0 10px 10px;
width:32px;
height:32px;
background:url(../images/linkedin2.png) 0 0 no-repeat;
}

#facebook span, #linkedin span {
display:none;
}
