@charset "utf-8";
/* CSS Document */
@import "navigation.css";
@import "topNavigation.css";

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#content {
	margin-left: auto;
	margin-right: auto;
	background: #384349 no-repeat url(images/glow.jpg);
	width: 740px;
	padding: 30px;
	clear: both;
}

* html #content{
	
}
a { text-decoration: none;}
h1.scene {
	height: 252px;
	width: 714px;
	margin-left: 13px;
	margin-top: -30px;
	text-indent: -1000em;
	
}
#mainBody {
	width: 438px;
	float: left;
	margin-left: 14px;
	margin-bottom: 4em;
	text-align:justify;	
}
* html #mainBody {

}
#mainBody.fullwide {
	float: none;
	width: 714px;
}
#sideBar {
	width: 245px; 
	float: right;
	margin-right: 14px;
	padding-top: 2.08em;	
}
#sideBar *{
	color: #b9c3ca;
}
* html #sideBar {
	margin-right: 0px;
	width: 230px;
	margin-left: 14px;
}
#footer {
	clear: none;
	padding: 0;
	margin: -30px;
	background: url(images/bottomBK.gif) no-repeat;
	height: 40px;
	width: 800px;

}

*:first-child+html #footer {
	margin-top: -39px
}


body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .92em;
	color: white;
}

#backMatter {
	clear:both;

	margin-bottom: -40px;
}
div.adr {
	position: relative;
	top: 40px;
	margin-left: 10px;
	margin-top: 0;
	white-space: nowrap;
	width: 50%;
	
}

* html div.adr {
	top: 0;
	
}

div.organization-name {
	background: url(images/allmetroLogoBottom.png) no-repeat;
	margin-bottom: .5em;
	height: 33px;
	width: 151px;
	text-indent: -1000em;
}
* HTML div.organization-name {
	background: url(images/allmetroLogoBottom.gif) no-repeat;
}
div.adr div.tel, div.adr div.email {
	float: left;
	margin-right: 1em;
	font-size: .82em;
}

div.adr div.email a:hover {text-decoration:underline;}

#footer p{
	color: #9cb9ca;
	position: absolute;
	width: 800px;
	margin-top: 50px;
	padding: 0;
	text-align: center;
}

*:first-child+html #footer p {
	position: relative;

}
