﻿body
{
    padding: 0px;
    margin: 0px;
    background-color: #C3C3C3;
    font-family:Arial;
}

h1
{
    font-size: 130% !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
}

h2
{
    font-size: 105% !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
}

a
{
	font-weight:bold;
	color:inherit;
}

a:hover
{
	text-decoration:underline;
}

.header-back-div
{
    background-image: url(./images/bkg_strip.jpg);
    background-position:left top;
    background-repeat: repeat-x;
    height: 100px;
}

.canvas-wrapper
{
    background-color: #ffffff;
    margin: 0 auto 0 auto;
}
.canvas
{
    width: 900px;
    margin: 0 auto;
}

.footer-wrapper
{
    background-image: url("./images/bkg_strip_footer.jpg");
    background-position: left -106px;
    background-repeat: repeat-x;
    height: 193px;
    width:100%;
}

.header
{
    background-image:url("./images/header.png");
    height:314px;
    margin:-100px 0 50px 0;
    width:900px;
    float:left;
    position:relative;
    clear:both;
}

.header-telephone
{
    color: #5B5B5B;
    float: left;
    font-size: 8pt;
    height: 20px;
    margin-left: 237px;
    margin-top: 255px;
    width: 280px;
}

.header-telephone a
{
	color: inherit;
    font-weight: normal;
}

.navigation
{
    background-image:url("./images/menu_side.png");
    background-position:right top;
    background-repeat:no-repeat;
    float:left;
    height:180px;
    margin-left:50px;
    padding:29px 15px 15px 0;
    text-align:right;
    width:100px;
    
}

.menu-link
{
    color: #5B5B5B;
    display: block;
    font-size: 11pt;
    font-weight: normal;
    margin-bottom: 6px;
}

.menu-link:hover
{
	color:#000000;
	text-decoration:none;
}

.selected-menu-item
{
    color:#9F1C52;
    display:block;
    font-size:11pt;
    margin-bottom:6px;
}

.selected-menu-item:hover
{
	text-decoration:none;
}

.main-content
{
    float:left;
    margin-left:20px;
    width:665px;
}

.content-text-wrapper
{
    color:#9F1C52;
    float:left;
    font-size:10pt;
    margin-right:20px;
    width:330px;
}

.content-text-wrapper-contact
{
    color:#9F1C52;
    float:left;
    font-size:10pt;
    margin-right:20px;
    width:145px;
}

.content-text-map
{
    color: #9F1C52;
    float: left;
    font-size: 10pt;
    margin-right: 20px;
    width: 460px;
}

.google-map
{
    height: 315px;
    margin-bottom: 10px;
    width: 460px;
}

.content-text-wrapper table tbody .odd
{
    background-color:#e3e3e3;
}

.content-text-wrapper table tbody tr td
{
    padding:2px;
}

.content-text-wrapper table thead tr td
{
    background-color: #9F1C52;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
}

.content-image-wrapper
{
    float:left;
    width:300px;
}

.footer
{
    background-image: url(./images/footer.jpg);
    background-repeat:no-repeat;
    width: 900px;
    height: 194px;
    margin: 0 auto;
}

.footer-flash-logo
{
    height: 60px;
    margin: 0 0 14px 35px;
    padding-top:40px;
    
    clear:both;
    overflow:hidden;
}

.footer-telephone
{
    color:#5B5B5B;
    float:right;
    font-size:7pt;
    height:20px;
    margin-right:54px;
    width:160px;
}

.footer-telephone a
{
	color: inherit;
    font-weight: normal;
}

.blahdblah
{
    color: #5B5B5B;
    float: left;
    font-size: 8pt;
    height: 10px;
    margin: 5px 10px 0 65px;
    width: 125px;
}

.footer-navigation
{
    float:left;
    margin-left:10px;
    width:425px;
    height:10px;
}

.footer-menu-link
{
    border-right: 1px solid;
    color: #5B5B5B;
    font-size: 9pt;
    font-weight: normal;
    margin-right: 2px;
    padding-right: 4px;
}

.footer-menu-link:hover
{
    color:#000000;
}

