/* CSS Document */
@import url(navigation.css);
@import url(paragraphs.css);
@import url(mailform.css);
@import url(rtecss-2.css);

*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, MgOpen Moderna, sans-serif;
	font-size: 12px;
}

body
{
	background-image: url(../images/orange-bg.gif);
}

#wrapper
{
	margin: 50px auto;
	width: 915px;
}

#header
{
	float: left;
	background-image: url(../images/site-back-top.png) !important;
	background-image: url(../images/ie6/site-back-top.png);
}

#logo
{
	float: left;
	background-image: url(../images/neandco-logo.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 25px !important;
	margin-left: 13px;
	height: 70px;
	width: 325px;
}

#header-content
{
	float: right;
	width: 565px !important;
	width: 550px;
}

#header-left
{
	padding-top: 30px;
	padding-right: 40px;
	text-align: right;
	font-weight: bold;
}

#bc-menu
{
	margin: 0 !important;
	margin-right: -3px;
}

#searchbox
{
	font-weight: normal;
	margin: 38px 0 0 0 !important;
	margin-right: -10px;
}

.bt-search
{
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

.bt-search:hover
{
	cursor: pointer;
	text-decoration: underline;
}

#mid-section
{
	float: left;
	background-image: url(../images/site-back-mid.png) !important;
	background-image: url(../images/ie6/site-back-mid.png);
	width: 915px;
}

#top-pic
{
	float: left;
	background-image: url(../images/subhead-left.png);
	background-repeat: no-repeat;
	margin: 20px 0 20px 25px !important;
	margin-left: 13px;
	height: 120px;
	width: 240px;
}

#title
{
	float: left;
	background-image: url(../images/subhead-cent.png);
	margin: 20px 0;
	padding-top: 50px;
	padding-left: 20px;
	height: 70px;
	width: 350px;
}

#board
{
	float: left;
	background-image: url(../images/subhead-right.png);
	margin: 20px 0 20px 0;
	padding: 13px 20px;
	height: 94px;
	width: 200px;
}

#navi
{
	float: left;
	clear: both;
	background-image: url(../images/navi-back.png);
	background-repeat: no-repeat;
	margin: 0 0 0 25px !important;
	margin-left: 13px;
	padding: 15px 0 0 15px;
	height: 385px;
	width: 225px;
}

#content
{
	float: left;
	margin-top: -3px !important;
	margin-top: 0;
	padding: 0 0 20px 20px;
	width: 570px !important;
	width: 590px;
}

#footer
{
	float: left;
	background-image: url(../images/site-back-bot.png) !important;
	background-image: url(../images/ie6/site-back-bot.png);
	height: 85px;
	padding: 0 25px;
	width: 865px;
}

#copyright
{
	float: left;
	margin-top: 15px;
	font-weight: bold;
}

#bot-menu
{
	float: right;
	margin: 15px 15px 0 0 !important;
	margin-right: 7px;
	font-weight: bold;
}

.tx-indexedsearch-browsebox
{
	margin-bottom: 10px;
}

.tx-indexedsearch-searchbox
{
	display: none;
}