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

/* banner zone */
div#banner {
	width: 100%;
	height: 200px;
	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;
}

#weather {
	position: absolute;
	right: 100px;
	height: 35px;
	width: 75px;
	top: 15px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}

#weather a {
	color: #FFF;
	text-decoration: none;	
}

#caa {
	font-size: 0.85em;
	position: absolute;
	top: 1px;
	right: 15px;
	text-align: center;
}

#caa img{
	display: block;
}

#caa a {
	color: #FFF;
	text-decoration: none;
}
