/* General Styles */

body {
	text-align: center;
	padding: 0;
	font: 0.75em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0px;
}

p {
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

.imageLink:hover {
	background: transparent;
}

img {
	z-index: 30;
}

div.center { 
	text-align: center; 
}

p.bookmarklet { 
	margin-left: 20px;
}

img.preferences { 
	width: 544px; 
}

img.document { 
	width: 767px; 
}

img.active { 
	width: 100%; 
}

img.toolbar { 
	padding-top: 10px;
	height: 24px; 
}

img.menu { 
	width: 800px; 
}

img.text { 
	width: 16px;
	vertical-align: text-bottom;
}

/* Layout */

#container {
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-right: 10px solid;
	border-bottom: 10px solid;
	border-left: 10px solid;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
}

#pageHeader #grad {
	position: absolute;
	left: 0px;
	top: -10px;
	height: 72px;
	overflow: hidden;
}

#pageHeader #grad img {
	width: 3000px;
	height: 72px;
}

#pageHeader img {
	position: absolute;
	top: 10px;
	right: 10px;
}

#pageHeader h1 {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 2.5em;
	line-height: normal;
	letter-spacing: normal;
}

#pageHeader h2 {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 70px;
	left: 15px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	letter-spacing: normal;
}

#contentContainer {
	border-width: 1px;
	position: relative;
	z-index: 2;
}

#contentContainer #content {
	padding: 15px;
}

#footer {
	padding: 0;
	width: 100%;
}

#footer p {
	margin: 0;
	padding: 15px 15px 5px;
}

/* Toolbar Styles */

#navcontainer {
	height: 31px;
	position: relative;
	z-index: 3;
}

#navcontainer #current {
}

#navcontainer .currentAncestor {
}

#navcontainer form {
	float: right;
	text-align: left;
	padding-left: .8em;
	width: 175px
}

#navcontainer form fieldset {
  border-style: none;
}

#navcontainer form .search {
	width: 93%;
	font-size: .95em;
	line-height: 1.2em
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 5;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
	font-weight: bold;
}

#navcontainer a {
	display: block;
	padding: 6px 15px 6px;
	text-decoration: none;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */

#menu1 {
	width: 140px;
}

#menu1 a {
	width: 105px;
}

#menu2 {
	width: 100px;
}

#menu2 a {
	width: 65px;
}

#menu3 {
	width: 200px;
}

#menu3 a {
	width: 165px;
}

#navcontainer ul ul {
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0;
	display: none;
	z-index: 6;
	font-size: 0.9em;
	padding: 0 0;
}

#navcontainer ul ul li {
	display: block;
	border-left: medium solid #004C99;
	border-right: medium solid #004C99;
}

#navcontainer ul ul li:last-of-type {
	border-bottom: medium solid #004C99;
}

#navcontainer ul ul a {
	padding: 5px 15px;
	display: block;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current {
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
}

#navcontainer ul ul ul ul a:hover {

}

div#navcontainer ul ul, 
div#navcontainer ul ul ul, 
div#navcontainer ul li:hover ul ul, 
div#navcontainer ul li:hover ul ul ul, 
div#navcontainer ul li:hover ul ul ul ul, 
div#navcontainer ul li:hover ul ul ul ul ul {
display:none;
}

div#navcontainer ul li:hover ul, 
div#navcontainer ul ul li:hover ul, 
div#navcontainer ul ul ul li:hover ul, 
div#navcontainer ul ul ul ul li:hover ul, 
div#navcontainer ul ul ul ul ul li:hover ul {
display:block;
}

/* Global Classes */

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

code {
  font-size: 1.2em;
}

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

hr {
	margin-top: 25px;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Table Styles */

table {
	font-size: 1em;
}

/* Menus */

table.menuItems {
	border: 1px solid;
	border-collapse:collapse;
	width: 100%; 
}

table.menuItems tr:first-of-type {
	background: #dddddd;
}

table.menuItems th:first-of-type {
	width: 150px;
}

table.menuItems th,
table.menuItems td {
	border: 1px solid;
	padding: 4px;
	vertical-align: top;
}

/* Toolbar */

td.toolbar
{ 
    padding-top: 10px;
    padding-left: 10px;
    font-size: 1.4em;
    font-weight: bold;
}

