html, body{
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    font-family: verdana;
    color: #333;
    font-size: 11px;
     height: 100%;
}

a, input {
   outline: none;
}

/* Alignment, Float, Positioning */

.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }

.remove{ display:none; }
.hide{ visibility:hidden; }

.floatRight{ float: right; display: inline; }
.floatLeft{ float: left; display: inline; }

.alignRight{ text-align: right; }
.alignLeft{ text-align: left; }

.clearRight{ clear: right; }
.clearBoth { clear: both; }
.clearLeft {clear: left; }

.nowrap{ white-space: nowrap; }
.noPad{ padding:0px; margin:0px auto; }

a.selBold{font-weight: bold;}

h1{
    color: #2c5aa8;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 7px 0;
}

h2{
    font-size: 14px;
    color: #2c5aa8;
    font-weight: bold;
    margin: 0;
    padding: 0 0 7px 0;
}

h3{
    font-size: 12px;
    color: #2c5aa8;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
}

h4{
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
    color: #2c5aa8;
}

#site{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -32px; /* the bottom margin is the negative value of the footer's height */
    min-width: 980px;
}

#nav{
    width: 100%;
}

#navContent{
    width: 970px;
    height: 50px;
    margin: 0 auto;
}

#navLinks{
    float: right;
    display: inline;
    width: 540px;
    height: 19px;
    margin-top: 16px;
}

#navLinks ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#navLinks ul li{
    float: left;
    display: inline;
    list-style-type: none;
}

#navLogo{
    float: left;
    display: inline;
    width: 210px;
    height: 26px;
    background-image: url('../images/hays-logo.gif');
    background-repeat: no-repeat;
    margin: 10px 0 0 15px;
}

#container{
    width: 970px;
    margin: 0 auto;
    padding-top: 40px;
}

#panel{
    width: 970px;
    position: relative;
}

#panelTop{
    width: 970px;
    height: 8px;
    overflow: hidden;
    background-image: url('../images/panelTop.png');
    background-repeat: no-repeat;
}

#panelMid{
    width: 970px;
    background-image: url('../images/panelMid.png');
    background-repeat: repeat-y;
    min-height: 517px;
}

#panelBot{
    width: 970px;
    height: 26px;
    overflow: hidden;
    background-image: url('../images/panelBot.png');
    background-repeat: no-repeat;
}

#panelShadow{
    width: 970px;
    height: 80px;
    overflow: hidden;
    background-image: url('../images/shadow.png');
    background-repeat: no-repeat;
    margin: 0 auto;
}

.legal{
    width: 942px;
    margin: 0 auto;
    position: relative;
}

#leftSpacer{
    position: absolute;
    left: 2px; 
    top: 86px;
    width: 140px;  
    height: 22px;
    background-color: #fff;
}

#footer{
    width: 100%;
    height: 32px;
    z-index: 1400;
   background-color: #d8deef;
}

.footer{
    width: 970px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 12px;
    font-family: arial;
    color: #35316a;
    height: 20px; 
    padding: 10px 0 0 15px;
    position: relative;
}

.footer a {
    color: #35316a;
}

#credit{
    position: absolute;
    left: 900px;
     top: 0;
    width: 62px;
    height: 31px;
}

#def-tier2{
     background: url('../images/tier2-bg.gif') repeat-y 6px 0px;
     margin-top: 20px;
}

.top2{
     width: 965px;
     height: auto;
     margin-left: 6px;
}  

.line{
    background-color: #bdd3e9;
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
}

#def-left2{
     width: 132px;
     float: left;
     display: inline;
     margin: 0px 20px 0px 5px;
}

.leftMargin{
     width: 1px;
     float: left;
     display: inline;
     width: 1px;
     height: 410px;   
}

#def-right2{
     width: 700px;
     float: left;
     display: inline;
     padding-bottom: 20px;
}


.def-content2{
     font-size: 12px;
     line-height: 18px;
     margin-top: 5px;
     margin-right: 40px;
     text-align: justify;
}


#def-left2 ul{
     list-style-type: none;
     margin: 0px 0px 0px 13px;
     padding: 0;
}

#def-left2 ul li{
     list-style-type: none;
     margin: 0;
     padding: 8px 0px 12px 0px;
}

#def-left2 ul li a{font-size: 12px; color: #1b144f; text-decoration: none;}


#videoContainer{
	position: absolute;
	width: 415px;
	height: 370px;
	z-index: 3000;
	top:0; left:0;
	visibility: hidden;
}

#videoHolder{
	position: relative;
	width: 401px;
	height: 370px;
	margin: 0 auto;
	z-index: 3000;
	top:0; left:0;
}

#videoContent{
	position: absolute;
	width: 400px;
	height: 370px;
	left: 0; top: 24px;
	z-index: 3000;
}

#videoClose{
	position: absolute;
	width: 56px;
	height: 11px;
	z-index: 4000;
	left: 342px; top: 4px;
}

.frmLabel{
     width: 111px;
     text-align: right;
     color: #333;
     padding-right: 4px;
     padding-bottom: 4px;
}

.frmFld, .frmFld2, .frmFld3{
     width: 240px;
     padding-bottom: 4px;
}
.frmFld input{width: 220px; border: 1px solid #cccccc;}
.frmFld2 input{width: 80px; border: 1px solid #cccccc;}
.frmFld3 input{width: 160px; border: 1px solid #cccccc;}
.frmFld textarea{width: 220px; height: 40px; border: 1px solid #cccccc;}
.frmFld2 textarea{width: 220px; height: 80px; border: 1px solid #cccccc;}
select{ font-size: 11px; font-family: arial; }

.error{
    color: #c50000;
}


.biopic{
    width: 109px;
    height: 127px;
    margin-top: 10px;
}

.biotitle{
    width: 290px;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 15px;
    text-align: left;
}

.bioshort, .biodesc{
    width: 400px;
    margin: 19px 0 0 30px; 
}

.bioshort{
    font-size: 11px;
    line-height: 14px;
    margin-top: 30px;
}

.biodesc{
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}

.bioshort h4{
    padding-bottom: 3px;
    font-size: 12px;
    color: #333;
}

.biodesc h1{
    padding-bottom: 3px;
}

.biolinks{
    width: 160px;
    position: relative;
    left: 25px;
}

.biolinks ul{
    list-style: none;
     margin: 20px 0 0 0;
     padding: 0;
}

.biolinks ul li{
    list-style-type: none;
    padding-left: 15px;
    
}

.biolinks ul li a{
    color: #b5b5b5;
    text-decoration: none;
    line-height: 18px;
}

.biolinks ul li a:hover{
    color: #666;
}

.biolinks ul li.sel{
    background: url('../images/arrow.gif') no-repeat 4px 4px;
}

.biolinks ul li.sel a{
    color: #1f2c90;
}


.presslist{
    margin: 15px 0 0 0;
    width: 500px;
    line-height: 18px;
}

.pressdate{
    font-style: italic;
    font-size: 11px;
    font-family: arial;
}

.presstitle{
    font-weight: bold;
    color: #333;
    text-decoration: none;
}


.siteMapTD{ width: 50%; }
.siteMapHdr{ font-weight: bold; padding-top: 15px; }
