﻿@import url(layout.css);
/* Colors Used
Masthead -			#ebeacd > #8aa45e > #8aa45e > #ebeacd
Navigation - 
Subnav - 
Subnav Border -		#71805d
Sidebars -			#ecebcb
Footer -			#7995a2
Divider Line -		#ccaa77
Blue in KITH Logo -	#00446a (Pantone 548PC)
 
.primary-1 { background-color: #0081C6 }
.primary-2 { background-color: #256E95 }
.primary-3 { background-color: #005481 }
.primary-4 { background-color: #39A7E3 }
.primary-5 { background-color: #66B7E3 }

*/
body {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 0.8em;
	color: #000;
	background-color: #F0EFD6;
/*	background: url("../images/Mast2.png") 0 0 repeat-X #93AB5E; */
}
#edge-shadow {
	display: block;
	margin: 0px auto 0 auto;
	width: 904px;
	position: relative;
	background: url('../images/shadow_edge.png') repeat-y;
}
#header-shadow {
	height: 12px;
	width: 904px;
	display: block;
	margin: 0px auto;
	position: relative;
	background: url('../images/shadow_header.png') no-repeat;
}
#footer-shadow {
	width: 904px;
	height: 12px;
	display: block;
	margin: 0px auto;
	margin-bottom: 30px;
	position: relative;
	background: url('../images/shadow_footer.png') no-repeat;
}
#container {
	width: 100%;
	margin: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#masthead {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#navigation {
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#page_content {
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
}
#footer {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #7995a2;
	padding-bottom: 5px;
}

/* Styles for Masthead */

#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}

/* Styles for Navigation */

#navigation ul {
	list-style-type: none;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	background: url('../images/nav_bg.png') repeat-x;
	color: #ffffff;
	font-weight:bold;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: 1px silver solid;
	border-right: 1px silver solid;
}
#navigation a:hover {
	background: url('../images/nav_hover_active1.png') repeat-x;
	color: #000000;
	font-weight:bold;
}

/* Styles for Content */

h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
/*	font-size: 1.75em; */
	color: #469;
}
h3 {
/*	font-size: 1.5em; */
	color: #469;
}
h4 {
/*	font-size: 1.25em; */
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}

/* Styles for Footer */

#footer p {
	font-size: 8pt;
	text-align: center;
	color: #5B5B5B;
	margin: 2px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	color: #FF0000;
	text-decoration: none;
}

/* Styles for Links */

a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}