@charset "utf-8";
/* CSS Document */

body {
	background: #744b20 url(images/backgroundgradient.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px;
}
#container {
	background: url(images/background.jpg) no-repeat center top;
	margin:0 auto;
	min-height:562px;
	width:100%;
	padding-top: 1px;
}
#container #header {
	margin: 20px auto;
	height: 125px;
	width: 800px;
	position: relative;
}
#container #header #logo {
	height: 89px;
	width: 423px;
}
#container #header #homebutton {
	background: no-repeat right bottom;
	height: 54px;
	width: 74px;
	margin-left: 455px;
	position: relative;
	text-align: center;
	float: left;
}


#container #header #button {
	background: url(images/button.png) no-repeat right bottom;
	height: 54px;
	width: 265px;
	margin-left: 535px;
	position: relative;
	text-align: center;
}
#container #header #button a {
	font: normal 2em/1.5em "Times New Roman", Times, serif;
	color: #CEAB87;
	text-decoration: none;
	display: block;
}
#container #content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#container #content #contenttop {
	background: url(images/top.png) no-repeat;
	position: relative;
	height: 30px;
}
#container #content #main {
	background: #CEAB87;
	border-right: 2px solid #502F0E;
	border-left: 2px solid #502F0E;
	border-top-style: none;
	border-bottom-style: none;
	position: relative;
	margin-bottom: 0px;
	padding: 0px 20px;
	margin-top: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
#container #content #footer {
	background: url(images/bottom.png) no-repeat;
	position: relative;
	height: 30px;
}

p {
	margin-left: 10px;
	font: 16px "Helvetica Neue", Arial, "generic sans-serif";
	color: #000000;
	padding-bottom: 5px;
}
h1 {
	font: 36px "Times New Roman", Times, serif;
	color: #744B20;
	border-bottom: 2px solid #478C34;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

h2 {
	font: 18px "Times New Roman", Times, serif;
	color: #502F0E;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 2px;
	padding-top: 10px;
}
h3 {
	font: 14px "Helvetica Neue", Arial, "generic sans-serif";
	color: #CEAB87;
	background: #5D3915;
	padding: 3px;
}
.resultcell {
	font: 16px "Helvetica Neue", Arial, "generic sans-serif";
	color: #000000;
	background: #BE9974;
	padding: 2px;
}
.green {
	color: #016833;
}
.inputfield {
	font: 16px/30px "Helvetica Neue", Arial, "generic sans-serif";
	color: #000000;
	text-align: center;
	height: 35px;
	width: 250px;
	border: thin solid #0D6932;
	float: left;
	margin-right: 10px;
}
.searchbutton {
	font: 24px "Times New Roman", Times, serif;
	background: url(images/searchbutton.png);
	height: 35px;
	width: 200px;
	color: #CEAB87;
}
.clear {
	clear: both;
}
#nsi {
	margin: 50px auto 25px;
	width: 800px;
	text-align: center;
}
#nsi a {
	font: 14px "Helvetica Neue", Arial, "generic sans-serif";
	color: #CEAB87;
	text-decoration: underline;
}
