form{
	margin: 0;
	padding: 0;
}

input, select, textarea{
	background-color: #5c4f48; /* medium brown */
	padding:2px;
	border: 1px solid #f1eadd; /* cream */
	color: #f1eadd; /* cream */
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
}

input.button{
	border: 0;
}

input#search-input{ 
margin-top: -2px;
padding: 2px 4px;
}

input#search-go{ 
 
margin-top: 2px;
padding: 2px 4px;
}

img{
	border: 0px;
}

a{
	color: #f1eadd; /* cream */
	text-decoration: none;
}

a:hover{
	color: #99c7d3; /* light blue */
}

a.alternate{
	color: #99c7d3; /* light blue */
	text-decoration: underline;
}

a.alternate:hover{
	color: #f1eadd; /* cream */
}

p{
	margin: 7px 0;
}

#logobar{
	position: relative;
}

#logobar h1{
	float: right;
	height: 80px;
	margin: 0;
	padding: 0;
}

#logobar h1 a{
	background-image: url(/images/logo.gif);
	display: block;
	height: 67px;
	text-indent: -50000px;
	width: 146px;
}

#logobar h1 a#wlogo{
	background-image: url(/images/w_logo.gif);
	height: 75px;
	margin-bottom: 6px;
}

#blocks{
	background: url(/public/images/container.bg.png) repeat-y;
}

#news_pic{
	border-bottom: 3px solid #413732; /* dark brown */
	float: left;
	height: 76px;
	overflow: hidden;
	width: 200px;
}

#news_text{
	background: #f1eadd; /* cream */
	border-bottom: 3px solid #413732; /* dark brown */
	color: #413732; /* dark brown */
	float: right;
	font-size: 12px;
	height: 64px;
	line-height: 16px;
	overflow: auto;
	padding: 6px 12px;
	width: 753px;
}

#news_text h3{
	font-family: sans-serif;
	font-size: 18px;
	margin: 2px 0 0 0;
	padding: 0;
}

#news_text a{
	color: #6b9fa7;
	font-weight: bold;
	text-decoration: none;
}

#news_text a:hover{
	text-decoration: underline;
}









/*CLEAR FIX */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

