/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Modified by Larry Ridgley
*/

* {
        margin: 0;
        padding: 0;
}

body {
        background: #6DCFF6 url("images/img1.jpg") no-repeat center top;
        font: normal 13px Georgia, "Times New Roman", Times, serif;
        /* font: normal 13px Verdana, Helvetica, Arial; */
        color: #02375B;
        /* color: #FFFFFF; */
}

h1, h2, h3, h4 {
        /* color: #313131; */
        color: #004D71; 
}

h1 {
        margin-bottom: .5em;
        font-size: 182%;
        letter-spacing: -2px;
}

h2 {
        margin-bottom: .5em;
        font-size: 136%;
        letter-spacing: -1px;
}

h3 {
        font-size: 120%;
        font-weight: bold;
}

h4 {
        font-size: 100%;
        font-weight: bold;
}

p, blockquote, ol, ul {
        margin-bottom: 1.5em;
        text-align: justify;
        line-height: 167%;
        font-size: 107%;
}

blockquote {
        margin-left: 2em;
}

ol {
}

ul {
        list-style: none;
        margin-left: 2em;
    margin-top: 0;
    margin-bottom: 0;
        text-align: left;
        line-height: 120%;
        font-size: 95%;
}

ul li {
    color: #003399;
}


a {
    border-bottom: 1px dotted #FFFFFF;
    text-decoration: none;
    color: #003399;
}

a:hover {
        border-bottom: none;
        color: #02375B;
}

/* Menu */

#menu {
        width: 700px;
        height: 20px;
        margin: 0 auto;
}

#menu ul {
        margin: 0;
        padding: 0;
        text-align: right;
        list-style: none;
}

#menu li {
        padding: 0;
        display: inline;
        background: none;
}

#menu a {
        padding-left: 20px;
        border: none;   
        font: bold 85% Verdana, Arial, Helvetica;
        color: #FFFFFF;
}

#menu a:hover {
        color: #02375B;
}

#menu b {
        text-decoration: underline;
}

/* Logo */

#logo {
        width: 700px;
        height: 140px;
        margin: 0 auto;
        background: url("images/flying-dove.gif") no-repeat;
        /* background: url(images/doveinsky.png) no-repeat; */

}

#logo h1 {
        margin: 0;
        padding: 20px  0 0 140px;
        color: #FFFFFF;
        letter-spacing: 5px;
        font-size: 60px;
        font-weight: bold;
}

#logo h1 a {
        color: #FFFFFF;
}

#logo h2 {
        margin: -10px 0 0 0;
        padding: 0 0 0 200px;
        letter-spacing: 3px;
        font-size: 36px;
}

#logo h2 a {
        color: #00AEEF;
}

#logo a {
        border-bottom: none;
        text-decoration: none;
        /* text-transform: lowercase; */
        font-style: italic;
}

/* Page */

#page {
        width: 700px;
        margin: 0 auto;
        background: url("images/img3.gif") repeat-y;
}

/* Content */

#content {
        float: right;
        width: 446px;
        padding: 5px 0 0 30px;
}

#welcome {
        margin-bottom: 20px;
        padding-bottom: 1px;
}

#welcome ul {
        list-style-image: url(images/smb_red.gif);
        list-style-type: disc;
        list-style-position: inside;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -2em;
        margin: 2em;
        padding: 2px;
        text-align: left;
        }

#welcome li {
        font-size: 90%;
        font-weight: bold;
        /* color: #FFFFFF; */
        color: #003399;
}

#bordered-area {
        width: 446px;
        margin-bottom: 10px;
        padding-bottom: 1px;
        border: 2px solid #FFFFFF;
}


.floating-box {
        float: left;
        width: 210px;
        text-align: justify;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
        font-size: 92%;
}

.floating-box img {
        border: 5px solid #FFFFFF;
}

.floating-box ul {
        list-style-image: url(images/smb_red.gif);
        list-style-type: disc;
        list-style-position: inside;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -2em;
        margin: 2em;
        padding: 2px;
        text-align: left;
        }

.floating-box li {
        font-size: 95%;
        font-weight: bold;
        /* color: #FFFFFF; */
        color: #003399;
}

.indent1 {
        padding: .5em .5em .5em 3em;
        margin-top: .5em;
        margin-bottom: .5em;
        line-height: 130%;
        font-size: .9em;
}


/* Sidebar */

#sidebar {
        float: left;
        width: 218px;
        padding: 0 5px 10px 1px;
        background: url("images/img2.jpg");
}

#sidebar .title {
        height: 30px;
        padding: 10px 0 0 20px;
        background: url("images/img5.gif") repeat-x;
}

#sidebar .content {
        padding: 10px 20px;
}

#sidebar blockquote {
        margin: 0;
}

#sidebar blockquote p {
}

#links {
}

#links ul {
}

#links li {
        padding: 2px 0;
}

#links a {
        border: none;
        font: bold 77% Verdana, Arial, Helvetica;
        color: #FFFFFF;
}

#links a:hover {
        border-bottom: 1px dotted #FFFFFF;
        color: #02375B;
}

/* Footer */

#footer {
        width: 700px;
        margin: 0 auto;
        padding: 20px 0;
        background: url("images/img4.gif") no-repeat;
}

#footer .links {
}

#footer .legal {
}