/* Container
***********/
#container {
	margin: auto;	
	width: 1024px;
	text-align: left;
 }
 
#container_home {
	margin: auto;	
	width: 1054px;
	text-align: left;
 }
 
/* START TOP
************
***********/ 
#scrolling_messaging {
	position: absolute;
	margin-left: 390px;
	margin-top: 37px;
}

/* START NAV ROLLOVERS
**********************
*********************/

/* Project Overview
******************/
#project_overview a {
    background: transparent url(../images/nav_project_overview.gif) 0 0 no-repeat;
	display: block;
	width: 120px;
	height: 39px;
	padding: 0 0 0 12px;
	color: #FFF;
	text-decoration: none;
}
	
#project_overview a:hover {
    background: transparent url(../images/nav_project_overview.gif) 0 -39px no-repeat;
}

#project_overview a:active {
  	 background: transparent url(../images/nav_project_overview.gif) 0 -78px no-repeat;
}

/* Site Plan
***********/
#site_plan a {
    background: transparent url(../images/nav_site_plan.gif) 0 0 no-repeat;
	display: block;
	width: 82px;
	height: 39px;
	color: #FFF;
	text-decoration: none;
}
	
#site_plan a:hover {
    background: transparent url(../images/nav_site_plan.gif) 0 -39px no-repeat;
}

#site_plan a:active {
  	 background: transparent url(../images/nav_site_plan.gif) 0 -78px no-repeat;
}

/* Property Listings
*******************/
#property_listings a {
    background: transparent url(../images/nav_property_listings.gif) 0 0 no-repeat;
	display: block;
	width: 138px;
	height: 39px;
	color: #FFF;
	text-decoration: none;
}
	
#property_listings a:hover {
    background: transparent url(../images/nav_property_listings.gif) 0 -39px no-repeat;
}

#property_listings a:active {
  	 background: transparent url(../images/nav_property_listings.gif) 0 -78px no-repeat;
}

/* Interactive Maps
******************/
#interactive_maps a {
    background: transparent url(../images/nav_interactive_maps.gif) 0 0 no-repeat;
	display: block;
	width: 137px;
	height: 39px;
	color: #FFF;
	text-decoration: none;
}
	
#interactive_maps a:hover {
    background: transparent url(../images/nav_interactive_maps.gif) 0 -39px no-repeat;
}

#interactive_maps a:active {
  	 background: transparent url(../images/nav_interactive_maps.gif) 0 -78px no-repeat;
}

/* Logistics Profile
*******************/
#logistics_profile a {
    background: transparent url(../images/nav_logistics_profile.gif) 0 0 no-repeat;
	display: block;
	width: 135px;
	height: 39px;
	color: #FFF;
	text-decoration: none;
}
	
#logistics_profile a:hover {
    background: transparent url(../images/nav_logistics_profile.gif) 0 -39px no-repeat;
}

#logistics_profile a:active {
  	 background: transparent url(../images/nav_logistics_profile.gif) 0 -78px no-repeat;
}

/* Market Analysis
*****************/
#market_analysis a {
    background: transparent url(../images/nav_market_analysis.gif) 0 0 no-repeat;
	display: block;
	width: 134px;
	height: 39px;
	color: #FFF;
	text-decoration: none;
}
	
#market_analysis a:hover {
    background: transparent url(../images/nav_market_analysis.gif) 0 -39px no-repeat;
}

#market_analysis a:active {
  	 background: transparent url(../images/nav_market_analysis.gif) 0 -78px no-repeat;
}

/* Media
*******/
#media a {
    background: transparent url(../images/nav_media.gif) 0 0 no-repeat;
	display: block;
	width: 63px;
	height: 39px;
	color: #FFF;
	text-decoration: none;
}
	
#media a:hover {
    background: transparent url(../images/nav_media.gif) 0 -39px no-repeat;
}

#media a:active {
  	 background: transparent url(../images/nav_media.gif) 0 -78px no-repeat;
}

/* Contact Us
************/
#contact_us a {
    background: transparent url(../images/nav_contact_us.gif) 0 0 no-repeat;
	display: block;
	width: 91px;
	height: 39px;
	color: #FFF;
	text-decoration: none;
}
	
#contact_us a:hover {
    background: transparent url(../images/nav_contact_us.gif) 0 -39px no-repeat;
	
}

#contact_us a:active {
  	 background: transparent url(../images/nav_contact_us.gif) 0 -78px no-repeat;
}

/* Nav
*****/
div#nav { 
	padding: 2px 0 0 53px; 
	color: #000; 
	float:left; 
	display: block; 
	z-index: 10;
 }

div#nav ul {
	z-index: 10;
 }
  
div#nav ul li { 
	float: left; 
	display: block; 
	z-index: 10; 
 }

div#nav ul li a { 
	color: #FFF; 
	text-transform: uppercase; 
	display: block; 
	float: left;
	z-index: 10;
}
	
div#nav ul li a:hover {
	color: #FFCC01; 
 }

div#nav ul li ul { 
	margin: 0; 
	padding: 0; 
	display: block; 
	background: url("../images/top_bg_nav.png") repeat top right; 
		/*opacity: .9;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9; */
	width: 120px;
	margin-left: 13px;
}

*html div#nav ul li ul { 
	filter: alpha(opacity=90);
}

div#nav ul li ul li { 
	float: none; 
	border-bottom: 1px solid #000; 
}

div#nav ul li ul li a {
	padding: 4px; 
	font-size: 1.1em;
	text-transform: none;
	float: none;
	display: block; 
	background: none;
 }
   
div#nav ul li a.on { 
	color: #FFCC01; 
}

div#nav ul li em { 
	display: none;
}

div#nav a.nobg { 
	background: none; 
}

/* START MIDDLE
***************
**************/
#middle {
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.8em;
}
 
#content {
	float: left;
	background: #FFF url(../images/middle_bg_content.jpg) no-repeat;
	width: 709px;	
}

#main_content {
	position:relative;
	width: 590px;
	margin-left: 69px;
	margin-top: -45px;
}

#main_content ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

/* Home.master styles 
********************/
#home {
	position: relative;
	float: left;
	width: 1054px;
}

#flash_home {
	width: 1054px;
	height: 680px;
	margin: auto;
}

#form1 {
	margin: auto;
	width: 1054px
}

form#aspnetForm {
	/*width: 1054px;*/
	float: left;
}

/* SecondaryFlash.master styles 
******************************/
#content_flash {
	float: left;
	width: 1024px;	
}

#main_content_flash {
	margin: 10px auto;
	width: 900px;
}

/* Sidebar	
*********/
#sidebar a {
	color: #184F90; 
}

#sidebar {
	background: #FFF url(../images/middle_bg_sidebar.jpg) no-repeat;
	width: 315px;
	float: right;
	color: #184F90;
	font-size: 1em;
 }
 
#sidebar_content {
	margin: 20px 0 0 20px;
	width: 255px;
}

#sidebar_content ul {
	list-style-image: url(../images/bullet.gif);
	margin-left: 20px;
}

#sidebar_content li {
	line-height: 1.8em;
	padding-left: 5px;
}

#interactive_map_flash {
	width: 255px;
	height: 100px;
	margin-bottom: 15px;
	z-index: -1;
}

#site_plan_flash {
	width: 255px;
	height: 100px;
	margin-bottom: 30px;
	z-index: -1;
}

#video_flash {
	width: 255px;
	height: 100px;
	margin-bottom: 30px;
	z-index: -1;
}

#editorials_flash {
	width: 255px;
	height: 100px;
	margin-bottom: 15px;
	z-index: -1;
}

/* Sidebar Titles
****************/
#key_advantages {
	background: url(../images/middle_key_advantages_txt.gif);
	width: 250px;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}

#key_advantages_png {
	background: url(../images/middle_key_advantages_txt.png);
	width: 250px;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}

#construction_features {
	background: url(../images/middle_construction_txt.gif);
	width: 250px;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}

#additional_reports {
	background: url(../images/middle_additional_txt.png);
	width: 250px;
	height: 60px;
	text-indent: -100em;
	overflow: hidden;
}

#ittc_brokers {
	background: url(../images/middle_brokers_txt.png);
	width: 243px;
	height: 28px;
	text-indent: -100em;
	overflow: hidden;
}

#development_inquiries {
	background: url(../images/middle_development_txt.gif);
	width: 250px;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}

#additional_resources {
	background: url(../images/middle_additional_txt.gif);
	width: 250px;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}

#media_contact {
	background: url(../images/middle_media_txt.gif);
	width: 250px;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}

#allen_group_facts {
	background: url(../images/middle_allen_txt.png);
	width: 250px;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}

#features {
	background: url(../images/middle_features_txt.png);
	width: 250px;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}

#fast_facts {
	background: url(../images/middle_fast_facts_txt.png);
	width: 250px;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}

#featured_article {
	background: url(../images/featuredarticle.jpg);
	width: 250px;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}

/* Form
******/
form { margin: 0 auto; padding: 0; width: 525px; }
form div { clear: both; margin: 0; padding: 5px 0; }
form div label { margin: 0; padding: 5px; display: block; float: left; width: 195px; text-align: right; }
form div.exampletxt { margin: 0; padding: 0 0 6px 210px; font: 11px Arial, Helvetica, sans-serif; color: #8a8a8a; }

/* START BOTTOM
***************
**************/
#bottom {
	margin-top: 15px;
	background: url(../images/bottom_bg_footer.gif) no-repeat;
	height: 121px;
 }
 
#bottom ul {
	margin-left: 162px;	
	padding-left: 15px;
}

#bottom li {
	float: left;
	margin-top: 20px;
}

.development {
	float: right;
	padding-right: 60px;
	margin-top: 10px;
}

/* START FOOTER LINKS
*********************
********************/

/* Media
*******/
#media_footer a {
    background: transparent url(../images/bottom_media.gif) 0 0 no-repeat;
	display: block;
	width: 53px;
	height: 16px;
	color: #FFF;
	text-decoration: none;
}
	
#media_footer a:hover {
    background: transparent url(../images/bottom_media.gif) 0 -16px no-repeat;
}

#media_footer a:active {
  	 background: transparent url(../images/bottom_media.gif) 0 -32px no-repeat;
}



/* Videos
********/
div.videolisting { margin: 0; padding: 5px 0; clear: both; }
div.videolisting img { margin: 5px 10px 5px 0; float: left; }





/* Contact Us
************/
#contact_us_footer a {
    background: transparent url(../images/bottom_contact_us.gif) 0 0 no-repeat;
	display: block;
	width: 92px;
	height: 16px;
	color: #FFF;
	text-decoration: none;
}
	
#contact_us_footer a:hover {
    background: transparent url(../images/bottom_contact_us.gif) 0 -16px no-repeat;
}

#contact_us_footer a:active {
  	 background: transparent url(../images/bottom_contact_us.gif) 0 -32px no-repeat;
}

/* Privacy Policy
****************/
#privacy_policy_footer a {
    background: transparent url(../images/bottom_privacy_policy.gif) 0 0 no-repeat;
	display: block;
	width: 114px;
	height: 16px;
	color: #FFF;
	text-decoration: none;
}
	
#privacy_policy_footer a:hover {
    background: transparent url(../images/bottom_privacy_policy.gif) 0 -16px no-repeat;
}

#privacy_policy_footer a:active {
  	 background: transparent url(../images/bottom_privacy_policy.gif) 0 -32px no-repeat;
}

/* Terms Of Use
**************/
#terms_of_use_footer a {
    background: transparent url(../images/bottom_terms_of_use.gif) 0 0 no-repeat;
	display: block;
	width: 103px;
	height: 16px;
	color: #FFF;
	text-decoration: none;
}
	
#terms_of_use_footer a:hover {
    background: transparent url(../images/bottom_terms_of_use.gif) 0 -16px no-repeat;
}

#terms_of_use_footer a:active {
  	 background: transparent url(../images/bottom_terms_of_use.gif) 0 -32px no-repeat;
}

/* MISC. CLASSES
****************
***************/
.indent {
	text-indent: -100em;
	overflow: hidden;
}

.hide {
	display: none;
}

.small_text {
	font-size: .8em;
	color: #ccc;
}

.small_text_blue {
	font-size: .8em;
	color: #184F90;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

/* Clear Fix  
***********/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* ****************************
CSS dropdown Tag Project Button
******************************/

#tag {
	margin-left: 30px;
 }

/* Links, Hovers
***************/
#tag li li a {
	display: block;
	font-weight: normal;
	color: #EA8E21;
	text-decoration: none;
	font-family: helvetica;
	font-size: 1.2em;
	width: 155px;
}

#tag li li a:hover {
	text-decoration: underline;
	color: #000;
}

#tag li:hover ul, #tag li.over ul {
	display: block;
	color: #000;
}

/* First Level List Items
************************/
#tag li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	margin-right: -1px;
	color: #000;
}

li>ul {
	top: auto;
	left: auto;
}

/* Second Level List Items
*************************/
#tag li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -290px;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	color: #000;
}

#tag li li {
	display: block;
	float: none;
	width: 130px;
	padding: 0 0 0 0;
	border-bottom: 0;
	color: #000;
	text-align: left;
}	

#button {
	position: absolute;
	left: 54px;
	z-index: 99;
}

/* TAG Button Rollovers
**********************/
.top a {
    background: transparent url(../images/tagBtn/top_over.gif) 0 0 no-repeat;
	display: block;
	width: 155px;
	height: 53px;
	color: #FFF;
	text-decoration: none;
}
	
.top a:hover {
    background: transparent url(../images/tagBtn/top_over.gif) 0 -53px no-repeat;
}

.one a {
    background: transparent url(../images/tagBtn/one_over.gif) 0 0 no-repeat;
	display: block;
	width: 155px;
	height: 38px;
	color: #FFF;
	text-decoration: none;
}
	
.one a:hover {
    background: transparent url(../images/tagBtn/one_over.gif) 0 -38px no-repeat;
}

.two a {
    background: transparent url(../images/tagBtn/two_over.gif) 0 0 no-repeat;
	display: block;
	width: 155px;
	height: 38px;
	color: #FFF;
	text-decoration: none;
}
	
.two a:hover {
    background: transparent url(../images/tagBtn/two_over.gif) 0 -38px no-repeat;
}

.three a {
    background: transparent url(../images/tagBtn/three_over.gif) 0 0 no-repeat;
	display: block;
	width: 155px;
	height: 38px;
	color: #FFF;
	text-decoration: none;
}
	
.three a:hover {
    background: transparent url(../images/tagBtn/three_over.gif) 0 -38px no-repeat;
}

.four a {
    background: transparent url(../images/tagBtn/four_over.gif) 0 0 no-repeat;
	display: block;
	width: 155px;
	height: 38px;
	color: #FFF;
	text-decoration: none;
}
	
.four a:hover {
    background: transparent url(../images/tagBtn/four_over.gif) 0 -38px no-repeat;
}

.five a {
    background: transparent url(../images/tagBtn/five_over.gif) 0 0 no-repeat;
	display: block;
	width: 155px;
	height: 37px;
	color: #FFF;
	text-decoration: none;
}
	
.five a:hover {
    background: transparent url(../images/tagBtn/five_over.gif) 0 -37px no-repeat;
}

.bottom a {
    background: transparent url(../images/tagBtn/bottom_over.gif) 0 0 no-repeat;
	display: block;
	width: 155px;
	height: 71px;
	color: #FFF;
	text-decoration: none;
}
	
.bottom a:hover {
    background: transparent url(../images/tagBtn/bottom_over.gif) 0 -71px no-repeat;
}




