@charset "utf-8";
/*-------------------------------------------------------
	
	K.R.V.'s Screen CSS
	Author:		Product of Courthouse Webs
	Email:		yourbestweb@courthousewebs.com
	Website:	courthousewebs.com
	Created:	2009-09-08
	(c) 2009 All Rights Reserved 
	Made in U.S.A. by America's Best DDD Provider--Courthouse Webs
	
	Special thanks to Live Web Institute http://www.lwis.net/ for Navigational Modules  

*-------------------------------------------------------*/
body  {
	font-size:small;	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #EEFFCC;/* DDDDDD	BBBBBB	696969 #FFFFFF;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
* html body {
		font-size: x-small; /* for IE5/Win */
		f\ont-size: small; /* for other IE versions */
		}
h1 {
	font-size:200%;
	}
h2 {
	font-size:180%;
	}
h3 {
	font-size:160%;	
	}
h4 {
	font-size:140%;
	}
h5 {
	font-size:120%;
	}
h6 {
	font-size:100%;
	}	
p {
	font-size:100%;
	}	
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-weight:normal;
	}
h2 {
	padding:0 0 0 10px;	
	color:#696969;
	}
a {
	margin:0;
	padding:0;
	text-decoration:none;
	}	
ul {
	margin:0;
	padding:0;
	}
ul li {
	margin:0;
	padding:0;
	list-style:none;
	}	
dl, dt, dd, dl dt, dl dd {
	margin:15px 0 15px 0;
	padding:0;
	color:#696969;/*#333333;*/
	}
dd {
	font-size:125%;
	}
.ctr {
	text-align:center;
	}				
.container {
	margin:10px auto 10px auto;
	padding:0;
	background:#FFFFFF;
	text-align:left;
	width: 900px;
	}
#logo {
	position: relative;
	margin: 0;
	padding:0;
	width: 900px;
	height: 150px;
	background: #CCCCCC;
	}
#logo a {
	/*text-align:center;*/
	position: absolute;
	width: 100%;
	height: 100%;
	color:#CCCCCC;
	text-decoration:underline;	
	}
#logo span {
	position: absolute;
	z-index: 1;	
	width: 100%;
	height: 100%;
	background: url(../i/KRV.hd.jpg) left top no-repeat;
	}
#logo a:hover span {
	background-position: right top;
}
#logo ul {	
	padding:20px 0;
	text-align:center;
	font-size:200%;	
	}
.grd {
	width:900px;
	float:left; 
	}
.grd dl {
	margin:10px;
	padding:0;
	float:left;
	width:880px;/*900- lt/rt margins */
	display:inline; /* a bug fix */
	}
.grd dt {
	margin:0;
	padding:0;/*was zero */
	float:right; 
	width:470px;
	font-size:145%;
	letter-spacing: 1px;
	color:#0000cc;
	}
.grd dd {
	margin:0;
	padding:0 0 5px 0; /* was zero*/
	font-size:115%;
	line-height:1.25em;
	color:#333333;
	}
.grd dd.img img {
	margin:0 10px 0 0;
	height:400px;
	width:400px;
	background:#CCCCCC;
	float:left;
	}
.grd .swp dt {
	/*width:420px;*/ /* Total width - rt/lt margins - image width */
	float:left;	
	}
.grd .swp dd.img img {
	margin:0 0 0 10px;
	float:right;
	}	
.grd dl dd li{
	padding:0 0 0 20px;
	}	
/*#stat {
	background:url(../i/Master.static.bg.gif) top right repeat-y;
	}	*/	
.grd .contact {
	padding:0 0 0 410px;
	}	
#flex {
	margin:0 10px;
	width:880px;
/*	background:url(../i/Master.flex.bg.gif) bottom left repeat-x;*/
	}		
#ft {
	margin:10px 0 0 0;
	width:900px;
	background:#ccffff;
	}
#ft p {
	
	padding:2px 0 0 0;
	font-size:75%;
	text-align:center;
	}
#ftnav {
	}				
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	/*margin-right: 8px;*/
}