﻿.void{} /* For W3C CSS Compliance */

#services
{
    width: 372px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 35px 0 50px;
}

#services h1
{
    color: #5A2149;
    padding: 15px 10px 14px 10px;
    margin: 0 0 0 0;
}

#services a
{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
#services a:hover
{
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

#services .line
{
	height: 1px;
	width: 372px;
	background-color: #DADADA;
	margin: 2px 0 15px 0;
	padding: 0 0 0 0;
}

#contactus
{
    width: 252px;
    height: 240px;
    background-image: url("../../Images/BGCustomerServiceContact.jpg");
    float: left;
}

#contactus h1
{
    color: #5A2149;
    padding: 15px 10px 14px 10px;
    margin: 0 0 0 0;
}

#contactus h2
{
    color: #5A2149;
    padding: 26px 4px 10px 75px;
    margin: 0 0 0 0;
}

#contactus p
{
    padding: 0 12px 10px 12px;
    margin: 0 0 0 0;
    font-weight: bold;
    font-size: 11px;
}

/* Contact Form */
#contactpage
{
    width: 500px;
    float: left;
    margin: 0 0 0 0;
}
.contactlines
{
    width: 500px;
    margin: 1px 0 0 0;
    padding: 0 0 0 0;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}

.contactlabels
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 150px;
    float: left;
    height: 17px;
    line-height: 17px;
    vertical-align: middle;
}
#phonenumber
{
    width: 252px;
    height: 105px;
    background-image: url("../../Images/BGPhoneNumber.jpg");
    float: left;
}
#phonenumber h1
{
    color: #5A2149;
    padding: 20px 4px 11px 75px;
    margin: 0 0 0 0;
}

/* FAQ */
.faqline
{
    width: 765px;
    margin: 1px 0 10px 0;
    padding: 0 0 0 0;
    vertical-align: top;
    border-bottom: solid 1px #DADADA;
	overflow: hidden;
	font-size: 11px;
}

.faqline ul
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.faqline ol
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.faqline li
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.question
{
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    width: 220px;
    float: left;
    font-weight: bold;
    color: #424242;
}

.answer
{
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    width: 530px;
    float: right;
}

/* In The News */
#releases
{
    width: 650px;
    margin: 0 0 0 0;
    padding: 0 35px 0 50px;
}

#releases h1
{
    color: #5A2149;
    padding: 15px 10px 14px 10px;
    margin: 0 0 0 0;
}

#releases a
{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
#releases a:hover
{
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

#releases .line
{
	height: 1px;
	width: 650px;
	background-color: #DADADA;
	margin: 2px 0 15px 0;
	padding: 0 0 0 0;
}