/* 
    Document   : style.css
    Created on : Nov 14, 2011, 9:55:00 PM
    Author     : rocco
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

html, body, div, img {
    margin: 0;
    padding: 0;
    border: 0px solid black;
}

/* The style for the html body tag */
body {
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
}

/* The wrappe that keeps he whole page n place */
#wrapper {
    width: 1150px;
    margin: 0 auto;
    text-align: left;
}

/* The header container for all the pages */
#headerContainer {
    border-top: 5px solid #afd1eb;
    height: 405px;
    background-image: url('images/header-background.png');
    position: relative;
}

/* the level 1 navigation in the header container */
ul.NavLevel1 {
    margin-top: 17px;
    padding: 0;
    list-style: none;
    float: right;
}

/* the li in the level 1 navigation in the body container */
ul.NavLevel1 li {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 1px;
    text-align: center;
}

ul.NavLevel1 li a, ul.NavLevel1 li.current_page_item a {
    background-image: url("images/menu-level-1.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 22px;
    display: block;
    background-position: 0 -30px;
    color: white;
    text-decoration: none;
    padding-top: 8px;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

ul.NavLevel1 li.current_page_item a, ul.NavLevel1 li.current_page_parent a {
    background-position: 0 0;
}

ul.NavLevel1 li a:hover {
    background-position: 0 0;
}

/* The body container for all the pages */
#bodyContainer {
}

/* The side panel on the left of the screen in the body container */
#sidePanelLeft {
    width: 415px;
    height: 870px;
    float: left;
}

/* The side navigation onthe left of te screen */
ul.sideNavLeft {
    background-image: url('images/side-nav-left.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 213px;
    padding-top: 35px;
    padding-left: 200px;
}

/* The li in the side navigation onthe left of te screen */
ul.sideNavLeft li {
    list-style-image: url('images/side-nav-left-li-icon.png');
    height: 30px;
}

/* The a in the li in the side navigation onthe left of te screen */
ul.sideNavLeft li a {
    color: #e0891a;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
}

/* The hover for the a in the li in the side navigation onthe left of te screen */
ul.sideNavLeft li a:hover {
    text-decoration: underline;
}

/* The level 2 navigation in the body container */
ul.NavLevel2 {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

/* The li in the level 2 navigation in the body container */
ul.NavLevel2 li {
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

ul.NavLevel2 li a, ul.NavLevel2 li.current_page_item a {
    background-image: url("images/menu-level-2.png");
    background-repeat: no-repeat;
    width: 197px;
    height: 34px;
    display: block;
    background-position: 0 -52px;
    color: white;
    text-decoration: none;
    padding-top: 16px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

ul.NavLevel2 li.current_page_item a {
    background-position: 0 0;
}

ul.NavLevel2 li a:hover {
    background-position: 0 0;
}

/* The level 3 navigation in the body container */
ul.NavLevel3 {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

/* The li in the level 3 navigation in the body container */
ul.NavLevel3 li {
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

ul.NavLevel3 li a, ul.NavLevel3 li.current_page_item a {
    background-image: url("images/menu-level-2.png");
    background-repeat: no-repeat;
    width: 197px;
    height: 34px;
    display: block;
    background-position: 0 -52px;
    color: white;
    text-decoration: none;
    padding-top: 16px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

ul.NavLevel3 li.current_page_item a {
    background-position: 0 0;
}

ul.NavLevel3 li a:hover {
    background-position: 0 0;
}

/* The content in the body container */
#content {
    clear: both;
    padding-right: 120px;
    padding-top: 5px;
    padding-left: 15px;
}

#content h1 {
    font-size: 28px;
    color: #003f79;
}

#content h2 {
    color: #003f79;
}

#content h2 a {
    text-decoration: none;
    color: inherit;
}

/* the container that holds the archives ul */
#archives {
    float: right;
    width: 150px;
    margin: 5px 0 10px 20px;
    margin-right: -120px;
    min-height: 200px;
}

/* the ul for the archives */
#archives ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* the li for the archives ul */
#archives ul li {
    padding-left: 0;
    margin-left: 0;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.wp-caption.alignleft {
    float: left;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.backToTop {
    text-align: right;
    margin: 0;
    padding: 0;
    clear: both;
}

/* The footer container for all the pages */
#footerContainer {
    clear: both;
    height: 287px;
    background-image: url('images/footer-background.png');
    background-position: 0 25px;
    background-repeat: repeat-x;
    text-align: center;
}

ul.FooterNav {
    list-style: none;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    width: 600px;
    margin: 0 auto;
    clear: both;
}

/* The li in the level 2 navigation in the body container */
ul.FooterNav li {
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

ul.FooterNav li a {
    text-decoration: none;
    color: #003f79;
}

ul.FooterNav li a:hover {
    background-position: 0 0;
}

#footerAddressContainer {
    width: 930px;
    margin: 0 auto;
    text-align: left;
    height: 200px;
}

.footerAddress {
    float: left;
    width: 310px;
    text-align: left;
    color: #3f4d6d;
    font-size: 12px;
    font-family: arial;
    line-height: 20px;
}

.footerAddress h1 {
    font-size: 16px;
    font-weight: bold;
    color: #4c86b8;
}
