/* CSS CECD */

/* General Items */
* {
margin: 0;
padding: 0;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
color: #9d5005;
background-color: #fff;
margin: 0;
padding: 0;
text-align: center;
}
#container {
width: 770px;
margin: 25px auto 0 auto;
border: 1px solid #5a040c;
text-align: left;
background: url(images/CECD-bg2.jpg) left repeat-y;
position: relative;
}
#pagecontent {
margin-left: 242px;
background: transparent;
}
#content {
position: relative;
top: 0;
left: 0;
background: transparent;
}
#leftcol {
position: absolute;
top:0;
left:0;
width: 240px;
background: transparent;
text-align: right;
}
p {
padding-bottom: 10px;
}

/* Left Navigation */
#navleft ul {
margin: 40px 20px 20px 85px;
background-color: transparent;
font-size: 10px;
font-weight: bold;
line-height: 12px;
color: #fdee88;
text-align: right;
list-style-type: none;
}
#navleft ul li {
display: block;
border-top: 1px solid #5a040c;
background-color: transparent;
padding: 5px 0;
}
#navleft ul li a {
color: #fdee88;
background-color: transparent;
text-decoration: none;
}
#navleft a:hover, #navleft a:focus, #navleft a.current {
color:#5a040c;
background-color: transparent;
}

/* Left Column Items */
#nsa {
margin: 0 20px 0 85px;
}
p.copyright {
font-size: 9px;
line-height: 10px;
color:#5a040c;
background-color: transparent;
}
#leftcol a img {
border: 0;
}
.rollover-lh a {
display: block;
width: 237px;
height: 69px;
background: url(images/CECD-louhelen-brown.jpg) top left no-repeat;
}
.rollover-lh a img {
display: none;
}
.rollover-lh a:hover {
background: url(images/CECD-louhelen-yellow.jpg) top left no-repeat;
}
.rollover-fh a {
display: block;
width: 237px;
height: 102px;
background: url(images/CECD-forthays-brown.jpg) top left no-repeat;
}
.rollover-fh a img {
display: none;
}
.rollover-fh a:hover {
background: url(images/CECD-forthays-yellow.jpg) top left no-repeat;
}

/* Headlines */
h1 {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
font-weight: normal;
line-height: 25px;
margin-top: 10px;
margin-bottom: 8px;
color:#5a040c;
background-color: transparent;
}
h2 {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-weight: normal;
line-height: 21px;
margin-top: 10px;
margin-bottom: 8px;
color:#5a040c;
background-color: transparent;
}
h3 {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
line-height: 18px;
margin-bottom: 5px;
color:#5a040c;
background-color: transparent;
}

/* Text Content Section */
.topright {
text-align: right;
}
.contentsection, 
.contentsection-last, 
.contentsection-plain, 
.contentsection-indent,
.contentsection-indentl, 
.contentsection-wide {
position: relative;
left: 20px;
top: 0;
background-color: transparent;
width: 470px;
margin-right: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #CCC;
margin-bottom: 10px;
}
.contentsection-wide {
width: 490px;
margin-right: 5px;
}
.contentsection-last {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 50px;
}
.contentsection-plain {
top: 0;
border-bottom: none;
margin-bottom: 10px;
}
.contentsection-indent {
left: 50px;
width: 430px;
}
.contentsection-indentl {
left: 50px;
width: 430px;
padding-bottom: 0;
border-bottom: none;
margin-bottom: 50px
}
.contentsection-bottom {
position: relative;
top: 0;
left: 0;
text-align: right;
background-color: transparent;
border-bottom: 0;
margin-bottom: 0;
}
em {
font-size: 10px;
color:#5a040c;
font-style: italic;
}
.indent20 {
padding-left: 20px;
line-height: 18px;
background-color: transparent;
}
strong {
font-weight: bold;
font-size: 12px;
background-color: transparent;
}

/* Text Links */
.textlink {
color: #9d5005;
background-color: transparent;
font-weight: bold;
padding-bottom: 0;
}
a:link.textlink, a:visited.textlink {
color: #9d5005;
background-color: transparent;
font-weight: bold;
text-decoration: none;
border: 0 none;
}
a:hover.textlink, a:active.textlink, a:focus.textlink  {
text-decoration: underline;
color: #8a0613;
background-color: transparent;
border: 0 none;
}
.arrow {
font-size: 9px;
font-weight: bold;
color: #cf833a;
background-color: transparent;
padding: 10px 0;
}
a:link.arrow, a:visited.arrow {
color: #cf833a;
background-color: transparent;
text-decoration: none;
border: 0 none;
}
a:hover.arrow, a:active.arrow, a:focus.arrow {
color:#5a040c;
background-color: transparent;
text-decoration: underline;
border: 0 none;
}

/* Text Lists */
ul.textlist {
font-size: 11px;
line-height: 16px;
color: #9d5005;
background-color: transparent;
list-style-type: none;
padding-bottom: 10px;
}
ul.textlist li {
display: block;
background-color: transparent;
margin-left: 20px;
padding: 5px 0;
}
ul.indentedtextlist {
font-size: 11px;
line-height: 16px;
color: #9d5005;
background-color: transparent;
list-style-type: none;
padding-bottom: 0;
}
ul.indentedtextlist li {
display: block;
background-color: transparent;
margin-left: 40px;
padding: 5px 0;
}

/* Text Content Section Images */
.contentsection img {
border: none;
}
img.left40 {
margin-left: 40px;
}
img.storypixleft {
float: left;
padding: 5px 8px 5px 0;
}
img.storypixright {
float: right;
padding: 5px 0 5px 8px;
}

/* Table */
table.gallery {
width: 410px;
}
table.gallery td {
padding: 0 5px 5px 0;
vertical-align: top;
}

/* Form Table */
table.form1 {
width: 460px;
font-size: 10px;
line-height: 12px;
margin-bottom: 20px;
background-color: transparent;
border: 0;
padding: 0;
}
table.form1 tr {
line-height: 16px;
}
table.form1 td {
text-align: right;
width: 100px;
border: 0;
padding: 0;
}

/* Form Type */
#form {
width: 460px;
font-size: 10px;
line-height: 11px;
margin-bottom: 20px;
background-color: transparent;
border: 0;
padding: 0;
}
input {
background-color: white;
border: 1px solid #478519;
color: #9d5005;
font-size: 12px;
padding-bottom: 2px;
}
textarea {
background-color: white;
border: 1px solid #478519;
color: #9d5005;
font-size: 12px;
}
.checkbox {
background-color: white;
border: 1px solid #478519;
}
form p {
font-weight: normal;
text-align: left;
}
form p.indent120 {
padding-left: 120px;
font-weight: normal;
text-align: left;
}
.tiny {
font-size: 9px;
font-weight: bold;
color: #9d5005;
background-color: transparent;
}

