/* CSS Document */
/******************************** HOMEPAGE CSS */
#container {
	background: #F9F3E7 url(images/background_home.jpg) no-repeat;
}

#bottomContainer {
	width: 780px;
	height: auto; min-height: 100%;
	background: #F9F3E7 url(images/backgroundLower.gif) no-repeat top right;
}

#homeFeature img {
	position: absolute;
	top: 20px;
	left: 146px;
	margin: 0px;
	padding: 0px;
	width: 425px;
	height: 230px;
}

.homeBox {
	float: left;
	margin: 0px 5px 0px 0px;
}

/* WINDOW 1 AND WINDOW 2 */
#smallWindow{
	float: right;
	width: 275px;
	/*height: 130px;*/
	padding: 0px;
	margin: 120px 10px 0px 0px;
	font: 7pt/10pt Arial, Helvetica, sans-serif;
	background: #FFF;
	border: 1px solid #000;
}

#smallWindow h1 {
	background: #8889A2 url(images/bluebarGrad.gif) repeat-x top left;
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 4px;
	margin: 0px;
	border-bottom: 1px dotted #000;
	text-align: center;
	color: white;
}

#smallWindow .body {
	/* don't think we're using this anymore*/
	margin: 0px;
}

#smallWindow p {
	padding: 5px; 
	margin: 0px;
}


/* NEWS WINDOW */
#news {
	float: right;
	margin: 0px;
	padding: 10px 30px 0px 0px;
	width: 564px;
	text-align: left;
	font: 10pt/12pt Arial, Helvetica, sans-serif;
}

.newsStory {
	padding: 15px 0px 0px 0px;
	margin: 0px;	
}

#news h1 {
	padding: 0px;
	margin-top: 10px;
	color: #181E63;
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#news .date {
	clear: both;
	text-align: right;
	color: #181E63;
	letter-spacing: 6px;
	font: 8pt Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #000;
}

#news p {
	margin-top: 0px;
	margin-bottom: 1em;
	padding: 0px;
}

#news .newsLink {
	float: left;
	margin: 5px 5px 10px 0px;
	padding: 1px 5px 1px 24px;
	display: inline;
	font-size: 8pt;
	background: #FFF url(images/newsArrow.gif) no-repeat left;
	border: 1px solid #D6C5A3;
}

.clear {
	clear: both;}
