@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/framework/drop_shadow.jpg) no-repeat center top;
	margin: 10 0 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;
}
#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#preHeader {
	background-image: url(../images/framework/KLTYlogo_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 91px;
}
#header  {
	background: #FFFFFF url(../images/framework/KLTYlogo_02.jpg) no-repeat left top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	padding: 0px;
	height: 85px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#mainContent  {
	padding: 0 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 0px 0px 0px 42px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	width: 425px;
	display: block;
}
#footer  {
	padding: 0 0px;
	margin-left: 42px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#footer   a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
}
#navBar {
	float: right;
	text-align: right;
	width: 624px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: 54px;
}
#navBar a {
	background-color: #666666;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#navBar a:hover {
	background-color: #E11F27;
}
#navBar .selected {
	background-color: #E11F27;
}
#rightImage {
	float: right;
	border: 1px solid #666666;
	display: inline;
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E11F27;
	text-transform: uppercase;
}
#navBar2 {
	height: 20px;
	text-align: right;
}
#navBar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	padding-right: 5px;
	background-color: #FFFFFF;
}
#navBar2 .selected {
	color: #255EAD;
	background-color: #FFFFFF;
}
#navBar2 a:hover {
	color: #E11F27;
	background-color: #FFFFFF;
}
.prop {
	float: right;
	height: 300px;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 5px;
	padding-left: 10px;
	text-indent: -10px;
}
#mainContent   #formTable {
	width: 425px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#mainContent  #formTable  .altRow {
	background-color: #E3E3E3;
}
#mainContent #formTable .altRow2 {
	background-color: #B4D334;
}
#mainContent a {
	font-weight: bold;
	color: #255EAD;
	text-decoration: underline;
}
.googleMap {
	padding: 5px;
	float: right;
	border: 1px solid #666666;
	display: inline;
	height: 400px;
	width: 250px;
}
