body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
    margin: 0px;
    padding: 0px;
    background-attachment: scroll;
    background-image: url(../images/background.gif);
    background-repeat: repeat-x;
}

#stafflogin {
    float: right;
    font-family: Verdana, sans-serif;
    font-size: 80%;
}

#logo {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#slogan {
    padding-top: 70px;
    margin-left: 310px;
    background-color: transparent;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    font-style: italic;
}

#menu {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu a {
    color: white;
    background-color: transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
    padding: 0 10px;
	white-space:nowrap;
}
#menu.fr a {
   font-size: 80%;
   padding: 0 8px;
}

#menu a:hover {
    text-decoration: none;
    color: #FF9999;
}

#main {
    width: 786px;
    /* background-image:  url(/images/transparent_bg_contact.gif); */
    background-attachment: scroll;
    background-repeat: no-repeat;
    font-size: medium;
    color: #000000;
    text-decoration: none;
    margin: 0;
    padding: 75px 0 30px 30px;
    border-bottom: solid red 2px; 
}

.fieldWithErrors {
    border: solid red 2px;
}
form p {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
p.error {
    background-color: transparent;
    color: red;
    font-weight: bold;
}
p.savings {
    background-color: #FFCCCC;
    color: black;
    border: solid red 1px;
    padding: 10px;
}

* {
    margin: 0px;
    padding: 0px;
}
.btn {
    display: block;
    clear: none;
    float: left;
}

h1 {
    color: red;
    margin: 0 0 1em -25px;
    padding: 0;
}
p {
    margin-bottom: 0.7em;
    margin-top: 0.7em;
}
p {
    text-align: justify;
}
p.address {
    margin-left: 30px;
    font-style: normal;
}
.img_right {
    float: right;
    margin: 7px;
    padding-top: 0px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}
.img_left {
    padding: 7px;
    float: left;
}
hr {
    color: #FF0000;
}
ul {
    margin: 0.5em 0 0.5em 30px;
    list-style-position: inside;
    list-style-type: disc;
}
.websitespeky {
    margin: 2em 0 0 0;
    width: 786px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #666666;
    vertical-align: bottom;
}
a:link {
    color: red;
    text-decoration: none;
}
a:visited {
    color: #990000;
    text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: underline;
}
a:active {
    font-weight: bold;
    color: red;
}

table.promo{
	border:none;
}
table.promo th, table.promo td{
	text-align:center;
	padding-right:2em;
	vertical-align:top;
}
table.promo th.promo, table.promo td.promo{
	color:red;
}

.fineprint{
	font-size:50%
}
/*****/
#calculator .input{ text-align:right;font-size:1.2em;color:#CCC; }
#step2,#step3,#step4{color:#CCC;}
h4{margin:2em 0 1em 0;}
#explication{padding:1em;}
#result{text-align:center;}
#savings{font-size:2em;}
p#disclamer{font-size:0.6em;margin-top:2em;}


.emailForm label{
	width:10em;display:block;
	float:left;
	clear:left;
	text-align:right;
}

#errormessages{
	font-size:0.7em;
	color:red;
	border:3px double red;
}
.invalid{
	color:red;
}
