/** RESET BROWSER DEFAULTS **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:Arial, Verdana, Helvetica, sans-serif;vertical-align:baseline;}

body {
    background: #fef3f0 url('../images/body.png') top center repeat-y;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

header {
    background: #f0592e;
    height: 140px;
    -webkit-box-shadow:  0 3px 10px 0px #bbb;
    box-shadow:  0 3px 10px 0px #bbb;
}

header .wrapper {
    position: relative;
}

#logo {
    position: absolute;
    top:14px;
    left:0;
}

header nav {
    list-style: none;
    position: absolute;
    top:0;
    overflow: hidden;
    right: 0px;
}

header nav li {
    float: left;
}

header nav li a {
    display: block;
    float:left;
    width:120px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    padding: 90px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}

header nav li a:hover {
    background: #ea5e28;
    background: -moz-linear-gradient(top,  #ea5e28 0%, #f58b6b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea5e28), color-stop(100%,#f58b6b));
    background: -webkit-linear-gradient(top,  #ea5e28 0%,#f58b6b 100%);
    background: -o-linear-gradient(top,  #ea5e28 0%,#f58b6b 100%);
    background: -ms-linear-gradient(top,  #ea5e28 0%,#f58b6b 100%);
    background: linear-gradient(to bottom,  #ea5e28 0%,#f58b6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5e28', endColorstr='#f58b6b',GradientType=0 );
    color: #000;
}

header nav li a .icon {
    width: 50px;
    height: 50px;
    display: block;
    background: top left no-repeat;
    position: absolute;
    top:40px;
    left: 50%;
    margin: -5px 0 0 -25px;
}

header nav li#nav_tips a .icon {
    background-image: url('../images/nav_tips.png');
}

header nav li#nav_mental a .icon {
    background-image: url('../images/nav_mental.png');
}

header nav li#nav_plan a .icon {
    background-image: url('../images/nav_plan.png');
}

header nav li#nav_disclaimer a .icon {
    background-image: url('../images/nav_disclaimer.png');
}

.heading_image {
    float: left;
}

.heading_text {
    float: right;
    width: 580px;
}

.heading_text p {
    font-size: 40px;
}

.heading_text li {
    font-size: 30px;
    font-style: italic;
    width: auto !important;
}

#content {
    min-height: 400px;
    padding: 20px;
    font-size: 14px;
    color: #222;
    line-height: 1.3;
}

#content h1 {
    font-size: 30px;
    margin: 10px 0 20px 0;
    font-weight: bold;
}

#content h2 {
    font-size: 22px;
    margin: 10px 0 20px 0;
    font-weight: bold;
}

#content h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

#content h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

#content p {
    margin: 20px 0;
}

#content a {
    color: #F0592E;
}

#content dl {
    margin: 20px 0;
}

#content dl dt {
    margin: 10px 0;
    font-weight: bold;
}

#content dl dd {
    margin: 10px 0 20px 0;
}

#content ul {
    margin: 20px;
    overflow: hidden;
    padding: 0 0 0 20px;
}

#content ul li {
    float: left;
    margin: 3px 20px 3px 0;
    width: 250px;
}

#content ol {
    margin: 20px;
}

#content .photo_log {
    list-style: none;
    padding: 0px;
    margin: 20px 0;
}

#content .photo_log li {
    width: 440px;
    overflow: hidden;
}


#content .photo_log li.clear_left {
    clear: left;
}


#content .photo_log li img {
    float: left;
    margin: 0 20px 0 0;
}

#content .photo_log li h5 {
    font-weight: bold;
    margin: 10px 0 0 0;
}

#content .photo_log li p {
    font-size: 12px;
    margin: 10px 0 0 220px;
}

table {
    border-collapse: collapse;
}

table tr th {
    text-align: left;
    font-weight: bold;
    padding: 5px;
}

table tr {
    border-bottom: 1px solid #ccc;
}

table tr td {
    padding: 5px;
}

.highlight_box th {
    background: #ccc;
}

.highlight_box {
    background: #ececec;
    margin: 20px -34px;
    padding: 10px 34px;
    font-size: 16px;
    color: #181a1b;
    line-height: 1.3;
    -webkit-box-shadow:  0 3px 10px 0px #bbb;
    box-shadow:  0 3px 10px 0px #bbb;
}

.highlight_box ul {
    font-style: italic;
    font-weight: 600;
}

.highlight_box p {
    margin: 10px 0;
}

#content #footer_gallery_links {
    list-style: none;
    margin: 40px 12px 20px 12px;
    overflow: hidden;
    padding: 2px 0 0 0;
}

#content #footer_gallery_links li {
    float: left;
    margin: 0 35px;
    width: auto;
}

#content #footer_gallery_links li img {
    display: block;
    -webkit-box-shadow: 0px 0px 2px 2px #ccc;
    box-shadow: 0px 0px 2px 2px #ccc;
}

#content #footer_gallery_links li h3 a {
    text-align: center;
    color: #f0592e;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    font-size: 13px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

footer {
    border-top: 2px solid #f7ab95;
    margin: 10px 1px;
    padding: 10px;
}

footer nav {
    list-style: none;
    float: right;
    width: 430px;
}

footer nav li {
    float: left;
}

footer nav li a {
    display: block;
    float: left;
    text-decoration: none;
    padding: 10px 20px;
    color:#8c8c8c;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#copyright {
    font-size: 10px;
    color: #adadad;
    float: left;
    width: 300px;
    padding: 10px;
}
