html, body {
	background: url(images/BG-stripe.gif) repeat-x;
	background-color: #333;
	margin: 0;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}

img {border: none;}

p, li {line-height: 21px;}

a,
a:hover,
a:visited {color: #6C301E; text-decoration: underline;}

#wrapper {
	/*border-left: 2px solid #191919;
	border-right: 2px solid #191919;
	border-bottom: 2px solid #191919;*/
	/*border: 1px solid blue;*/
	margin: 0 auto;
	/*padding: 0;*/
	width: 1024px;
}

h1,
h2,
h3,
h4,
h5,
h6  {
	color: #6C301E;
	font-weight: bold;
}
h4 {margin-bottom: -10px;}

#header {
	width: 1024px;
	background-color: #666;
	text-align: center;
	padding: 2px 0;
	float: left;
	height: 74px;
}

#nav {
	width: 168px;
	height: 318px;
	float: left;
	background-color: #C5C5C5;
	padding: 0;
	/*border-right: 1px solid #000;*/
	border-bottom: 1px solid #000;
}

#menu {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	border-bottom: 1px solid #000;
	padding: 15px 15px;
	margin: 0;
}

#menu .bottom {border-bottom: none;}

#home-banner {
	background: url(images/home-banner-BG.jpg) no-repeat;
	width: 855px;
	height: 319px;
	float: left;
	border-left: 1px solid #000;
}

#home-banner-content {
	color: #FFF;
	width: 380px;
	margin: 50px 0 0 150px;
	line-height: 25px;
}

#bodee {
	width: 1024px;
	background-color: #C5C5C5;
	float: left;
}

#home-col-1,
#home-col-2,
#home-col-3 {
	float: left;
	line-height: 36px;
	
	height: 170px;
	/*border: 1px solid yellow;*/
	}

#home-col-1 {
	background-color: #929292;
	width: 239px;
	padding: 40px 40px 40px 40px;
}

#home-col-2 {
	background: url(images/arrow1.gif) no-repeat;
	background-color: #ACACAC;
	width: 219px;
	padding: 40px 40px 40px 80px;
}

#home-col-3 {
	background: url(images/arrow2.gif) no-repeat;
	width: 219px;
	padding: 40px 40px 40px 80px;
}

#content {
	width: 815px;
	float: left;
	background-color: #ACACAC;
	padding: 20px;
	border-left: 1px solid #000;
}

.red-text  {
	color: #6C301E;
}

.floatL {float: left; margin: 0 10px 0 0;}

.floatR {float: right; margin: 0 0 0 10px;}

.article-footer {
	text-align: center;
	font-size: 12px;
}
.caption {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

.tenant-name {font-weight: bold; font-size: 14px; color: #6C301E;}
.tenant-list-table {border-collapse: collapse;}
.tenant-list-table td {vertical-align: middle; margin: 0; padding: 10px 0; border-top: 1px solid #333;}
.tenant-list-table .tenant-logo {padding: 5px 15px 5px 5px;}
.tenant-list-table .row-highlight {background-color: #CCC;}

.space-pic-left {margin-right: 20px;}

#footer {
	width: 1024px;
	height: 17px;
	background-color: #666;
	color: #C5C5C5;
	font-size: 10px;
	text-align: center;
	float: left;
	padding-top: 5px
}


/*TABS*/
#tab-container {
	border:2px solid #6C301E; 
	width: 770px;  
	padding: 10px 20px;
	background-color: #C8C8C8;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #FFF;
/*background: white url(shade.gif) top left repeat-x;*/
background-color: gray;
}

.shadetabs li a:visited{
color: #FFF;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
border-bottom: 2px solid #6C301E;
background-color: #6C301E;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
/*END TABS*/

/*TOOL TIPS*/
a.tt {
    position:relative;
    z-index:24;
    text-decoration:none;
}
a.tt span {display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #4D4D4D;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; 
	left: 20px;
	padding: 5px;
	width:200px;
    text-align: center;
	border: 1px solid black;
	background-color: #e0e8f6;
}

/*END TOOL TIPS*/