/* CSS Document for News section */

body#news {
	background: #000000 url(../images/bg_body_news3.jpg) no-repeat fixed center top;
	}
td#sideColumn {
	background: #996633;
	}
#navMain li#navNews a, #navMain li#navNews a:visited, #navMain li#navNews li a:hover, #navMain li#navNews li a:active {
	background: url(../images/main_navigation.png) 0 -24px no-repeat;
	}
#navMain li#navNews li a, #navMain li#navNews li a:visited {
	background: #c59b6f;
	}
body#news #nav li:hover ul li a {
	background: url("../images/bg_mainnav.png") top left repeat-x;
}
body#news #nav li:hover ul li:hover a {
	background: url("../images/bg_mainnav_hover.png") top left repeat-x;
	}
body#news table.contact_form, body#news table.contest_form {
	margin: 15px 0;
	display: block;
	}
body#news table.contact_form td, body#news table.contest_form td {
	vertical-align: top;
	padding: 0 15px;
	}
body#news table.contact_form td.left, body#news table.contest_form td.left {
	border-right: 1px solid #c1956b;
	width: 250px;
}
#FormArea {
	margin: 20px 0;
	}
body#news #body #FormArea label {
	float: left;
	font-size: 10px;
	}
body#news #body #FormArea input[type=text] {
	display: block;
	width: 200px;
	margin: 0 0 6px 80px; 
}
body#news #body #FormArea textarea {
	display: block;
	width: 200px;
	margin: 0 0 3px 80px;
	font-size: 10px;
}

.history { /* Features strip on the History page */
	width: 370px;
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #e1cea9;
	background: #e7dbc5;
	}
td#body div.history h1 {
	padding: 8px 10px 5px 10px;
	font-size: 1.6em;
	color: #fff;
	background:#8b6e4c;
	margin: 0 0 15px 0;
	}
.history p.intro {
	margin: 5px 10px;
	font-weight: bold;
	min-height: 0;
	}
td#body div.history h3 {
	font-size: 1.2em;
	padding: 6px 10px 3px 10px;
	color: #563a1a;
	background:#e1cea9;
	font-weight: normal;
	margin: 15px 0 10px 0;
	}
.history p {
	padding: 0 10px;
	min-height: 110px;
	display: block;
	}
