/***
    Contact Us Page Specific CSS Code
***/
#welcome
{
    padding-bottom: 0px;
    height: 393px;
	border-bottom: none;
}

#welcome h2
{
	background: url(../images/m3full.jpg);
	height: 292px;
}

#contact
{
    background: none;
    float:left;
    width: 460px;
    padding-bottom:10px;
}

#contact p
{
    margin-left: 57px;
    margin-right: 33px;
}

#contact h3
{
    text-indent: -1000em;
	overflow: hidden;
	width: 231px;
	height: 20px;
}

#contact h4
{
    color: #000000;
    margin-left: 47px;	
	font-size: 18px;
}

#contact a
{
    color: #E25C1D;
}

#contact a:hover
{
    color: Black;
    text-decoration: underline;
}

#contact strong
{
    color: #E25C1D;
    margin-bottom: 0px;
}

#contact_form
{
    background: none;
    float:left;
	width: 500px;
	padding-left: 30px;
    padding-bottom: 30px;	
}