/* CSS Document */
/****************************************

                                MAIN TAG STYLES

******************************************/
body{
    margin: 0px;
    padding: 0px;
    background: #838a9b url(../images/bg-main1.jpg) repeat-y center;
    font: 12px "Trebuchet MS";
}


/****************************************

                                LAYOUT STYLES

******************************************/
#wrapper{
    width: 748px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background: #FFFFFF;
    border-right: 1px solid #1E293F;
    border-left: 1px solid #1E293F;
}
#topbar{
    background: url(../images/topbar.jpg);
    height: 30px;
    width: 748px;
}
#topbar span{
    color: #FFFFFF;
    padding-top: 4px;
    padding-left: 15px;
    display: block;
}
#header{
    margin-right: auto;
    margin-left: auto;
    width: 748px;
}
#banner{
    width: 748px;
    border-top: 1px solid #1E293F;
    border-bottom: 1px solid #1E293F;
    margin: 30px auto 0px;
}
#content{
    width: 748px;
    background: url(../images/bg-corner.jpg) no-repeat left top;
    margin: 0px auto;
    padding-top: 10px;
    min-height:768px;
}
#left{
    float: left;
    width: 180px;
    margin-left: 10px;
    background: url(../images/bg-corner-bottom.jpg) no-repeat left bottom;
    border: 1px solid #C2C2C2;
    min-height:700px;
}
#right{
    margin-left: 250px;
    margin-right: 15px;
}
#footer{
    width: 748px;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
    background: #1E293F;
    margin-top: 10px;
}
#copyright{
    background: #424E68;
    padding: 8px;
    font-size: 80%;
    color: #FFFFFF;
}

/****************************************

                                MAIN SECTION STYLES

******************************************/


/****************************************

                                LINK STYLES

******************************************/
a{
    text-decoration: none;
}
a:link{}
a:visited{}
a:active{}
a:hover{
    text-decoration: underline;
}


#nav-left{
}
#nav-left a{
    display: block;
    color: #424E68;
    background: #FFFFFF url(../images/bg-buttons.jpg) repeat-x top;
    padding: 25px 10px;
    font: bold small-caps 150% Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #C2C2C2;
}
#nav-left a:hover{
    background: #E8E8E8 url(none);
    text-decoration: none;
}
/****************************************

                                TEXT STYLES

******************************************/
.box h3{
    font-size: 160%;
    text-align: right;
    color: #96000B;
    padding-right: 20px;
}
/****************************************

                                MISC STYLES

******************************************/
.box{
    border: 1px solid #C2C2C2;
    background: url(../images/bg-corner-bottom.jpg) no-repeat left bottom;
    padding: .5em;
}

.moved{
    background: url(../images/wevemoved-small.jpg) no-repeat left bottom;
    padding-left: 180px;
    padding-right: 20px;
}
.movie{
    height: 360px;
    width: 400px;
}
.cleardiv{
    clear: both;
}
.spacer{
    height: 10px;
}

