*
{
    margin: 0px;
    padding: 0px;
}
body
{
    margin: 0px;
    padding: 0px;
    background: #001E42 url( '../images/BG_bluestripe.jpg' ) repeat-x fixed left top;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
#wrapper, content,header, footer{width: 900px;}
#wrapper
{
    display: block;
    
    margin: Auto;
    padding: 0 0px;
    background:White;
}
#header
{
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    height: 100px;
    background-color: #fff;
}
#header h1 a
{
    display: block;
    position: relative;
    top: 10px;
    left:40px;
    height: 80px;
    width: 500px;
    
    padding: 0px;
    background:#fff url('../images/esqfc_logo.gif') top left no-repeat;
}
#header h1 span
{
    display: none;
}
#feature
{
    display: block;
    position: absolute;
    top: 0px;
    left: 620px;
}
#menu
{
    display: block;
    width: 900px;
    height: 22px;
    background: #00489A url( '../images/BG_MenuRunner.jpg' ) repeat-x left top;
    border-bottom: 4px solid #808080;
    padding: 0px;
    margin: 0px;
}
#menu ul
{
    display: block;
    padding: 0px;
    width: 380px;
    margin-left: 520px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    
}

#menu ul li
{
    float: left;
    list-style: none;
}
#menu ul li a
{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 2px 15px 2px 15px;
}
#menu ul li a:hover
{
    color: #003F8A;
    background-color: #F0F7FF;
}


#content
{
    display: block;
  
}
#leftcol
{
    float: left;
    display: block;
    width: 210px;
}
#leftcol ul
{
    display: block;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}
#leftcol ul li
{
    list-style: none;
}
#leftcol ul li a
{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding: 4px 0px 0px 25px;
    margin-bottom: 6px;
    height: 30px;
    background: url( '../images/BTN_BlueRed.png' ) no-repeat 50% bottom;
}
#leftcol ul li a:hover
{
    background: url( '../images/BTN_BlueRed.png' ) no-repeat 50% top;
}
#leftcol ul li a.espanol
{
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding: 4px 0px 0px 25px;
    margin-bottom: 6px;
    height: 30px;
    background: url( '../images/BTN_espanol.png' ) no-repeat 5px -34px;
}
#leftcol ul li a.english
{
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding: 4px 0px 0px 25px;
    margin-bottom: 6px;
    height: 30px;
    background: url( '../images/BTN_espanol.png' ) no-repeat 5px 1px;
}
#leftcol ul li a.english:hover, #leftcol ul li a.espanol:hover
{
    background: url( '../images/BTN_espanol.png' ) no-repeat 50% bottom;
    color: #fff;
}
#rightcol
{
    float: right;
    display: block;
    width: 670px;
    min-height:300px;
    padding: 10px;
}
ul
{
    margin-left: 30px;
}
.bluebg
{
    background-color: #F0F7FF;
    padding: 0px 0px 10px 10px;
    margin: 0 10px 0 10px;
}
#rightcol h2
{
    font-size: 36px;
    color: #003F8A;
    padding: 0px;
   
}
#rightcol p
{
    padding: 0px 0px 0px 0px;
    margin:10px 0;
    font-size: 16px;
}
#LocationMap
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 760px;
    margin: 10px auto;
}
.ZipCodeSearch
{
    display: block;
    position: absolute;
    top: 2px;
    left: 640px;
}
.ZipCodeSearch p
{
    color: White;
    font-size: 12px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.ZipCodeSearch form
{
    margin: 0px !important;
    padding: 0px !important;
}

.BodyWork, .prepPackages, .Packages
{
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    background-image: url( '../images/bg_packages.jpg' );
    height: 380px;
    width: 240px;
    float: left;
    margin-right: 10px;
    padding: 0px;
}
.prepPackages
{
    height: 240px;
    width: 365px;
}
.BodyWork
{
    height: 250px;
    width: 300px;
    margin-left: 225px;
}

.Packages h3
{
    color: Red;
    font-size: 40px !important;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

.prepPackages h3, .BodyWork h3
{
    color: Red;
    font-size: 25px !important;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}
.Packages ul, .prepPackages ul, .BodyWork ul
{
    margin: 5px auto;
    width: 60%;
}
.Packages ul li, .prepPackages ul li, .BodyWork ul li
{
    color: white;
    font-size: 14px;
    line-height: 20px;
}

.price
{
    position: absolute;
    display: none;
    top: 285px;
    left: 20px;
    color: white;
    font-size: 35px !important;
    font-weight: bold;
    font-style: italic;
}
.prepPrice
{
    position: absolute;
    display: none;
    top: 220px;
    left: 20px;
    color: white;
    font-size: 35px !important;
    font-weight: bold;
    font-style: italic;
}
.disclaimer
{
    position: absolute;
    display: none;
    top: 335px;
    left: 10px;
    color: white;
    font-size: 8px !important;
    font-weight: bold;
    font-style: italic;
}
#searchDiv
{
    display: block;
    margin: 0px;
    height: 530px;
}
#searchMenu
{
    background-color: #2a68bf;
    margin: 0px;
    padding: 0px;
    clear: both;
    color: White;
}

/*#searchMenu input{margin:0px; padding:0px !important;}
#searchMenu label{margin:0px; padding:0px !important;}*/

#Results
{
    width: 215px;
    height: 500px;
    float: left;
    overflow: auto;
}
#myMap
{
    float: right;
}

.shopBlock a
{
    display: block;
    font-size: 12px;
    margin: 4px;
    padding: 4px;
    color: Black;
    text-decoration: none;
    border-bottom: 1px dotted black;
}
.shopBlock a:hover
{
    background-color: #F0F7FF;
}
.shopBlockNumber
{
    font-weight: bold;
    background-color: #2a68bf;
    color: White;
    display: block;
    padding: 0 0 0 4px;
}
.shopBlockNlocation, .shopBlockaddress, .shopBlockCityStateZip, .shopBlockPhone
{
    display: block;
}

#footer
{
    display: block;
   
    background-color: #013b84;
    text-align: center;
    color: #fff;
}
#footer a
{
    color: #fff;
    text-decoration: none;
}
#footer a:hover
{
    color: orange;
    text-decoration: none;
}