/* Global Styles */
#doc_root {
	border: 1px solid #000000;
}
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(https://www.keyoneinc.com/images/pageBGTile.gif);
	background-repeat: repeat;
	background-position: left top;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	font-size: 115%;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.completeBorder {
	border: 1px solid #666666;
}
#green {
	color: #006300;
	font-size: 100%;
	font-weight: bold;
}
#blue {
	font-size: 100%;
	font-weight: bold;
	color: #0066CC;
}
/* Header Styles */
#doc_root #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-transform: capitalize;
	color: #000000;
	background-image: url(https://www.keyoneinc.com/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
}
/* Links */
#doc_root #header a:link {
	color: #000000;
	text-decoration: none;
	font-size:90%;
}
#doc_root #header a:active {
	color: #000000;
	text-decoration: none;
	font-size:90%;
}
#doc_root #header a:visited {
	color: #000000;
	text-decoration: none;
	font-size:90%;
}#doc_root #header a:hover {
	color: #0066CC;
	text-decoration: none;
	font-size:90%;
}
/* Body Styles */

/* Navigation Styles */
#doc_root #body #nav {
	font-size: 100%;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	width: 215px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#doc_root #body #nav #menuItem {
	height: 20px;
	padding-left: 15px;
	background:#EEE url(https://www.keyoneinc.com/images/arrow-active.gif) no-repeat top left;
	border-bottom:3px solid #FFF;
}
#menuItemHighlight {
	background-image: url(https://www.keyoneinc.com/images/blueBlackGradientTile.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding-left: 20px;
	color: #FFCC00;
	font-weight: bold;
}
/* Links */
#doc_root #body #nav #menuItem a:link {
	color: #333333;
	text-decoration: none;
}
#doc_root #body #nav #menuItem a:active {
	color: #333333;
	text-decoration: none;
}
#doc_root #body #nav #menuItem a:visited {
	color: #333333;
	text-decoration: none;
}
#doc_root #body #nav #menuItem a:hover {
	color: #0066CC;
	text-decoration: none;
}
/* News */
#news {
	padding: 4px;
}
#news #title {
	color: #003399;
}

#news #teaser {
	color: #666666;
	padding: 2px;
	text-transform: none;
	font-size:90%;
}
#news #date {
	color: #333333;
}
/* Body */
#doc_root #body #content {
	padding: 7px;
	font-size: 95%;
	border: 1px;
}
/* Links */
#doc_root #body #content a:link {
	color: #000000;
	text-decoration: underline;
}
#doc_root #body #content a:active {
	color: #000000;
	text-decoration: underline;
}
#doc_root #body #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#doc_root #body #content a:hover {
	color: #0066CC;
	text-decoration: none;
}
/* footer*/
#footer {
	font-size:90%;
	color: #666666;
}
/* Links */
#footer a:link {
	font-size:90%;
	color: #666666;
}
#footer a:active {
	font-size:90%;
	color: #666666;
}
#footer a:visited {
	font-size:90%;
	color: #666666;
}
#footer a:hover {
	font-size:90%;
	color: #333333;
	text-decoration: none;
}
.formTxt {
	font-size:.8em;
}
.small {
	font-size: 75%;
	color: #993300;
	font-style: italic;
	font-weight: normal;
}

