#inEditor #contentarea,
#inEditor #contentarea a {
	font-size: 11px;
	
	color: #000;
}

body {
	margin: 0;
	padding: 0;

	font-family: Arial, Helvetica;
	font-size: 12px;

	background: url(/images/body_bg.jpg) 50% 0 fixed;
	color: #666666;
}

a {
	cursor: pointer;
	
	color: #000;
}

p {
	margin: 15px 0;
}

h1, h2, h3, h4, h5, h6{
	margin:0 0 16px 0;}

h1 { font-size: 22px; color: #002954;}
h2 { font-size: 18px; color: #013e7f;}
h3 { font-size: 16px; color: #002954;}
h4 { font-size: 14px; color: #013e7f; font-weight: normal;}
h5 { font-size: 12px; color: #002954; font-weight: normal;}
h6 { font-size: 10px; color: #013e7f; font-weight: normal;}

form {
	margin: 0;
	padding: 0;
}

textarea {
	width: 390px;
	height: 100px;
	
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.clear {
	clear: both;
}

#container {
	width: 987px;
	margin: 0 auto;
	
	background:url(/images/container_bg.jpg) repeat 0 0;
}

#header {
	width:980px;
	height:144px;
	margin:0 3px 0 4px;
	position:relative;
	
	overflow:hidden;
	
	background:url(/images/header_bg.jpg) repeat-x 0 0;

}

#logo {
	display: block;
	width: 269px;
	height: 91px;
	margin:26px 0 0 36px;
	
	background: url(/images/logo.jpg) no-repeat 0 0;
}

#toplinks {
	width: 370px;
	height: 34px;
	position:absolute;
	right:25px;
	top:17px;}

	#networking{
		width:153px;
		position:absolute;}
		
		#networking .icon{
			height:31px;
			float:left;
			display:inline-block;}
		
		#icon_fb{
			width:41px;
			
			background:url(/images/icon_fb.jpg) no-repeat 0 0;}
			
		#icon_twitter{
			width:41px;
			
			background:url(/images/icon_twitter.jpg) no-repeat 0 0;}	

		#icon_rss{
			width:40px;
			
			background:url(/images/icon_rss.jpg) no-repeat 0 0;}	

		#icon_linkedin{
			width:31px;
			
			background:url(/images/icon_linkedin.jpg) no-repeat 0 0;}					

#searchbox {
	position: absolute;
	top: 2px;
	right: -18px;
	height: 34px;
	overflow: hidden;
}

	#searchbox input.search_field {
		display: block;
		float: left;
		width: 172px;
		height: 30px;
		padding-left:26px;
		
		line-height:30px;
		font-size: 13px;
		
		border: none;
		background: url(/images/search_field_bg.jpg) no-repeat 0 0;
		color: #4d5c65;
	}

	#searchbox input.search_button {
		display: block;
		float: left;
		width: 13px;
		height: 13px;
		margin: 12px 0 0 6px;

		cursor: pointer;
		border: none;
		background: none;}
		

#quotes{
	width:514px;
	height:35px;
	position:absolute;
	top:84px;
	right:27px;}
	
		#valuation, #advisory{
			display:block;
			height:35px;
			top:0;
			position:absolute;}
			
		#valuation{
			width:244px;
			left:0;
			
			background:url(/images/quote_valuation.jpg) no-repeat 0 0;}
			
		#advisory{
			width:254px;
			right:0;
			
			background:url(/images/quote_advisory.jpg) no-repeat 0 0;}			
	
#banner {
	margin-left:4px;
	width:980px;
	height:352px;
    position: relative;
}

#property_check{
    width: 132px;
    height: 133px;
    display: block;
    position: absolute;
    top: 13px;
    right: 9px;
    z-index: 92;
    
    background: url(/images/button_propertycheck.png) no-repeat 0 0;
}


	
#main {
	width:980px;
	margin-left:4px;
	padding-bottom:10px;
	
	overflow:hidden;
	
	background:#cbedfa url(/images/main_bg.jpg) no-repeat 0 0;}

#newsbox {
	width:204px;
	float:left;
	margin:18px 0 0 5px;
	padding-left:26px;
	
	background:url(/images/news_bg.jpg) no-repeat top left;}

#newsbox #news_rss {
	font-size: 10px;
	font-weight: bold;
	color: #013e7f;
	margin: -15px 0px 17px 30px;
	display: block
}

#rss {
	font-size: 10px;
	font-weight: bold;
	color: #013e7f;
	width: 140px;
	position: relative;
	left: 188px;
	top: -34px
}

#newsbox #news_heading {
	margin: 9px 0 4px 0;
	
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	color:#013e7f;}

#newsbox #news_items {
}

#news_items a {
	text-decoration: none;
}

	#news_items .news_item {
	}

	#news_items strong {
		display: block;
	}

	#news_items .news_date,
	#news_items .news_date a {		
		font-weight: bold;
		font-size:14px;
		color: #8396ae;
	}
	
	#news_items .news_date {
	}

	#news_items .news_title,
	#news_items .news_title a {
		color: #013e7f;
		font-size:14px;
	}
	
	#news_items .news_title {
	}
	
	#news_items .news_text {
		margin-bottom: 20px;
		
		font-size:12px;
		color: #666666;
	}
	
	#newsbox a.more_news {
		display: block;
		margin:11px 0 0 1px;
		width:70px;
		height:35px;
		
		background:url(/images/button_more.jpg) no-repeat 0 0;}

#hp_container {
	margin:18px 0 0 23px;
	width:701px;
	float:left;}
	
#c_container {
	margin:18px 23px 0 23px;
	width:934px;}
	
#contentarea {
	width: 100%;
}

#hp_container #contentarea {
	width: 100%;
}

#c_container #contentarea {
	width: 100%;
}

#footer {
	width:987px;
	height:65px;
	margin:0 auto;
	padding-bottom:37px;
	
	color: #7f94a1;
	background:url(/images/footer_bg.jpg) no-repeat 0 0;}
	
	#footer p {
		float: left;
		width: 800px;
		margin: 0;
		position:relative;
		top:24px;
		left:29px;}

	#footer a {
		text-decoration: none;
		
		color: #7f94a1;}
		
	#footer a:hover {
		text-decoration: underline;}
		
	#footer p span{
		display:inline-block;
		margin-left:29px;
		
		font-weight:bold;
		color:#11365d;}

	#webarenalink {
		float: right;
		position: relative;
		display: block;
		width: 96px;
		height: 19px;
		margin:18px 40px 0 0;

		background: url(/images/webarena_logo.jpg) no-repeat 0 0;}

	#webarenalink p {
		position: absolute;
		width: 0px;
		height: 0px;
		margin: 0;
		overflow: hidden;
		text-indent: 299px;}



div#menu {
	position: relative;
	z-index: 55;
	width:980px;
	height:48px;
	margin-left:4px;
	
	background:url(/images/menu_bg.jpg) no-repeat 0 0;}

div#menu ul {
	margin: 0;
	padding: 0 0 0 30px;
	
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	min-height: 1px; /* ie7 hack to force sub menus to stay */
	margin: 0px;
	padding: 0px;
}

#nav li a {
	display: block;
	
	text-decoration: none;
	
	cursor: pointer;
}

#nav li a:hover {
}

/* second level */

#menu ul li ul { 
	display: none;
	position: absolute;
	z-index: 9999;
	width: 165px;
	padding:0;
}

#nav li ul li {
	/*float: none; commented out to prevent IE6 sub menu spacing issue*/
	position: relative;
}

#nav li ul li a {
	width: 149px;
	padding: 6px 6px 6px 10px;
	
	border-bottom: 1px solid #BFD5E0; /* needs to be here for IE6, also causes IE6 error is some cases */
	background: #A9BDD5;
	color: #0F3F70;
}

#nav li ul li a:hover {
	background: #4A647F;
	color: #fff;
}

/* third level */

#nav li ul ul {
	display: none !important;
	margin: 0 !important;
	position: absolute;
	top: 0;
	left: 165px;
	width: 161px;
	overflow: hidden;
	padding:0;
	
	border-top: none !important;
}

#nav li ul ul li {
}

#nav li ul ul li a {
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
	z-index: 9999;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: none;
	z-index: 9999;
}

#nav li:hover ul li:hover ul, #nav li.sfhover ul li.sfhover ul {
	display: block !important;
	z-index: 9999;
}

/**/

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: block;
	z-index: 9999;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	display: block;
	z-index: 9999;
	
}
