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

	stylesheets/column-layouts/public/general.css

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


/* ----------------------------------------------------
   COLUMN DIVs
   ---------------------------------------------------- */

	#content {
	
		position: relative;
		
		width: 780px;
		
		padding-left: 65px;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	#homeLeftColumn {
	
		float: left;
	}
	
	#homeRightColumn {
	
		float: right;
		width: 550px;
	}
	
/* ----------------------------------------------------
   LOGO
   ---------------------------------------------------- */

	#logoDiv {
	
		margin-left: 14px;
	}
	
	.homePageText {
	
		margin-top: 7px;
		font-size: 10pt;
		line-height: 13pt;
		color: #436214;
	}

/* ----------------------------------------------------
   FAST FIND
   ---------------------------------------------------- */

	#fastFindDiv {
	
		margin-top: 30px;
		width: 181px;
		background-image: url('/images/fast-find-bg.gif');
		background-repeat: repeat-y;
	}
	
	#fastFindBody {
	
		font-size: 9pt;
		margin: 15px;
		color: #436214;
	}
	
	#fastFindIntro {
	
		font-style: italic;
	}
	
	#fastFindQuestions {
	
		margin-top: 15px;
	}

	a.fastFindLink {
	
		font-weight: normal;
		line-height: 13pt;
	}
	
	a.fastFindLink:active {
	
		color: #436214;
		font-style: italic;
	}

/* ----------------------------------------------------
   TOP NAV
   ---------------------------------------------------- */

	#topNav {

		margin-top: 20px;
	}

	.topNavButton {
	
		margin-left: 20px;
		margin-bottom: 20px;
		float: left;
	}
	
	.topNavText {
	
		float: left;
		margin-top: 13px;
		margin-left: 20px;
		font-size: 11pt;
		line-height: 14pt;
		color: #436214;
		width: 300px;
	}

	#selectButton {
	
		position: absolute;
		left: 195px;
		top: 0px;
	}

	#adaptButton {
	
		position: absolute;
		left: 390px;
		top: 0px;
	}


