@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	background-image: url(/Resources/images/koogler_page_bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-color:#000000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
#container {
	width: 1000px;
	background-image: url(/Resources/images/koogler_container_bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	border:solid 1px #333333;
}

#header {
	height:250px;
	background-image: url(/Resources/images/koogler-header.jpg); 
/*	background-image: url(/Resources/images/koogler_header_bg.jpg);   */
	background-position: top left;
	background-repeat: no-repeat;
	margin-top:-10px;
}

#header-logo {
	position: absolute;
	top: 45px;
	left: 600px;
}

#header-slogan {
	position: absolute;
	top: 3px;
	left: 10px;
	vertical-align:bottom;
}

#header-storybook {
	position: absolute;
	top: 90px;
	left: 150px;
}

#header-storybook p {
	margin-top: -30px;
	margin-left: 180px;
	font-family: "Times New Roman",Georgia,Serif;;
	font-size: 20px;
	text-decoration: none;
	color: #555555;
	font-weight: normal;
}

#header-storybook  a:hover {
	color: #7F1D43;
	text-decoration: none;
}


#header-anniversary {
	position: absolute;
	top: 590px;
	left: 50px;
}

#header-social {
	position: absolute;
	left: 15px;
	top: 200px;
}

#mainBody {
	height:100%;
	min-height:500px;
}

#mainBody #navigation {
	top: 10px;
	left: 0px;
	width: 160px;
	height:100%;
	margin-left:15px;
}
#mainBody #navigation ul li {
	padding-bottom:2px;
	list-style:none;
	margin-bottom: 10px;
}

#mainBody #navigation ul li, #mainBody #navigation ul li a {
	text-decoration: none;
	color: #BAAD9A;
	font-size:14px;
}
#mainBody #navigation ul li a:hover {
	color: #7F1D43;
}
#mainBody #navigation ul li ul li {
	margin-bottom: 0px;
}
#mainBody #mainContent {
	margin-right:20px;
	margin-left:180px;
	margin-top:0px;
}

h1 {
	font-size:15px;
	color:#7F1D43;
}

h2 {
	font-size:14px;
	color:#7F1D43;
}

h3 {
	font-size:13px;
	color:#7F1D43;
}
a {
	color: #7F1D43;
	text-decoration: none;
}

a:hover {
	color: #7F1D43;
	text-decoration: underline;
}

#footer {
	position: relative;
	height:55px;
	background-image: url(/Resources/images/koogler_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#footer p {
	padding-right:20px;
	padding-top:20px;
	font-size:10px;
	text-align:right;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	background:none;
}
#footer p#pageFooter {
	position: absolute;
	top: -45px;
	left: 180px;
	padding-left: 10px;
	color: black;
	font-size: 12px;
	font-weight: bold;
}
#footer p#pageFooter a {
	color: #7F1D43;
}
span.label, label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
}
div.value, span.value {
	float: left;
	display: block;
	width: 250px;
}

legend{
	font-size:13px;
}

table {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
	color: black;
	font: 11px verdana, arial, verdana;
}
tr.subhead {
	background-color: #cccccc;
}
th {
	padding: 0 3%;
}
td {
	padding: 0 3%;
}
th a {
	color: #7F1D43;
	font: 11px arial,verdana;
}

#customNavigation {
	display:none;
}

.Page_GreenFeatures #customNavigation {
	display:none;
}

#viewport {
	width: 510px;
	height: 315px;

}

#chapter {
	font-family: "Times New Roman",Georgia,Serif;;
	font-size: 18px;
	width: 720px;
	height: 110px;
	margin: 10px auto 30px auto;
}

#chapter-left {
	float: left;
	width:	350px;
}
#chapter-right {
	float: right;
	width:	350px;
}

#chapter p{
	margin: 0px 0px 5px 0px;
}

#chapter a {
	color: #000000;
	text-decoration: none;
}

#chapter em.chapter-title {
	font-weight: bold;
	margin-left: 10px;
}
