* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Tahoma, Trebuchet; Arial, Sans-serif;
	font-size: 11px;
	line-height: 15px;	
}

body {
	/* IE fudge center align the content divs.. 
	 * change back to left in target divs for text 
	 */
	text-align: center;
	background-color: #ffffff; 
}

a, a:link, a:active, a:hover, a:visited {
	text-decoration: none;
	color: #000000;
}

.floater {
	position: relative;
	float: left;
	left: 50px;
	top: 0;
}

.floaterRight {
	position: relative;
	float: right;
	right: 0px;
	top: 0;
}

div.clear {
	clear: both;
}

/* -------------------- Start Menus ---------------------- */

div.main {
	/* centering divs the proper CSS way
	 */ 
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

div.headerLeft {
	float: left;
	width: 40%;
	overflow:hidden;
}

div.headerRight {
	float: left;
	width: 60%;
	overflow:hidden;
}

div.headerLeftHomeFiller {
	height: 360px;
	background-image: url(../images/main_plus_home_bg2.jpg);
	background-position: top top;
	background-repeat: repeat-x;	
}

div.headerLeftFiller {
	height: 157px;
	background-image: url(../images/main_plus_second_bg.jpg);
	background-position: top top;
	background-repeat: repeat-x;	
}

div.outerMainMenu {	
	height: 50px;		
	background-image: url(../images/main_menu_bg.jpg);
	background-position: top top;
	background-repeat: repeat-x;
}

div.mainMenu {
	margin-left: auto;
	margin-right: auto;	
	width: 831px;
}

div.mainMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.mainMenu li {
	float: left;
}

div.mainMenu li a {	
	background-image: url(../images/mainNav_off.jpg);	
	display: table-cell;
	vertical-align: middle;	
	height: 50px;
	min-height: 50px;
	line-height: 50px;
	width: 101px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
}

div.mainMenu li a:visited {
	color: #ffffff;
}

div.mainMenu li a:hover {
	color: #ffffff;
}

div.mainMenu li a:active {
	color: #ffffff;
}

div.mainMenu li a p {
	font-size: 11px;
	line-height: 11px;
}

/* applied to last menu item to create right border */
.menuBorderRight {
	width: 102px !important;
}

/* selected main menu item */
.mainMenuSelect {
	background-image: url(../images/mainNav_hover.jpg) !important;
	color: #073068 !important;	
}

div.mainMenu li a:hover {
	background-image: url(../images/mainNav_hover.jpg) !important;
	color: #073068 !important;	
}

div.outerSecondMenu {
	height: 50px;
	background-image: url(../images/secondary_menu_bg.jpg);
	background-position: top top;
	background-repeat: repeat-x;
}

div.secondMenu {
	margin-left: auto;
	margin-right: auto;	
	width: 831px;
}

div.secondMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.secondMenu li {
	float: left;
	background-image: url(../images/subNav_separator.gif);
	background-position: right top;
	background-repeat: no-repeat;	
}

div.secondMenu li a {
	display:table-cell;
	vertical-align: middle;
	height: 50px;
	min-height: 50px;
	width: 83px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

/* selected main menu item */
.secondMenuSelect {
	background-image: url(../images/subNav_arrow.gif) !important;
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #073068 !important;	
}

.secondMenuBorderRight {
	background-image: none !important;
}

/* -------------------- End Menus ---------------------- */

/* -------------------- Start Homepage Top ------------------ */

div.outerTopHomeContent {
	height: 310px;
	background-image: url(../images/top_home_bg2.jpg);
	background-position: top top;
	background-repeat: repeat-x;
}

div.topHomeContent {
	margin-left: auto;
	margin-right: auto;	
	width: 831px;
}

div.teeveeHolder {
	/* match width and height of image */
	height:300px;
	width: 383px;
	/* position the teevee relative to enclosing box
	 * Ensures that it stays with the menu position
	 */
	position: relative;
	top: 5px;
	left: 90px;
	background-image: url(../images/tv_background.jpg);
	background-position: top top;
	background-repeat: no-repeat;	
}

div.teeveeHolderInner {
	/* size of available flash space */
	height: 200px;
	width: 320px;
	text-align:left;
	/* position to inner top left corner of teevee */
	position: relative;
	top: 30px;
	left: 34px;
}

/* flash placement has some weird results, so this forces position */
div.teeveeHolderInner #flashContent {
	display: block;
	position: relative;
}

/* -------------------- End Homepage Top ------------------ */

/* -------------------- End Homepage ---------------------- */

/* -------------------- Start Content ------------------ */

div.wrapContent {
	margin-left: auto;
	margin-right: auto;	
	width: 704px;
	text-align: left;
}

div.homeWrapContent {
	margin-top: 0;
}

div.titleContent {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #2a2a2a;
}

div.content {
	margin-top: 30px;
}

div.privacy p {
padding-bottom: 8px;
}

div.privacy ul li {
list-style-type: disc;
margin-left: 20px;
padding-left: 10px;
color: #454545;

}

table.content {
	width: 100%;
	border-width: 1px;
	border-style: outset;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
}

table.content th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #b1c3dc;
	background-color: #0a4f94;
	color: #ffffff;
	font-weight: bold;
}

/* custom styles specific to the tenant listing table */
table.content th#store {
	width: auto;
}

table.content th#telephone {
	width: 128px;
	text-align: center;
}

table.content th#website {
	width: 108px;
	text-align: center;
}

table.content th#map {
	width: 88px;
	text-align: center;
}

table.content td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #b1c3dc;
	text-align: center;
}

/* applied to first column */
table.content td.rowHeading {
	color: #0a4f94;
	font-weight: bold;
	text-align: left;
}

/* -------------------- Start Home Content Bottom ------------------ */

div.panel {
	margin-top: 20px;
	height: 201px;
	width: 343px;
	margin-bottom: 20px;
}

div#tentantFinder {
	float: left;
	position: relative;
	top: 0;
	left: 0;
} 

div#subscribe {
	float:right;
	position: relative;
	top: 0;
	right: 0;
}

div.panelTitle {
	display: table-cell;
	vertical-align: middle;
	height: 35px;
	width: 343px;
	padding-left: 20px;
	background-color: #4F76AC;
	color: white;
	font-size: 11px;
	font-weight: bold;	
}

div.panelContent {
	padding-left: 20px;
	padding-top: 13px;
	background-color: #f3f3f3;
}

div.panelContent, div.panelContent p {
	line-height: 15px;
	padding-bottom: 2px;
}

div.panel .input {
	padding: 1px;
	width: 176px;
	border: 1px inset #e4e4e4;
}

div.panel .button {
	width: 100px;
	background-color: #7b7b7b;
	border: 0 none;
	color: #ffffff;
	font-size: 10px;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
}

/* -------------------- End Home Content Bottom ------------------ */

/* -------------------- End Content ------------------ */

/* -------------------- Start Footer ------------------ */

.footer {
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
	width: 712px;
}

.footerContainer2 {
width: 900px;
margin-left: 50px;
text-align: center;
}

.footer2 {
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
	width: 808px;
}


.footer_left {
	height:80px;
	float: left;
	background-image: url(../images/footer_left.gif);
	background-position: center left;
	background-repeat:no-repeat;
	text-align: left;
	width:77%; /* must butt up with .footer_right width */
}

/* line up border with borders in footer images */
.footer_left_inner {
	font-size: 10px;  	
	margin-top: 1px;
	margin-left: 15px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding-top: 11px;
	padding-bottom: 11px; /* adjust if line-height changes */		
}

.footer_left_inner a {
	font-size: 10px;
	color: #5a5a5a;
}

.footer_left_inner a:hover {
	font-size: 10px;
	color: #5a5a5a;
	text-decoration: underline;
}

.footer_right {
	height:80px;
	float: right;
	background-image: url(../images/footer_right.gif);
	background-position: center right;
	background-repeat:no-repeat;
	text-align: right;	
	width:23%; /* dependent on width of (c)2008 Macpro notice */
}

/* line up border with borders in footer images */
.footer_right_inner {
	font-size: 10px;
	margin-top: 1px;
	margin-right: 15px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding-top: 11px;
	padding-bottom: 11px; /* adjust if line-height changes */	
}

/* -------------------- End Footer ------------------ */