﻿.foo { } /* The W3C CSS Validator doesn't like stylesheets that begin with a comment, so... */

/* BASIC */

html {	
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0;
	padding: 0;
	border: 0;	
}
body, th, td, input, textarea, select {
	font-family: Tahoma, Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;	
	color: #333333;
	background-color: #FFFFFF;
}
form {
    background-color: #FFFFFF;
	background-position: center top;
	background-image: url('../images/backgrounds/bg_main.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
	width: 800px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
p, blockquote, ul, ol, dl {
	margin-top: 0px;
}
p, address {
	margin-bottom: 1em;
}
fieldset {
	margin-bottom: 0.5em;
	border: 0;
	padding: 12px;
	background: #E5E5E5;
}
fieldset label {
	display: block;
	padding-bottom: 3px;
}
select {
    cursor: pointer;
}
.checkbox label, .radio label {
	display: inline;
	cursor: pointer;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted;
}
blockquote {
	margin-bottom: 2em;
}
kbd, code {
	font-size: 1em;
}
dfn {
	font-style: normal;
}
caption {
	font-weight: bold;
}

/** LINKS */

a:link {
	color: #5A7619;
	text-decoration: none;
}
a:visited {
	color: #5A7619;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
#udm h3 a:hover {
	text-decoration: underline;
}
a[href^="http:"]
{
    background: url(../images/outbullet.gif) no-repeat right 50%;
    padding-right: 13px;
    display: inline-block;
}
a[href^="http://www.keylaboratory.com"]{
	background-image: none;
	padding-right: 0;
	display: inline;
}
a img {
	border-style: none;
}
a.nohref {
    color: #333333 !important;
}

/* LOGOBAR, LOGOBARNAV */

#logobar {
	background-image: url('../images/backgrounds/bg_logobar.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 55px;
	margin-left: 10px;
}
#logobarnav {
	font-size: 0.9em;
	position: absolute;
	top: 0; right: 0;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#logobarnav li {
	display: inline;
}
#logobarnav a {
	color: #EEEEEE;
	text-align: center;
	letter-spacing: 0.1em;
	display: block;
	float: left;
	width: 100px;
	padding: 12px 0px 30px 0px;
}
#ctl00_logohome {
	display: block;
	float: left;
	width: 165px;
	height: 55px;
	z-index: 1;
}
#ctl00_logobarnav_home {
	background-image: url('../images/backgrounds/bg_bullet_home.gif');
	background-position: 50% 30px;
	background-repeat: no-repeat;
}
#ctl00_logobarnav_sitemap {
	background-image: url('../images/backgrounds/bg_bullet_sitemap.gif');
	background-position: 50% 30px;
	background-repeat: no-repeat;
}
#ctl00_logobarnav_contact {
	background-image: url('../images/backgrounds/bg_bullet_contact.gif');
	background-position: 50% 30px;
	background-repeat: no-repeat;
}

/* HEADER */

#header {
	background-repeat: no-repeat;
	width: 780px;		
	margin-bottom: 59px;
	margin-left: 10px;
}

/* MENU */

#menuholder {
	background-image: url('../images/backgrounds/bg_menu.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 59px;
	position: absolute;
	left: 10px;
}
li.toplevel {
	width: 129px !important;
	font-size: 11px !important;	
}
li.toplevel h3 a {
	text-align: center !important;
}

/* CONTENT */

#content {
	width: 780px;
	height: auto;
	margin-left: 9px;
}
#colA, #colA input, #colA textarea, #colA select, #colA th, #colA td, #colB {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
}
#content ul {
	padding-left: 12px;
	margin-left: 2px;
	margin-bottom: 1em;	
}
#content ul li {
	margin-top: 0.3em;
	margin-bottom: 0.3em;    
}
#content h3 {
	color: #C89812;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.5em;
}
#content h4 {
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.25em;
}
#content h5 {
	color: #333333;
	font-weight: normal;
	font-style: italic; 
	font-size: 1em;
}

/* SIDEBAR */

#sidebar {
	padding: 10px 0px 0px 0px;
}
#youarehere {
	margin: 0px 12px 1em 12px;
}
#search {
	margin: 0px 12px 0px 12px;
}
#searchbox {
	width: 100px;
}
#quicklinks {
	margin: 0px 12px 0px 12px;
}
#sidebar_feature {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
	padding: 46px 12px 1px 12px;
}
.sitemap_path_node {
	white-space: nowrap;
}
.sitemap_path_current_node {
	font-weight: bold;
}
div.AspNet-TreeView ul {
    font-weight: normal;
}
div.AspNet-TreeView ul ul {
   font-weight: normal;    
}
.AspNet-TreeView-Selected {
    display: none;
}
#fontSwitcher {
    display: none;
    margin: 0px 12px 0px 12px;	    
}
#accessPopup {
    border: 1px #CCCCCC solid;
    background-color: #E1FFE1;        
    padding: 3px 6px 3px 6px;
    position: absolute;
    /*left: 666px;*/
    z-index: 1;
    display: none;
    width: 100px;
    filter: progid:DXImageTransform.Microsoft.Fade(overlap=0);                
}
#fontSwitcher p {
    color: #999999;
    font-weight: bold;
}

/* RECENT SEARCH POPUP */

#recentSearchPopup {
    font-family: Tahoma, Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
    border: 1px #CCCCCC solid;
    width: 11em;
    padding: 4px 6px 4px 6px;
    background-color: #E1FFE1;
    display: none;
    position: absolute;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Fade(overlap=0);
}
#recentSearchPopup p {
    font-weight: bold;
    margin-bottom: 0.3em;
}
#recentSearchPopup img {
    position: absolute;
    top: 4px;
    right: 4px;
}
#recentSearchPopup ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
#recentSearchPopup li {
    line-height: 1em;
}
#recentSearchPopup li a {
    color: #5A7619 !important;
    text-decoration: underline;
}

/* FOOTER */

#footer {
	font-size: 0.9em;
	color: #999999;
	border-top: 1px #CCCCCC dotted;
	border-bottom: 1px #CCCCCC solid;
	width: 756px;
	margin: 12px auto 0px 10px;
	padding: 12px 12px 0px 12px;
}
#footer ul {
	list-style: none;
	margin: 0px 0px 24px 0px;
	padding: 0;
}
#footer li {
	display: inline;
	letter-spacing: 0.1em;
}
#footer ul a {
	background: url("../images/bullet_footer_links.gif") no-repeat left 50%;
	padding: 0px 10px;
}

/* POSITIONING */

.clearboth {
	clear: both;
	height: 0;
	visibility: hidden;
}
.moveleft {
	position: absolute;
	left: -10000px;
}
.floatright {
	float: right;
}/* used on credit card logo */

/* STYLES */

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.img1 {
	float: left;
	/*margin-right: 12px;*/
	border: 1px #CCCCCC solid;
}/* used on home page images */
.img2 {
	float: right;
    margin-bottom: 0.3em;
    margin-left: 0.7em;
	border: 1px #CCCCCC solid;
}/* used on sidebar feature */
p.more {
    text-align: right;
    font-weight: bold;
    clear: left;
    margin-bottom: 1.5em;
    border-bottom: 1px #CCCCCC dotted;
    margin-left: 0 !important;
}
.disclaimer {
	font-size: 0.9em;
	color: #999999;
	display: block;	
}
.formError {
    color: red;	
}
.textbox_watermark {
	color: #999999;
}
.checkbox, .button {
    cursor: pointer;
}

/* MISC */