﻿/* keystone.css */
body{
	font-family: Arial,sans-serif;
	font-size: 13px;
	margin-top: 10px;
	background-image: url('images/keystone-bkg.gif');
	background-repeat: repeat;
}

a{
	color: #ffffff;
	text-decoration: underline;
}

a:link{
	color: #ffffff;
	text-decoration: underline;
}

a:visited{
	color: #ffffff;
	text-decoration: underline;
}

a:hover{
	color: #999;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 font-weight: 700;
 text-align: center;
 color: #000000;
 margin: 20px 20px 10px 20px;
 padding: 0px;
}

h2{
 font-size: 18px;
 font-weight: bold;
 text-align: left;
 color: #000000;
 margin: 0px 0px 0px 0px;
}

h3{
 font-size: 14px;
 font-weight: bold;
 text-align: left;
 color: #000000;
 margin: 0px 0px 0px 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: disc;
 margin-top: 12px;
 font-size: 12px;
}

ul ul{
 list-style-type: disc;
 font-size: 12px;

}

ul ul ul{
 list-style-type: none;
}

#nav {
	width: 900px;
	height: 20px;
	padding-top: 3px;
	text-align:center;
	color: #ffffff;

	font-size: 12px;
	font-weight: bold;
}

#nav2 {
	width: 900px;
	height: 20px;
	padding-top: 3px;
	text-align:center;
	color: #ffffff;
	background-color: #808080;
	font-size: 12px;
	font-weight: 400;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

#tdcm2 {
	background-color: #FFFFFF;
	width: 500px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#tdcm2 p{
	margin: 20px 20px 20px 20px;
}

#sectionLinks a {
	 color: #134B9A;
	 text-decoration: underline;
}

#sectionLinks a:hover{
	color: #FF0000;
}

#sectionLinks2 a {
	 color: #134B9A;
	 text-decoration: underline;
	 font-weight:700;
}

#sectionLinks2 a:hover{
	color: #FF0000;
}


.style1 {
	background-color: #FFFFFF;
	margin-left: 9px;
}

.imageL {
	float:left;
	margin-left: 20px;
	margin-top:20px;
	margin-right:9px;
}

.style2 {
	background-color: #999999;
}
.style3 {
	text-align: center;
	height:100%;
}
.style4 {
	background-color: #FFFFFF;
	background-image: url('images/right-col-fill.gif');
}
.style5 {
	margin-bottom: 0px;
}
.style6 {
	border-width: 0px;
}
.style7 {
	font-size: 11px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:200px; height:150px; position:relative; margin:0; font-size:11px;}
.menu ul li a {display:block; text-decoration:none; color:#ffffff; width:200px; height:20px; text-align:left; text-indent: 6px; border:2px solid #000000; border-width:2px 0px 0 0; background:#134B9A; line-height:19px; font-size:12px;}
.menu ul {padding:0; margin:0; list-style-type: none; }
.menu ul li {float:left; margin-right:0px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#FF0000; background:#333333;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:200px; width:100px;}
.menu ul li:hover ul li a.hide {background:#317023; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#99916E; color:#ffffff; width:150px;}
.menu ul li:hover ul li a:hover {background:#317023; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#CBD6C0; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#CBD6C0; color:#fff;}