/*---------------- global styles ---------------------*/

	html
	{
		width: 100%;
		margin-bottom: 48px;
	}
	
	body
	{
		width: 100%;
		margin: 0px 0px 0px 0px;
		font-size: 1em;
		font-family: arial, helvetica, verdana, sans-serif;
		line-height: 1em;
	}
	
	.screen
	{
		display: none;
	}
	
	.print
	{
	}
	
	.hide
	{
		display: none;
	}
	
	.left
	{
		display: block;
		float: left;
	}
	
	.right
	{
		display: block;
		float: right;
	}
	
	.show
	{
	
	}
			
	a
	{
		color: #999;
		text-decoration: none;
	}


	a:hover
	{
		color: #000;
		text-decoration: underline;
	}
	
	.hr
	{
		display: block;
		float: left;
		clear: both;
		width: 100%;
		height: 0px;
		font-size: 0px;
		background: #fff;
		margin: 8px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		border-bottom: 1px dotted #65AB99;
	}
	
	hr
	{
		height: 1px;
		border: none;
		border-bottom: 1px dotted #65AB99;
		width: 100%;
	}
	
/*---------------- header styles ---------------------*/

	#header
	{
		width: 100%;
		background: #ffffff url(../img/pagebg.jpg) repeat-x;
		height: 138px;
		margin: 0px 0px -28px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#header img.left
	{
		margin: 59px 0px 0px 16px;
		border: none;
	}
	
	#header img.right
	{
		margin: 0px 0px 0px 0px;
		border: none;
	}
	
/*---------------- main styles ---------------------*/

	#main
	{
		width: 100%;
		margin: 12px 0px 0px 0px;
	}
	
	#left
	{
		width: 163px;
		float: left;
		margin: 2px 19px 0px 0px;
		display: none;
	}
	
	#right
	{
		width: 100%;
		margin: 0px auto 0px auto;
		float: left;
	}

/*---------------- nav styles ---------------------*/

	#nav
	{
		width: 100%;
		height: 24px;
	}
	
	#nav img.right
	{
		border: none;
	}
	
	#nav ul
	{
		display: none;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	#nav li
	{
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#nav a
	{
		display: block;
		height: 21px;
	}
	
	#menu1
	{
		width: 38px;
		background: url(../img/navBuy.gif) -38px 0px no-repeat;
	}
	
	#menu1 a
	{
		width: 38px;
		background: url(../img/navBuy.gif) 0px 0px no-repeat;
	}
	
	#menu2
	{
		width: 56px;
		background: url(../img/navSell.gif) -56px 0px no-repeat;
	}
	
	#menu2 a
	{
		width: 56px;
		background: url(../img/navSell.gif) 0px 0px no-repeat;
	}
	
	#menu3
	{
		width: 77px;
		background: url(../img/navLettings.gif) -77px 0px no-repeat;
	}
	
	#menu3 a
	{
		width: 77px;
		background: url(../img/navLettings.gif) 0px 0px no-repeat;
	}
	
	#menu4
	{
		width: 135px;
		background: url(../img/navLand.gif) -135px 0px no-repeat;
	}
	
	#menu4 a
	{
		width: 135px;
		background: url(../img/navLand.gif) 0px 0px no-repeat;
	}
	
	#menu5
	{
		width: 82px;
		background: url(../img/navArea.gif) -82px 0px no-repeat;
	}
	
	#menu5 a
	{
		width: 82px;
		background: url(../img/navArea.gif) 0px 0px no-repeat;
	}
	
	#menu6
	{
		width: 108px;
		background: url(../img/navAdvisor.gif) -108px 0px no-repeat;
	}
	
	#menu6 a
	{
		width: 108px;
		background: url(../img/navAdvisor.gif) 0px 0px no-repeat;
	}
	
	#menu7
	{
		width: 56px;
		background: url(../img/navLogin.gif) -56px 0px no-repeat;
	}
	
	#menu7 a
	{
		width: 56px;
		background: url(../img/navLogin.gif) 0px 0px no-repeat;
	}
	
	#menu8
	{
		width: 116px;
		background: url(../img/navTV.gif) -116px 0px no-repeat;
	}
	
	#menu8 a
	{
		width: 116px;
		background: url(../img/navTV.gif) 0px 0px no-repeat;
	}
	
	#menu9
	{
		width: 75px;
		background: url(../img/navContact.gif) -75px 0px no-repeat;
	}
	
	#menu9 a
	{
		width: 75px;
		background: url(../img/navContact.gif) 0px 0px no-repeat;
	}
	
	#nav a:hover
	{
		background: transparent;
	}
		
/*---------------- sub nav styles ---------------------*/

	#subnav
	{
		width: 163px;
		background: #fff;
	}

	#subnav h1
	{
		height: 20px;
		font-size: 11px;
		color: #fff;
		background: url(../img/searchhbg.jpg) no-repeat;
		padding: 3px 0px 0px 12px;
		margin: 0px 0px 4px 0px;
		letter-spacing: 0.1em;
	}
	
	#subnav ul
	{
		background: url(../img/subnavulbg.jpg) no-repeat;
		border-left: 1px solid #387E37;
		border-top: 1px solid #387E37;
		border-right: 1px solid #B3D6B3;
		border-bottom: 1px solid #B3D6B3;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		list-style: none;
		line-height: 0.9em;
	}
	
	#subnav ul li
	{
		font-size: 12px;
		/*font-weight: bold;*/
		color: #3A833A;
		margin: 0px 12px 0px 12px;
		padding: 4px 0px 4px 0px;
		border-top: 1px solid #D7E5D6;
	}
	
	#subnav ul li a
	{
		color: #3A833A;
	}
	
	#subnav ul ul
	{
		background: none;
		border: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		list-style: none;
	}
	
	#subnav ul ul li
	{
		color: #000;
		font-size: 11px;
		margin: 0px 0px 0px 0px;
		padding: 2px 0px 2px 0px;
		border-top: none;
	}
	
	#subnav ul ul li a
	{
		color: #000;
	}
	
/*---------------- search styles ---------------------*/

	#search
	{
		margin: 0px 0px 14px 0px;
	}

	#search h1
	{
		height: 20px;
		font-size: 11px;
		color: #fff;
		background: url(../img/searchhbg.jpg) no-repeat;
		padding: 3px 0px 0px 12px;
		margin: 0px 0px 4px 0px;
		letter-spacing: 0.1em;
	}
	
	#search p
	{
		background: url(../img/searchpbg.jpg) no-repeat;
		border-left: 1px solid #387E37;
		border-top: 1px solid #387E37;
		border-right: 1px solid #B3D6B3;
		border-bottom: 1px solid #B3D6B3;
		padding: 10px 10px 4px 10px;
		margin: 0px 0px 0px 0px;
	}
	
	#search select
	{
		font-size: 11px;
		width: 140px;
		margin: 0px 0px 4px 0px;
	}
	
	#search .small
	{
		font-size: 7px;
	}
	
	#search input
	{
		margin: 4px 0px 0px 0px;
	}
	
/*---------------- breadcrumb styles ---------------------*/

	#breadcrumbs
	{
		border-bottom: 1px dotted #65AB99;
	}
	
	#breadcrumbs p
	{
		font-size: 11px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 4px 0px;
	}
	
/*---------------- content styles ---------------------*/

	#content
	{
		width: 100%;
		float: right;
		clear: both;
		display: block;
		padding: 0px 0px 8px 0px;
		margin: 0px 0px 8px 0px;
	}
	
	#content h1
	{
		font-size: 14px;
		font-weight: normal;
		color: #636;
		padding: 0px 0px 0px 0px;
		margin: 12px 0px 4px 0px;
		line-height: 1.5em;
	}
	
	#content h2
	{
		font-size: 14px;
		color: #387E37;
		padding: 0px 0px 0px 0px;
		margin: 12px 0px 4px 0px;
		line-height: 1.5em;
	}
	
	#content p
	{
		font-size: 12px;
		color: #666;
		padding: 0px 0px 0px 0px;
		margin: 4px 0px 4px 0px;
		line-height: 1.5em;
	}
	
	#content p strong
	{
		color: #333;
	}
	
	#content ul
	{
		list-style: none outside;
		font-size: 12px;
		color: #387E37;
		padding: 0px 0px 0px 2px;
		margin: 4px 0px 4px 0px;
		line-height: 1.5em;
	}
	
	#content ul li
	{
		/*float: left;
		width: 30%;*/
		background: url(../img/libg.gif) 0px 8px no-repeat;
		padding: 0px 0px 0px 8px;
	}
	
	#content a
	{
		color: #387E37;
		text-decoration: underline;
	}
	
	#content a:hover
	{
		color: #000;
		text-decoration: underline;
	}
	
	#content .inputText
	{
		font-size: 11px;
	}
	
	#content .imgLeft
	{
		float: left;
		margin: 4px 16px 0px 0px;
		border: 1px solid #387E37;
		padding: 4px 4px 4px 4px;
	}
	
	#content .subLeft
	{
		float: left;
		clear: left;
		text-align: center;
		background: #eee;
		margin: 0px 16px 0px 0px;
		border: 1px solid #387E37;
		border-top: none;
		padding: 0px 4px 0px 4px;
		font-size: 0.8em;
	}
	
	#content .subRight
	{
		float: right;
		clear: right;
		text-align: center;
		background: #eee;
		margin: 0px 0px 0px 16px;
		border: 1px solid #387E37;
		border-top: none;
		padding: 0px 4px 0px 4px;
		font-size: 0.8em;
	}
	
	#content .imgRight
	{
		float: right;
		margin: 0px 0px 0px 16px;
		border: 1px solid #387E37;
		padding: 4px 4px 4px 4px;
	}
	
	#frmSearchResults
	{
		text-align: justify;
		width: 100%;
		height: 50cm;
		overflow: visible;
	}
	
	#frmSearchResults .page
	{
		width: 100%;
		height: 50cm;
	}
	
/*---------------- links styles ---------------------*/

	#links
	{
		float: right;
		width: 164px;
		margin: 0px 0px 0px 0px;
		border-left: 24px solid #fff;
	}
	
	#links img
	{
		margin: 0px 0px 12px 0px;
		border: none;
	}
	
/*---------------- footer styles ---------------------*/

	#footerleft
	{
		text-align: center;
		font-size: 11px;
		color: #ccc;
	}
	
	#footerleft a
	{
		color: #ccc;
	}
	
	#footerleft img
	{
		border: none;
	}
	
	#footerleft p
	{
		padding: 12px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	#footerright
	{
		float: right;
		clear: both;
		width: 100%;
		color: #947094;
		text-align: right;
		font-size: 9px;
		border-top: 1px dotted #65AB99;
	}
	
	#footerright p
	{
		padding: 12px 0px 0px 0px;
		color: #947094;
		margin: 0px 0px 0px 0px;
		line-height: 1.35em;
	}
	
	#footerright img
	{
		float: right;
		border: none;
		margin: 0px 0px 0px 12px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	