@charset "utf-8";
/* CSS Document */

body {
background-image: url(website_images/background.jpg);
background-position: center top;
background-repeat: no-repeat;
background-color: #ffffff;
margin: 0px 0px 0px 0px;
}

div.body{
position: relative;
}

/*mainpage background*/
div.mainpage{
background-image: url(website_images/background.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
padding: 100px 0px 0px 0px;
margin: 0px auto 0px auto;
width: 800px;
}

p.large, li.large, th{
color: #555555;
margin-right: 14px;
font-size: 18px;
}

th{
text-align:left;
}

p, li, ul, td{
color: #555555;
margin-right: 14px;
font-size: 14px;
}

div.pictures{
height: 120px;
width: 100px;
float: left;
}

div.picturedivider{
width: 95%;
float: left;
}

a.pictures{
text-decoration: none;
}

div.staffpicture{
height: 325px;
width: 225px;
margin: 3px 3px;
float:left;
text-align: center;
border: 1px solid #555555;
}

div.staffb{
height: 325px;
width: 225px;
margin: 3px 3px;
float:left;
text-align: center;
border: 0px solid #555555;
}

/*Footer CSS*/
div.footer{
background: url(website_images/nav-bg.jpg);
height: 25px;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
position: fixed;
left: 0px;
right: 0px;
bottom: 0px;
}

a.footer, p.footer{
color: #233e99;
margin: 5px auto 5px auto;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:13px;
font-weight: bold;
text-align: center;
text-decoration: none;
white-space: nowrap;
}
/*end Footer CSS*/

/*Dynamic Menus*/
/*Navigation Structure*/
.nav-container-outer-background{
background: url(website_images/nav-bg.jpg);
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height: 34px;
position: absolute;
top: 100px;
left: 0px;
right: 0px;
}
.nav-container-outer{
background: url(website_images/nav-bg.jpg);
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
white-space: nowrap;
height: 34px;
width: 800px;
position: relative;
top: 0px;
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}
/*Primary Items*/	
#nav-container a{	
padding:7px 1px 7px 1px;
margin: 0px 4px 0px 4px;
color: #233e99;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url(website_images/nav-bg.jpg);
background-repeat: no-repeat;
background-position: top;
}
#nav-container a:hover{
padding:7px 1px 7px 1px;
margin: 0px 4px 0px 4px;
color: #233e99;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url(website_images/nav-bg.jpg);
background: url(website_images/nav-bglit.jpg);
background-repeat: no-repeat;
background-position: top;
}
/*Secondary Items Container*/	
#nav-container div, #nav-container ul{	
padding:10px 4px 10px 4px;
margin:0px 0px 0px 0px;
background: url(website_images/item-secondary-container-bg.jpg);
background-repeat: repeat-x;
background-color: #c9c9c9;
border-bottom: 1px solid #696969;
}
/*Secondary Items*/	
#nav-container div a, #nav-container ul a{	
padding:3px 10px 3px 6px;
background-color: #c9c9c9;
background: url(website_images/item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-width:0px;
border-style:none;
width: 149px;
}
/*Secondary Items Hover State*/	
#nav-container div a:hover, #nav-container ul a:hover{	
padding:3px 10px 3px 6px;
background: url(website_images/item-secondary-bg.jpg);
background-repeat: no-repeat;
color: #233e99;
font-size:11px;
border-width:0px;
border-style:none;
width: 149px;
}
/*Horizontal Dividers*/	
#nav-container .divider-horiz{	
border-top-width:1px;
margin:5px 5px;
border-color: #696969;
}
