@charset "utf-8";
/* CSS for the Home Page */

/* banner zone */
div#banner {
	width: 100%;
	height: 150px;
	background-color: #A5C0D3;
	border-top: 1px dotted #FFF;
	text-align: center;
	z-index: 1;
}

div#intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #000;
	font-style: italic;
	width: 325px;
	text-align: center;
	position: absolute;
	padding-top: 30px;
	display: none;
}

#test {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#picture, #FTEPeople {
	position: absolute;
	left: 350px;
	top: 0px;
	visibility: visible;
}


/* FTE News column */
div#news {
	width: 350px;
	float: left;
}

div.single {
	border-bottom: 1px dashed #000;		
}

/* Quicklinks column */
#quickLinks {
	float: left;
	margin-left: 70px;

}

ul#qLinksList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#quickLinks ul li {
	height: 50px; /* it matches image size */
	width: 250px;
}

