@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/sky.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-weight: bold;
	color: #FF7E04;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
a {}
a:hover {}
blockquote {
	margin: 2px;
}
blockquote p {
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	margin: 2px;
}
div#container {
	background-image: url(../img/layout.png);
	background-repeat: no-repeat;
}
div#masthead {}
div#masthead div.navigation {
	padding-left: 5px;
}
div#masthead div.navigation ul {
	margin: 0px;
	padding: 0px;
}
div#masthead div.navigation ul li {
	font-size: medium;
	font-weight: bold;
	list-style-type: none;
	float: left;
}
div#masthead div.navigation ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 11px;
}
div#masthead div.navigation ul li a:hover {
	text-decoration: underline;
	background-color: #FF7D02;
}
div#mast {
	margin-top: 8px;
	margin-bottom: 15px;
}
div#mast div.page {
	margin: 10px;
}
div#footend {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
div#footend h6 {
	color: #666;
	margin: 5px;
}
div#footend p {
	margin: 5px;
	font-size: x-small;
	color: #999;
}
div#footend a {
	color: #666;
	text-decoration: none;
}
div#footend a:hover {
	color: #333;
}
/* ********************************* */
/* SITEMAP                           */
/* ********************************* */
#sitemap ul {
	margin: 0px;
	padding: 0px;
}
#sitemap ul li {
	list-style-type: none;
	font-size: x-small;
	text-align: left;
}

#sitemap ul li h4 {
	color: #6C0000;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/sitemap.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#sitemap ul li h5 {
	background-color: #FFFFFF;
	background-image: none;
	padding: 0px;
	margin: 0px;
	font-size: x-small;
	list-style-type: none;
}
#sitemap ul li a {
	color: #666666;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
	margin-left: 3px;
}
#sitemap ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
	}