
/*	
	======================================================================

	stylesheets/public-layout.css

	======================================================================
	Copyright 2009, FQXi
	======================================================================
*/


/* This stylesheet contains all layout (position & size) specifications for the major site divs */


html, body {

	border: 0px;
	height: 100%; /* need for mozilla */
	margin: 0px auto;
	padding: 0px;
}

#container {

	border: 0px;
	position: relative;
	top: 0;
	left: 0;
	min-height: 100%;
	margin: 0px auto;
	width: 940px;  /* Sets width of the site */
}

* html body #container {

	height: 100%; /* Only IE sees this */
}

#main {

	border: 0px;
	padding: 0px;
	margin-bottom: 0px; /* set this to the height of the footer */
}

#banner {

	padding: 0px;
	margin-left: 0px;
	width: 940px;
	height: 266px;
}

#navBar {

	width: 940px; 
	border: 0px;
}

#navItem { 

	margin-left: 3px; 
	border: 0px; 
	width: 128px;
	height: 46px;
	float: left;
}

.navButton { 

	margin-left: 3px;
	border: 0;
	width: 128px;
	height: 46px;
}

#midContent {

	margin-left: 0px;
}

#footer {

	border-top-width: 1px;
	position: absolute;
	bottom: 0px;
	margin-left: 0px;
	width: 940px;
	height: 24px;
	z-index: 100;
}

#mailingListRegistration {

	position: absolute;
	bottom: 0px;

	z-index: 200;
	
	margin: 0;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;

	display: none;
}

#leftMainColumn {

	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px; 
	width: 230px;
	float: left;
}

#rightMainColumn {

	min-height: 300px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 680px;
	float: left;
}

#text {

	margin-top: 8px;
	margin-left: 30px; 
	margin-right: 30px; 
	margin-bottom: 50px;
}

.secondaryNav { 

	border-bottom-width: 1px;
	border-collapse: collapse;
	width: 229px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.tertiaryNav { 

	margin-top: 7px;
	padding-bottom: 7px;
}

.footerText {
	
	margin-top: 5px;
	margin-left: 20px; 
}

.skyscraperAdHomePage {
    margin: 15px 5px 0 0;
}