﻿/*
 * Catalyst Development Stylesheet
 * Copyright 2010 Catalyst Development Corporation. All rights reserved.
 *
 * Last modified 04-05-2010
 */
 
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #42423E;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;				
	font-size: 130%;
	margin-top: 0px;
	margin-bottom: 4px;
}

h1.error {
	color: red;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;				
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 4px;
}

h2.subheader {
	font-size: 105%;
	margin-top: -4px;
	margin-bottom: 8px;
}

h2.sitemap {
	font-size: 105%;
	margin-top: 16px;
	margin-bottom: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;				
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 4px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;				
	font-size: 105%;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;				
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;				
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 1.4em;
	text-align: left; /* justify; */
}

a {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #0033CC;
	text-decoration: underline;
}

a.tooltip {
	position: relative;
	z-index: 24;
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px #0000ff dashed;
}

a.tooltip:hover {
	z-index: 25;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a.tooltip span {
	display : none
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	line-height: 1.4em;
	margin: 6px;
	padding: 6px;
	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
}

a img {
	border: none;
}

img.left {
	float: left;
	padding: 4px;
	margin: 0 12px 5px 0;
}

img.right {
	float: right;
	padding: 4px;
	margin: 0 0 5px 12px;
}

img.center {
	display: block;
	padding: 4px;
	margin: 0 auto 5px auto;
}

b {
	font-size: inherit;
	font-weight: bold;
}

strong {
	font-size: inherit;
	font-weight: bold;
}

small {
	font-size: 90%;
	line-height: 1.3em;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	line-height: 1.2em;
	margin-top: 2px;
	margin-bottom: 2px;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	line-height: 1.2em;
	margin-top: 2px;
	margin-bottom: 2px;
}

ol {
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.4em;
	text-align: left;
}

ol.numbered {
	list-style: decimal;
	margin-left: 30px;
}

ul {
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.4em;
	text-align: left;
}

li {
	margin-top: 4px;
	margin-bottom: 8px;
}

ul.condensed {
	margin-top: 2px;
	margin-bottom: 8px;
}

li.condensed {
	margin-top: 2px;
	margin-bottom: 2px;
}

ul.sitemap {
	margin-top: 0px;
	margin-bottom: 0px;
}

li.sitemap {
	font-size: 95%;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.indent1 {
	list-style-type: disc;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.indent2 {
	list-style-type: circle;
	padding-left: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 4px 0px 4px 0px;
	height: 1px;
	border: 0px;
}

table {
	border-style: none;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #42423E;
	border-bottom: 1px solid #DDDDDD;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #42423E;
}

th.condensed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #222222;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
}

td.condensed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #222222;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

/* Header */

#header {
	width: 1000px;
	height: 64px;
	margin: 0 auto;
	background: url("images/header.jpg") no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 680px;
	height: 64px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 22px 15px 15px 15px;
	background: url("images/menu.jpg") no-repeat left 26px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

/* Search */

#search {
	float: right;
	width: 305px;
	height: 50px;
}

#search form {
	float: right;
	margin: 0;
	padding: 22px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #FFFFFF;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #003399;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: url("images/pgback.jpg") repeat-y left top;
}

#page-bgtop {
	padding-top: 30px;
	background: url("images/pgtop.jpg") no-repeat left top;
}

/* Logo */

#logo {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
}

#logo img {
	margin-top: 12px;
}

#logo h1 {
	margin-left: 64px;
	margin-top: -16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
	color: #404040;
}

/* Content */

#content {
	float: right;
	width: 738px;
	padding-top: 10px;
	padding-right: 40px;
}

/* Topics */

.topic {
	margin-bottom: 24px;
	border-bottom: 1px #bbbbbb dotted;
}

.topic .title {
	font-size: 120%;
	margin: 0px;
}

.topic .entry {
	padding: 4px 0px 0px 0px;
}

/* Rounded Boxes */

.roundbox {
	width: 365px;
}

.roundbox .boxtop {
	display: block;
	width: 365px;
	height: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/roundbox1.jpg);
}

.roundbox .boxbottom {
	display: block;
	width: 365px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(images/roundbox2.jpg);
}

.widebox {
	width: 740px;
}

.widebox .boxtop {
	display: block;
	width: 740px;
	height: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/widebox1.jpg);
}

.widebox .boxbottom {
	display: block;
	width: 740px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(images/widebox2.jpg);
}

.boxcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	display: block;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 162px;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 4px;
	padding: 0 0 6px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0 0 0 5px;
	padding-left: 10px;
	background: url("images/sidelist.jpg") no-repeat left 5px;
}

#sidebar p {
	margin: 0;
	padding: 0px 10px;
	text-align: left;
}

#sidebar h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 10px 0 2px 10px;
	background: url("images/sidebar.jpg") no-repeat left top;
	font-size: 10pt;
	font-weight: bold;
	color: #42423E;
}

#sidebar p {
	line-height: 120%;
}

#sidebar a {
	color: #505050;
}

#sidebar a:hover {
	color: #0033CC;
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 1000px;
	height: 95px;
	margin: 0 auto;
	padding: 0;
	background: url("images/footer.jpg") no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 56px 0;
	text-align: center;
	line-height: normal;
	font-size: 90%;
	color: #66665E;
}

#footer a {
	color: #66665E;
}

#footer a:hover {
	text-decoration: underline;
}

