﻿html, body {
    
    margin: 0px;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    
}

body{
    background: url("images/bg.jpg") repeat-y top center;
}

a, a:hover, a:visited, a:active{
    color: #ED0000;
}

input{
    margin: 3px;
}

h1, h2, h3
{
    margin: 2px;
}

h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
h1.phonenumber
{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    font-style: italic;
    color: #ed0000;
}

h2{
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

h3{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 18px;
}
h3 a, h3 a:hover, h3 a:visited, h3 a:active{
    text-decoration: none;
    color: #000000;
}

.graysubtitle{
    color:#B4B4B4;
    font-weight:bold;
}

hr
{
    margin: 10px auto 10px auto;
    width: 90%;
    color: #e80000;
}

ul
{
    padding-left: 15px;
    margin-left: 10px;
    list-style-type: disc;
}

.maintable{
    width: 950px;
    height: 100%;
    *height: auto;
    
    margin-left: auto;
    margin-right: auto;
}

.header{
    width: 950px;
}

.redstrip{
    background: #ed0000;
    border-top: solid 3px black;
    height: 14px;
}

.contentcell{
    float: left;
    height: 100%;
    padding: 10px;
    vertical-align: top;
    width: 700px;
    margin-left: 10px;
}

.contentbg{
    background: #FFFFFF url("images/contentcell_gradientbg.jpg") repeat-y top right;
    width: 950px;
    display: inline-block;
}

.widecontentcell {
    float: left;
    padding: 10px;
    vertical-align: top;
}

.menucell{
    float: left;
    width: 212px;
    vertical-align: top;
}

.menutable{
    width: 212px;
}
.menubuttons{
    width: 200px;
    float: left;
}

.menubutton{
    width: 200px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    background: #eeeeee;
}

.menushadow{
    background: #FFFFFF url("images/menu_rightshadow.jpg") repeat-y top left;
    width: 12px;
    float: right;
    height: 272px;
}

.menuseparator{
    height: 3px;
    margin: 0px;
    background: #eeeeee url("images/menu_separator.jpg") repeat-y;
}

.submenuitem{
    background: #eeeeee;
    text-align: center;
}

.menubottom{
    float: left;
    clear: left;
    position: relative;
}

.footercell{
    width: 950px;
}

.footergradient{
    float: left;
    width: 950px;
    background: #FFFFFF url("images/footer_gradientbg.jpg") repeat-x bottom left;
    height: 30px;
}

.footergradient img{
    float: right;
}

.footerdiv{
    float: left;
    clear: left;
    background: #ed0000;
    height: 70px;
    color: White;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
    width: 950px;
}

.footerdiv a, .footerdiv a:hover, .footerdiv a:active, .footerdiv a:visited{
    color: White;
    text-decoration: none;
}

div.contactinfo{
    font-size: 14px;
    border: solid 1px #e80000;
    background: #EEEEEE;
    text-align: center;
    padding: 10px;
    margin: 10px;
    padding-top: 30px;
    height: 120px;
    width: 200px;
    vertical-align: middle;
}

.infodiv{
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: 200px;
}

#homeflashcontainer{
    border:1px solid #e80000;
    height:225px;
    margin-left:auto;
    margin-right:auto;
    width:680px;
}

#homedivcontainer{
    height:266px;
    margin-left:15px;
    margin-right:15px;
    width:904px;
}
#homedivcontainer h3{
    color: #e80000;
}

div.homediv
{
    border:1px solid #000000;
    float:left;
    font-size:12px;
    height:250px;
    margin:2px;
    padding:5px;
    width:210px;
    *width: 205px;
    text-align: center;
}
.homedivinner{
    height: 210px;
    text-align: left;
    background-color: Transparent;
}

.center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.contentimgright
{
    margin: 5px;
    border: solid 1px #e80000;
    float: right;
}

div.rightquicklinks {
    font-size: 14px;
    border: solid 1px #e80000;
    background: #EEEEEE;
    padding: 10px;
    margin: 10px;
    padding-top: 30px;
    height: 120px;
    width: 170px;
    vertical-align: middle;
    float: right;
}