body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	overflow: hidden;
	background: #C00;
	color: #FFF;
	}

#utility_bar {
	display: block;
	height: 31px;
		position: relative;
	overflow: hidden;
	border: none;
}

.logo {
	background: url(images/red_brick_old.gif) no-repeat left top;
	float: left;
	overflow: hidden;
	width: 77px;
}

.logo a {
	width: 165px;
	height: 31px;
	text-indent: -9000px;
	float: left;
	display: block;
}

.thick #topnav_form, .thick #head_in, .thick #open {
	display: none;
}

#utility_bar.thick, .thick .logo a {
	height: 58px;
}

.thick .logo {
	background-image: url(images/red_brick_thick.png);
	width: 100%;
}

#topnav_form {
	display: block;
	/*
	float: right;
	width: 70%;
	*/
	min-width: 100px;
	padding: 4px 2% 0 0;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	left: 82px;
}

#topnav_select {
	width: 60%;
}

#topnav_submit {
	width: 30%;
	max-width: 60px;
}

#topnav, .logo span a, #open, .sitesearch_form {
	display: none;
}

@media screen and (min-width: 270px) {
	.logo {
		width: 165px;
	}

	#topnav_form {
		left: 170px;
	}
}

@media screen and (min-width: 365px) {
	#topnav_select {
		width: 68%;
	}
}

@media screen and (min-width: 780px) {
	#topnav_form {
		display: none;
	}

	#utility_bar {
		width: 1000px;
	}

	.logo {
		width: 200px;
	}

	.logo span a {
		display: block;
		width: 100px;
	}

	#topnav {
		display: block;
		margin: 0;
		padding: 6px 0 6px 20px;
		float: left;
		list-style: none;
	}

	#topnav li {
		float: left;
		font-size: 1em;
		text-transform: uppercase;
		padding: 3px 8px 3px 7px;
		background: url(images/white_lines.png) no-repeat right center;
	}

	#topnav li.last {
		background: none;
		padding-right: 0;
	}

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

	#topnav li a:hover {
		text-decoration: underline;
	}

	/* Search Box code -- not yet made responsive, but only visible in full width */
	#open .sitesearch_form {
		display: block;
	}

	#open {
		text-transform: uppercase;
		z-index: 2;
		width: 100%;
	}

	#open #search_button {
		position: relative;
		top: 5px;
	}

	#open #close_button {
		position: relative;
		top: 5px;
	}

	#open #search {
		margin-left: 5px;
	}

	#open .sitesearch_form {
		padding-top: 0px;
		padding-left: 280px;
	}

	#open .sitesearch_form input#search {
		width: 150px;
		background: #fff url(images/head_txtbox_shadow.png) no-repeat;
		border: none;
	}

	#open .sitesearch_form fieldset {
		display: inline;
		border: none;
		padding: 0px;
		margin: 0px;
		display: inline;
		width: 200px;
	}

	#open .sitesearch_form fieldset legend {
		text-indent: -9999px;
		overflow: hidden;
		position: absolute;
	}
}
