﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin: 0 auto;
    padding:0px;
    background:#990000;
    font-family:Arial;
    font-size:21px;
    color:#333333;
    visibility:hidden;
}

.print 
{
    visibility:visible;
} 

.dontprint
{
    visibility:hidden;
    display:none;
}

.fullsize
{
    margin: 0px auto;
    top: 5px;
    left: 70px;
    width:1000px;
    position:absolute;
}

a
{
    text-decoration:none;
    color:#996633;
    outline:0;
}

a:hover,
a.current
{
    text-decoration:none;
    color:#333333;
}

img
{
    border:0px;
}

p
{
    margin:12px 0px;
}

h1
{
    font-size:22px;
    margin:0;
    padding:0;
}

.text-10
{
    font-size:15px;
}

.text-12
{
    font-size:17px;
}

.text-16
{
    font-size:21px;
}

.text-22
{
    font-size:27px;
}

.text-red
{
    color:#79131a;
    line-height:30px;
}

.text-blue
{
    color:#1f4266;
}

hr 
{

    color:#79131A;
    height:1px;
    background-color:#79131A;
    margin-bottom:15px;
}

.seperator
{
    padding: 10px;
    margin: 10px 0 20px 0;
    border-top: solid 2px #79131A;
    border-bottom: solid 2px #79131A;
}


		/*---------------------layout--------------------*/
		
#container 
{
    width:960px;
    margin:0 auto;
    height:auto;
}

#container-form
{
    width:490px;
    margin:0 auto;
    height:auto
}

#layout
{
    float:left;
    width:960px;
    background:#fff;
}

        /*---------------------header---------------------*/
        
#header
{
    float:left;
    width:960px;
    padding:40px 0 18px 0;
}
        
        /*---------------------navigation-----------------*/
        
.nav
{
    float:left;
    width:220px;
    padding:0 10px;
    margin:0;
    list-style-type:none; 
}

.nav li
{
    line-height:22px;
}

#subnav
{
    float:right;
    width:710px;
    margin-bottom:15px;
    font-size:16px;
}

        /*---------------------content--------------------*/

#content-section
{
    float:left;
    width:1000px;
    min-height:600px;
    height:auto !important;
    height:600px;
}

.content
{
    float:left;
    width:400px;
    padding:0 10px;
    
}

.column-left
{
    float:left;
    width:0px;
    visibility:hidden;
    display:none;
}

.column-left a
{
    padding-left:15px;
    display:block;

}

.column-right
{
    float:left;
    width: 1000px;
}

.column-right-left
{
    float:left;
    width:1000px;
}

.column-right-right
{
    float:left;
    width:0px;
}

.main-content
{
    float:left;
    width:1000px;
    padding:0 10px 40px 10px;
}

.main-content p
{
    margin:5px 0;
}

.main-left
{
    float:left;
    width:500px;
    border-right: 1px solid black;
    padding-right: 19px;
}

.main-right
{
    float:right;
    padding-left: 20px;
    width:419px;
}

#images
{
    float:left;
    width:960px;
    margin-bottom:15px;
}

.menu-nav
{
    float:left;
    width:460px;
    border-top:1px solid #7f7f7f;
    border-bottom:1px solid #7f7f7f;
    padding:5px 0;
    margin:5px 0;
    font-weight:bold;
    font-size:16px;
}

.menu-nav-left
{
    float:left;
    width:230px;
}

.menu-nav-right
{
    float:right;
    width:230px;
    text-align:right;
}

.clear
{
    float:left;
}

.content-list
{
    padding-left:15px;
    margin:0;
}

/*pop-up*/

#pop-up-wrapper
{
    float:left;
    width:490px;
    background:#ffffff;
}

#pop-up-header
{
    float:left;
    width:490px;
    height:30px;
    background:#dddddd;
}

#pop-up-header-left
{
    float:left;
    width:110px;
}

#pop-up-header-right
{
    float:right;
    width:100px;
    text-align:right;
    margin:7px 10px 0 0;
}

#pop-up-content
{
    float:left;
    width:410px;
    padding:35px;
}

.pop-up-text
{
    float:left;
    width:390px;
    padding:0 5px;
    margin:5px 0;
}

.textbox
{
    float:left;
    width:400px;
    background:#cccccc;
    border:0;
    padding:5px;
    margin:5px 0;
}

textarea
{
    font-size:14px;
    font-family:Arial;
    height:60px;
    overflow:auto;
}

        /*---------------------footer---------------------*/
        
#footer
{
    float:left;
    width:960px;
    background:#dddddd;
    padding-bottom:50px;
    line-height:22px;
}

#footer-left
{
    float:left;
    width:820px;
    padding:20px;
}

#footer-right
{
    float:right;
    width:100px;
    text-align:right;
}

/*shadowbox*/

#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#060606; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
position:relative;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(scripts/resources/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(scripts/resources/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(scripts/resources/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(scripts/resources/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(scripts/resources/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}
