#coda {
	width: 700px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#coda h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6F0507;
	margin-top: 5px;
	margin-bottom: 0px;
}
.codah3 {
	margin-left: 15px;
}
#coda h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6F0507;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 18px;
}
.codaP {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.scroll {
	height: 250px;
	width: 700px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	border: 1px solid #CCC;
	background-image: url(../images/coda-panel-back.jpg);
	background-position: center top;
}

.scrollContainer div.panel {
	padding: 20px;
	height: 210px;
	width: 670px;
}

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

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

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

ul.navigation a.selected {
	background-color: #fff;
	background-image: url(../images/coda-nav-back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

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

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

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

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

.hide {
    display: none;
}
.imgFloatLeft {
	float: left;
	margin-right: 10px;
}
.codaReadmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.codaReadmore a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B80BE;
	text-decoration: none;
}
.codaReadmore a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B80BE;
	text-decoration: underline;
}
