.style27 {color: #e77003}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.blackstroke {
	border: 1px solid #000000;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #607CB2;
	font-weight: bold;
}
.style16 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; }
.style17 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #21437F; }
.style21 {font-family: Arial, Helvetica, sans-serif; font-size: 15px; }
.style23 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #08497f;
	font-weight: bold;
}
.style2Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.style24 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.style25 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.style26 {font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #08497f;
	font-weight: bold;
}
.style29 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #09356a; }
.style31 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #e77003; }
.style27 {color: #e77003}

/* -------------------- */
/* ---- Tab Styles ---- */
/* -------------------- */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
    background: #fff;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/img/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
    /*background: url(loading.gif) no-repeat 0 50%;*/
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    /*background: #fff; commented to align color scheme of whole document */
    /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/img/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* ------------------------ */
/* ---Calculator Styles---- */
/* ------------------------ */

#calculate {width:100%; position:relative; font:normal 12px/16px "helvetica neue",helvetica,arial,sans-serif; color:#333; background:#fff;}
#calculate h3 {display:block; background:#e5ecf2 url(../_images/home-h3bgs.gif) 0 -1px repeat-x; margin:0; padding:10px 15px 5px 15px; border-bottom:1px solid #000; border-top:1px solid #000; text-transform:uppercase; font-size:12px;}
#calculate .calcleft {float:left; width:400px; margin-right:10px; border:1px solid #000; padding-bottom:8px;}
#calculate .calcleft form {margin:10px; line-height:25px; margin-bottom:5px; }
#calculate .calcleft form select,
#calculate .calcleft form input {font-size:11px;}
* html #calculate .calcleft form select,
* html #calculate .calcleft form input {font-size:12px;}
#calculate .calcleft form label {width:75px; margin-top:8px; line-height:11px; padding-right:5px; text-align:right; display:block; float:left; clear:left; font-size:11px;}
* html #calculate .calcleft form label {line-height:11px;  margin-top:6px !important; margin-bottom:5px;}
#calculate .calcleft form .submit {clear:right; float:right;}
#calculate .calcright {float:left; width:421px; border:1px solid #000;}
#calculate .content {margin:10px; margin-bottom:5px;}

.helpbutton {padding:0 5px; font-size:14px; text-decoration:none !important; font-weight:bold; color:#00457c;}
#popupCalcHelp {position:absolute;  width:320px; display:none;}
#popupCalcHelp .closer {display:block; text-transform:uppercase; text-align:right; border:1px solid #000; padding:8px 35px 8px 8px; background: #fff url(/img/popupcloser.gif) right center no-repeat; color:#000;  text-decoration:none !important; font:11px/12px "futura book",futura,"helvetica neue",helvetica,arial,sans-serif;}
#popupCalcHelp .closer:hover {text-decoration:underline !important;}
#popupCalcHelp .scroller {display:none; height:300px; overflow:auto;  border:1px solid #000; border-top:none; background-color:#00457c; color:#fff;}
#popupCalcHelp .scroller h4 {margin:0; display:block; background-color:#dfe6bd !important; color:#000; text-transform:uppercase; padding:10px; border-bottom:1px solid #000; font:11px/15px normal "futura book",futura,"helvetica neue",helvetica,arial,sans-serif;}
#popupCalcHelp .scroller div {padding:10px;}
#popupCalcHelp .scroller ul {list-style-type:none; margin:0 0 5px 0;}

.error {color:#c00;}

/* Overrides */
#wrapper {background:#fff url(/_images/calcfooterstripe.gif) repeat-x bottom;}
#wrapper #leftcolumn {width:845px; margin-bottom:30px;}
