﻿html, body
{
   margin:0;
   padding:0;
   font-family:Verdana;
}

body
{
    background-color:#CCCCCC;
    font-size:12px;
}

a:visited
{
    color:inherit;
}

#container
{
   min-height:100%;
   position:relative;
   width:986px;
   margin: auto auto;
   background-color:White;
   background-image:url(../images/MasterPage/border.jpg);
   background-repeat:repeat-y;  
}

#internalContainer
{
    width:950px;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
}

.hidden
{
    position:absolute;
    left:-9999px;
}

/* Header */

#header
{
    height:137px;
}

.blueLine
{
    clear:both;
    height:5px;
    background-color:#0050A2;
}

#headerLeft
{
    float:left;
    width:650px;
}

#headerRight
{
    float:right;
    vertical-align:baseline;
    width: 260px;
}
.headerLogo {
    float: left;
}
.headerQuestion {
    font-weight: bold;
    color: #0050a2;
}
.leftInner {
    color: #0070DF;
    margin-top: 52px;
}
.leftInner p {
margin: 0;
line-height: 1.2em;
}
.leftInner a {
    color: #f22;
}


.blueBlockHeader
{
    height:30px;
    background-color:#0050A2;
}

.blockHeaderMenuItem
{
    float:right;
    margin-top:10px;
    margin-right:11px;
    font-size:12px;
    color:#fff;
}

.blockHeaderMenuItem a
{    
    color:#fff;
    text-decoration:none;
}

.blueBlockHeader a:hover
{
    color:#4DA0D8;
    text-decoration:none;
}

/* End of Header */

/* Footer */

.footerShadow
{
    
    background-image:url(../images/MasterPage/border_footer.jpg);
    background-repeat:no-repeat;
    height:5px;
}

#footer
{
    clear:both;
    width:950px;
    margin-left: auto;
    margin-right: auto;
    color:#0050A2;
    font-size:12px;
    margin-top:7px;
}

.footerLeft
{
    float:left;
}

.footerLeft a
{
    text-decoration:none;
    color:#0050A2;
}

.footerLeft a:hover
{
    color:#4DA0D8;
}

.footerRight a
{
    color:#666666;
    text-decoration:none;
    float:right;
}

/* End of Footer */

/* Masterpage */

#leftDiv
{
    float:left;
    margin-top:-15px;
    color:#0050A0;
    width:218px;
}

#rightDiv
{
    float:right;
    width:703px;
    margin-top:1px;
}

.greyHr
{
    height:1px;
    background-color:#CCCCCC;
    width:261px;
    overflow:hidden;
}

.searchDiv
{
    width:262px;
    height:61px;
    color:#0050A2;
    font-size:12px;
    background-color:#F3F9FC;
    margin-top:5px;
}

.searchLabel
{
    margin-left:7px;
}

.searchBox
{
    margin-left:7px;
    width:247px;
}

.SearchBtn
{
    width:47px;
    height:26px;
    float:right;
}

#leftHandNavigation
{
    height:321px;
    width:218px;
}

.blueHr
{
    height:1px;
    background-color:#0050A2;
    overflow:hidden
}

.blueHrOther
{
    height:0.5px;
    background-color:#0050A2;
    overflow:hidden
}

.pageHeading
{
    font-size:16px;
    color:#0050A2;
    font-weight:bold;
}

.breadCrumbs
{
    color:#0050A2;
    margin-bottom:5px;
}

.breadCrumbsBold
{
    font-weight:bold;
}

/*#leftHandNavigation ul
{
    padding:0px 0px 0px 12px;
    list-style-image:url(../images/MasterPage/navigationBullet.gif);
}

#leftHandNavigation ul li
{
    border-bottom-width:2px;
    border-bottom-color:#E6EDF5;
    border-bottom-style:solid;
    padding-top:5px;
    padding-bottom:5px;
}*/

/* End of Masterpage */

/* Home */

.homeImage
{
    margin-bottom:8px;
}

/* End of Home */


/* News */

.List a:link, a:visited, a:hover, a:active
{
    color:inherit;
}


ul.List
{
    padding:0px 0px 0px 0px;
    list-style-type:none;
}

ul.List li
{
    padding-top:5px;
    padding-bottom:5px;
}

/* End of News */

/* Board Members */

.bioPic
{
    border-style:solid;
    border-width:1px;
    border-color:Black;
}

.bioImage
{
    float:left;
}

.bioText
{
    margin-top:2px;
    position:relative;
    left:20px;
    width:675px;
}

.bioText .pageHeading
{
    font-size:14px;
}

/* End of Board Members */

/* Menu */

.menu {padding:12px 0px 0px 0px; width:218px; height:150px; position:relative; font-size:11px;z-index:2;}

.menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;  background:#fff;}

.menu ul li { float:left; clear:both; position:relative; width:218px; }

.menu ul li a {display:block; font:normal 11px/16px verdana,arial,sans-serif; color:#0050A2; height:16px; text-decoration:none;padding:3px 20px 3px 10px; border-bottom:1px solid #E6EDF5; } 

.menu ul li a:hover { background:#4D9FD7; color:#fff; } 

.menu ul li:hover a{ background:#4D9FD7; color:#fff; } 

.menu ul li img { display:inline-block; vertical-align:middle; }

.menu ul li ul { display:none; position:absolute; left:218px; top:0;}

.menu ul li ul li a {color:#fff; }

.menu ul li ul li:hover a {background:#0050A2;}

.menu ul li ul li:hover ul li a {background:#4D9FD7;}

.menu ul li ul li:hover ul li:hover a {background:#0050A2;}

.menu ul li:hover ul { display:block; background:#4D9FD7;}

.menu ul li:hover ul li { display:block; background:#4D9FD7;}

.menu ul li:hover ul li ul { display:none; height:0; visibility:hidden; }

.menu ul li:hover ul li:hover ul { display:block; height:auto; visibility:visible;}

.menu ul li:hover ul li:hover ul li {background:#4D9FD7;}

/* End of Menu */

