.float_left {float: left;}

body { 
    margin: 0;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-image: url(images_/header1.jpg);
	background-repeat: repeat-x;
	height: 185px;
	
}

#header {
	background-image: url(images_/logo.gif);
	background-repeat: no-repeat;
	height: 180px; /*187*/
	width: 760px;
	margin: 0px auto;	
	color: white;
	
}

#header p{
	float:left;
	margin:0;
	padding:0;
	}
	
#header ul{
	float:right;
	margin:13px 10px 0 0;
	padding:0;
	list-style:none;
	font: bold 12px arial; 
	text-align:right;

	}

#header li{
	display:list;
	margin:0 8px 5px 0;
	padding:0 0 0 0;
	border-right:0px solid white;
	font: white;
	font-family: arial;

	}

#header li.last{
	margin-right:0;
	padding-right:0;
	border:none;
	text-align:right
}

#header	a {
	color: #ffffff;
	text-decoration: none;
}

#header	a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#wrapper {
    width: 760px;
    margin: 0 auto;
	font-size: .875em
}

#footer {text-align: center; font-size: .8em}

#intro {
    padding-bottom: 0px;
	margin-bottom: 0px;
}

a {color: #666600}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
	width: 740px;
	/*height: 700px*/
    margin: 0 auto;
    position: relative;
	border: 1px solid #999999;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;

}

.scroll {
	height: 270px;
	width: 740px;
	overflow: display;
	overflow-x: hidden;
	position: relative;
	clear: left;
	margin-top: 10px;

}

.scrolllarge {
	height: 500px;
	width: 740px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	margin-top: 10px;

}

.scrollContainer div.panel {
    padding: 20px;
	/*padding-bottom: 5px;*/
    /*height: 260px;*/
    width: 700px;
	overflow: display;
}

.scrollContainer div.panellarge {
    padding: 20px;
    height: auto;
    width: 700px;
	overflow: display;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    /*padding-bottom: 9px;*/
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
	margin-bottom: 0px;
    color: #000;
    text-decoration: none;
	font-weight: bold;
}

ul.navigation a:hover {
	background-color: #E6E600;/*#999999;*/
}

ul.navigation a.selected {
	background-color: #008080;
	color: #E6E600;
}

ul.navigation a:focus {
    outline: none;
}

ul.navigation2 {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	padding-right: 20px;
	list-style: none;
	font: bold 12px arial; 
	text-align: left;
	}
	
ul.navigation2 li {
    display: block;
    margin-bottom: 15px;
}	

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
