﻿
/* Generic Elements */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #bcbdc0 url(../images/page-bg.gif);
	background-repeat: repeat-x;
	padding: 20px;
}
h1, h2, h3, h4, h5, p {
	margin:15px 0px;
}
h1, h2, h3, h4, h5 {
	font-weight:bold;
	color: #039;
}
h1 {
	font-size: 20px;
	font-style: italic;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 12px;
}

a img {
	border:none;
}
strong {
	font-style:inherit;
	font-weight:bold;
}
em {
	font-style:italic;
	font-weight:inherit;
}
a {
	color:#069;
}
ul {
	list-style: disc;
	margin-left: 35px;
}
blockquote {
	padding-left:30px;
	padding-right:30px;
}

/* Generic Classes */

.clear {
	clear:both;
}
.hide {
	visibility:hidden;
}
.off {
	display:none;
}
.center {
	text-align:center;
}
.small {
	font-size:0.8em;
}
.blue {
	color:#006699;
}
.error {
	font-weight:bold;
	color:red;
}

/* Site Specific Elements */

#mainContainer {
	width: 771px;
	margin: auto;
	background: #fff url(../images/left-nav-bg.gif);
	background-repeat: repeat-y;
}
#headerContainer {}
#bodyContainer {
	background-color:#FFFFFF;
	background-image:url(../images/left-nav-bg.gif);
	background-repeat:repeat-y;
}
#contentContainer {
	padding-top:1px;
	margin:0px 25px 0px 240px;
}
#footerContainer {
	background: #fff url(../images/footer-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height:6px;
}

/* Top Navigation */

#topNav {
	width: 756px;
	height: 40px;
	background: #003366 url(../images/topnav-bg.gif);
	padding-top: 25px;
	padding-left: 15px;
}
#topNav li {
	display: block;	
}
#topNav .last {
	border: 0;
}
#topNav a {
	color: #ffffff;
	text-decoration: none;
}
#topSearch {
	float: right;
	margin-right: 20px;
	margin-top: -3px;
}


/* Navigation */

.nav {
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  position: relative;
  padding: 0;
  border-right: 1px solid #fff;
  padding: 0 10px 0 10px;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {}
.nav li a:hover {}
#nav-one li:hover a, 
#nav-one li.s fHover a {}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
 color: #9cf;
}

.nav ul {
  background: #369; 
  color: #fff;
  list-style: none;
  margin: 0;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 15px;
}
.nav ul li {
  border: 0;
  padding: 5px;
  float: none;
  
}
.nav ul a {
  padding: 5px;
  white-space: nowrap;
}
.nav ul li a:hover {

}

#topNav ul li ul 
{
	position:absolute;
	z-index:200 !important;
	display:none;
	*margin-left:-80px;
}
#topNav ul li ul li 
{
	text-align:left;
	padding-left:10px;
}


/* Header Image */

#headerImage {
	font-size: 20px;
	font-weight: bold;
	color: #003366;

}

/* Left Menu */

#leftMenu {
	float: left;
}
#leftMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 15em;
}
#leftMenu a {
	display: block;
	text-decoration: none;
}
#leftMenu li {
	width: 214px;
	background: #036 url(../images/left-nav.gif) no-repeat;
}
#leftMenu li.active.right {
	width: 214px;
	background: #036 url(../images/left-nav-arrow-right.gif) no-repeat;
}
#leftMenu li.active.down {
	width: 214px;
	background: #036 url(../images/left-nav-arrow-down.gif) no-repeat;
}
#leftMenu li a {
	height: 16px;
	color: #fff;
	padding: 7px;
	font-weight: bold;
}
#leftMenu li a:hover {
	color: #9cf;
}
#leftMenu li ul li {
	background: #036;
}
#leftMenu li ul li a {
	padding-left: 20px;
	font-weight: normal;
}
#leftMenu li ul li a:hover {
	padding-left: 20px;
	color: #fff;
}


.footer {
	text-align:center;
	padding-left:150px;
}
.footer li {
	display: inline;
	padding: 0 9px 0 9px;
	border-right: 1px solid #ccc;
	font-weight: normal;
	font-size: 10px;
}
.footer li a {
	color:#000;
	text-decoration:none;
}
footer li a:hover{
	color:#036;
}
.footer img {
	padding:10px 10px 0px 10px;
	vertical-align:middle;
}


/* Tables */

table {
	border-collapse: collapse;
	border-color: #003366;
	border: 1px solid #036;
	margin: 20px 0 0 0;
	border-style: outset;
}
tr.header {
	background: #002954 url(../images/table-header-bg.gif) no-repeat;
	background-position: center;
}
thead th {
	padding: 5px; color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
thead td {
	padding: 5px;
	background: #bacada;
	color: #000;
	font-weight: bold;
}
td {
	padding: 3px;
	text-align: center;
	border-color: #036;
}
.bold
{
	font-weight: bold;
}

