/* CSS Document */


html {-webkit-text-size-adjust:none}


* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff url("/images/bg_body.jpg") no-repeat top center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #414141;	
}












/* GLOBAL CLASSES */

.clear {
	clear: both;
}

.float_left {
	position: relative;
	float: left;
}

.float_right {
	position: relative;
	float: right;
}













/* TOP LEVEL FRAMING DIVS */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;	
}

#navigation {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	background: #fff url("/images/bg_navigation.jpg") repeat-x top center;
}

#upper {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#lower { 
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	margin-top: 0px;
}












/* FIRST LEVEL FRAMING DIVS */

/* MAIN NAVIGATION */

#navigation ul {
	position: relative;
	margin: 0 auto;
	width: 800px;
	list-style: none;
}

#navigation ul li {
	display: inline;
	white-space: nowrap;
}

#navigation ul li a {
	float: left;
	font-size: 1.4em;
	color: #fff;
	height: 80px;
}

li#nav_company a {
	background: transparent url("/images/nav_company.jpg") no-repeat 0 0;
	width: 111px;
}

li#nav_team a {
	background: transparent url("/images/nav_team.jpg") no-repeat 0 0;
	width: 101px;
}

li#nav_market a {
	background: transparent url("/images/nav_market.jpg") no-repeat 0 0;
	width: 154px;
}

li#nav_news a {
	background: transparent url("/images/nav_news.jpg") no-repeat 0 0;
	width: 84px;
}

li#nav_contact a {
	background: transparent url("/images/nav_contact.jpg") no-repeat 0 0;
	width: 103px;
}

li#nav_search a {
	background: transparent url("/images/nav_search.jpg") no-repeat 0 0;
	width: 247px;
}

#navigation ul li a:hover {
	background-position: 0 -80px;
}

#navigation ul li a span {
	display: none;
}











/* MASTHEAD */

#upper #masthead {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 112px;
}

#upper #masthead h1 {
	position: absolute;
	top: 40px;
	left: 26px;
	background: transparent url("/images/logo.jpg") no-repeat 0 0;
	width: 203px;
	height: 55px;
}

#upper #masthead h2 {
	position: absolute;
	top: 57px;
	right: 20px;
	background: transparent url("/images/tagline.jpg") no-repeat 0 0;
	width: 299px;
	height: 38px;
}

#upper #masthead span {
	display: none;
}
















/* CONTENT */

#content #content_wrap {
	position: relative;
	margin: 0 auto;
	width: 796px;
	background: transparent url("/images/bg_content.jpg") repeat-x top center;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#content #content_wrap #leftcol {
	position: relative;
	float: left;
	width: 280px;
	margin-top: 15px;
}

#content #content_wrap #rightcol {
	position: relative;
	float: right;
	width: 490px;
	margin-top: 15px;
	background: transparent url("/images/bg_home_rightcol_dots.gif") repeat-y top left;
}

#content #content_wrap h2 {
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

#content #content_wrap #leftcol #search {
	padding-top: 15px;
}

#content #content_wrap #leftcol #search_form {
	position: relative;
}

#join-wrap {
	padding-left: 24px;
}

#content #content_wrap #leftcol #email-join {
	position: relative;
	float: left;
	width: 250px;
	height: 125px;
	background: transparent url("/images/home_email_bg.jpg") no-repeat top left;
}

h4#btn_signup a {
	position: relative;
	width: 223px;
	height: 36px;
	margin: 8px 0 0 12px;
	display: block;
	background: transparent url("/images/btn_email_join.jpg") no-repeat 0 0;
}

h4#btn_signup a:hover {
	background-position: 0 -36px;
}

h4#btn_signup a span {
	display: none;
}

#content #content_wrap #rightcol #interactive {
	position: relative;
	padding-left: 24px;
}

/*
#content #content_wrap p {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 0 24px;
	margin: 4px 0 6px 0;
}
*/

#leftcol p.welcome {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 0 0 0 24px;
	margin-bottom: 8px;
}

#leftcol p.join {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 0 30px 0 12px;
	margin-bottom: 0;
}

#content #content_wrap #rightcol p {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	padding: 0 24px 0 10px;
	margin: 6px 0 6px 0;
}

h4#btn_view_tenants a {
	position: relative;
	width: 212px;
	height: 30px;
	padding: 0 24px 0 15px;
	margin: 15px 0 6px 10px;
	display: block;
	background: transparent url("/images/btn_view_all_tenants.jpg") no-repeat;
}

h4#btn_view_tenants a span {
	display: none;
}

#content #content_wrap #rightcol a {
	color: #a90d0e;
	text-decoration: none;
}

#content #content_wrap #rightcol a:hover {
	color: #666;
	text-decoration:  underline;
}
	
#content #content_wrap #leftcol #quick_search {
	padding-top: 12px;
	height: 196px;
}

#content #content_wrap #leftcol #quick_search p {	
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 0 24px;
	margin: 0 0 4px 0;
}



div#interactive ul#nav_nonflash {
	list-style: none;
	margin-top: 12px;
	width: 426px;
	height: 50px;
}

div#interactive ul#nav_nonflash li {
	float: left; 
	display: inline;
}

div#interactive ul#nav_nonflash li a {
	margin-left: 5px;
	width: 90px;
	height: 50px;
	display: block;
}

div#interactive ul#nav_nonflash li a.btns,
div#interactive ul#nav_nonflash li a.btns_null {
	width: 18px;
}

li#logo_01 a { background: transparent url("/images/tenant_spotlight/logo_dicks.jpg") no-repeat 0 0; }
li#logo_02 a { background: transparent url("/images/tenant_spotlight/logo_walmart.jpg") no-repeat 0 0; }
li#logo_03 a { background: transparent url("/images/tenant_spotlight/logo_chickfila.jpg") no-repeat 0 0; }
li#logo_04 a { background: transparent url("/images/tenant_spotlight/logo_hteeter.jpg") no-repeat 0 0; }
li#logo_05 a { background: transparent url("/images/tenant_spotlight/logo_greatam.jpg") no-repeat 0 0; }
li#logo_06 a { background: transparent url("/images/tenant_spotlight/logo_bestbuy.jpg") no-repeat 0 0; }
li#logo_07 a { background: transparent url("/images/tenant_spotlight/logo_barnes.jpg") no-repeat 0 0; }
li#logo_08 a { background: transparent url("/images/tenant_spotlight/logo_fedkink.jpg") no-repeat 0 0; }
li#logo_09 a { background: transparent url("/images/tenant_spotlight/logo_kohls.jpg") no-repeat 0 0; }
li#logo_10 a { background: transparent url("/images/tenant_spotlight/logo_ulta.jpg") no-repeat 0 0; }

li#logo_left a { background: transparent url("/images/btn_tenant_left.jpg") no-repeat -5px 0; }
li#logo_right a { background: transparent url("/images/btn_tenant_right.jpg") no-repeat -5px 0; }
li#logo_null a { background: none; }

div#interactive ul#nav_nonflash li a:hover {
	background-position: 0 -50px;
}

div#interactive ul#nav_nonflash li a.btns:hover {
	background-position: -5px -50px;
}

div#interactive ul#nav_nonflash li a.btns_null,
div#interactive ul#nav_nonflash li a.btns_null:hover {
	background-position: -5px -50px;
}

div#interactive ul#nav_nonflash li a span {
	display: none;
}

div#interactive ul#nav_nonflash li a.inactive { 
	border-top: 3px solid #fff;
}

div#interactive ul#nav_nonflash li a.active { 
	border-top: 3px solid #a90d0e;
}
						














/* FOOTER */

#lower #footer {
	position: relative;
	margin: 0 auto;
	width: 796px;
	height: 50px;
	margin-top: 5px;
	background: transparent url("/images/bg_footer.jpg") repeat-x top center;
	padding-bottom: 20px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#lower #footer #leftcol {
	position: relative;
	float: left;
	width: 498px;
	height: 40px;
	padding-bottom: 20px;
	background: transparent url("/images/bg_footer_left.jpg") no-repeat top left;
}

#lower #footer #rightcol {
	position: relative;
	float: right;
	width: 298px;
	height: 40px;
	padding-bottom: 20px;
	background: transparent url("/images/bg_footer_right.jpg") no-repeat top right;
}

#lower #footer p {
	font-size: 1.1em;
	line-height: 13px;
	font-weight: normal;
	padding: 0 28px;
	margin: 19px 0;	
}

#lower #footer #rightcol p {
	position: relative;
	float: right;
}

#lower #footer a {
	color: #a90d0e;
	text-decoration: underline;
}

#lower #footer a:hover {
	color: #666;
	text-decoration: none;
}
	
	
	
	
	
	
	
	
	
	
	
	
	

/* FORM STYLES */

#content #content_wrap #leftcol #quick_search input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #414141;
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
	padding: 3px 5px;
	background-color: #fff;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 246px;
}

#content #content_wrap #leftcol #quick_search input.submit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #414141;
	width: 250px;
	height: 30px;
	margin: 6px 0 0 0;
	border: 0;
	background: transparent url("/images/btn_quick_search_home.jpg") no-repeat;
	cursor: pointer;
}

#content #content_wrap #leftcol #quick_search input.submit:hover {
	/*cursor: pointer;*/
}


#content #content_wrap #leftcol #quick_search select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #414141;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 2px 0 2px 0;
	background-color: #fff;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 250px;
}

#content #content_wrap #leftcol #quick_search option {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0 0 4px 0;
	color: #414141;
}

html>body #content #content_wrap #leftcol #quick_search input {
	width: 238px;
}



/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}


/*---- Header styling ---*/

.sIFR-active #leftcol h2 {
	visibility: hidden;
	padding: 5px 0 5px 24px;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

#leftcol h2 {
	padding: 5px 0 5px 24px;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

.sIFR-active #rightcol h2 {
	visibility: hidden;
	padding: 5px 0 5px 10px;
	margin: 0;
	font-size: 2em;
	line-height: 20px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

#leftcol h3 {
	padding: 4px 0 0 24px;
	margin: 0 0 8px 0;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

#leftcol h3.join {
	padding: 12px 0 0 12px;
	margin: 0 0 6px 0;
}

.sIFR-active #leftcol h3 {
	visibility: hidden;
	padding: 0 0 0 24px;
	margin: 0 0 6px 0;
	font-size: 17px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

.sIFR-active #leftcol h3.join {
	visibility: hidden;
	padding: 12px 0 0 12px;
	margin: 0 0 6px 0;
	font-size: 17px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

#rightcol h2 {
	padding: 5px 0 5px 10px;
	margin: 0;
	font-size: 2em;
	line-height: 20px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

#rightcol #interactive img {
	padding: 5px 0 5px 10px;
}




