﻿img
{
    border-style: none;
    border-color: inherit;
    border-width: medium; /*width: 284px;     height: 96px;*/
    padding: 0px;
}
/* Layout */
html, body
{
    margin: 0px 0px 0px;
    padding: 0;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12pt;
    color: #000000;
}
.body {
    /*background: #CCCCCC      url(../images/bg_grad.png) repeat scroll left; */
     background: #666666; 
}
a:link, a:visited, a:active
{
    color: black;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
#container-page
{
    margin: 0 auto;
    width: 1000px;
    position: relative;
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */ /* background-repeat: repeat-y; */
}
#container-header
{
    background-color: #d6d3d3;
}
#container-header-top
{
    /*  background: #d4ebf3 url(images/blank.giv) no-repeat fixed 630px 10px; */
}
#container-header-top .logo
{
    width: 277px;
    height: 89px;
    padding: 10px;
}
#container-header-menu
{
    background-color: #d6d3d3;
}
/*- Menu Tabs--------------------------- */
#container-tabs
{
    /* display:block;     float: left; */ /* padding-top: 3px; */
    height: 60px;
    /* width: 100%; background: url(images/def_tab_bkg.gif) #dae0d2 no-repeat right bottom; */
    background-color: #d6d3d3;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
    font-family: Verdana;
}

#container-tabs ul
{
    margin: 0;
    padding: 2px 10px 0;
    list-style: none;
}
#container-tabs li
{
    float: left;
    background: url("../images/def_tab_left.jpg") no-repeat left top;
    margin: 0;
    padding: 0 0 0 8px;
}
#container-tabs a
{
    float: left;
    display: block;
    background: url("../images/def_tab_right.jpg") no-repeat right top;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: bold; /* color:  #003468; */
    color: #facd38;
    text-align: center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#container-tabs a
{
    float: none;
}
/* End IE5-Mac hack */
#container-tabs a:hover
{
    color: #ffffff;
}


#container-tabs .current
{
    background-image: url("../images/def_tab_left_on.jpg"); 
    background-repeat: no-repeat;
}
#container-tabs .current a
{
    background-image: url("../images/def_tab_right_on.jpg"); 
    color: #FFFFFF;
    
}

#container-tabs-bar
{
    display: block;
    border-bottom: #000000 1px solid;
    height: 6px;
    background-color: #002c53; /*-- background-color: #003468; */
    width: 100%;
}


#container-tabs2
{
    /* display:block;     float: left; */ /* padding-top: 3px; */
    height: 39px;
    width: 100%; /* background: url(images/def_tab_bkg.gif) #dae0d2 no-repeat right bottom; */
    background-color: #d6d3d3;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
    font-family: Verdana;
    left:400px;
}

#container-tabs2 ul
{
    margin: 0;
    padding: 2px 10px 0;
    list-style: none;
}
#container-tabs2 li
{
    float: right;
    background: url("../images/def_tab_left.jpg") no-repeat left top;
    margin: 0;
    padding: 0 0 0 8px;
}
#container-tabs2 a
{
    float: left;
    display: block;
    background: url("../images/def_tab_right.jpg") no-repeat right top;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: bold; /* color:  #003468; */
    color: #facd38;
    text-align: center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#container-tabs2 a
{
    float: none;
}
/* End IE5-Mac hack */
#container-tabs2 a:hover
{
    color: #ffffff;
}


#container-tabs2 .current
{
    background-image: url("../images/def_tab_left_on.jpg");
    background-repeat: no-repeat;
}
#container-tabs2 .current a
{
    background-image: url("../images/def_tab_right_on.jpg");
    color: #FFFFFF;
    padding-bottom: 5px;
}

#container-tabs2-bar
{
    display: block;
    border-bottom: #000000 1px solid;
    height: 6px;
    background-color: #002c53; /*-- background-color: #003468; */
    width: 100%;
}


#container-menu-bar
{
    background-image: url('images/def_menu_bar.gif');
    width: 100%;
    /*width: 795px;*/
    height: 21px;
    padding-top: 4px;
    font-size: 8pt;
    font-family: Verdana;
    padding-left: 5px;
}
#container-menu-bar-title
{
    font-weight: bold; /* color: #674c11; */
    color: black;
    width: 100%;
    /*width: 790px;*/
    float: left;
}
#container-menu-bar-link
{
    color: #000000;
    font-size: 8pt;
    font-family: Arial;
}
#container-menu-bar-link ul
{
    display: inline;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#container-menu-bar-link li
{
    float: left;
    padding: 0px;
    margin: 0px;
}
#container-menu-bar-link a
{
    margin: 0px 8px 0px 0px;
    display: block;
    background-image: url("images/arrow01.gif");
    background-repeat: no-repeat;
    padding-right: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
}
#container-menu-bar-link a:link, #container-menu-bar-link a:visited, #container-menu-bar-link a:active
{
    color: #000000;
}
#container-content
{
    /* width: 775px; */
    background-color: #d6d3d3;
}
#content-default-1-column
{
    /* width: 750px; */
    margin: 0px auto;
}
#content-default-1-column h1
{
    font: 1.8em Georgia, Times, serif;
    margin-bottom: 0.5em;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 3px;
}
#content-default-1-column h2
{
    font: 1.5em Georgia, Times, serif;
    margin-bottom: 0.5em;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 3px;
}
#content-default-1-column .text
{
    text-align: justify;
}
#container-footer
{
    width: 100%;
    height: 45px;
    bottom: 0; /*   position: absolute;   Needed for Safari */
}
#container-footer-shadow
{
    height: 17px;
    width: 1000px;
    margin: 0 auto;
    background-image: url("images/def_footer_bar.gif");
    background-repeat: repeat-x;
    background-color: #e1b22d;
}
#container-footer-content
{
    height: 35px; /* background-color: #003468; */
    background-color: #176d3d;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    padding-top: 3px;
    border-top: #000000 1px solid;
    color: #ffffff;
    font-size: 10px;
}
#container-footer-content a:link, #container-footer-content a:visited, #container-footer-content a:active, #container-footer-content a:hover
{
    color: #000000;
}
#container-footer-content .copyright
{
    height: 18px;
    background-color: #FFFFFF;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding-top: 3px;
    border-top: #000000 1px solid;
    color: #003468;
    font-size: 10px;
    font-family: Verdana;
}
#container-footer-content .copyright a:link, #container-footer-content .copyright a:visited, #container-footer-content .copyright a:active, #container-footer-content .copyright a:hover
{
    color: #003468;
}
.box-info
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 10px auto;
    padding-top: 5px;
    background-color: #ffffe0;
    border-right: #b8860b thin dashed;
    border-top: #b8860b thin dashed;
    border-left: #b8860b thin dashed;
    border-bottom: #b8860b thin dashed;
}
.box-list li
{
    list-style-image: url("images/arrow02.gif");
    list-style-position: inside;
}
.container-gallery
{
    background-color: #99ccff;
    border-right: #003468 1px solid;
    border-top: #003468 1px solid;
    border-left: #003468 1px solid;
    border-bottom: #003468 1px solid;
    width: 243px;
    height: 250px;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.container-gallery p
{
    font-size: 11px;
    font-family: Sans-Serif;
    margin: 0px;
}
.gallery-photo
{
    margin: 0 auto;
}
.progress
{
    color: #003468;
    height: 22px;
    padding-left: 20px;
    border-right: #003468 1px solid;
    border-top: #003468 1px solid;
    border-left: #003468 1px solid;
    border-bottom: #003468 1px solid;
    padding-bottom: 2px;
    padding-top: 2px;
    background-image: url("images/ico_progress.gif");
    background-repeat: no-repeat;
    background-color: #99ccff;
}
/* Table */
.DefaultTable
{
    font-size: 10pt;
    border-style: none;
}
.DefaultTableHeader
{
    background-color: #002e5f;
    color: #ffffff;
    border-style: none;
    text-align: left;
}
.DefaultTableFooter
{
    background-color: #002e5f;
    color: #ffffff;
    border-style: none;
    text-align: left;
}
.DefaultTableRow
{
    background-color: #FFFFFF;
    border-bottom: #d7d7d7 1px solid;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
.DefaultTableAlternatingRow
{
    background-color: #f2f2f2;
    border-bottom: #d7d7d7 1px solid;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
.DefaultTableSelectedRow
{
    background-color: #d9e6f7;
    border-bottom: #d7d7d7 1px solid;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
p.NoSpacing
{
    margin-bottom: .0001pt;
    font-size: 12.0pt;
    font-family: "Times New Roman";
    margin-left: 0in;
    margin-right: 0in;
    margin-top: 0in;
}
.style1
{
    height: 50px;
    background-color: #002c53;
    color: White;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    width: 750px;
}
.style2
{
    background-color: #d6d3d3;
    /* width: 750px; */
}


.style3
{
    width: 750px;
    /*  width: 783px; */
}
.style4
{
    width: 750px;
    /*  width: 778px; */
}

.radio
{
    text-align: center;
}
.credit
{
    text-align: left;
    padding-left: 5px;
    width: 125px;
}
.creditT
{
    width: 250px;
}
.download
{
    color: #d42027;
    text-decoration: underline;
}

.eventTable
{
    /*background-image: url("../images/bg1_grad.png"); */
    background-repeat: no-repeat;
    background-color: #9fc7f8;
    text-align:left;    
     
}

#blanket {
       background-color:#4b4a54;
       filter:alpha(opacity=80);
       position:absolute;
       z-index: 9001; 
       top:0px;
       left:0px;
       width:100%;      
              
    }
    
#popUpDiv 
{
       position:absolute;
	   background-color:#002c53;	   
	   width:500px;
	   height:570px;
	   z-index:9005; 	   
	   top:0px;	   	   
	   border-color:white;
	   border-width:12px;
	   border-style:solid;
    }

.style9
{
    text-align:left;
    font-weight:bold;
}
.style10
{
    text-align:left;
}
.style20
{
    background-color: #9a9697;
    color: White;
}  

.outerPopup 
{
    background-color:transparent;  
    padding:1em 6px;
    filter:alpha(opacity=95);
    opacity:0.20;
    
}

.innerPopup
{
    background-color:gray;    
    
}

.modalBackground 
{     
     filter:alpha(opacity=90);     
}
  
.style30
 {
     width: 300px;
     background-color: #3dad77;
     position: absolute;
     left: 300px;
     top: 300px;
 }  
 .style21
{
    background:white;
    border:solid 1px black;
    position:absolute;
    left: 100px;
} 