body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
margin: 0;
padding: 0;
text-align: center;
color: #000;
}

#container {
width: 767px;
background: #035999 url('images/bg_container.jpg') top right repeat-y;
margin: 0 auto;
padding: 0;
}

#header {
border-top: 1px solid #fff;
width: 767px;
height: 158px;
background: transparent url('images/header.jpg') top left no-repeat;
text-indent: -9999px;
margin: 0 auto;
}

#main {
float: left;
width: 410px;
background-color: #eee;
padding: 0 10px;
margin: 0;
text-align: left;
border-right: 2px solid #ccc;
}

#contact {
float: left;
width: 170px;
background-color: #4283b3;
color: #e5eef5;
margin: 0 13px 0 24px;
}

.clear_float { clear: left; }

#main p { font-size: 1.2em; }

#main ul { font-size: 1.2em; }

h2.services, h2.phone_numbers, legend { text-indent: -9999px; }

h2.message, h2.other_message {
color: #3278ad;
font-size: 2em;
margin: 0;
padding: 0 0 0 5px;
border-bottom: 1px solid #03599a;
}

#main p.reminder {
font-style: italic;
text-align: left;
color: #f00;
margin-bottom: 20px;
}

#main ul.services_list {
list-style-type: square;
font-size: 1.2em;
font-weight: bold;
color: #333;
margin: -26px 0 20px 40px;
padding: 0;
}

#main ul.services_list li { margin-bottom: 5px; }

#main fieldset {
border: none;
font-size: 1.4em;
}

#main fieldset label {
float: left;
display: block;
text-align: right;
width: 70px;
margin: 1px 5px 0 6px;
}

#main fieldset input,
#main fieldset textarea {
width: 250px;
margin: 0 0 4px 0;
background-color: #c0d5e6;
border: 1px solid #81accc;
}

#main fieldset textarea { height: 160px; }

#main fieldset .submit {
width: 70px;
margin: 0 0 10px 264px;
}

/* #main fieldset input:hover,
#main fieldset textarea:hover {
background-color: #e5eef5;
border: 1px solid #c0d5e6;
} */

#main fieldset .submit:hover {
background-color: #4283b3;
color: #eee;
border: 1px solid #03599a;
}

#main fieldset .submit:active {
background-color: #fff;
color: #000;
}

#main p.footer {
padding-top: 40px;
text-align: center;
}

#contact h3 {
font-weight: normal;
font-size: 1.1em;
margin-left: -90px;
margin-bottom: 5px;
}

#contact h3.telephone {
margin-top: -30px;
margin-left: -50px;
}

#contact ul {
list-style-type: none;
margin: 0 auto 20px 0;
font-size: 1.1em;
text-align: right;
}

#contact ul li { margin: 1px 50px 1px 0; }

#contact ul li.li_padding_top { padding-top: 5px; }

#inquire_sms {
position: absolute;
width: 210px;
height: 221px;
background: transparent url('images/inquire_sms.png') 50% 50% no-repeat;
top: 10px;
left: 74%;
}

#inquire_sms h4 {
font-size: 1.7em;
color: #555;
width: 150px;
margin: 19% auto 0 auto;
}

#inquire_sms p {
width: 140px;
color: #555;
margin: 0 auto;
}

#inquire_sms p.reminder {
padding-top: 10px;
font-style: italic;
color: #600;
}