﻿* 
{
    margin:0;
}
html, body 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height:100%;
    background-color:#fffaf7; /*#FFE7D8;*/
    
}
.hiddenControl
{
    display:none;
}

.QuickSearcher
{
    color:#666;
}

a
{
    color:#666;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}

.Container
{
    height:100%;
}

.TopWrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -58px;
}

.clearer, .footer
{
    height:58px;
    clear:both;
}

.footer
{
    width:100%;
    background-image: url('../Images/Design_05.jpg');
    background-repeat:repeat-x;
    margin: 0 auto;
    border-top: 2px solid #000;
}





.headerLogo
{
    height:171px;
    width:271px;
    float:left;
 }
 
 img
 {
     border-width:0px;
 }

.headerMenu
{
    float:left;    
    padding-top:105px;
    padding-left:0px;
    width:665px;   
    height:171px;
    background-image: url('../Images/Design_03.jpg');
    background-repeat:no-repeat;
}

.headerBar
{
    height:171px;
    overflow:visible;
    width:100%;
    margin: 0 auto;
    background-image: url('../Images/Design_01.jpg');
    background-repeat:repeat-x;
    clear:both;
}
.headerContents
{
    margin: 0 auto; 
    width:936px;   
    clear:both;   
}

.headerMenu h3
{
    font-size:42px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

h1
{
    font-size:x-large;
    padding:10px;
}

h2
{
    font-size:large;
    padding:5px;
}


.footerContent
{
    padding-top:5px;
    font-size:smaller;
    width:1000px;
    margin: 0 auto;
}

.headerMenu
{
    
}
#menu
{
    width: 600px;
    height:45px;
    overflow:visible;
    float:left;
    position:relative;
    z-index:500;
}

#menu ul
{
    list-style:none;
    margin:0;
    padding:0;
    float:left;
}

#menu ul.innerMenu a, #menu h2
{
    display: block;
    border: 1px solid #000;
    border-bottom-width: 0px;
    margin: 0;
    padding: 2px 3px;
}
#menu li ul a.Last
{
    border-bottom: 1px solid #000;
}

#menu h2
{
    color:#fff;
    background-color:#444;
}

#menu a
{
    color:Black;
    text-decoration:none;
    width:100%;
    height:100%;
}
#menu a:hover
{
    text-decoration:underline;
}

#menu li ul a
{
    color:#000;
    background-color: #FF924B;
}

#menu li ul a:hover
{
    background-color:#FFC7A2;   
    text-decoration:none;
}

#menu ul li i
{
    font-size:8px; 
    font-weight:900;
}

#menu li
{
    padding: 0px 8px 0px 8px; 
    position:relative;
}

#menu li ul
{
    width:180px;
    position:relative;
    z-index:500;
}

#menu ul ul ul
{
    top: 0;
    left:160px;
    width:180px;
    position:absolute;
    z-index:600;
}
#menu ul ul ul li
{
    position:relative;
    z-index:700;
}
#menu ul.innerMenu
{
    position: absolute;
    top:18px;
    left:0;
    z-index:500;
}
#menu ul ul
{
    position: absolute;
    top:0;
    left:100%;
}

div#menu ul ul
{
    display:none;
}

div#menu ul li:hover ul
{
    display:block;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.SubMainContent
{
    margin:0 auto;
    width:900px;
    position:relative;
}

.SubMenu
{
    border-right: 1px dashed #000;
    margin-right:12px;
}

.SubMenu ul
{
    list-style-type:square;
}
.SubMenu a
{
    color:#000;
    text-decoration:none;
}
.SubMenu a:hover
{
    text-decoration:underline;
}

.HeaderTitle
{
    font-size:xx-large;
    text-align:center;
    padding-bottom:10px;
}

.NewsEventBox
{
    overflow:hidden;
    width:135px;
    height:200px;
    font-size:x-small;
    padding: 0px;
    background-image:url('/Images/Announcements.png');
    background-repeat: no-repeat;
}
.NewsEventBox a
{
    text-decoration:none;
}
.NewsEventBox ul
{
    list-style:none;
    padding-left:0px;
}
.NewsEventBox ul li
{
    padding-bottom:4px;
}

.StaffTable
{
    margin: 0 auto;
    border: 1px solid #000;
}

.StaffHeader
{
    font-weight:bold;
}
.StaffHeader td
{
    font-weight:bold;
    border-bottom: 1px solid #000;
}

.StaffTable td
{
    padding: 2px;
}

.cal_color0 a
{
    color:#0000ff;
}




