* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 802px;
	margin: 25px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
	width: 800px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 0px solid #999;
}

.inside img {
	display: block;
	border: 0px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	border-bottom: 1px solid #999;
}

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

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

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

.hide {
    display: none;
}

/* Top Nav Bar */
#topNav {
	width: 100%;
	background-color: #F6AA0D;
	height: 48px;
}
#topNav .sbdsLogo {
	border: 0;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	width: 170px;
	float: left;
}
#topNavWrap {
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	color: #FFF;
	width: 600px;
}
#topNavWrap ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	display: block;
	height: 48px;
}
#topNavWrap li {
	height:48px;
	display: inline;
	margin:0;
}
#topNavWrap a {
	padding-left:30px;
	padding-right:30px;
	text-decoration: none;
	float: right;
	background-color: #5A5A5B;
	height: 30px;
	padding-top: 17px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	color: #FFF;
	letter-spacing: 0.1em;
}
#topNavWrap a:hover {
	background-color:#FACE73;
	color:#5A5A5B;
}
/* Copyright Info */
#copyPhone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	height: 20px;
	width: 802px;
}
#copyPhone .copyRight {
	float: left;
	padding-top: 5px;
}
#copyPhone .phone {
	float: right;
	padding-top: 5px;
}
#footer {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
