﻿*
{
    border: 0px;
}

html
{
    background-color: #9d9fa2;
}

body
{
    background: url(images/page_background.gif) repeat-x;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #595959;
    padding: 28px 0px;
    margin: 0px;
}

a, a:hover, a:visited
{
    color: #94262F;
    font-weight:bold;
}

#page
{
    margin: 0px auto;
    border: 5px solid #b2b4b6;
    width: 911px;
}

#header
{
    background-color: #ffffff;
    padding: 0px 26px 0px 33px;
}

#topnav
{
    height: 39px;
    width: 909px;
    background: url(images/nav_background.gif) repeat-x;
    border: 1px solid #bc8e82;
}

#topnavshadow
{
    background: url(images/nav_shadow.gif);
    height: 38px;
    width: 911px;
}

#pagebody
{
    float:left;
    width: 911px;
    background-color: #799fb7; 
}

#content
{
    font-size: 12px;
    line-height: 1.5;
    background-color: #ffffff;
    padding: 0px 60px 10px 30px;
    min-height: 474px;
    /* ie 6 min-height hack \*/
    height:auto !important;
    height:474px;
    width: 598px;
}

.redblocklist
{
    list-style-image: url(images/redblock.gif);
}

.heading
{
    color: #00528d;
    font-weight:bold;
    font-size: 15px;
    margin-bottom: 25px;
}

.redheading
{
    color: #94262F;
    font-weight:bold;
}

.redtopborder
{
    border-top: solid 2px #94262F;
}

.blueheading
{
    color: #234688;
    font-weight:bold;
}

.bluetext
{
    color: #234688;
}

.employeename
{
	float:left; 
	width: 25%;
}

.empolyeetitle
{
    color: #234688;
    font-weight:bold;
    float:left; 
    padding-left: 25px;
}

.picture
{
	float:left; 
	margin-right: 10px; 
	margin-bottom: 10px;
}

#bottomnav
{
    height: 69px;
}

#footer
{
    clear: both;
    background: url(images/footer_background.gif) repeat-x;
    height:12px;
}

/* TOP NAVIGATION MENU   
----------------------------------------------------------*/
#navmenu
{
    width: 100%;
    margin: 0px auto;
    padding: 0;
    position: relative;
}

#navmenu ul
{
    padding: 0px;
    margin: 0px;
}

#navmenu li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
    text-align: center;
    height: 39px;
    top: 0px;
}

#navmenu a, #navmenu a:hover, #navmenu a:visited
{
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
}

#navmenu a span
{
    display:block;
    padding-top: 10px;
}

#nav1
{
    left: 0px;
    width: 127px;
}
#nav2
{
    left: 128px;
    width: 112px;
}
#nav3
{
    left: 241px;
    width: 152px;
}
#nav4
{
    left: 394px;
    width: 156px;
}
#nav5
{
    left: 551px;
    width: 134px;
}
#nav6
{
    left: 686px;
    width: 84px;
}
#nav7
{
    left: 771px;
    width: 138px;
}

.navbutton
{
    color: #ffffff;    
    height: 39px;
    background: url(images/navbutton_background.gif) repeat-x;
}

.navbutton:hover, .navbuttonCurrent
{
    color: #ffffff;
    height: 39px;
    background: url(images/navbutton_selected_background.gif) repeat-x;
}

/* LEFT NAVIGATION MENU   
----------------------------------------------------------*/
#subnav 
{
    height: 384px;
    width: 187px;
    background: url(images/subnav_background.gif) repeat-x;
    padding: 20px 18px;
    text-align: center;
}

#subnav a
{
    display: block;
    color: #ffffff;
    text-decoration: none;
}

#subnav ul
{
    padding: 0px;
    margin: 0px;
}

#subnav ul li.first 
{
	border-top: none;
}

#subnav li
{
    font-size: 14px;
    display: block;
    padding: 10px;
    list-style: none;
    border-top: 2px solid #94a5c2;
    color: #ffffff;
}

#subnav li ul
{
    padding-left: 20px;
}

#subnav li li
{
    font-size: 12px;
}

/* BOTTOM NAVIGATION MENU   
----------------------------------------------------------*/
#bnavmenu
{
    width: 100%;
    margin: 0px;
    padding: 0;
    position: relative;
}

#bnavmenu ul
{
    padding: 0px;
    margin: 0px;
}

#bnavmenu li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
    text-align: center;
    height: 69px;
    top: 0px;
}

#bnavMenu a
{
    display: block;
}

#bnav1
{
    left: 0px;
    width: 225px;
}
#bnav2
{
    left: 225px;
    width: 230px;
}
#bnav3
{
    left: 455px;
    width: 233px;
}


