div.header {
	width:100%;
	margin:auto;
	background-color: transparent;
	background-image:url('../images/header/top1background.jpg');
	background-repeat:repeat-x;
}

#headercontent {
	width:1000px;
	height:265px;
	margin:auto;
}

#headerleft {
	float: left;
	width: 205px;
}

#headerright {
	float: right;
	width:235px;
  text-align: center;
  margin: 50px 0 0 0;
}

#headercenter {
	width:530px;
	margin: auto;
  text-align: center;
}

#headercenter #titleimg {
	margin: 12px 0 7px 0px;
}

.slogan
 {
  text-align: center;
  font-family: "tahoma";
  font-size: 11px;
  font-weight: bold;
  color:#AB9649;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-left: 25px;
 }
 
#slideshow {
	position:relative;
	width: 530px !important; /*set your width*/
	height: 185px !important; /*set your height*/    
  margin: 0 0 5px 0;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    hidden {display:none;}
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow img {
	border:0px 
}

#logo {
  margin: 60px 0 0 30px;
}

#headerphone {
	width: 150px;
	margin: 3px 0 0 30px;
}

#headerphone p {
  text-align: center;
	font-family: "tahoma";  
	font-size: 18px;
	font-weight: normal;	
	color:#0544B7;
}	
