﻿#mainPromo
{
    position:relative;
    height:99px;
    width:100%;
    overflow: hidden;
    background: transparent url(../images/contactUsHeader.jpg) no-repeat;
}

#mainPromo a
{
    float: left;
	padding: 99px 0 0 0;
    overflow: hidden;
    height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
	width:100%;
}

#leftContent 
{
    float:left;
    margin:10px 0 0 0;
    width:360px;
    height:315px;
    /*border: 2px solid #33DD33;*/
}

#labels
{
    float:left;
    margin-top:7px;
    width:15%;
    line-height:23px;
}

#inputs
{
    float:left;
    margin-top:7px;
    margin-left:4px;
    width:65%;  
}

input
{
    background-color:transparent;
    font-family:Verdana;
    color:#ddd;
}

textarea
{
    background-color:transparent;
}

#msgBox
{
    clear:both;
    margin-top:7px;
}

#rightContent 
{
    float:right;
    margin:10px 11px 25px 0;
    width:360px;
    /*border: 2px solid #33DD33;*/
}

#contactBox
{
    padding-right:7px;
}

#offices
{
    padding:0 5px 10px 10px;
}

#nyOffice
{
    height:150px;
    background:transparent url(../images/newYork.gif) no-repeat right;
}

#wiOffice 
{
    position:relative;
    top:15px;
    height:150px;
    background:transparent url(../images/wisconsin.gif) no-repeat right;
    
}

.officeText
{
    padding-left:7px;
    padding-right:12px;
}