﻿/* Main Style Sheet */
html 
{
}

body
{
	margin: 0px auto;
	background-image: url(../Images/BodyBgRpt.jpg);
	background-repeat: repeat-x;
	color: #444455;
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
}

#content
{
	margin: 0px auto;
	width: 912px;
}

/* Header & Splash */
#header
{
    height: 96px;
	background-image: url(../Images/HeaderBg.jpg);
	background-repeat: no-repeat;
}

/* Top Navigation Bar */
#nav
{
    margin-top: 54px;
    margin-right: 24px;
	float: right;
	height: 32px;
}

a.nav:link, a.nav:visited, a.nav:active
{
	color: #339999;
	text-decoration: none;
}

a.nav_static_item:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

a.nav_dynamic_item:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.nav_static
{
    
}

.nav_static_item
{
    height: 32px;
    display: block;
}

.nav_static_hover
{
	background-image: url(../Images/NavBg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.nav_static_selected
{

}

.nav_static_inside_shell
{
    height: 32px;
    border-left: solid 1px #FFFFFF;
    display: block;
}

.nav_static_inside
{
    padding: 8px 4px 0 4px;
    height: 24px;
    border-left: solid 1px #DEDEDE;
    cursor: pointer;
    display: block;
}

.nav_dynamic
{
    padding: 3px 0 3px 0;
    border: solid 1px #DEDEDE;
    min-width: 150px;
}

.nav_dynamic_item
{
    padding: 0 5px 0 5px;
    display: block;
    min-width: 150px;
}

.nav_dynamic_hover
{
	color: #FFFFFF;
	background: #333399;
}

.nav_dynamic_selected
{

}

/* Page (Full Width) */
#page
{
	background-image: url(../Images/PgBgRpt.gif);
	background-repeat: repeat-y;
}

#page_body
{
	min-height: 375px;
	height: auto !important;
	height: 375px;
	background-image: url(../Images/PgBgRpt.gif);
	background-repeat: repeat-y;
	padding: 0px 64px 0px 64px;
}

#page_header
{
	width: 100%;
	height: 48px;
	background-image: url(../Images/PgHeader.gif);
	background-repeat: no-repeat;
}

#page_footer
{
	width: 100%;
	height: 48px;
	background-image: url(../Images/PgFooter.gif);
	background-repeat: no-repeat;
}

/* Announcements Boxes */
#announcements
{
    padding: 0 10px 0 10px;
    font-size: 16px;
    
}

.announceBox
{
	float: left;
	width: 441px;
	height: 150px;
}

.announcementDesc
{
	float: left;
	width: 308px;
	padding: 0 8px 0 4px;
}

.announcementText
{
	padding: 0 0 0 4px;
}

.announcementIcon
{
	float: left;
	width: 100px;
}

/* Copyright */
#copyright
{
	padding-top: 8px;
	text-align: center;
	font-size: 90%;
	color: #758190;
}

/* Rounded Corner Box */
.cornerBoxBlue
{
	position: relative;
	background: url(../Images/roundedCornerBox/blueGrad.jpg) repeat-x;
	width: 100%;
	height: 100%;
}

.cornerBoxRed
{
	position: relative;
	background: url(../Images/roundedCornerBox/redGrad.jpg) repeat-x;
	width: 100%;
	height: 100%;
}

.corner
{
	position: absolute;
	width: 5px;
	height: 5px;
	font-size: 0%;
}

.cornerBoxInner
{
	padding: 8px;
}

.TL
{
	top: 0;
	left: 0;
	background: url(../Images/roundedCornerBox/circleTL.png) no-repeat;
}

.TR
{
	top: 0;
	right: 0;
	background: url(../Images/roundedCornerBox/circleTR.png) no-repeat;
}

.BL
{
	bottom: 0;
	left: 0;
	background: url(../Images/roundedCornerBox/circleBL.png) no-repeat;
}

.BR
{
	bottom: 0;
	right: 0;
	background: url(../Images/roundedCornerBox/circleBR.png) no-repeat;
}

/* Rollover Buttons */
.rolloverButton
{
	display: block;
	width: 100px;
	height: 32px;
	padding: 4px 0 0 0;
	margin-top: 5px;
}

.rolloverButton:hover
{
	background-position: 0 -36px;
}

a.rolloverButton:link, a.rolloverButton:hover, a.rolloverButton:visited, a.rolloverButton:active
{
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}

.blueButton
{
	background: url(../Images/rolloverButton/blueButton.gif) no-repeat;
}

.redButton
{
	background: url(../Images/rolloverButton/redButton.gif) no-repeat;
}

/* Header Text */

h1, h2, h3, h4
{
	color: #339999;
	font-family: Arial;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Main Link Style */

a:link, a:visited, a:active
{
	color: #339999;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	text-decoration: none;
	border: 0 none;
}

/* Spacing & Clearing */
.spacetoright
{
	float: left;
	width: 10px;
	height: 10px;
}

.clear_right
{
	clear: right;
}

.clear_both
{
	clear: both;
}

/* Navigation Bar */

#navBar 
{
    margin: 54px 0 0 0;
	float: right;
	width: 912px;
	height: 32px;
	z-index: 500;
}

#navBarLeft {
	position: relative;
	float: left;
	width: 16px;
	height: 32px;
}

#navBarMid {
	position: relative;
	float: left;
	width: 880px;
	height: 32px;
}

#navBarRight {
	position: relative;
	float: left;
	width: 16px;
	height: 32px;
}

#nav, #nav ul { /* All Nav Lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a 
{
    text-align: center;
	display: block;
	width: 7.5em;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	height: 24px;
	padding: 8px 0px 0px 0px;
}

#nav a:hover {
	color: #006;
	background-image: url(../Images/NavBar/navHover.png);
	background-repeat: repeat;
	cursor: pointer;
}

#nav a.arrow {
}

#nav li.endcap {
    background-image: url(../Images/NavBar/navEndCap.png);
    background-repeat: no-repeat;
    height: 10px;
}

#nav li.endcap:hover {
    background-image: url(../Images/NavBar/navEndCap.png);
    background-repeat: no-repeat;
}

#nav li { /* All Nav List Items */
	float: left;
	width: 7.5em; /* Opera Needed */
}

#nav li ul { /* Second Level Lists */
	position: absolute;
	width: 7.5em;
	left: -999em; /* Screen Reader */
}

#nav li ul a {
    color: #FFF;
    background-image: url(../Images/NavBar/navBg.png);
	background-repeat: repeat;
}

#nav li ul a:hover {
    color: #006;
    background-image: url(../Images/NavBar/navHoverSec.png);
	background-repeat: repeat;
	cursor: pointer;
}

#nav li ul ul { /* Third and Above Level Lists */
	margin: -32px 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* Lists Nested Under Hovered List Items */
	left: auto;
}

#nav li:hover, #nav li.sfhover { /* Top and Below Hover Status */
	background-image: url(../Images/NavBar/navHover.png);
	background-repeat: repeat-x;
}

#nav li li:hover, #nav li li.sfhover { /* Second and Below Hover Status */
}

#nav li li li:hover, #nav li li li.sfhover { /* Third and Below Hover Status */
}