/*
-----------------------------------------------
LKL Associates
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/body_bg.jpg);
	line-height: 15px;
}
h1 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #000
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #666666;
	letter-spacing: 1px;
}
input, textarea, select {
	border: 1px solid #999999;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000; 
	background-color: #ffffff; 
}

/* header
----------------------------------------------- */
#header {
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 167px;
	border-top: solid #ebece7 20px;
	background-color: #FFFFFF;
}
#items {
	padding: 10px;
	background-color: #EBECE7;
}
#items ul {
	margin: 0px;
	padding: 0px;
}
#items ul li {
	display: inline;
	padding: 0 8px;
	border-right: solid #333 1px;
}
#items a {
	color: #333333;
	letter-spacing: 2px;
	text-decoration: none;
}
#items a:hover {
	text-decoration: underline;
}
#present {
	clear: both;
	height: 235px;
	background-image: url(/images/present_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 6px;
}

/* header
----------------------------------------------- */
#mainleft {
	width:468px;
	float:left;
	padding: 15px;
	background-color: #EBECE7;
	clear: right;
	margin-right: 10px;
}	
#form {
	padding: 5px;
}
#maincenter {
	width:220px;
	padding: 15px;
	background-color: #EBECE7;
	float: left;
	margin-right: 10px;
	}
#mainright {
	padding: 15px;
	width: 200px;
	float: left;
	background-color: #EBECE7;
}
	
/* header
----------------------------------------------- */
#footer {
	clear: both;
	height: 40px;
	background-image: url(/images/footer.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 14px;
/*	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
}

/* header
----------------------------------------------- */
#nav {
	font-weight: bold;
	height: 20px;
	font-size: 93%;
	border-bottom: solid #ccc 0em;
	background-color: #FFFFFF;
}
#nav ul {
        margin:0;
        padding:0px 10px 0 10px;
        list-style:none;
}	  
#nav li {
      display:inline;
      margin:0;
      padding:0;
}	  
#nav a {
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	float: left;
}
#nav a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {
	float:none;
} /* End IE5-Mac hack */
#nav a:hover span {
      color:#FFF;
}
#nav a:hover {
      background-position:0% -42px;
}
#nav a:hover span {
      background-position:100% -42px;
}
#nav #current a {
                background-position:0% -42px;
}
#nav #current a span {
                background-position:100% -42px;
}

/*	-------------------------------------------------------------
	Nav2 and Children
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#nav2 {
	padding: 6px;
	background-color: #666666;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
}
/*#search {
}
#creditapp {
}
#employeeapp {
}

/* header
----------------------------------------------- */
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}


/* header
----------------------------------------------- */	
#weather {
	float: right;
	width: 200px;
	overflow: hidden;
}
