html{
background-color: #999;
margin:0px;
height:100%;
width:100%;
}
body{
height:100%;
margin:0px;}
.copy{
margin-left:10px;
color:black;
font-family:Arial;
font-size:14px;
line-height:1.25em}
.bullets{
font-size:95%;
list-style:outside;
line-height:1.3em;}
.address{text-align:right;
font-size:90%;
line-heights:.9em;
padding:0px 20px;
}
a:link {color: #000}     /* unvisited link */
a:visited {color: #000}  /* visited link */
a:hover {color: #333}   /* mouse over link */
a:active {color: #333}   /* selected link */
.clearBoth{
clear:both;}


/***************** Major Horizontal Seperation *********************/
#HeaderBar {
	height: 75px;
	width: 100%;
	background-repeat: repeat;
}


#HorzCenterContent {
	color: #FFFFFF;
	background-color: #704265;
	width: 100%;
overflow:hidden ;
line-height:inherit;
}

#FooterBar {
	height: 70px;
	width: 100%;
	background-color: #999;
	background-repeat: repeat;
}
.notVisible{
overflow:hidden;}

/*************** Flash Divs ****************/
#container {
z-index:1;
margin:auto;
width:100%;
position:absolute;
top:0px;
}
#flashContent{
z-index:100;
margin:auto;
width:100%;
position:absolute;
top:0px;
}
#ShadowRT{
float:left;
height:0px;
left:0px;
margin-bottom:-5000px;}
#RTshadow{
padding-bottom:5000px;
width:10px;
background:url(/images/shadowright.png) repeat-y;}
#ShadowLT{
float:right;
height:0px;
left:0px;
margin-bottom:-5000px;}
#LTshadow{
padding-bottom:5000px;
width:10px;
background:url(/images/shadowleft.png) repeat-y;}

#scratchLineBottom {
margin:0px -2%;
	width: 102%;

}
#scratchLine{
margin:-6px 0px}

#EhoLogo{
float:right;
height:25px;
margin:12px -1px 12px 0px;
padding:0px;
top:3px;
width:25px;}

/*************  Columns in Center Horizontal Space *****************/
/******* Placement Containers for Side Images and The White Content Space  *****/
#ColumnContainer {
	width: 900px;
	height: 100%;
overflow:visible;
}
#leftColumn {
display:block;
background-color:#999;
background-position:right top;
background-repeat:no-repeat;
float:left;
padding-bottom:5000px;
margin-bottom:-5000px;
margin-left:-475px;
overflow:visible;
width:500px;
}

#rightColumn {
display:block;
background-color:#999;
background-position:right top;
background-repeat:no-repeat;
float:right;
margin-right:-475px;
overflow:visible;
width:500px;
padding-bottom:5000px;
margin-bottom:-5000px;
}

#centerColumn {
height: auto;
min-height:600px;
width: 850px;
background-color: #FFFFFF;
float:left;
margin:0pt 0pt 0pt 25px;
}

#across {
float:left;
width:805px;
min-height:50px;
margin:10px 20px 0px;
border:#704265 2px solid;

}

/******* The Page's Content area with copy and pictures  *****/
#centerColumnContainer {
	margin-top: 300px;
}

#centerColumnLeftContent {
	padding: 25px 10px 20px 15px;
	float: left;
	width: 400px;
	height:auto;
	
	background-repeat: no-repeat;
	background-position: right bottom;
margin:0px -10px -10px 0px;
padding:25px 20px 55px 15px;
}
#centerColumnRightContent {
	padding: 25px 15px 20px 10px;
	float: right;
	width: 400px;
height:auto;
}

.acrossTenantLogos {
float:left;
padding:15px 35px;
}

.acrossTenantCopy {
float:left;
}



/******* Footer and Formating for footer links.  *****/

#footerNav{
width:850px}

.links {
margin:25px 0px;
float:left;
	font-family: Arial;
	font-size: 100%;
	color: #ffffff;
}
.links  a:link{color:#ffffff;}
.links  a:focus{color: #999;}
.links  a:visited{color:#ffffff}
.links  a:hover{color:#999}
.links  a:active{color:#ffffff;}
