﻿html {
}
body {
    margin: 0 0 0 0;
    font-family: Arial;
}
.header {
    margin: 0 0 0 0;
    background-color: #f5f5f5;
}
.header img {
    border-style: none;
}
.topmenu {
    background-color: #006fba;
    color: White;
    margin: 0 0 0 0;
    white-space: nowrap;
    font-size: smaller;
}
.topmenu a {
    color: White;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
}
.topmenu a:hover {
    text-decoration: underline;
}
.body {
    margin: 15px 5px 15px 5px;
    width:952px;
    float:left;
}
.leftmenu {
    float: left;
    width: 160px;
    font-size: x-small;
    padding: 0px 0px 0px 10px;
}
.leftmenu ul {
    margin: 0 0 0 0; /*10px;*/
    padding: 0 0 0 0;
    display: none;
    list-style-type: none;
}
.leftmenu ul li {
    margin: 2px 0 2px 0;
    border-top: dashed 1px silver;
}
.leftmenu ul li div {
    cursor: pointer;
    padding: 0 6px 0 12px;
}
.leftmenu ul li div a {
    text-decoration: none;
    cursor: pointer;
    color:Black;
    display:block;
}
.leftmenu ul li a:hover {
    text-decoration: underline;
}
.leftmenu ul.expanded {
    visibility:visible;
    display: block;
}
.nonodes {
}
.selected {
    font-weight: bold;
}
.hasnodes_collapsed {
    background-image: url(/static/nolines_plus.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
.hasnodes_expanded {
    background-image: url(/static/nolines_minus.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
.hasnodes:hover {
    text-decoration: underline;
}
.content .element {
    float: left;
    width: 365px;
    font-size: small;
    margin: 5px 5px 5px 5px;
	border: solid 1px #EEEEEE;
}
.content .element a {
	text-decoration: none;
	color: Black;
	display: block;
	width: 100%;
	height: 100%;
}
.content .element a:hover {
	text-decoration: underline;
	color: Black;
}
.content .element .categorypicture {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    margin: 5px 5px 5px 5px;
}
.content .element .categorypicture img {
	border: none;
}
.content .element .description 
{
	float:left;
	width: 280px;
    height: 60px;
    padding: 5px 5px 5px 5px;
}
.content .element .description:hover {
	text-decoration: underline;
}

.content {
    float: left;
    width: 770px;
    font-size: small;
    padding: 0px 5px 0px 5px;
}
.content .picture img {
}

.content .picture {
    float: left;
    width: 240px;
    margin: 25px 0px 0px 10px;
    padding: 5px 5px 5px 5px;
	border: solid 1px #EEEEEE;
}
.content .textside {
    float: left;
    width: 490px;
    padding: 5px 5px 5px 5px;
}
.content .textside ul {
	margin-top: 0px;
	margin-bottom: 8px;
}
.content .textside .cat {
	font-style: italic;
	font-size: 110%;
}
.content h1 {
    font-size: 1.3em;
    color: #555555;
    margin-left: 1em;
    margin-top: 5px;
}
.content .text {
    float: left;
    width: 700px;
    padding: 5px 5px 5px 5px;
}
.content h2 {
    color: #555555;
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 2px;
}
.content h3 {
    color: #555555;
    font-size: 1em;
}
.breadcrumb {
	margin: 0px 0px 10px 10px;
}
.breadcrumb a {
	text-decoration: none;
	color: #333333;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb img {
	border:none;
	margin: 0px 10px 2px 10px
}
.footer {
    float: left;
    width: 100%;
    background-color: #006fba;
    color: White;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    white-space: nowrap;
    font-size: smaller;
}
.footer a {
    color: White;
}
.address td {
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}
