@import "colors.css";

body {
	padding: 0px;
	margin: 8px auto;
	width: 600px;
	margin-bottom: 3ex;
	background-color: #fff;
	color: #000;
	font-size: 100%;
	font-family: "Verdana", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0.7em;
	color: #000;
}

h1 {
	font-size: 140%;
	margin-top: 1em;
	margin-bottom: 1em;
}
h1#frontpage_site_title {
	font-weight: bold;
	text-transform: lowercase;
	margin: 1em 0 0 0;
	width: 100%;
}

h2 {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 110%;
}

h3 {
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: 0.7em;
	font-size: 105%;
	color: #777;
}

p {
	margin-top: 0;
	margin-bottom: 0.7em;
}

dd {
	margin-bottom: 0.5em;
}

sup, sub { font-size: x-small; }
sub { vertical-align: sub; }
sup { vertical-align: super; }

a:link,
a:visited,
a:active,
a:focus {
	background: inherit;
}

a:link {
	color: #000;
}
a:visited {
	color: #666;
}
a:active, a:focus {
	color: #500 ! important;
}

address {
	font-style: normal;
}

html {
	margin: 0;
	padding: 0;
}

div.top_navigation {
	padding: 0;
	margin-bottom: 10px;
}

div#sitelogo {
	margin-left: -10px;
	width: 621px;
	height: 114px;
	background: url("/images/logo-background.png") top center no-repeat;
}

div#sitelogo div.sitename,
div#sitelogo div.sitedescription {
	margin-left: 35px;
	color: #000;
}

div#sitelogo div.sitename {
	text-transform: lowercase;
	padding-top: 35px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 140%;
	font-weight:bold;
}
div#sitelogo div.sitename a:link,
div#sitelogo div.sitename a:visited {
	text-decoration: none ! important;
	color: #000;
}
div#sitelogo div.sitedescription {
	margin-top: 0;
	padding-top: 0;
	font-size: small;
	font-weight: normal;
}

div.breadcrumbs {
	padding: 0.2em 25px;
	font-size: small;
}
div.breadcrumbs .active {
	font-weight: bold;
}

div.skipnav {
	text-align: right;
}

a.skiplink {
	font-weight: normal;
	font-size: x-small;
	color: #777;
	background-color: inherit;
}

div.skipnav,
div.skipnav a,
div.footer_misc,
div.footer_misc a {
	font-weight: normal;
	font-size: x-small;
	color: #777;
	background-color: inherit;
}


div.page_footer {
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: small;
	color: #777;
	background-color: #fff;
}

div.footer_address,
div.footer_address a {
	padding-top: 10px;
	color: inherit;
}

div.footer_misc {
	text-align: right ! important;
}

ul.gallery_minithumbs,
ul.gallery_minithumbs li ul {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
}

ul.gallery_minithumbs li {
        padding-bottom: 1em;
        font-size: small;
}

ul.gallery_minithumbs li ul li {
        display: inline;
}

ul.gallery_minithumbs li ul li a img,
ul.gallery_thumbs li a img {
	border: solid 2px #000;
}

ul.gallery_thumbs {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
}

ul.gallery_thumbs li {
        float: left;
        width: 140px;
        height: 120px;
        text-align: center;
}

ul.gallery_thumbs li a {
        text-decoration: none;
}
ul.gallery_thumbs li a .title {
        text-decoration: underline;
        display: block;
        font-size: x-small;
}

div.gallery_image {
        text-align: center;
}

div#frontpage_site_title {
	width: 100%;
	margin: 1em 0;
	padding: 1em 0;
	border-bottom: solid 1px #ccc;
}

div#frontpage_site_title h1,
div#frontpage_site_title p {
	display: inline;
	margin-right: 0.5em;
}

div#frontpage_news_section,
div#frontpage_section_links {
	width: 49%;
	padding: 0;
	margin: 0;
}

div#frontpage_section_links {
	float: left;
}

div#frontpage_news_section {
	float: right;
}

ul#sitemenu {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	font-size: small;
}
ul#sitemenu li {
	margin-bottom: 0.4em;
	padding-left: 0;
	margin-left: 0;
}
ul#sitemenu li ul li,
ul#sitemenu li ul li a {
	margin-bottom: 0;
	text-transform: none;
	font-weight: normal;
}
ul#sitemenu li a {
	font-weight: bold;
	font-size: small;
}
ul#sitemenu li .description {
	color: #777;
}
ul#sitemenu li ul {
	display: none;
	list-style: none;
} 
ul#sitemenu li:hover > ul {
	display: block;
	padding: 0.5em;
	margin-left: 3em;
	margin-top: -2px;
	position: absolute;
	background-color: #fff;
	border: solid 1px #000;
} 
ul#sitemenu li.less_important {
	font-size: small;
	font-weight: normal;
	padding-left: 0.6em;
}
ul#sitemenu li.less_important a {
	font-weight: normal;
}

p.last_updated {
	font-style: italic;
	text-align: right;
	font-size: small;
}

blockquote.floatquote {
	display: block;
	font-size: small;
	float: right;
	margin: 0 0 1em 1em;
	width: 30%;
	padding: 0 0 0 1em;
	border-left: solid 1px #ccc;
	color: #555;
	font-family: "Georgia", "Times New Roman", serif;
	line-height: 1.5em;
}

blockquote.floatquote,
blockquote.floatquote p {
}

.floatquote p:first-child {
	margin-top: 0;
	padding-top: 0;
}

.clearboth {
	clear: both;
}

.section_link {
	font-weight: bold;
}

.shownot {
	display: none;
}

div#personalphoto {
	width: 256px;
	height: 256px;
	float: right;
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

a.rsslink {
	background-color: #d60;
	padding: 0 0.5em 0 0.5em;
	border: #fb9 2px outset;
	color: #fff;
	font-family: sans-serif;
	font-weight: bold !important;
	font-size: xx-small !important;
	text-decoration: none;
}
