/*
	Main CSS - [East Kent Wills Legacy]
	Created on [17/11/2011]
	
	Created by DCD Web Services - http://www.dcdweb.com
*/
body, h1, h2, h3, h4, h5, h6, ul, li, ol, form, table, tr, th, td, p, img, blockquote {
	margin:					0;
	padding:				0;
	border:					0;
}

/*
* Header
*/

#header {
	display:				block;
	clear:					both;
	margin-top:				0px!important;
	height:					70px;
	background-color:		#646564;
	margin-bottom: 10px;
}

#header h1.logo {
	background-image:		url(logo.gif);
	background-repeat:		no-repeat;
	background-position:	0 100%;
	
	width:					442px;
	height:					55px; 
	
	text-indent:			-10000px;
	overflow:				hidden;
	margin-top:				5px;
	
}
#header h1.logo a {
	display:				block;
	
	width:					442px;
	height:					55px; 
}

/*

*/
#menu .inner ul.main_menu{
	display: block;
	background-color: #E39221;
	height: 26px;
	overflow: hidden;
	border-radius: 5px;
	padding-right: 10px;
}

#menu .inner ul{
	list-style-type: none;
}

#menu .inner ul li.level_1{
	float: right;
}

#menu .inner ul li a.level_1{
	display: block;
	font-weight: bold;
	line-height: 20pt;
}

#menu .inner ul li.item_left{
	float: left;
}

/*
	Primary Menu Dropdown
*/
#menu ul li ul {
	position:				absolute;
	left:					-10000px;
	z-index: 				90;
	margin-top: -1px;
}
#menu ul li:hover ul,
#menu ul li.sfhover ul {
	left:					auto;
	width:					223px;
	margin-left: 0;
	padding-left: 0;
}
#menu ul li ul li {
	display:				block;
	clear:					both;
	background-color: 		#ccc;
	
	width:					223px;
	padding-right:			15px;
	margin-left: 0;
	padding-left: 0;
}

#menu ul li ul li:hover{
	background-color: #E39221;
}

#menu li ul li a {
	display:				block;
	line-height:			18pt;
	font-size: 			9pt;
	padding-left:		10px;
	height: 26px;	
}


#menu ul li ul li.last {
	padding-bottom:			5px;
}
#menu ul li ul li.item_1 {
	padding-top:			5px;
}



/*
	Contents
*/
#contents {
	min-height: 600px;
	
}

#contents .inner{
	background-color: #fff;
	
	min-height: 600px;
    
}

/*
	Footer 
*/

#footer {
	display:				block;
	clear: 					both;
	height: 				50px;
	background-color:		#646564;
	margin: 				0!important;
}


