body
{
    background-color: #bfe2f8;
}

a:link, a:visited, a:active
{
    color: #1c3063;
}

a:hover
{
    color: #9f1c36;
}

.wrap
{
    width: 904px;
    background: #fff url(../images/bg-content.gif) top left repeat-y;
    margin: 22px auto;
}

.header
{
    background: transparent url(../images/bg-header.gif) top left repeat-y;
    height: 130px;
}

.header .locationLogo {
	margin: 29px 26px 0 0;
	float: right;
}

a.logo
{
    display: block;
    float: left;
    clear: none;
    width: auto;
    margin: 29px 0 0 26px;
    display: inline;
}

.headerLinks
{
    margin: 29px 26px 0 0;
    float: right;
}

.headerLinks a, .headerLinks a:link, .headerLinks a:visited, .headerLinks a:active
{
    float: right;
}

.nav
{
    background: #9F1C36 none repeat scroll 0 0;
    clear: both;
    float: left;
    font-size: 12px;
    margin: 0 3px 0 4px;
    padding: 6px 9px 7px 9px;
    text-transform: uppercase;
    width: 879px;
    display: inline;
    color: #fff;
}

.emptyNav
{
	height: 13px;
	padding: 9px;
}

.nav a:link, .nav a:visited, .nav a:active
{
    color: #fff;
    text-decoration: none;
}

.nav a:hover
{
    color: #fff;
    text-decoration: none;
}

.nav .searchLink
{
    float: right; 
    margin-top: -3px;
    margin-right: 35px;  
    font-weight: bold;
}

.nav ul
{
    list-style-type: none;
    margin: 3px 0 0 35px;
    padding: 0;
}

.nav ul li
{
    border-left: 1px solid #fff;
    float: left;
    line-height: 1.1em;
    margin: 0 1em 0 -1em;
    padding: 0 1em 0 1em;
}

.first
{
    border-left-width: 0 !important;
}


.content
{
    padding: 46px 86px 43px 66px;
    clear: both;
}

.powered-by
{
    margin: 0 4px;
    height: 60px;
    background: transparent url(../images/hr.gif) top left no-repeat;
    padding: 2em 2%;
    clear: both;
}

.powered-by div
{
    float: left;
    width: 33%;
    clear: none;
    text-align: center;
    background: transparent url(../images/vr60.gif) top right no-repeat;
}

.footer
{
    background: transparent url(../images/bg-footer.gif) bottom left repeat-y;
    height: 6px;
}

.footer-address
{
    color: #aaa;
    text-align: center;
    font-size: 11px;
    margin: 0 4px;
    background: transparent url(../images/hr.gif) top left no-repeat;
    padding-top: 1em;
    clear: both;
}

.footer-address a:link, .footer-address a:visited, .footer-address a:active
{
    color: #666;
    text-decoration: none;
}
.footer-address a:hover
{
    color: #333;
    text-decoration: underline;
}
