body {
	text-align: center;
	background: #F7F7F7 url(../img/body.png) repeat-x left top;
}

#container {
    width: 975px;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: 160px;
    position: relative;
}

#logo {
    position: absolute;
    left: 0;
    top: 0;
}

#contact {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 30px;
    width: 562px;
    height: 35px;
    padding: 39px 0 0 67px;
    background: url(../img/contact.jpg) no-repeat;
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    color: #7A1922;
}

#topnav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 34px;
}

#topnav li {
    position: relative;
    margin: 0 6px 0 0;
    padding: 6px 0 0 0;
    list-style: none;
    float: left;
}

#topnav li:last-child {
    margin-right: 0;
}

#topnav li a {
    display: block;
    padding: 0 20px;
    color: #FFF;
    background: url(../img/topnav.png) repeat-x left top;
    line-height: 27px;

    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#topnav li:hover a {
    /*background: url(../img/topnav_hover.png) repeat-x left top;
    color: #6B0207;*/
    color: #c3c3c3;
}

#topnav li.active {
    padding: 0;
}

#topnav li.active a {
    padding: 5px 19px 1px 19px;
    background: url(../img/topnav_hover.png) repeat-x left bottom;
    color: #6B0207;
    border: 1px solid #FFF;
    border-bottom: none;

    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    -webkit-box-shadow: 0px 0px 3px #CCCCCC;
    -moz-box-shadow: 0px 0px 3px #CCCCCC;
    box-shadow: 0px 0px 3px #CCCCCC;
}



#topnav li:hover ul {
    display: block !important;
}

#topnav ul {
    position: absolute;
    z-index: 900;
    left: 0;
    top: 33px;
    height: auto;
    width: 180px;
    background: #FFF;
    border: 2px solid #7B1A23;
    margin: 0;
    padding: 1px 0 1px 0;
    list-style: none;

    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;

    -webkit-box-shadow: inset 5px 0px 5px 0px #e0e0e0;
    -moz-box-shadow: inset 5px 0px 5px 0px #e0e0e0;
    box-shadow: inset 5px 0px 5px 0px #e0e0e0;
}

#topnav ul li {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    float: none;
    border-bottom: 1px solid #FFF
}

#topnav ul li:last-child {
    border-bottom: none;
}

#topnav ul li a {
    display: block;
    line-height: 1.2em;
    padding: 5px 10px !important;
    color: #6B0207 !important;
    font-size: 1em;
    font-weight: normal;

    border: none !important;
    background: #FBFAF8 url(../img/topnav_sub.png) repeat-x left bottom;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#topnav ul li a:hover {
    background: #FAF9F7 url(../img/topnav_sub_hover.png) repeat-x left bottom !important;
    color: #000 !important;
}




.noShadow {
    clear: both;
    height: 5px;
    background-color: #ECECEC;
    position: relative;
    z-index: 10;
    margin-bottom: 9px;
}


#topContent {
    position: relative;
    height: 371px;
    border: 2px solid #FFF;
    margin-bottom: 15px;
    background: #FFF url(../img/topContent.jpg) no-repeat;

    -webkit-box-shadow: 0px 0px 5px #e0e0e0;
    -moz-box-shadow: 0 0 5px #e0e0e0;
    box-shadow: 0 0 5px #e0e0e0;
}

#topContent .finder {
    width: 202px;
    height: 212px;
    padding: 65px 20px 20px 20px;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 20px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    background: url(../img/finder_top.png) no-repeat;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


#contentContainer {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 30px;
    
    -webkit-box-shadow: 0px 0px 5px #e0e0e0;
    -moz-box-shadow: 0 0 5px #e0e0e0;
    box-shadow: 0 0 5px #e0e0e0;
}

#left {
    width: 248px;
    float: left;
    margin-right: 24px;
}

#left .finder {
    width: 202px;
    height: 212px;
    padding: 65px 20px 20px 20px;
    overflow: hidden;
    border: 3px solid #FFF;
    background: #F8F4E9 url(../img/finder_left.png) no-repeat;
    margin-bottom: 15px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 0px 0px 5px #e0e0e0;
    -moz-box-shadow: 0 0 5px #e0e0e0;
    box-shadow: 0 0 5px #e0e0e0;
}


#subnav {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

#subnav li {
    margin: 0 0 3px 0;
    padding: 0;
    list-style: none;
}

#subnav li a {
    display: block;
    line-height: 1.3em;
    padding: 5px 15px 5px 10px;
    background: #E1E1E1 url(../img/subnav.png) repeat-x left top;
    color: #99282C;

    border: 1px solid #D9D9D9;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#subnav li a:before {
    content: "\00BB";
    padding-right: 5px;
    font-size: 15px;
    color: #99282C;
}

#subnav li a:hover {
    color: #000;
}

#content {
    float: left;
    width: 673px;
}

#footer {
    margin-bottom: 10px;
}

#powered {
    color: #999;
    text-align: right;
    font-size: 0.85em;
    margin-bottom: 20px;
}

#powered a {
    color: #999;
    font-weight: normal;
}

#powered a:hover {
    color: #000;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}


.fce-3col {
    background: #FFF url(../img/fce-3col.png) repeat-y left top;
    margin-bottom: 15px;

    -webkit-box-shadow: 0px 0px 5px #e0e0e0;
    -moz-box-shadow: 0 0 5px #e0e0e0;
    box-shadow: 0 0 5px #e0e0e0;
}


.fce-3col .col1,
.fce-3col .col2,
.fce-3col .col3 {
    width: 295px;
    padding: 15px;
    float: left;
    overflow: hidden;
}
