@charset "UTF-8";
/* imported CSS Stylesheets 
----------------------------------------------------------------*/
/*@import url(reset.css);
@import url(type.css);
@import url(nav.css);
@import url(branding.css);*/

/* main html and body style sheet - including background color for full site to make footer apear to be extenging 
----------------------------------------------------------------*/
html {
	background-color:#E7EC9C;
}
body {
	color:#000;
}
#contentMain {
	width:960px;
	margin:0 auto;
	border:#000 20px solid;
	background:url(/images/common/headlineLogo.png) left top no-repeat;
	min-height:680px;
}
#contentMainGallery {
	width:960px;
	margin:0 auto;
	border:#000 20px solid;
	background:url(/images/common/headlineLogo.png) left top no-repeat;
	min-height:580px;
}
/* copy Branding area
----------------------------------------------------------------*/
#brandingCopy {
	float:right;
	margin-top:25px;
	width:375px;
	padding-bottom:25px;
	padding-right:25px;
	z-index:500;
}
#brandingCopy ul {
	list-style:outside disc;
	margin-left:15px;
	margin-bottom:0.8em;
	margin-left:10px;
}
#brandingCopy ul li {
	margin-bottom:0.5em;
}
#brandingCopy ul + th {
	font-weight:bold;
}
/* site information on the bottom of the page
----------------------------------------------------------------*/
#siteInfo {
	margin:10px auto;
	width:960px;
	margin-top:-395px;
	z-index:10;
}
#siteInfo img {
	z-index:15;
	margin-top:-2px;
	padding-bottom:5px;
}
#siteInfo img.logoEho {
	float:right;
	margin:40px 0 0 0;
	padding-left:5px;
}
#siteInfo img.logoJupiter {
	float:right;
	margin-top:30px;
}
#siteInfo img.logoAda {
	float:right;
	margin-top:40px;
	margin-left:5px;
}
#siteInfo p.disclaimer {
	margin-left:0;
	margin-top:2px;
	width:960px;
	font-size:0.9em;
	text-align:center;
	clear:both;
	display:block;
	padding:5px 0;
	position:relative;
}
#siteInfo p.disclaimerPos {
	margin-top:-15px;
}
#siteInfo p.MTC {
	margin-left:0;
	margin-top:25px;
	width:960px;
	font-size:0.9em;
	text-align:center;
	clear:both;
	display:block;
	padding:5px 0;
	position:relative;
}
#siteInfo p.address {
	margin-top:-85px;
	margin-left:190px;
	position:absolute;
}
/* site information on the bottom of the page - HOME
----------------------------------------------------------------*/
#siteInfoHome {
	margin:10px auto;
	width:980px;
	margin-top:-20px;
	z-index:10;
}
#siteInfoHome img {
	z-index:15;
	margin-top:-12px;
	padding-bottom:5px;
}
#siteInfoHome img.logoEho {
	float:right;
	margin:40px 0 0 0;
	padding-left:5px;
}
#siteInfoHome img.logoJupiter {
	float:right;
	margin-top:30px;
}
#siteInfoHome img.logoAda {
	float:right;
	margin-top:40px;
	margin-left:5px;
}
#siteInfoHome p.disclaimer {
	margin-left:0;
	margin-top:2px;
	width:960px;
	font-size:0.9em;
	text-align:center;
	clear:both;
	display:block;
	padding:5px 0;
	position:relative;
}
#siteInfoHome p.MTC {
	margin: 25px auto;
	width:960px;
	font-size:0.9em;
	text-align:center;
	clear:both;
	display:block;
	padding:5px 0;
	position:relative;
}
#logoLeed img {
	margin:0 0 -5px -3px;
}
.ulPossiton {
	margin-top:-35px;
}
.ulPossiton ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-align:center;
}
.ulPossiton ul li {
	display: inline;
	list-style-type: none;
}
.ulPossiton > ul li + li {
none;
	border-left:#000 solid thin;
}
.ulPossiton > ul a {
	padding: 0 5px;
}
.ulPossiton > ul a:link {
	color: #000;
	text-decoration: none;
}
.ulPossiton > ul a:visited {
	color: #000;
	text-decoration: none;
}
.ulPossiton > ul a:hover {
	color:#7FB24C;
}
/* basic hover state
----------------------------------------------------------------*/
a:link {
	text-decoration:underline;
	color:#548928;
}
a:visited {
	text-decoration:underline;
	color:#3F3F3F;
}
a:active {
	text-decoration:none;
	color:#004487;
}
a:hover {
	text-decoration:none;
	color:#004487;
}
/* commen used tags
----------------------------------------------------------------*/
p {
	padding-bottom:0.8em;
}
br {
	clear:both;
}
strong {
	font-weight:bold;
}
/*.click { float:left; background-color:#F00; margin:-300px 0 0 250px; }*/
.click a {
	display:block;
	height:160px;
	width:100px;
	float:left;
	margin:-380px 0 0 260px;
	z-index:100;
}
/* Lead_LEED Flash
----------------------------------------------------------------*/
#flashcontent {
	margin-bottom: 6px;
}
/* linkt to MTC
----------------------------------------------------------------*/
null.linkToMTC {
	margin-left:-70px;
	margin-right:28px;
	margin-top:-11px;
	position:absolute;
}
/* CSS for the form
--------------------------------------------------------------*/
form {
	background-color:#7FB24C;
}
form h2 {
	font-size:1.5em;
	margin:6px;
	padding:9px 0 0 5px;
}
.formtext {
	padding-left: 6px;
}
ol {
	width:500px;
	display:block;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}
ol li {
	display:block;
	padding:5px;
	float:left;
	width:45%
}
ol li label {
	margin-left:8px
}
ol li input {
	width:95%;
}
form label {
	margin:2px 10px;
}
textarea {
	width:95%;
	margin:0 10px 5px 5px;
}
form input {
	float:left;
	margin:0 5px 5px 5px;
	width:45%
}
form input.checkbox {
	width:auto;
}
.clearBoth {
	clear:both;
}
h5 {
	clear:right;
	display:block;
	padding:8px 2px;
}
.formtext {
	padding:8px 16px;
	margin: -4px;
}
.event {
	margin: 3px;
}
.submit {
	margin: 6px;
}
#gallery {
	float:right;
	margin:10px 20px 0px 0px;
	display:block;
}
#galleryThumb {
	float:right;
	margin:105px 0px 20px 20px;
	display:block;
	width:475px;
	height:100px;
	z-index:500;
}	
#galleryThumb img, #galleryThumb span{
	margin-right:20px;
}