﻿@import url('yui/reset.css');
@import url('yui/fonts.css');

html 
{
	padding: 0;
	margin: 0;
}

body 
{
	background-position: center;
	background-repeat: repeat-y;
	background-image: url('../../_img/background.jpg');
	font-family: Georgia, sans-serif;
	color: #555555;
	line-height: 1.5em;
}

strong 
{
	font-weight: bold;
}

input 
{
	/*font-family: Georgia, sans-serif;*/
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 1em;
}

select
{
	/*font-family: Georgia, sans-serif;*/
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 1em;	
}

textarea 
{
	/*font-family: Georgia, sans-serif;*/
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 1em;
}

#MainContainer 
{
	padding: 0;
	margin: 0 auto;
	width: 780px;	
}

#HeaderLogo 
{
	z-index: 15;
}

#SmallNavBar 
{
	position: relative;
	top: -305px;
	height: 20px;
}

#SmallNavBar a#snHome
{	
	float: left;
	display: block;
	position: relative;
	left: 430px;
	width: 50px;
	height: 20px;
	background-color: Transparent;
	background-image: url('../../_img/blank.gif');
	background-repeat: repeat;
	text-decoration: none;
	z-index: 20;
}

#SmallNavBar a#snHouseSearch
{	
	float: left;
	display: block;
	position: relative;
	left: 450px;	
	width: 90px;
	height: 20px;
	background-color: Transparent;
	background-image: url('../../_img/blank.gif');
	background-repeat: repeat;
	text-decoration: none;
	z-index: 20;
}

#SmallNavBar a#snContactUs
{
	float: left;
	display: block;
	position: relative;
	left: 470px;
	width: 80px;
	height: 20px;
	background-color: Transparent;
	background-image: url('../../_img/blank.gif');
	background-repeat: repeat;
	text-decoration: none;
	z-index: 20;
}

#SmallNavBar a#snVIPLogin
{
	float: left;
	display: block;
	position: relative;
	left: 487px;
	width: 72px;
	height: 20px;
	background-color: Transparent;
	background-image: url('../../_img/blank.gif');
	background-repeat: repeat;
	text-decoration: none;
	z-index: 20;
}
#NavBar 
{
	position: relative;
	top: -189px;
	height: 27px;
	vertical-align: middle;
	line-height: 20px;
	z-index: 20;	
}

#NavBar li
{
	float: left;
	list-style: none;	
}

#NavBar li.current a
{
	font-weight: bold;
}

#NavBar li a
{
	/*text-decoration: none;*/
	color: #444444;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	float: left;
	position: relative;
	overflow: hidden;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	/*font-size: 90%;*/
	margin-right: 15px;
	margin-left: 15px;
}

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited
{
	border: none;
}

.MainText 
{
	margin: 10px;
	/*width: 760px;*/
	text-align: justify;

	min-height: 500px;
	height: auto !important;
	height: 500px;	
}

.SideBarEnabled 
{
	width: 513px; /* 780 width - 247 (sidebar) - 20 (maintext margins) =  513 */
	/*width: 502px;*/
	float: left;
	padding-bottom: 50px;	
}

.SideBar
{
	position: relative;
	background-position: left top;
	width: 247px;
	
	min-height: 500px;
	height: auto !important;
	height: 500px;
	
	float: left;
		
	/*margin-right: 5px;
	margin-bottom: 5px;*/
	background-image: url('../../_img/sidebar-background2.jpg');
	background-repeat: no-repeat;			
	font-size: .9em;		
	
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}

.SideBar div.SideSection
{
	margin-top: 5px;
	margin-bottom: 15px;
}

.SideBar h1 
{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	text-align: center;
	color: #444444;
}

h2
{
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #800000;
	border-bottom: 1px solid #555555;
}

#SideBarContent 
{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 8px;
	color: Black;
}

#MainContent 
{
	position: absolute;
	top: 176px;
	width: 780px;
}

h1
{
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: .5em;
	/*color: black;*/
	color: #990000;
}

.BoxHome
{
	font-family: Tahoma, Geneva, sans-serif;
	padding: 8px 10px 8px 73px;
	height: 45px;
	margin-bottom: 8px;  
	background:#e3f0fc url(/_img/48/kfm_home.png) no-repeat 10px 6px;
	border:1px solid #428cfc;
	border-width:1px 0;
}

h3
{
	border-bottom: 1px solid #CCCCCC;
	color: #003366;
	font-size: 1em;
	font-weight: bold;
}

h4
{
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #AAAAAA;
	color: #003399;
}

h5 
{
	font-size: 1.1em;
	font-weight: bold;	
}

p 
{
	margin-top: 15px;
	margin-bottom: 20px;
}

#Footer
{
	clear: both;
	/*margin-top: 50px;	*/
	margin-bottom: 10px;
	background-image: url('../../_img/footer-background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 780px;
	text-align: center;	
}

#Footer p#FooterTop 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	font-weight: bold;	
	padding-top: .7em;
	margin: 0;
}

#Footer p#FooterBottom
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	margin: 0;
	margin-top: 1em;
}

.homepagetable td {
	padding-right: 8px;
	text-align: center;		
}

.homepagetable h3 {
	line-height: .8em;
}

.NiceTable
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.NiceTable th
{
	font-weight: bold;
	vertical-align: top;
	padding-top: .1em;
}

.NiceTable td 
{
	padding-left: 10px;
	vertical-align: top;
}

.NiceTable .NiceTableFooter td, .NiceTable .NiceTableFooter th 
{
	padding-top: 10px;
}

a, a:visited
{
	color: #003399;
}

blockquote
{
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1em;
	border: 1px solid black;
	padding: .5em;
	background-color: #006699;
	color: #FFFFFF;
}

ul 
{
	margin-top: 5px;
}

li
{
	list-style-type: square;
	margin-bottom: 5px;
	margin-left: 15px;
}