.header1	{color: #0063a3; font-weight: bold; font-size:14px;}
.header2	{color: #0063a3; font-weight: bold; font-size:12px;}
.header3	{color: #0063a3; font-weight: bold; font-size:11px;}
.redBold	{color: #990000; font-weight: bold; font-size:12px;}
.redlarge	{color: #990000; font-weight: bold; font-size:14px;}
.underline	{text-decoration: underline;}
.greentext      {color:#026365; font-size:12px;}

#main {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    -moz-box-shadow: 8px 1px 25px rgba(0, 28, 55, 0.4);
    -webkit-box-shadow: 8px 1px 25px rgba(0, 28, 55, 0.4);
    box-shadow: 8px 1px 25px rgba(0, 28, 55, 0.4);
}

#main-left {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    -moz-box-shadow: -10px 1px 25px rgba(0, 28, 55, 0.4);
    -webkit-box-shadow: -10px 1px 25px rgba(0, 28, 55, 0.4);
    box-shadow: -10px 1px 25px rgba(0, 28, 55, 0.4);
}

#container {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}

#one-column {
    width: 960px;
}

.one-column-indent { /*margin-top:15px;*/
    margin-bottom: 5px;
    padding-right: 15px;
    padding-left: 17px;
}

#column_1 {
    width: 230px;
    background-color: #eeecec;
	display:table-cell;
}

#column_2 {
    width: 730px;
    background-color: #FFF;
	display:table-cell;
}

.column_2_text {
    margin-top: 8px;
    margin-right: 7px;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 7px;
}

#history {
    margin-left: 5px;
}

.photo-home {
    float: right;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    width: 305px;
}

.message-left {
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 10px;
    width: 255px;
}

#header-titles {
    position: relative;
    width: 960px;
    height: 153px;
}

#header, #footer {
    width: 960px;
}

#header {
    background-color: #ffffff;
}

.header a {
    color: #ffffff;
}

    .header a:hover {
        text-decoration: underline;
    }

    .header a:visited {
        color: #ffffff;
    }

#footer {
    z-index: 100;
    display: block;
    margin: auto;
    padding-left: 0px;
    width: 960px;
    border-top: 1px solid #cccccc;
    background-color: #000000;
    color: #ffffff;
}

    #footer a:visited {
        color: #ffffff;
    }

.footer-text {
    color: #ffffff;
}

    .footer-text a:visited {
        color: #ffffff;
    }

    .footer-text a {
        color: #ffffff;
    }

#footer a:hover {
    text-decoration: underline;
}
/********** Search Form **********/



#search-form {
    position: relative;
    top: 30px;
    float: right;
    width: 300px;
    background-color: #990000;
    font-weight: normal;
    font-size: 0.8em;
}

    #search-form form {
        margin: 0;
        padding: 0;
        text-align: right;
    }

    #search-form label {
        color: #fff;
    }

#search-form-query {
    padding: 3px;
    width: 130px;
    border-top: 1px solid #B87071;
    border-right: 1px solid #B87071;
    border-bottom: 1px solid #B87071;
    border-left: 1px solid #B87071;
    background: #990000;
    color: #fff;
    vertical-align: middle;
    font-weight: normal;
    font-size: 1.3em;
    font-family: verdana, arial, helvetica, sans-serif;
}

#search-form-submit {
    margin-right: 5px;
    padding: 0px 2px 3px 2px;
    border-top: 0px solid #990000;
    border-right: 0px solid #990000;
    border-bottom: 0px solid #990000;
    border-left: 0px solid #990000;
    background: #900;
    color: #fff;
    vertical-align: middle;
    font-weight: normal;
    font-size: 1.3em;
    font-family: verdana, arial, helvetica, sans-serif;
}
/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator {
    position: relative;
    width: 960px;
    height: 293px;
    background: #EEE;
}


    /*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF -----------*/

    #bannerRotator ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #bannerRotator ul li {
            position: absolute;
            display: none;
        }

            #bannerRotator ul li img {
                max-width: 960px;
                max-height: 293px;
            }

            #bannerRotator ul li a {
                text-decoration: none;
            }

#bannerNav {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px 5px 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(images/transBlack75.png) repeat 0 0;
}

    #bannerNav a {
        display: block;
        float: left;
        margin: 3px 10px 0 0;
        width: 10px;
        height: 10px;
        background: url(../images/dotDark.png) no-repeat 0 0;
    }

        #bannerNav a.active {
            background-image: url(../images/dotLight.png);
        }

    #bannerNav span.pause, #bannerNav span.play {
        display: block;
        float: left;
        width: 15px;
        height: 15px;
        background: url(../images/pause.png) no-repeat 0 0;
        cursor: pointer;
    }

    #bannerNav span.play {
        background-image: url(../images/play.png);
    }
