@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	/*Change background color here*/
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}

#wrapper {
	width: 940px; /*Adjust width of  slider container  here*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/mid_bar.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
	width: 940px; /*Adjust width of  slider tabs here*/
	margin: 0 auto;
	position: relative;
	background-image: url(../img/bar.jpg);
	background-repeat: no-repeat;
}

.scroll {
	height: 1100px; /*Adjust height inner container  here*/
	width: 940px; /*Adjust slider inner container  here*/
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	/*Adjust color inner container background color  here*/
}
.txt {

	width: 98%;

}
.scrollContainer1 div.panel {
	height: 1090px; /*Adjust height inner container  here*/
	width: 940px; /*Adjust slider inner container background color here*/
	background-image: url(../img/foot.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.scrollContainer2 div.panel  {
	background-image: url(../img/bar2.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
.scrollContainer div.panel {

}
#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
	list-style: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*Adjust font color and background for slider tabs  here*/
ul.navigation li {
	margin-right: 5px;
	height: 32px;
	display: inline;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	line-height: 32px;
	vertical-align: middle;
}

ul.navigation a {
	color: #000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 3px;
}

ul.navigation a:hover {
	color: #0099FF;
	margin-right: 5px;
}

ul.navigation a.selected {
	line-height: 30px;
	color: #FF0000;
	margin-right: 5px;
	font-weight: bold;
	margin-left: 0px;
}

ul.navigation a:focus {
    outline: none;
    margin-right: 5px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -10px;
}

.scrollButtons.right {
    right: -20px;
}

