﻿@import url("reset.css");

blockquote { margin: 0 0 0 25px; }

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color: #0D4381;
	margin-bottom: 20px;
	text-align: center;
}

body.large { font-size: 13px; }
body.xlarge { font-size: 16px; }
body.xxlarge { font-size: 19px; }

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 5px 0;
	height: 100px;
}

#logo {
	display: block;
	float: left;
	width: 170px;
	height: 100px;
	outline: none;
}

a { color: #0D4381; }

hr {
	border: 0 none;
	border-top: 1px solid #AAA;
	height: 1px;
}

/* Toolbar */

#toolbar {
	float: right;
	padding: 0 0 0 0;
}

#toolbar a {
	color: #0D4381;
	text-decoration: none;
}

#toolbar a:focus,
#toolbar a:hover { text-decoration: underline; }

#toolbar-languages,
#toolbar-buttons,
#toolbar-search {
	clear: right;
	float: right;
	padding: 14px 0 0 0;
	white-space: nowrap;
}

#toolbar-languages { height: 15px; }

#toolbar-languages span { color: #7D93C1; cursor: default; }

#toolbar-bookmark,
#toolbar-sitemap,
#toolbar-print,
#toolbar-contact {
	background: url("../images/overall.jpg") no-repeat;
	float: right;
	display: block;
	margin: 0 0 0 30px;
	height: 16px;
	width: 16px;
}

#toolbar-bookmark { background-position: -200px 0; }
#toolbar-sitemap { background-position: -200px -16px; }
#toolbar-print { background-position: -200px -32px; }
#toolbar-contact { background-position: -200px -48px; }

/* Navigation */

#navigation {
	position: relative;
	background: url("../images/overall.jpg") 0 -100px repeat-x;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 10px 0 0 20px;
	height: 23px;
	cursor: default;
}

.navigation-item {
	position: relative;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 15px 0;
}

a.navigation-item:focus,
a.navigation-item:hover { text-decoration: underline; }

.navigation-menu {
	position: absolute;
	left: -10px;
	top: 17px;
	display: none;
	text-transform: none;
}

/* .navigation-item:hover .navigation-menu { display: block; } -> JAVASCRIPT (IE6) */

.navigation-link {
	color: #FFF;
	text-decoration: none;
}

a.navigation-link:focus,
a.navigation-link:hover { text-decoration: underline; }

.navigation-menu-topleft,
.navigation-menu-topright {
	position: absolute;
	background: url("../images/navigation.gif") no-repeat;
	width: 10px;
	height: 10px;
	top: 0;
}

.navigation-menu-topleft { left: 0; background-position: left top; }
.navigation-menu-topright { right: 0; background-position: right top; }

.navigation-menu-topmiddle {
	background: #276DA2;
	margin: 0 10px;
	height: 10px;
}

.navigation-menu-bottomleft,
.navigation-menu-bottomright {
	position: absolute;
	background: url("../images/navigation.gif") no-repeat;
	width: 10px;
	height: 10px;
	bottom: 0;
}

.navigation-menu-bottomleft { left: 0; background-position: left bottom; }
.navigation-menu-bottomright { right: 0; background-position: right bottom; }

.navigation-menu-bottommiddle {
	background: #276DA2;
	margin: 0 10px;
	height: 10px;
}

.navigation-menu-middle {
	background: #276DA2;
	line-height: 1.7em;
	white-space: nowrap;
	padding: 0 75px 0 10px;
}

#navigation-left,
#navigation-right {
	position: absolute;
	background: url("../images/overall.jpg") no-repeat;
	top: 0;
	width: 10px;
	height: 33px;
}

#navigation-left { background-position: -250px 0; left: 0; }
#navigation-right { background-position: -260px 0; right: 0; }

/* Banners */

#banners {
	height: 130px;
	margin: 0 0 20px 0;
}

#banner1,
#banner2,
#banner3 {
	background: url("../images/overall.jpg") no-repeat;
	float: left;
	width: 170px;
	height: 130px;
	margin: 0 15px 0 0;
}

#banner1 { background-position: 0 -140px; }
#banner2 { background-position: -170px -140px; }
#banner3 { background-position: -340px -140px; }

#banner4 {
	float: right;
	width: 405px;
	height: 130px;
	overflow: hidden;
}

/* Breadcrumbs */

#breadcrumbs {
	margin: 0 0 20px 0;
	cursor: default;
}

#breadcrumbs a {
	color: #0D4381;
	text-decoration: none;
}

#breadcrumbs a:focus,
#breadcrumbs a:hover { text-decoration: underline; }

/* User Toolbar */

#usertools {
	background: url("../images/overall.jpg") -195px -75px no-repeat;
	float: right;
	width: 170px;
	height: 18px;
	padding: 2px 0 0 30px;
}

#usertools a {
	color: #0D4381;
	font-weight: bold;
	text-decoration: none;
}

#usertools a:focus,
#usertools a:hover { text-decoration: underline; }

/* Sides */

#leftside {
	float: left;
	width: 200px;
}

#rightside {
	float: right;
	width: 200px;
}

.leftpanel,
.rightpanel {
	margin: 0 0 15px 0;
}

.leftpanel-header,
.rightpanel-header {
	background: url("../images/overall.jpg") no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding: 7px 0 0 7px;
	height: 19px;
	width: 193px;
	cursor: default;
	overflow: hidden;
}

.leftpanel-header { background-position: -300px 0; }
.rightpanel-header { background-position: -300px -26px; }

.leftpanel-body,
.rightpanel-body {
	border-left: 1px solid #E3E5E4;
	border-right: 1px solid #E3E5E4;
	padding: 10px;
}

.leftpanel-bottom,
.rightpanel-bottom {
	background: url("../images/overall.jpg") -300px -52px no-repeat;
	height: 10px;
	width: 200px;
	overflow: hidden;
}

#tagcloud { line-height: 1.75em; }

.leftpanel .section,
.rightpanel .section {  }
.leftpanel .title,
.rightpanel .title { font-weight: bold; margin: 0 0 5px 0; }
.leftpanel .message,
.rightpanel .message { margin: 0 0 5px 0; }

.leftpanel a,
.rightpanel a {
	color: #0D4381;
	text-decoration: none;
}

.leftpanel a:focus,
.leftpanel a:hover,
.rightpanel a:focus,
.rightpanel a:hover { text-decoration: underline; }

/* Body */

#body {
	float: left;
	margin: 0 0 0 20px;
	width: 520px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E3E3E3;
}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

p { margin-bottom: 11px; }

ol li {
	list-style: decimal;
	margin-left: 35px;
}

ul li {
	list-style: disc;
	margin-left: 35px;
}

ul li li { list-style: circle; }
ul li li li { list-style: square; }

.tags {
	margin: 25px 0 0 0;
	color: #86A1C0;
}

#body a:focus,
#body a:hover { color: #62A532; }

/* Footer */

#footer {
	clear: both;
	padding: 50px 0 20px 0;
	cursor: default;
}

.footer-columns {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.footer-column {
	float: left;
	padding: 0 30px 10px 20px;
}

.footer-column a {
	color: #0D4381;
	text-decoration: none;
}

.footer-column a:focus,
.footer-column a:hover { text-decoration: underline; }

.footer-column-title {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.footer-line {
	clear: both;
	background: url("../images/overall.jpg") 0 -280px repeat-x;
	height: 10px;
	margin: 10px 0;
}

#copyright-left {
	float: left;
	cursor: default;
}

#copyright-right {
	float: right;
	color: #86A1C0;
	text-decoration: none;
}

#copyright-right:focus,
#copyright-right:hover { text-decoration: underline; }

/* Controls */

.textbox {
	font-size: 11px;
	padding: 3px;
	border: 1px solid #1A6499;
}

.button {
	background: #1A6499;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 3px 5px;
	border: none;
	cursor: pointer;
}

/* Gallery */

.gallery-item {
	display: block;
	width: 129px;
	float: left;
	margin: 0 0 20px 0;
	text-align: center;
	text-decoration: none;
}

.gallery-item img { border: 2px solid #7FBDE9; }
.gallery-item span { color: #7FBDE9; }