@import url(common.css);

body {
	background: #ede8dd;
	}
	
#container {
	width: 990px;
	background-color: #ede8dd;
	margin: 0 auto;
	text-align: left;
}

#landing_header_container {
	width: 100%;
	text-align: center;
	background: url(../images/home_page/landing_header_home_bg.gif) repeat-x;
	clear: left;
	}
#flash_presentation {
	width: 990px;
	height: 202px;
	background-color: #000000;
	border-top: 4px solid #cf7600;
	border-bottom: 4px solid #cf7600;
	clear: both;
	margin: 0 auto;
	}
	html>body #flash_presentation {
		height: 202px;
		}
#column_left{
	width: 235px;
	float: left;
	background-color: #EDE8DD;
	}
	
#info_for {
	background-color: #EDE8DD;
	margin: 8px 13px 0 12px;
	border: 1px solid #99917e;
	padding: 12px 0 12px 0;
	}
	
#info_for h2 {
	margin: 0 0 5px 10px;
	color: #cf7600;
	text-transform: uppercase;
	font-family: Georgia, serif;
	font-size: 0.688em;
	}
	
#info_for #nav_audience{ margin: 0;
	width: 0; }

#quick_links {
	width: 144px;
	background-color: #EDE8DD;
	margin: 16px 13px 0 12px;
	}
#quick_links img {
	margin: 0 0 7px 0;
	}
#column_right {
	width: 700px;
	float: left;
	background-color: #EDE8DD;
	}

/* AREAS OF DISTINCTION BUTTONS */
#distinct_areas {
	clear: both;
	position: relative;
	width: 740px;
	height: 100px;
	overflow: hidden;
	margin: 8px 0 25px 0;
	background-color: #000;
	}
#distinct_button1 {
	position: absolute;
	top: 0;
	left: 1px;
	}
	
#distinct_button2 {
	position: absolute;
	top: 0;
	left: 247px;
	}
	
#distinct_button3 {
	position: absolute;
	top: 0;
	left: 493px;
	}
/* AREAS OF DISTINCTION BUTTONS ENDS */
	
#landing_content {
	width: 500px;
	min-height: 201px;
	/*background-color: #EDE8DD;*/	
	float: left;
	border-left: 1px solid #908744;
	padding-left: 12px;
	}
	html>body #landing_content {
		width: 488px;
		padding-left: 12px;
		}

.home_headline_box {
	margin: 0 10px 15px 0;
	padding: 0;
	clear: both;
	}
	
.home_headline_box a{
	display: inline;
}
	
.home_headline_box a:link, a:visited, a:hover {
	text-decoration: none;
	color: #695c54;
	}
.home_headline_box a:hover {
	text-decoration: none;
	color: #cf7600;
	}
 .home_headline_box a:active {
	text-decoration: none;
	color: #695c54;
	display: inline;
	}
.headline_title {
	margin: 0 0 6px 0;
	padding: 0;
	clear: both;
	}
.headline_left_col {
	width: 64px;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 0 0 0;
	text-align: left;
	}
.headline_photo {
	border: 1px solid #cf7600;
	border-left: 6px solid #cf7600;
	}
.headline_right_col {
	width: 390px;
	margin-bottom: 22px;
	float: left;
	}
.home_headline_box p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 0.75em;
	line-height: 1.083em;
	color: #695c54;
	}

#news_events {
	width: 200px;
	background-color: #EDE8DD;
	float: left;
	border-left: 1px solid #908744;
	padding-left: 12px;
	padding-right: 4px;
	}
	html>body #news_events {
		width: 182px;
		}
#news_events span.date {
	color: #4D413B;
	display: block;
	clear: both;
	font-size: 0.75em;
	}
#news_events p {
	color: #908774;
	clear: both;
	margin-bottom: 21px;
	font-size: 0.625em;
	line-height: 13px;
	}
	
#news_events a{ font-size: 0.75em; }
#news_events a:link, #news_events a:visited {
	text-decoration: none;
	color: #908774;
	}
#news_events a:hover {
	text-decoration: none;
	color: #cf7600;
	}
#news_events a:active {
	text-decoration: none;
	color: #908774;
	}
