﻿/*
 * Main Layout
 */

body
{
    background: #005d9f url(../images/main-bg.jpg) repeat-x top left;
    text-align: center;
    font-size: 62.5%;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 1;
    margin-bottom: 30px;
}

#container-1
{
    background: transparent url(../images/tier-bg.jpg) repeat-y center top;
}

#container-2
{
    position: relative;
    width: 985px;
    padding-left: 10px;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
}

#header
{
    position: relative;
    z-index: 1000;
}

#title
{
    height: 112px;
    background: url(../images/philex-logo-2.png) top left no-repeat;
}

#title h1
{
    position: absolute;
    left: -999em;
}

#title p
{
    position: absolute;
    top: 24px;
    right: 10px;
    color: #009ac9;
    font-size: 1.3em;
}

#title p span
{
    font-size: 1.5em;
    color: #808080;
}

#search
{
    position: absolute;
    top: 60px;
    right: 10px;
    background: url(../images/search-box-2.png) no-repeat left top;
    height: 18px;
    padding: 2px;
    margin:0px;
    width: 272px;
}

#search input
{
    width:200px;
    border: none;
    color: #009ac9;
    font-size: 12px;
    margin-right: 4px;
    background-color:Transparent;
}

#search input.submit
{
    position:absolute;
    cursor: pointer;
    left:220px;
    top:3px; 
    background-color: transparent;
    color: #fff;
    height: 16px;
    width: 50px;
}

#top-nav
{
    background: url(../images/top-nav.png) no-repeat left bottom;
    height: 4.2em;
    width: 985px;
    z-index: 999;
    position: relative;
}

#top-nav li, #top-nav h2
{
    color: #fff;
    float: left;
    display: inline;
    margin-top: 4px;
}

#top-nav h2
{
    width: 150px;
    text-indent: 20px;
    padding-top: 3px;
    font-size: 1.2em;
}

#top-nav li
{
    border-left: 1px solid #71add8;
    padding: 0.3em 30px 0 30px;
    height: 1.7em;
    position: relative;
}

#top-nav li.first
{
    border-left: none;
}

#top-nav li.last
{
    padding-right: 27px;
}

#top-nav a, #top-nav span
{
    color: #fff;
    font-size: 1.2em;
}

#top-nav li:hover
{
    background-color: #5696C3;
}

#top-nav span:hover
{
    cursor: pointer;
}

#top-nav li:hover ul, #top-nav li.hover ul
{
    display: block;
}

#top-nav li ul
{
    position: absolute;
    display: none;
    top: 2em;
    left: -1px;
    background-color: #0060a5;
    width: auto;
    border-left: 1px solid #71add8;
}

#top-nav li li
{
    float: none;
    background: url(../images/side-nav-bullet-1.gif) no-repeat 15px center;
    display: block;
    padding: 0.5em 0 0.5em 30px;
    border-left: none;
    border-bottom: 1px solid #71add8;
    height: auto;
    width: 14em;
}

#top-nav li li:hover {
    background-color: #003964;
}

#main
{
    position: relative;
    z-index: 1;
}

/*
 * Nav styles
 */


#side-nav
{
    clear: left;
    float: left;
    background: #0060a5 url(../images/side-nav-bg.png) no-repeat right bottom;
    height: auto;
    width: 148px;
    overflow: hidden;
    padding: 15px 0 30px 0;
    color: #fff;
    border-right: 1px solid #5393c2;
    margin-right: 22px;
}

#side-nav h3
{
    font-size: 1.8em;
    margin: 0 0 10px 15px;
}

#side-nav li
{
    background: url(../images/side-nav-bullet-1.gif) no-repeat 15px 15px;
    width: 148px;
    line-height: 1.5em;
    margin: 0;
    padding: 12px 0 0;
}

#side-nav li:hover, #side-nav li.selected
{
    background-color: #003964;
}

#side-nav a
{
    color: #fff;
    font-size: 1.1em;
    display: block;
    padding: 0 0 5px 0;
    margin: 0 0 0 26px;
    border-bottom: 1px solid #fff;
}

#side-nav li ul
{
    background-color: #003964;
    display: none;
}

#side-nav li li
{
    background-position: 25px 15px;
}

#side-nav li li:hover, #side-nav li li.selected
{
    background-color: #84b2d3;
}

#side-nav li li a
{
    margin-left: 36px;
}

#side-nav li li li
{
    background-position: 35px 15px;
}

#side-nav li li li a
{
    margin-left: 46px;
}

#side-nav li li li:hover, #side-nav li li li.selected
{
    background-color: #bed6e8;
}

#side-nav li li li:hover a, #side-nav li li li.selected a
{
    color: #003964;
}


/*
 * Common tier page styles
 */

#tier-content
{
    float: left;
    width: 805px;
}

#breadcrumb
{
    font-size: 1.1em;
    padding-top: 4px;
    height: 20px;
}

#breadcrumb, #breadcrumb a
{
    color: #80b0d2;
}

#breadcrumb a:hover
{
    text-decoration: underline;
}

#breadcrumb a.last
{
    color: #0060a5;
}

input.textbox, textarea.textbox {
    border: 1px solid #ccc;
    padding: 1px;
}

input.button {
    border: 1px solid #000;
}


/*
 * Footer styles
 */

.footer
{
    clear: both;
    color: #595959;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

.footer img {
    float: right;
}

.footer li, #footer-1 h3
{
    float: left;
    line-height: 1.8em;
    padding-right: 2em;
}

.footer a
{
    color: #595959;
    margin-top: 10px;
}

#footer-2 ul
{
    clear: left;
}

#footer-1
{
    height: 1.6em;
    font-size: 1.1em;
}

#footer-1 li
{
    background: url(../images/side-nav-bullet-2.gif) no-repeat left center;
    padding-left: 15px;
}

#footer-2
{
    padding-bottom: 50px;
}

div.clear
{
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
}

#tier-footer
{
    clear: both;
    color: #595959;
}

#tier-footer li, #tier-footer p
{
    font-size: 0.9em;
    line-height: 1.2em;
}

#tier-footer h3
{
    color: #0060a5;
    margin-bottom: 10px;
}

#tier-footer a
{
    color: #5c5c5c;
}

#tier-footer div
{
    border-top: 1px solid #ccc;
    float: left;
    margin-right: 40px;
    padding: 15px 0;
}

#tier-footer strong
{
    color: #009ac9;
}

#tier-footer li
{
    background: url(../images/side-nav-bullet-2.gif) no-repeat left center;
    padding-left: 10px;
}

#tier-footer-1
{
    width: 500px;
}

#tier-footer-1 ul
{
    float: left;
    width: 125px;
}

#tier-footer-2, #tier-footer-3
{
    width: 110px;
}

div#tier-footer-4
{
    margin-right: 0;
    width: 140px;
}

