body
{
	background: #FFE1AB;
	color: #333;
	font: 72%/1.6em Arial, Verdana, sans serif; 
	margin: 0;
	padding: 0;
}

.clear{
	clear:both;
}

/* make shadow behind page */
#wrap {
  	margin: 0 auto;
  	padding:0;
  	background: #fff url(../images/wrapbg2.jpg) 0 0 repeat-y;
  	width: 982px;
  	height:auto;
}

#print_logo {
	display:none;
}

/* layout structure */
#header {
  	margin: 0 auto;
  	padding:0;
  	width:  964px;
  	height: 205px;
  	background: #fff url(../images/header.jpg) 0 0 no-repeat;
	color: #C3EAFB;
	text-align: left;
}

  #description{
  	width:210px;
  	padding-top:15px;
  	padding-left:25px;
  }
  
  #description h2{
  	padding:0;
  	margin:0;
  	 color:#FF8000;
  	font-size:1.1em;
  }

#bonhoff {
	margin: 0 auto;
    width: 964px;
	height: 49px;
	background: url(../images/claimbg.jpg) no-repeat;
	margin-bottom:20px;
}  
  
  	#claim{
		clear:both;
		float:right;
		text-align:right;
		width:944px;
		padding-top:16px;
		padding-right:20px;
		font-size:20px;
		color:#FF8000;
	}
  
#logo{
	float:left;
	width:400px;
	height:100px;
}

#ajaxsearch{
	float:right;
	margin:10px 30px 20px 0; 
}


/************************************************************ boxes in page container */
#page {
  	width: 964px;
  	height: auto;
	margin: 5px auto 0px;
	background: #fff url(../images/pagebg.jpg) no-repeat bottom;
}


#left {
  	float: left;
  	width: 250px;
}

	#menue{
	 float:left;
	 width: 250px;
	 height:500px;
	 margin-top:4px;
	 }


#right {
  	float: left;
}

     
     #content {
  		float: left;
  		width: 640px;
		margin-left:0px;
		padding-top:24px;
		padding-left:15px;
		padding-right: 25px;
		background-color: #fff;
		padding-bottom:0px;
		border-left:1px solid #ff8000;
		min-height:700px;
	}
	
	html:not([dummy]) #content { padding-top:8px;; } 
	
	.text{
		text-align:left;
		font-size:1.2em;
		margin-left:10px;
	}


	#footer {
		margin: 0 auto;
		border-top:1px solid #FF8000;
  		background-color: white;
		width: auto;
		height: 32px;
		text-align:left;
		padding-left:250px;
		padding-top:15px;
	}

	#footer a {
		color: #FF8000;
		font-size: 1.3em;
		text-decoration: none;
	}

	#footer a:hover {
		color: #FF8000;
		text-decoration: underline;
	}
	
	#footer ul{
		margin:0;
		padding:0;
		display:inline;
	}

/* hide print footer for screen */
#print {
  	display:none;
}

/* sidebar left menue */
ul.sidemenue {
  display:block;
  list-style-type:none;
  padding:0;
  margin:0;
  margin-top:15px;
}

ul.sidemenue li {
  text-align:left;
  line-height:1.9em;
  margin-bottom:7px;
  padding-left:15px;
  font-size:1.2em;
}

ul.sidemenue li a, ul.sidemenue li a:visited {
  padding-left:15px;
  text-decoration:none;
}

ul.sidemenue li.current {
  background-color:#ffe8d0;
  width:235px;
  line-height:1.9em;
  color:blue;
}

ul.sidemenue li.current a {
  color:#340376;
  padding-left:15px;
  text-decoration:none;
}

ul.sidemenue li a:hover {
  width:100%;
  color:#340376;
  text-decoration:none;
}

ul.sidemenue li.current ul {
  display:block;
  list-style-type:none;
  padding:0;
  margin:0;
  margin-bottom:5px;
}

ul.sidemenue li.current ul {
  padding-bottom:5px;
  list-style-type: none;
}

ul.sidemenue li.current ul li{
  text-align:left;
  line-height:1.2em;
  margin-bottom:5px;
  padding-left:10px;
  font-size:0.8em;
}

ul.sidemenue li.current ul li.current{
  text-align:left;
  line-height:1.2em;
  margin-bottom:5px;
  padding-left:10px;
  font-size:0.8em;
  font-weight:bold;
}

ul.sidemenue li.current ul li a:hover{
  color:#ff8000;
}


/* footer menue ***********************************************************/
ul.footer {
  list-style-type:none;
  padding:0;
  margin:0;
  font-size:0.9em;
}

ul.footer li {
  display:inline;
  margin-left:10px;
}


/* general formats *************************************************************/

a, a:visited, a:link, a:active {
  color:#ff8000;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h2, h3 {
  font-weight:normal;
  font-size:20px;
  padding-left:0px;
  margin-left:0px;
  margin-right:0px;
}

h2.menue {
  color:#FF8000;
}

h2.content{
	font-size:18px;
	margin-bottom:15px;
	color:#FF8000;
}

h2.ticker {
  text-align:center;
  font-size:16px;
  margin-bottom:25px;
}

h3 a {
  color:#000;
  text-decoration:none;
}

p {
  font-size: 1.1em;
  line-height:1.6em;
  text-align: left;
}

ul {
 	font-size: 1.1em;
  line-height:1.6em;
  text-align: left;
}
ol {
 font-size: 1.1em;
  line-height:1.6em;
  text-align: left;
}


/* search box input and submit ***********************************************/
#ajaxSearch_input {
  padding:0;
  margin:0;
  margin-top:-10px;
  width:130px;
  margin-right:10px;
}

#ajaxSearch_submit {
  padding:0;
  margin:0;
  width:50px;
  border:1px solid #000;
}

* html #ajaxSearch_submit {
  height:20px;
}


/* contact form input fields */
fieldset {
  font-size:12px;
}

#content label {
  clear:both;
	float:left;
	margin:4px 0;
	width:155px;
}

.contactField {
  width:200px;
}

.contactField_small {
  width:100px;
}

.contactTextarea {
  width:200px;
  height:70px;
}

fieldset {
  border:none;
}

#select_suppcat {
  margin-left:61px;
  margin-bottom:30px;
}

a img {
  border:none;
}




