body { 
 
  
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
  
}

#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

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

#slider {
	width: 530px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	
	
}

.scroll {
    height: auto;
    width: 490px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
	
}

.scrollContainer div.panel {
    padding: 20px 10px;
    height: auto;
    width: 490px;
}

#shade {
    background: #FFFFFF ;
    height: 50px;
}


ul.navigation {
    list-style: none;
    margin:5px 0 2px 0;
    padding:5px 15px;
    padding-bottom: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	/*border:1px #000000 solid;*/
	background-color: #FFFFFF;
	height:25px;	
}

ul.navigation li {
    display: inline;
	border-right:1px #5C0D08 solid;
	border-left:1px #5C0D08 solid;
	float:left;
	height:25px;
  

	}

ul.navigation a {
    padding:0px 10px 0px 10px;
	height:25px;
	float:left;
	line-height:22px;
    color: #FFFFFF;
    text-decoration: none;
	background:url(../images/redslate_backgroundOVER.gif);
	background-repeat:repeat-x;
	background-position:right;

	
}

ul.navigation a:hover {
    background-color: #DCDEDA;

}

ul.navigation a.selected {
    background-color: #FFFFFF;
	color: #FFFFFF;
	/*padding-top:5px;*/
	margin-left:-5px;
	background-image:url(../images/menu_right.jpg);
	height:25px;
}


ul.navigation a:focus {
    outline: none;
}

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

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

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

.hide {
    display: none;
}


	
.linkright, a.linkright
{font-size:12px;
color:#CC0000;
text-decoration:none;
float:right;
}
.linkright a:hover
{color:#FF3300;
}