/*------------------------------------------------------------------------------------------------------------------------------
	header.css - evan
------------------------------------------------------------------------------------------------------------------------------*/

/*  Header -----------------------------------------------------------------------------------------------------------------*/

div.header {height: 95px; background: #ffffff;}

div.footer {padding: 10px; font-size: 16px; font-weight: bold; background: #949494; color: #ffffff; text-align: right;}

/* Banner --------------------------------------------------*/

div.header_banner 
{
	height: 70px; 	
}

div.banner_logo 
{
	background-image: url('../images/kent_lim_logo.gif'); 
	background-repeat: no-repeat;
	width: 895px;
	height: 60px;	
	position: relative;
	left: 5px;
	top: 5px;
}

/* Nav --------------------------------------------------*/

div.header_horizontal_nav {height: 25px;}

table.horizontal_nav {border-collapse: collapse;}

tbody.horizontal_nav {}

tr.horizontal_nav {}

td.horizontal_nav_element 
{	
	width: 150px; 
	height: 25px; 
	text-align: center; 
	font-size: 14px; 
	color: #ffffff; 
	background: #003700; 
	border-left: 1px solid white;
}

td.horizontal_nav_element_active
{	
	width: 150px; 
	height: 25px; 
	text-align: center; 
	font-size: 14px; 
	color: #ffffff; 
	background: #296D1B; 
	border-left: 1px solid white;
}

td.horizontal_nav_element_start 
{
	width: 150px; 
	height: 25px; 
	text-align: center; 
	font-size: 14px; 
	color: #ffffff; 
	background: #003700; 
	border-right: 1px solid white;
}

td.horizontal_nav_element_start_active 
{
	width: 150px; 
	height: 25px; 
	text-align: center; 
	font-size: 14px; 
	color: #ffffff; 
	background: #296D1B; 
	border-right: 1px solid white;
}

td.horizontal_nav_element_end 
{
	width: 150px; 
	height: 25px; 
	text-align: center; 
	font-size: 14px; 
	color: #ffffff; 
	background: #003700; 
	border-left: 1px solid white;
}

td.horizontal_nav_element_end_active 
{
	width: 150px; 
	height: 25px; 
	text-align: center; 
	font-size: 14px; 
	color: #ffffff; 
	background: #296D1B; 
	border-left: 1px solid white;
}

td.horizontal_nav_element_start a {color: white; text-decoration: none;}

td.horizontal_nav_element_start_active a {color: white; text-decoration: none; font-weight: bold; font-size: 18px;}

td.horizontal_nav_element a {color: white; text-decoration: none;}

td.horizontal_nav_element_active a {color: white; text-decoration: none; font-weight: bold; font-size: 18px;}

td.horizontal_nav_element_end a {color: white; text-decoration: none;}

td.horizontal_nav_element_end_active a {color: white; text-decoration: none; font-weight: bold; font-size: 18px;}

td.horizontal_nav_element_start a:hover {color: white; text-decoration: underline;}

td.horizontal_nav_element a:hover {color: white; text-decoration: underline;}

td.horizontal_nav_element_end a:hover {color: white; text-decoration: underline;}
