body {
	margin: 0px;
	padding: 0px;
	background-color: #FBA919;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #FBA919;
	width: 960px;
	margin-top: 50px;
}
#rightpanel {
	float: right;
	width: 250px;
	padding-top: 26px;
}
#rightpanel li {
 list-style-type: none;
 margin-bottom: 0px;
 margin-left: 0px;
 line-height: 0px;
}
#rightpanel ul {
 margin-left: 50px;

}
#navigation {
	width: 600px;
	margin-left: 100px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #542C0A;
}
ul, ol {
    margin:0;
    padding:0;
    list-style:none;
}
#navigation ul {
	padding-top: 5px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #542C0A;
	margin-right: 20px;
	line-height: 0px;
	font-size: 9px;
	line-height: 150%;
	display: inline;
}

.brclear {
 clear:both;
 height:0;
 margin:0;
 line-height: 0;
}
#title {
	width: 184px;
}
#title .welcomehome{
	width: 184px;
}
#content {
	margin-left: 100px;
	padding-top: 20px;
	
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #542C0A;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 10px;
	line-height: 15px;
}
.floatRight { 
    float: right; 
    margin: 15px; 
}
#footer {
	width: 600px;
	margin-left: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #542C0A;	
}
a img {
    border: 0;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #542C0A;
        text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
	
}

/* slider selectors */

#slider {
  width: 580px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 409px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  padding: 0px;
  height: 409px;
  width: 600px; /* change to 560px if not using JS to remove rh.scroll */
}
.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

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

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