div#contact
{
	background-image: url(../images/soldier_background.gif);	
	background-position: 5px 5px;
	background-repeat: no-repeat;
	font-size: 10pt;
}

div#contact a
{
    color: #746F4F;
    text-decoration: underline;
}

div#contact a.selected 
{ 
    color: #A0000A;
}

div#contact div#title
{
    float: right;
    margin-right: 350px;
    width: 160px;
}

div#contact div#online
{
    float: left;
    margin-left: 5%;
    text-align: center;
    width: 90%;
}

div#contact div#offset
{
    float: left;
    margin-left: 250px;
    text-align: left;
    width: 500px;
}

/* begin IE margin hacks */
* html div#contact div#offset { margin-left: 125px; }
* html div#contact div#title { margin-right: 150px; }
/* end IE margin hacks */

div#contact div#offset div
{
    margin-bottom: 7px;
}

div#phone
{
    clear: both;
    font-size: 18pt;
    margin-top: 15px;
    text-align: center;
    width: 350px;
}

div#otherPhone,
div#hours
{
    float: left;
    width: 224px;
}

div#otherPhone
{
    margin-top: 10px;
}

div#fax
{
    float: left;
    width: 400px;
}

div#email,
div#mailing,
div#locations
{
    float: left;
    width: 350px;
}

div#terms
{
    float: left;
    font-size: 8pt;
    width: 100%;
}