﻿@import url("layout1.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/kunfamily_bg1.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #33cccc;
}
#container {
	border: 4px solid #000000;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
	width:100%;
	position:relative;
}
html>body #masthead {
	overflow: hidden;
}
#menuhead {
	background-color: #33CCCC;
	border-top:3px #000000 solid;
	border-bottom:3px #000000 solid;
	position: relative;
	width:100%;
}
html>body #menuhead {
	overflow: hidden;
}
#familynavigation {
	background-color: #008080;
	border-top:0px;
	border-bottom:3px #000000 solid;
	position: relative;
}
html>body #familynavigation {
	overflow: hidden;
}
#palette {
	border-top: 3px solid #000000;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left:15px;
}

html>body #palette {
	overflow: hidden;
	border: none;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	background-color: #33CCCC;
	border-top: 3px solid #000000;
}
html>body #footer {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#menuhead ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menuhead li {
	float: left;
}
#menuhead a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	background-color: #33CCCC;
}
#menuhead a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #008080;
}
/* Family Navigation */
#familynavigation ul {
	list-style-type: none;
	width: 100%;
	margin-left:150px;
	margin-top:0px;
	margin-bottom:0;
	padding: 2px;
}
#familynavigation li {
	float: left;
}
#familynavigation a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 5px;
	background-color: #008080;
}
#familynavigation a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #33cccc;
	background-color: #008080;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
p {
	margin-left: 25px;
	margin-right: 25px;
}
h1 {
	font-size: xx-large;
	color: #008080;
	margin-left: 15px;
}
h2 {
	font-size: x-large;
	color: #008080;
	margin-left: 15px;
}
h3 {
	font-size: large;
	color: #600;
	margin-left: 15px;
}
h4 {
	font-size: medium;
	color: #008080;
	margin-left: 15px;
}
h5 {
	font-size: x-small;
	color: #400;
	margin-left: 15px;
}
h6 {
	font-size: xx-small;
	color: #300;
	margin-left: 15px;
}

/* Footer */
#footer p {
	font-weight: bold;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #008080;
	text-decoration: underline;
}

/* Links */
a {
	color: #008080;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #008080;
	text-decoration: underline;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for Bullet List Links*/
.bulletlist {
	list-style-image: url('../images/imagemap_bullet.gif');
	list-style-position: outside;
}
.style_center {
	text-align:center;
}
/* Palette Layout */
#palette li {
	float: left;
	width:95px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #000000;
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

#palette ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.palettewhite {
	color:#ffffff;
}
.paletteblack {
	color:#000000;
}
