/* CSS Document */
* {
    outline: none;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-image: url(/images/bck_clouds.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    font: 80% "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Helvetica,sans-serif;
    line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman" , Times, serif;
}
h1 {
    font-size: 150%;
}
h2 {
    font-size: 130%;
}
h3 {
    font-size: 120%;
}
h4 {
    font-size: 110%;
}
h5 {
    font-size: 100%;
}
h6 {
    font-size: 100%;
}
#superpage {
    margin: 0;
    padding: 0;
}
#page {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    background-image: url(/images/bck_logo.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

#header {
    height: 143px;
    margin: 0;
    padding: 0;
}
#header h1 {
    margin: 0 0 0 47px;
    padding: 0;
}
#header a {
    display: block;
    height: 150px;
    width: 480px;
    text-decoration: none;
}
#header h1 span {
    display: none;
}

#nav {
    font-size: 110%;
    height: 40px;
}
#nav a {
    color: #000;
    text-decoration: none;
}
#nav a:hover {
    border-bottom: 2px solid #ff3;
}
#nav ul {
    padding-left: 0;
    margin-left: 0;
}
#nav li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

#content_wrapper {
    padding-bottom: 3em;
    min-height: 400px;
}
#content_wrapper h2 {
    color: #36f;
}
#title {
    width: 960px;
    height: 100px;
    background-image: url(/images/shade_45.png);
    border: 1px solid #333;
    color: #fff;
    padding: 0;
    text-align: right;
    margin-bottom: 1em;
}
#title h2 {
    float: left;
    margin-left: 1em;
    vertical-align: middle;
}
#title img {
    margin: 0;
}

#window {
    width: 960px;
    height: 300px;
    float: left;
    display: inline;
    margin: 0 0 10px 0;
    padding: 0; /*background-color: #39f;*/
    background-image: url(/images/shade_45.png);
    border: 1px solid #333;
}

#index_title {
    color: #fff;
    width: 400px;
    float: left;
    display: inline;
    margin: 1em 0 0 20px;
    padding: 0;
}
#index_title h2 {
    margin-top: 0;
}
#index_title p {
    line-height: 160%;
}

.column {
    width: 226px;
    float: left;
    margin: 0 20px 0 0;
}
.content-main {
    width: 680px; /*background-color: #fff;*/
    background-repeat: repeat-x;
    min-height: 600px;
    border: 5px solid #fff;
    padding: 0 20px;
    float: left;
}
.content-main a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #999;
}
.content-sub {
    margin: 0 0 0 750px;
    border: 5px solid #fff;
    min-height: 600px;
}
.content-sub ul {
    padding: 0 1em;
    margin: 1em 0;
    list-style: none;
}
.content-sub a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #999;
}
.content-sub .sub {
    margin: 0 1em;
}

.module {
    margin-bottom: 2em;
}
.module img {
    border: none;
    float: left;
    margin-right: 1em;
}
.gallery img {
    border: 2px solid #99f;
    float: none;
}

#footer {
    clear: both;
    border-top: 1px solid #bbb;
    margin: 2em 0;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 90%;
    text-align: right;
    padding: 4px 0 0 8px;
    color: #666;
}

.clear {
    clear: both;
}
.error {
    background-image: url(/images/shade_45.png);
    border: 1px solid #333;
    padding: 1em;
    margin: 1em 0;
    color: #fff;
}
.error a {
    color: #ccc;
}
.inputText {
    width: 250px;
    border: 1px solid #000;
}
.inputText-small {
    width: 80px;
    border: 1px solid #000;
}
.inputTextarea {
    width: 250px;
    height: 150px;
    border: 1px solid #000;
}
.inputText:hover, .inputText-small:hover, .inputTextarea:hover {
    background-color: #efefef;
}

.post {
    margin-bottom: 5em;
}
.post h2 {
    margin-bottom: 0;
}
.post h2 a {
    text-decoration: none;
    color: #36f;
    border: none;
}
.post h2 a:hover {
    text-decoration: underline;
}
.post_byline {
    margin: 0;
    font-size: 0.85em;
    color: #000;
}
.post_content a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #999;
}
.newsletters {
    width: 100%;
}
.newsletters td {
    white-space: nowrap;
}
.newsletters td.main_column {
    width: 100%;
}
.newsletters a {
    border: none;
}
.newsletters td {
    padding: 0.25em;
}
.newsletters .row {
}
.newsletters .alt_row {
    background-color: #ebebeb;
}

.service {
    margin-bottom: 1em;
}
.service-title {
    font-weight: bold;
}
.service-player {
    margin-top: 0.5em;
}
.imagelink {
    border: none !important;
}
