	* 		{
			margin: 0;
			padding: 0; 
			font-family: Arial, sans-serif;
			}
		
	html, body
			{
			width:100%;
			height:100%;
			}
			
	body 	{
			background-color:#686868;
			color: #333;
			overflow:hidden;
			overflow-y:hidden;
			}
			
			
	hr		{
			display:none;
			}
			
	fieldset	{
			border:0px;
			}		
	
	label, input
			{
			/*display:block;*/
			font-size:12px;
			}
	
	span label
			{
			display:block;
			}
	
	ul li		{ list-style:none; }
			
	.hidden		{ display:none; }
	.visible 	{ display:block; }
			
	.submit { width:300px; display:block; clear:both; margin:60px 0 0 120px; background-color:#9aa79e; /*border:1px solid #000;*/ color:#fff; font-size:24px; }		
/* *********************************
header/global navigation styles
********************************* */
	#header	{
			position:absolute;
			z-index:2000;
			left:0;
			top:0;
			height:200px;
			width:100%;
			background:url('../assets_img/header_bg.gif') repeat-x top left;
			border:0px solid #0f0;
			}

	#header #flashHeadNav
			{
			width:920px;
			height:200px;
			margin:0 auto;
			}
	
	/* #header .span
			{
			width:920px;
			margin:0 auto;
			} */
	h1 a	{
			display:block;
			width:167px;
			height:86px;
			background:url('../assets_img/gencom_title.gif') no-repeat top left;
			/* margin-left:-25px; */
			}
	
	#header	h1 a span
			{ display:none; }

	#header	a span
			{
			display:block;
			text-align:center;
			font-size:11px;
			line-height:12px;
			color:#fff;
			}
			
	
	#header h1, #header ul li
			{
			float:left;
			}
			
	#header ul
			{
			float:right;
			}
			
	#header ul li a
			{
			display:block;
			height:30px;
			margin:0 1px 0 0;
			background-color:#6E8878;
			padding:40px 7px 0 7px;
			text-decoration:none;
			}
	
			
	#header ul li a:hover
			{
			padding:56px 7px 0 7px;
			background-color:#9aa79e;
			background-position: center -6px;
			}
	
	#nav_about
			{
			width:86px;
			background:url('../assets_img/nav_about.jpg') no-repeat center -22px;
			}

	#nav_development
			{
			width:86px;
			background:url('../assets_img/nav_development_projects.jpg') no-repeat center -22px;
			}

	#nav_corporate
			{
			width:86px;
			background:url('../assets_img/nav_corporate_transactions.jpg') no-repeat center -22px;
			}

	#nav_portfolio
			{
			width:86px;
			background:url('../assets_img/nav_portfolio_transactions.jpg') no-repeat center -22px;
			}

	#nav_hotels
			{
			width:86px;
			background:url('../assets_img/nav_current_owned_hotels.jpg') no-repeat center -22px;
			}

	#nav_experience
			{
			width:106px; 
			background:url('../assets_img/nav_hospitality_experience.jpg') no-repeat center -22px;
			}

	
	#about #nav_about,
	#development #nav_development,
	#corporate #nav_corporate,
	#portfolio #nav_portfolio,
	#hotels #nav_hotels,
	#hospitality_experience #nav_experience
			{
			padding:56px 7px 0 7px;
			background-color:#9aa79e;
			background-position: center -6px;
			}
	/*
	#nav_about			{ background:url('../assets_img/nav_about.jpg') no-repeat bottom left; }
	#nav_scope			{ background:url('../assets_img/nav_scope.jpg') no-repeat bottom left; }
	#nav_development	{ background:url('../assets_img/nav_development.jpg') no-repeat bottom left; }
	#nav_transactions	{ background:url('../assets_img/nav_transactions.jpg') no-repeat bottom left; }
	#nav_hotels			{ background:url('../assets_img/nav_hotels.jpg') no-repeat bottom left; }
	#nav_experience		{ background:url('../assets_img/nav_experience.jpg') no-repeat bottom left; }

	#about #nav_about,
	#scope #nav_scope,
	#development #nav_development,
	#transactions #nav_transactions,
	#hotels #nav_hotels,
	#experience #nav_experience,
	#header ul li a:hover
			{
			background-position:top left;
			}
	*/		

	
/* *********************************
Page content wrapper
********************************* */
#pageScroll	 {
			 width:100%;
			 height:90%;
			 background:#fff url('../assets_img/body_gradient.gif') repeat-x;
			 border-bottom:5px solid #fff;
			 overflow:auto;
			 overflow-x: hidden;
			 position:absolute;
			 top:0;
			 left:0;
			 }

#pageContent {
			 width:100%;
			 padding:10px 0 20px 0;
			 float:left;
			 border:0px solid #F00;
			 margin-top:160px;
			 }

#pageContent .span
			{
			width:800px;
			margin:0 auto;
			}

span.clearboth
			{
			clear:both;
			}

/* *********************************
footer/search styles
********************************* */
			
	#footer	{
			width:800px;
			margin:0 auto;
			height:50px;
			position:absolute;
			bottom:0px;
			left:0;
			width:100%;
			height:9%;
			}

	#footer	.span
			{
			width:800px;
			margin:0 auto;
			}

	#footer, #footer a
			{
			color:#fff;
			text-decoration:none;
			font-size:10px;
			font-weight:bold;
			}				
	
	#footer a:hover
			{
			text-decoration:underline;
			}				
	
	#footerColumn1
			{
			float:left;
			width:165px !important;
			margin:7px 5px 2px 0;
			padding:2px 5px 0 0 !important;
			padding:2px 13px 0 0;
			height:35px;
			border-right:1px solid #868686;
			}
	
	#footerColumn2
			{
			float:right;
			width:620px !important;
			width:610px;
			margin:7px 0 2px 0;
			padding:2px 0 0 0;
			height:35px;
			}
			
	#footer	form
			{
			display:block;
			margin-bottom:6px;
			}
	
	#footer	form fieldset label
			{
			display:none;
			}			
	
	#searchInput
			{
			display:inline;
			font-size:10px;
			border:1px solid #6f8175;
			background-color:#e0e0e0;
			width:106px;
			height:13px;
			padding:3px 0 0 5px;
			color:#666;
			}
	
	#searchbutton
			{
			display:inline;
			margin:0 0 -3px 0;
			}
			
	#footerColumn2 ul
			{
			float:right;
			}
			
	#footerColumn2 .copyright
			{
			float:right;
			width:410px;
			text-align:right;
			padding-top:5px;
			}
			
	#footer	ul li
			{
			float:left;
			}
			
	#footer	ul li
			{
			padding:0 8px;
			border-right:1px solid #FFF;
			}
			
	#footer	ul li.last
			{
			padding:0 0 0 8px;
			border-right:0px;
			}
			
			
/* *********************************
home  styles
********************************* */
	body#home { /* overflow:visible; */ }
			
	#home #pageContent
			{
			height:90%;
			margin:0;
			padding:0;
			border-bottom:0;
			background:#fff url('../assets_img/body_gradient.gif') repeat-x;
			}
			
	#homemenu
			{
			float:left;
			padding:25px 0 50px 0;
			}

	#homemenu li
			{
			float:left;
			}

	#homemenu li a
			{
			display:block;
			border:1px solid #7b8681;
			color:#7b8681;
			font-size:18px;
			padding:50px 0 10px 25px;
			width:360px;
			margin:0 5px 5px 0;
			text-decoration:none;
			}

	#homemenu li a:hover
			{
			background-color:#7b8681;
			color:#FFF;
			}

/* *********************************
about  styles
********************************* */
	.sideNav	{
			width:170px;
			/*border-right:1px solid #ddd; */
			float:left;
			padding-right:10px;
			margin-right:19px;
			padding-top:25px;
			background:url('../assets_img/sidenav_border.gif') repeat-y top right;

			}

	.sideNav em
			{
			display:block;
			padding:2px 20px 9px 0;
			font-size:11px;
			}
	
	.sideNav ul li, .sideNav ul li a
			{
			font-size:11px;
			line-height:18px;
			color:#4a514e;
			font-weight:bold;
			margin-top:3px;
			}
	
	.sideNav ul
			{
			margin-bottom:20px;
			}
			
	.sideNav ul li ul li, .sideNav ul li ul li a
			{
			font-size:11px;
			line-height:18px;
			color:#7f7f7f;
			font-weight:normal;
			margin-top:0;
			}
	
	.sideNav ul li a
			{
			text-decoration:none;
			border-bottom:1px solid #DDD;
			}
	
	.sideNav ul li a:hover
			{
			text-decoration:underline;
			color:#333;
			background-color:#EEE;
			}

	h2, h2 a
			{
			color:#7b8681;
			font-size:16px;
			text-decoration:none;
			margin:0;
			}
			
	h3, h3 a
			{
			color:#7b8681;
			font-size:14px;
			font-weight:normal;
			text-decoration:none;
			margin:0;
			}
	
	h4, h4 a
			{
			color:#555;
			font-size:12px;
			text-transform:uppercase;
			text-decoration:none;
			}
			
	p		{ 
			margin:0 0 16px 0;
			font-size:12px;
			line-height:18px;
			}
			
			
	.rssLink{
			display:block;
			margin-top:25px;
			}
			
	.rssLink a
			{
			display:block;
			height:18px;
			width:75px;
			font-weight:bold;
			color:#e25526;
			font-family: Verdana, Arial, sans-serif;
			font-size:12px;
			text-transform:uppercase;
			letter-spacing:-1px;
			text-decoration:none;
			padding:15px 0 0 35px;
			background:url('../assets_img/rss_icon.gif') no-repeat top left;
			}

	.rssLink a:hover
			{
			border-bottom:1px solid #e25526;
			}
			
			
	.hide	{
			display:none;
			}
			
	.viisible
			{
			display:block;
			}