﻿/* globals */
body 
{
    margin: 0;
    font-family: "Frutiger", Helvetica, Arial, Sans-Serif;
    font-size: 11pt;
    color: #666;
    background-image: url('images/page_bg_vert.gif' );
    background-repeat: repeat-x;
    line-height: 115%;
}
h1
{
    font-size: 160%;
    color: #999;
    font-weight: normal;
    line-height: normal;
}
h2
{
    font-size: 100%;
    line-height: normal;
    color: #2E8EBB; /* dark blue */
    margin-bottom: -12px;
}
h3
{
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
}
li
{
    margin-bottom: 13pt;
}
a
{
    color: #e9841d; /* orange */
}
a:hover
{
    color: #333;
}
/* end globals */

#wrap { width: 950px; margin: 0 auto; } /* width from the images/content_bg_horiz.jpg */


/* banner */
#banner 
{
    width: 100%;
    height: 105px;
    overflow: hidden;
}
#logo 
{
    float: left;
    margin-top: 25px;
}
#printLogo
{
    display: none;
}
#bannerCtrls
{
    float: right;
    text-align: right;
    margin: 5px 20px 0 0;
}
    .buttons
    {
        font-size: 80%;
    }
    .buttons a
    {
        padding: 2px 4px;
        color: #fff;
        background-color: #58b6dd; /* light-blue */
        text-decoration: none;
    }
    .buttons a:hover
    {
        color: #666;
        background-color: #e3e3e3; /* gray */
    }
#fb, #twit
{
    background-color: transparent;
    position: relative;
    float:right;
    padding: 3px;
}
#fb:hover, #twit:hover 
{
    background-color: #e3e3e3;
}
/* end banner */
 
 
    
/* menus */
#topMenu
{
    font-size: 80%;
    font-weight: bold;
    margin-top: 45px;
}
#topMenu a
{
    color: #fff;
    text-decoration: none;
    padding: 2px 4px;
    margin-left: 15px;
}
#topMenu a:hover
{
    color: #58b6dd;
    background-color: #e3e3e3;
}
.selectedTop
{
    background-color: #666;
}
#subMenu
{
    height: 36px;
    overflow: hidden;
    text-align: right;
    font-size: 80%;
    font-weight: bold;
    padding: 10px 15px 0 0;
    float: right;
}
#subMenu a
{
    color: #666;
    text-decoration: none;
    padding: 2px 4px;
    margin-left: 15px;
}
#subMenu a:hover
{
    color: #fff;
    background-color: #999;
}
.selected
{
    background-color: #fff;
}
/* end menu */


/* main content area */
#contentArea
{
    clear: both;
    width: 100%;
    margin: 0 auto 0 auto;
    background-image: url('images/content_bg_horiz.jpg');
    background-repeat: repeat-y;
}
#content
{
    float: left;
    width: 650px;
    padding: 20px 20px 20px 18px;
    margin-left: 17px;
    background-color: #fff;
}
.contentImage
{
    margin: 0 10px 10px 0;
    border: 0;
    vertical-align: text-top;
    float: left; /* for wrapping */
    width: 325px;
}
.pageHeadline img
{
    border: 0;
    margin: 0 10px 10px 0;
    vertical-align: middle;
}
.pageHeadline
{
    font-size: 160%;
    color: #999;
}
/* end main content area */


/* sidebar stuff */
#sideBar
{
    float: left;
    width: 200px;
    font-size: 80%;
    text-align: left;
    padding: 20px 0;
    background-color: #fff;
}
#sideBar h2
{
    margin-right: 15px;
    margin-bottom: 12px;
}
.sidebarItem
{
    border-top: 1px solid #e3e3e3;
    margin: 8px 15px 0 0;
    padding: 3px 8px;
}
.sidebarItem h2
{
    margin-top: 0px;
}
.sidebarItem p
{
    margin: -10px 0 0 0;
}
.sidebarItem a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.sidebarItem a:hover
{
    color: #e3e3e3;
}
.orangeSidebar
{
    background-image: url('images/orange_sidebar.png');
    background-repeat: repeat-x;
}
.greenSidebar
{
    background-image: url('images/green_sidebar.png');
    background-repeat: repeat-x;
}
.blueSidebar
{
    background-image: url('images/blue_sidebar.png');
    background-repeat: repeat-x;
}
.clearSidebar
{
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}
.clearSidebar a
{
    color: #666;
}
.clearSidebar a:hover
{
    text-decoration: underline;
    color: #666;
}
.sidebarArrow 
{
    display: none;
}
.testimonial
{
    background-color: #dcdcdc;
    padding: 8px;
    color: #666;
}
.testimonial p
{
    margin-top: 0; /* offset to sidebarItem */
}
.sidebarIcon
{
    border: 0;
    width: 18px;
}
#miniForm
{
    border: 0;
}
/* end sidebar stuff */

/* footer links */
#linkIndex
{
    clear: both;
    width: 100%;
    background-color: #e3e3e3;
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969;
    font-size: 75%;
    margin-top: 30px;
}
#linkMargin
{
    margin: 0 auto 5px auto;
    width: 900px;
}
#linkIndex td
{
    width: 20%;
}
#linkIndex h5
{
    font-size: 100%;
}
#linkIndex p
{
    margin-top: -20px;
    line-height: 130%;
}
#linkIndex a
{
    text-decoration: none;
    padding: 2px 4px;
    color: #666;
}
#linkIndex a:hover
{
    font-weight: bold;
}
/* end footer links */


/* copyright */
#footer
{
    width: 100%;
    clear: both;
    margin: 15px 0 0 0;
}
#footer .img
{
    float: left;
    width: 33%;
    height: 100px;
    display: inline;
    text-align: center;
}
#copyright
{
    margin: 15px 0;
    font-size: 80%;
    text-align: center;
}
/* end copyright */



.feedback
{
    font-weight: bold;
}
.err
{
    font-weight: bold;
    color: Red;
}
.greenButton
{
    background-image: url('images/green_sidebar.png');
    background-repeat: repeat-x;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 4px;
}

#testSite
{
    display: block;
    font-weight: bold;
    text-align: center;
    width: 100%;
    clear: both;
    font-size: 18px;
}
