﻿body {
    margin: 0;
    padding: 0;
    background: #CCDDFF url(images/bg.png) repeat;
    font-weight: normal;
    color: #787878;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #BAD6F4;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 1.6em;
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
}

ul, ol {
}

a {
    text-decoration: none;
    color: #5E5E5E;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
    padding-top: 15px;
}

.container {
    width: 1300px;
    margin: 0px auto;
}

/* Header */

#header-wrapper {
    overflow: hidden;
    height: 140px;
    background: url(images/img03.png) no-repeat center bottom;
}

#header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: #003C9D url(images/bg.png) repeat;
}

/* Logo */

#logo {
    float: left;
    width: 500px;
    margin: 0;
    padding: 0 0 0 30px;
    color: #FFFFFF;
}

#logo h1, #logo p {
}

#logo h1 {
    line-height: 100px;
    text-transform: uppercase;
    font-size: 2.4em;
}

    #logo h1 a {
        color: #FFFFFF;
        text-shadow: 1px 1px 0px rgba(0,0,0,.2);
    }

#logo p {
    margin: 0;
    padding: 0px 0 0 0px;
    letter-spacing: -1px;
    font: normal 18px Georgia, "Georgia", Georgia, Georgia;
    font-style: italic;
    color: #8E8E8E;
}

    #logo p a {
        color: #8E8E8E;
    }

#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #000000;
}

/* Splash */

#splash {
    width: 1200px;
    height: 300px;
    margin: 0px auto;
}

/* Search */

#search {
    float: right;
    width: 280px;
    height: 60px;
    padding: 20px 0px 0px 0px;
}

#search form {
    height: 41px;
    margin: 0;
    padding: 10px 0 0 20px;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search-text {
    width: 170px;
    padding: 6px 5px 2px 5px;
    border: 1px solid #E7EBED;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #5D781D;
}

#search-submit {
    width: 50px;
    height: 22px;
    border: none;
    background: #B9B9B9;
    color: #000000;
}

/* Menu */

#menu {
    float: right;
    width: 400px;
    height: 90px;
    margin: 0 auto;
    padding: 0;
}

#menu ul {
    float: right;
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
}

#menu a {
    display: block;
    line-height: 100px;
    margin-right: 1px;
    padding: 0px 20px 0px 20px;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0,0,0,.2);
    text-transform: uppercase;
    font-size: 0.90em;
    font-weight: 300;
    color: #FFFFFF;
    border: none;
}

    #menu a:hover, #menu .current_page_item a {
        text-decoration: none;
        color: #FFFFFF;
    }

#menu .current_page_item a {
}

#banner {
    margin-bottom: 3em;
}

/* Page */

#page {
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
    padding: 10px;
    background: #FFFFFF;
    height: 690px;
}

/* Content */

#content {
    overflow-y: auto;
    float: left;
    width: 1300px;
    height: 600px;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 300px;
}

    #sidebar .title h2 {
    }

    #sidebar .box1 {
        margin-bottom: 5em;
    }

/* Calendar */

#calendar {
}

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

/* Three Column Footer Content */

#footer-content {
    color: #D6E2F0;
}

    #footer-content a {
        color: #92A9B6;
    }

#footer-bg {
    overflow: hidden;
    width: 1300px;
    padding: 30px 55px 50px 55px;
}

#footer-content h2 {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    letter-spacing: -1px;
    text-transform: lowercase;
    font-size: 26px;
    color: #FFFFFF;
}

#footer-content ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

#footer-content a {
}

#column1 {
    float: left;
    width: 290px;
    margin-right: 30px;
}

#column2 {
    float: left;
    width: 280px;
}

#column3 {
    float: right;
    width: 260px;
}

/* Footer */

#footer {
    height: 0px;
    margin: 0 auto;
    padding: 20px;
    background: url(images/img03.png) no-repeat center top;
}

#footer p {
    margin: 0;
    padding-top: 0px;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255,255,255,.3);
}

#footer a {
    color: rgba(255,255,255,.3);
}

#marketing {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 0px 10px 0px;
    border-top: 1px solid #E7EBED;
    border-bottom: 1px solid #E7EBED;
}

#marketing .text1 {
    float: left;
    margin: 0px;
    padding: 0px;
    letter-spacing: -2px;
    text-transform: lowercase;
    font-size: 34px;
    color: #345E9B;
}

#marketing .text2 {
    float: right;
}

#marketing .text2 a {
    display: block;
    width: 252px;
    height: 38px;
    padding: 15px 0px 0px 0px;
    background: url(images/img07.jpg) no-repeat left top;
    letter-spacing: -2px;
    text-align: center;
    text-transform: lowercase;
    font-size: 30px;
    color: #FFFFFF;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
    margin-bottom: 3em;
}

.title h2 {
    letter-spacing: 0.20em;
    font-weight: 700;
    font-size: 2em;
    color: #171717;
}

.title .byline {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.90em;
    color: #6F6F6F;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
    padding: 0.50em 3em 0.50em 2em;
    letter-spacing: 0.20em;
    display: inline-block;
    margin-top: 1.50em;
    background: #003C9D;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0,0,0,.4);
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
    color: #FFFFFF;
}

.button:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    color: #FFF;
}

/*********************************************************************************/
/* Two Column                                                                    */
/*********************************************************************************/

#two-column {
    padding-top: 3em;
}

#two-column .title h2 {
    font-size: 1.6em;
}

#two-column #tbox1 {
    float: left;
    width: 350px;
}

#two-column #tbox2 {
    float: right;
    width: 350px;
}

#two-column #tbox1 ul.style2,
#two-column #tbox2 ul.style2 {
    margin-top: 2.2em;
}

#slider {
    position: relative;
    width: 1300px;
    margin: 0 auto;
}

#slider .viewer {
    width: 1300px;
    height: 275px;
    overflow: hidden;
    margin: 0 auto;
}

#slider .viewer .reel {
    display: none;
    height: 275px;
}

#slider .viewer .reel .slide {
    position: relative;
    width: 1300px;
    height: 275px;
}

#browse{
    order: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
    background-color: #2c9a8a;
    color: #fff;
}
