/* A number of values did not have units after the value, so I commented them out.  No browser, not even exploder, should render values with no units */

body {
    font: 12px/14px Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #000000;
    background: #FFF url(../images/bg.gif) repeat-y;
    margin: 0; padding: 0;
}
td{
    font: 12px/14px Arial, Verdana, Geneva, Helvetica, sans-serif;
}
th {
               font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #FFF;
    background-color: #127051;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
/* End hide from IE-mac */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#answer{
    float:left;
    width:260px;
}

/****** LAYOUT *******/
#container {
    width: 1024px;
    height: 768px;
    background: url(../images/bg-curves.gif) no-repeat;
    text-align: left;
}
*:first-child+html #container {
	padding-right: -400px;
    width: 1024px;
    height: 768px;
    background: url(../images/bg-curves.gif) no-repeat;
    text-align: left;
}
#header {width: 760px;}

#headerLeft {
    float: left;
    width: 287px;
}

/****** LOGIN *******/
#headerRight {
    /* For ie Mac - [no longer supported] */
    float: right;
    width: 290px;
    margin: 8px 60px 0 0;

    /* For the good browsers \*/
    float: right;
    /* width: 243px; -width modified for 200-74527 (free logo addition) */
    width: 290px;
    margin: 8px 15px 0 0;

    position: relative;
    right: 80px;
    /* end hide from ie mac */
}

.caption {
            float: right;
    width: 239px;
    text-align: center;
    color: #127051;
    font-size: 7pt;
}
.picholder {
    float: right;
    text-align: center;
    color: #127051;
    font-size: 7pt;
}

/****** SUB NAVIGATION *******/
#subNav {
    width: 380px;
    text-align: right;
    position: absolute;
    top: 154px;
    left: 433px;
    z-index: 10;
}
#subNav ul, #subNav li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;  padding: 0px 3px 0px 0px;
}
#subNav li {
    display: inline;
    margin-right: -3px;
}

/****** MAIN NAVIGATION *******/
#mainNav {
    width: 760px;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 2;
}
*:first-child+html #mainNav {
    width: 760px;
	margin-left: -17px;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 2;
}
*html #mainNav {
    width: 760px;
	margin-left: -17px;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 2;
}

#mainNav ul, #mainNav li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;  padding: 0;
}
#mainNav ul {margin-top: 3px;}
#mainNav li {
    line-height: 14px;
    margin-top: -3px;
}


/****** MAIN CONTENT *******/
#col12 {
    width: 748px;
    position: absolute;
    top: 205px;
    left: 233px;
    z-index: 3;
    clear: both;

}

#wideContent {
    width: 550px;

    position: absolute;
    top: 205px;
    left: 170px;
    z-index: 3;
    clear: both;
}

#col22 {
    width: 145px;
    font-size: 8pt;

    position: absolute;
    top: 395px;
    left: 12px;
}
#promos h1 {
    color: #045A39;
    font-size: 8pt;
    margin: 0;
    padding: 0;
}

/****** FOOTER *******/
#footer {
    width: 738px;
    margin: 25px 0;
    padding-top: 12px;
    clear: both;
    height: 60px;
    border-top: 1px solid #045A39;
}
.footLeft {
    float: left;
    width: 250px;
}
.footLeft img {margin: 0 5px; vertical-align: middle;}
.footRight {
    float: right;
    width: 120px;
    text-align: right;
    color: #127051;
    font-size: 7pt;
}

/****** HOMEPAGE SPECIFIC *******/
#homeContent {
    width: 768px;
    font-size: 8pt;
    position: absolute;
    top: 183px;
    left: 176px;

}

#homeLeft {
    float: left;
    width: 55%;
    margin-top: 66px;
}

#homeLeft h2 {
    font-size: 8pt;
    color: #045A39;
    margin: 0; padding: 0;
}
#homeLeft p {margin: 0 0 10px 0;}

#homeRight {
    float: right;
    width: 35%;
    margin-top:100px;
}

p.homeRight {
    color: #85D5B3;
    font-size: 7pt;
    background: #045A39;
    width: 100%;
    text-align: right;
    padding: 0 4px 0 0;
    margin: 0 0 3px 0;
}


/* HIGHLIGHT TEXT */
#homeRight span {
    font-weight: bold;
    color: #045A39;
}

.description {
            width: 240px;
}

div.column1 {
  clear: both;
  float: left;
  text-align: left;
  padding-left: 10px;
  }
  div.column2 {
  padding: 0px 0px 0px 120px;
  margin: 0px;
  text-align: left;
  font-weight: bold;
  }

.editContent {
        padding: 100px 0px 0px 75px;
}

table.calc {
            border: 0px;
            width: 500px;
            padding-left: 10px;

}



table.calc td {

            font-family:  Arial, sans-serif;
            text-align: left;
            background-color: #fff;
            font-size: 13px;
            font-weight: normal;
            padding:5px;
}



table.calc td.description {
	
            background-image: none;
            background-color: #fff;
            width: 220px;
            border-left: 0px;
            text-align: left;
            font-size: 13px;
            font-weight: bold;
            padding: 5px;
}



table.form td.submit {

            background-image: none;

            background-color: #fff;

            border-left: 0px;

            font-weight: normal;

            padding: 5px;

}



table.form td.required {

            border-left: 0px;

}

fieldset {
            border: 0px;

            padding: 10px 10px;

            width:420px;

}

legend {

            font-family:  Arial, sans-serif;

            font-weight: bold;

            font-size: 13px;

            color: #000;

            /* background-image: url(../images/bg-tablehead.gif); */

            background-repeat: repeat-x;

            border: 0px;

            padding: 3px 0px 5px 0px;

           /* margin: 10px 0 0 -7; */

}

/****** SEMANTIC STYLES *******/
a:link, a:visited {
    color:#127051;
    text-decoration:underline;
}
a:hover, a:active {
    color:#127051;
    text-decoration:none;
}

p {margin: 0 0 12px 0;}
h1 {
    color: #045A39;
    font-weight:bold;
    font-size: 10pt;
    /* margin: 0; 
    padding: 10px 0 10 0; */
}

h2, h3, span.pageheader, div.pageheader {
    color: #045A39;
    font-weight:bold;
               font-size: 10pt;
    margin: 0;
    padding: 10px 0 0 0;
}


h3, span.header, div.header, .subheader {
color: #EDA01B;
font-weight:bold;
}

ul {
    margin: 8px 18px;
    padding: 0;
}
li {
    margin-left: 10px;
    list-style-image: url(../images/bullet.gif);
}
hr {
    color: #127051;
    height: 1px;
    border: 1px solid #127051;
}


.appfield1 {border: 1px #127051 solid}
.appfield2 {border: 1px #127051 solid}

.disclaimer {
    font: bold 9px Arial, Helvetica, sans-serif;
    color: #000;
    }
    
ol.disclaimer li {
    list-style-image:none;
}
.required {
    font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #F00;
    }
.tableheader{
    font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #FFF;
    background-color: #127051;
    }
.tableheader2{
    font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #FFF;
    background-color: #218B6A;
    }
.tablecontent2 {
    color: #127051;
    background-color: #f0e7c1;
}

.tablecontent2_old {background-color: #F7F2DD;}
.tablecontent1 {
    background-color: #127051;
    color: #ffffff;
}

.ratetable td{
border-right: 1px solid #127051;
border-bottom: 1px solid #127051;
}

.ratetable  {
border-left: 1px solid #127051;
border-top: 1px solid #127051;
}


.tablecontent1 a:link, .tablecontent1 a:visited {
    background-color: #127051;
    color: #ffffff;
}

.ratesdisc {
               /* width: 450;
               margin: 5 10 10 10; */
               font:  10px Arial, Helvetica, sans-serif;
    color: #127051;
}

.location {
                /* width: 505; */
}

table.schedule {
            border: thin solid #999999;
}

.cs_sidelinks {
margin-left: 59px;
margin-top: 40px;
width: 90px;
background-color: transparent;
}

.cs_sidelinks img {
    display: block;
    margin: 5px 0;
    border: none;
}


