@charset "iso-8859-2";

/*

CSS

*/

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #363534;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 40px;
}
body,td,th {
	color: #363534;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 15px;
}

/*

TEXT STYLES

*/

p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 16px;
}
p.large {
	color: #00afd8;
	font-size: 20px;
	line-height: 23px;
}
h1 {
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
}
h2 {
	font-weight: bold;
	padding-bottom: 15px;
}
span.caps {
	text-transform: uppercase;
}

/*

LINK STYLES

*/

a, a:link, a:visited {
	color: #00AFD8;
	text-decoration: none;
}
a:hover {
	color: #00AFD8;
	text-decoration: underline;
}

/*

LAYOUT

*/

div.header {
	padding-bottom: 30px;
}
div.container {
	background-color: #ffffff;
}
div.section {
	height: 106px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363534;
	padding-top: 3px;
}
div.section a {
	color: #363534;
}
div.title {
	height: 106px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363534;
	padding-top: 3px;
}

/*

INTRO

*/

div.intro {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363534;
	padding-top: 3px;
}
div.intro h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

/*

CONTENT

*/

div.column {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363534;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
div.column ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding-bottom: 16px;
}
div.column ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*

CONTENT

*/

div.content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363534;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
div.content p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 16px;
}
div.content td,
div.content th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	text-align: left;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
div.content td {
	padding-top: 3px;
}
div.content td.right,
div.content th.right {
	text-align: right;
}
div.content p.large {
	color: #00afd8;
	font-size: 20px;
	line-height: 23px;
}
div.content h1 {
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
}
div.content h2,
div.content h3,
div.content h4 {
	font-weight: bold;
	padding-bottom: 15px;
}
div.content span.caps {
	text-transform: uppercase;
}
div.content ul {
	padding-bottom: 10px;
}
div.content ul li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 40px;
	padding-bottom: 6px;
}
div.content ol li {
	list-style-position: inside;
	list-style-type: square;
}

/*

CARDS

*/

div.card {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363534;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
div.card img {
	margin-top: 3px;
	margin-bottom: 3px;
}
div.card h2 {
	padding-bottom: 0px;
}

/*

TOPNAVI

*/

div.topnavi a {
	display: block;
	float: left;
	height: 27px;
	width: 150px;
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-right: 10px;
	padding-top: 3px;
}
div.topnavi a.active {
	color: #666666;
	border-top-color: #666666;
}
div.topnavi a:hover {
	color: #00AFD8;
	border-top-color: #00AFD8;
}
div.topnavi a.active:hover {
	color: #666666;
	border-top-color: #666666;
}

/*

SUBNAVI

*/

div.subnavi {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363534;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
div.subnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.subnavi ul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.subnavi li {
	padding: 0px;
	line-height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.subnavi li.first {
	padding-top: 0px;
}
div.subnavi a {
	display: block;
	text-decoration: none;
	color: #363534;
}
div.subnavi a:link,
div.subnavi a:visited,
div.subnavi a:active {
	color: #00afd8;
}
div.subnavi a:hover {
	color: #00afd8;
}
div.subnavi a.selected {
	color: #999999;
}
div.subnavi a.selected:hover {
	color: #00afd8;
}

/*

ROOT

*/

div.subnavi ul.root {
}
div.subnavi ul.root li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
div.subnavi ul.root li.hasChildren  {
}
div.subnavi ul.root li.selected a:link,
div.subnavi ul.root li.selected a:active,
div.subnavi ul.root li.selected a:visited,
div.subnavi ul.root li.selected a:hover {
	color: #666666;
}
div.subnavi ul.root li a:link,
div.subnavi ul.root li a:active,
div.subnavi ul.root li a:visited,
div.subnavi ul.root li a:hover {
}

/*

PATH

*/

div.subnavi ul.path {
}
div.subnavi ul.path li  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
div.subnavi ul.path li.selected a:link,
div.subnavi ul.path li.selected a:active,
div.subnavi ul.path li.selected a:visited,
div.subnavi ul.path li.selected a:hover {
	color: #666666;
}
div.subnavi ul.path li a:link,
div.subnavi ul.path li a:active,
div.subnavi ul.path li a:visited,
div.subnavi ul.path li a:hover {
}

/*

SUB

*/

div.subnavi ul.sub {
}
div.subnavi ul.sub li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
div.subnavi ul.sub li.hasChildren  {
}
div.subnavi ul.sub li.selected {
}
div.subnavi ul.sub li.selected a:link,
div.subnavi ul.sub li.selected a:active,
div.subnavi ul.sub li.selected a:visited,
div.subnavi ul.sub li.selected a:hover {
	color: #666666;
}
div.subnavi ul.sub li a:link,
div.subnavi ul.sub li a:active,
div.subnavi ul.sub li a:visited,
div.subnavi ul.sub li a:hover {
}

/*

ANIMATION

*/

div.animation {
}

/*

INTRO

*/

div.intro {
	padding-bottom: 10px;
}

/*

FOOTER

*/

div.footer {
	padding-top: 40px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
div.footer div.column {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 3px;
}
div.footer a {
	color: #666666;
	text-decoration: none;
}
div.footer a:hover {
	color: #00afd8;
}
div.footer div.left {
	text-align: left;
}
div.footer div.right {
	text-align: right;
}

/*

END

*/