/*
-----------------------------------------------

File:	site.css
Responsibility: 	Generic stylesheet used to apply CSS rules
					that apply across pages
Author:	Julius Talvik
Company: Unison 
Date: 06/22/2004

----------------------------------------------- */

/* Tag styles */

body { 
	background-color: #fff;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-align: center; 
}

img {
	border: 0px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 9px;
}

input {
	border: 1px solid #000;
	font-family: arial, helvetica, geneva, verdana, sans-serif;
	font-size: 11px;
}

label {
	font-family: arial, helvetica, geneva, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Class styles */

.bold {
	font-weight: bold;
}

.imageFloatLeft {
	float: left;
	margin: 10px 20px 10px 0px !important;
	margin: 0px 20px 20px 0px;
}

.imageFloatRight {
	float: right;
	margin: 10px 0px 10px 20px !important;
	margin: 0px 0px 20px 20px;
}

/* Styles for all pages */

#container {
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 20px;
	text-align: left;
	width: 700px;	
}

#bottomNav {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 20px 0px 0px 14px;
	padding: 0px;
	text-align: left;
	white-space: nowrap;
}

#bottomNav li {
	color: #666;
	display: inline;
	list-style-type: none;
}

#bottomNav li#unison {
	display: inline;
	list-style-type: none;
	text-align: right;
	position: relative;
	left: 340px
}

#bottomNav a { 
	color: #b0b0b0;
}

#bottomNav a:link, #bottomNav a:visited {
	text-decoration: none;
}

#bottomNav a:hover {
	text-decoration: underline;
}

#bottomNav #active { 
	color: #737373;
}

#sectionHeader {
	color: #009FC6;
	font-size: 20px;
	padding: 20px 0px 0px 0px;
	width: 440px;
}

#sectionNavigation {
	color: #009FC6;
	display: inline;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 60px 0px 0px 14px;
}

#sectionNavigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}

#sectionNavigation li {
	color: #009FC6;
	line-height: 11px;
	list-style-type: none;
	padding: 2px;
}

#sectionNavigation a {
	color: #009FC6;
	text-decoration: none;
}

#sectionNavigation a:hover {
	color: #10497E;
	text-decoration: none;
}

#sectionNavigation a.active {
	color: #10497E;
	font-weight: bold;
	text-decoration: none;
}

#sectionContent {
	color: #9E9E9E;
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0px 0px 0px;
}

#sectionContent a {
	color: #737373;
}

#sectionContent ul {
	background-color: #fff;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

#sectionContent ul li {
	line-height: 18px;
	list-style-type: square;
}

#SubsectionNavigation {
	color: #009FC6;
	display: inline;
	float: left;
	font-size: 10px;
	margin: 10px 0px 10px 0px;
}

#SubsectionNavigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}

#SubsectionNavigation li {
	color: #009FC6;
	line-height: 11px;
	list-style-type: none;
	padding: 2px;
}

#SubsectionNavigation a {
	color: #009FC6;
	text-decoration: none;
}

#SubsectionNavigation a:hover {
	color: #10497E;
	text-decoration: none;
}

#SubsectionNavigation a.active {
	color: #10497E;
	font-weight: bold;
	text-decoration: none;
}

#homeContent {
	color: #9E9E9E;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 10px 0px 14px;
}

#homeContent a {
	color: #737373;
}

#homeContent ul {
	background-color: #fff;
	float: right;
	margin: 0px;
	padding: 0px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 20px;
	padding: 20px 20px 20px 35px;
}

#homeContent ul li {
	line-height: 18px;
	list-style-type: square;
}

#homeNavigation {
	color: #009FC6;
	display: inline;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0px 0px 14px;
}

#homeNavigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}

#homeNavigation li {
	color: #009FC6;
	line-height: 11px;
	list-style-type: none;
	padding: 2px;
}

#homeNavigation a {
	color: #009FC6;
	text-decoration: none;
}

#homeNavigation a:hover {
	color: #10497E;
	text-decoration: none;
}

#homeNavigation a.active {
	color: #10497E;
	font-weight: bold;
	text-decoration: none;
}