/* $Id: default.css 3775 2008-10-28 14:26:44Z eric $
   Copyright 2007-2008 Medi-Weightloss Clinics, LLC [Tampa, Florida]
   http://www.mediweightlossclinics.com/contact/
*/
html, body {
    height: 100%;
    margin: 0;
    font-family: Tahoma, "DejaVu Sans Condensed", sans-serif;
}
html {
    background: #e6e092 url("bg000000.gif") repeat-x;
}
body {
      background: #e6e092 url("bg000000.gif") repeat-x;

}
.container {
    position: relative;
}
hr {
    background: #F99D1B;
}
a {
    color: #0035AC;
}

/* Navigation */
#nav {
    height: 72px;
    padding: 31px 0 1px 0;
    background: url("header00.gif") repeat-x;
}
#logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 39px;
    width: 41px;
    height: 0;
    padding-top: 27px;
    overflow: hidden;
    background: url("logosm00.gif");
}
#nav ul {
    width: 900px;
    float: right;
    margin: 0;
    list-style: none;
    position: relative;
}
#nav li {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    white-space: nowrap;
    background: url("navl0000.gif") no-repeat top left;
}
* html #nav li {
    width: 1px;
}
#nav li a {
    display: block;
    font-size: 110%;
    font-weight: bold;
    height: 38px;
    padding: 15px 15px 0 15px;
    color: #fff;
    text-decoration: none;
}
#nav li a:hover, #nav li.active a {
    background: #b30d0f url("nav00000.gif") no-repeat bottom center;
}
#login, #top-link, #login-p {
    position: absolute;
    right: .5em;
    top: .5em;
}
#top-link {
    left: .5em;
    font-style: italic;
}
#top-link a {
    font-style: normal;
}
#login {
    z-index: 2;
}
#login-p {
    right: 8em;
    z-index: 2;
}

/* Secondary Nav */

#contact_nav {
    height: 46px;
    padding:  0 0 0 5px;
    background: url("contact_.png") repeat-x;
}

#contact_nav ul {
    width: 600px;
    float: right;
    margin: 0;
    list-style: none;
    position: relative;
}
#contact_nav li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    white-space: nowrap;
    background: url("navl0000.gif") no-repeat top left;
}
* html #contact_nav li {
    width: 1px;
}
#contact_nav li a {
    display: block;
    font-size: 110%;
    font-weight: bold;
    height: 31px;
    padding: 15px 15px 0 15px;
    color: #fff;
    text-decoration: none;
}
#contact_nav li a:hover, #contact_nav li a.active  {
    background: #20b1b5 url("contact_.gif") no-repeat bottom center;
}

/* Main Content */
#main {
    
}
#main-box h1, #main-box h2 {
  
}
.box {
    background-color: #fff;
}
.subbox {
    padding: 1em;
    border: .5em solid #E6E6E6;
    margin-right: 10px;
    position: relative;
}
.imaged h3, .imaged .tail {
    text-align: center;
    position: absolute;
    width: 208px;
    top: 0;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, .85);
}
.imaged h3 a {
    padding: .5em;
}
.imaged .imaged {
    display: block;
    margin: -1em;
}
.imaged .tail {
    top: auto;
    bottom: 0;
}

/* Core Elements */
#topbar div {
    margin: -18px 0 0 0;
    height: 140px;
    padding: 33px 0 0 160px;
    background: url("topbar00.png");
    position: relative;
    z-index: 2;
    overflow: hidden;
}
#topbar .franchising {
    background: url("topbar-f.png");
}
#topbar .locations {
    background: url("topbar-l.png");
}
#topbar .front {
    background: url("topbar-d.jpg");
    padding: 37px 0 80px 145px;
}
#topbar .program {
    background: url("topbar-p.png");
}
#topbar .wellness {
    background: url("topbar-w.png");
}
#topbar h1, #topbar h2 {
    color: #6d7172;
    font-family: Cambria, Times;
    line-height: 90%;
    margin: 0;
}
#topbar a {
    color: #6d7172;
}
#topbar h2 {
    font-style: italic;
    line-height: 110%;
    font-size: 1.5em;
    margin-top: 5px;
}
#topbar #front-ident {
    position: absolute;
    right: 8px;
    bottom: 2px;
    display: block;
    text-align: right;
    line-height: 1.15;
}
#sidebar {
    padding: 1.5em 0 0 0;
}
.obox {
    border: 5px solid #e6e6e6;
    background: #fff !important;
    margin-right: 10px;
    margin-bottom: 1.5em;
}
.obox .box {
    border: 1px solid #ccc;
    margin: 0;
}
#sidebar h2 {
    font-size: 1.5em;
    margin: -1em -1em .65em -1em;
    background: url("barline0.gif");
    color: #fff;
    text-align: center;
}
#sidebar h2 a {
    color: #fff;
    text-decoration: none;
}
#sidebar h3 {
    font-size: 18px;
    margin-bottom: 2px;
}
#sidebar h3 a {
    text-decoration: none;
    display: block;
}
#sidebar h3 a span {
    color: #00929F;
}
#sidebar p {
    margin-bottom: 0;
    text-align: left;
}

/* Common Footers */
#reklam {
    color: #fff;
    padding: 4px 10px;
    font-size: 95%;
	 background-color:#FFFFFF
}
#footer {
    background: url("footer00.gif") repeat-x;
    color: #fff;
    padding: 4px 10px;
    font-size: 95%;
}
#footer a {
    color: #fff;
    text-decoration: none;
    padding: 0 2px;
}
#footer-right {
    float: right;
}
#disclaimer {
    font-size: 95%;
    background: #d6d6d6;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    padding: 1em;
    text-align: justify;
}

/* Location Finder */
#zip-finder label {
    display: block !important;
}
#zip-finder input {
    width: 45% !important;
}

/* Front */
#front-right {
    float: right;
}
#front {
    margin-right: 100px;
    border-top: 1px dotted #00929F;
}
#front hr {
    clear: none;
}
#front-keys {
    z-index: 2;
    float: right;
}
#front-map {
    width: 310px;
    height: 155px;
    position: relative;
    line-height: 140px;
    font-size: 140%;
    text-align: center;
}
#front-map img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
    z-indeX: 1;
}
#front-map a {
    position: relative;
    z-index: 2;
}
.boxed-th {
    border: 4px solid #C8CACC;
    float: left;
    margin-right: 1em;
}

/* Common Elements */
h1, h2, h3, h4 {
    font-family: Cambria, Times;
}
ul {
    list-style-image: url("bullet00.gif");
}
.flush-right {
    margin-right: -1.5em;
}
.center {
    text-align: center;
}
p {
    text-align: justify;
}
.altt {
    font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
    text-transform: uppercase;
}
.img-deco-b {
    border-bottom: 2px solid #ccc;
}
.tright {
    text-align: right;
}
.highlight {
    background: #B1CDFF;
    position: relative;
    width: 100%;
}
.highlight.hl-left {
    left: -1.5em;
    padding-left: 1.5em;
}
.highlight.hl-right {
    right: -1.5em;
    padding-right: 1.5em;
}
.highlight.hl-bottom {
    bottom: -1.5em;
    padding-bottom: 1.5em;
}
.highlight.hl-top {
    top: -1.5em;
    padding-top: 1.5em;
}
.pointer {
    font-weight: bold;
    background: url("arrow000.png") no-repeat left center;
    display: block;
    padding: 2em 0 2em 70px;
    text-decoration: none;
    margin-bottom: 2em;
}
.pointer em {
    display: block;
    color: #000;
    font-weight: normal;
}

/* Forms */
.ft thead td {
    width: 8.33%;
}
.ft label {
    display: block;
}
.ft input, .ft select {
    width: 100%;
}

@media print {
    #nav, .noprint, #zip-finder {
        display: none;
    }
    #topbar div {
        margin: 0;
        padding: 0;
    }
    .box, .subbox {
        border: none !important;
    }
}
