
#contactform input {
padding: 2px;
margin: 5px 5px 1px 0;
}

#contactform .fixedwidth {
width: 170px;
}

#contactform textarea {
width: 472px;
margin-top: 6px; padding: 2px;
}

#contactform #submit {
padding: 0;
}

.response {
font-weight: bold;
font-style: italic;
color: #c63;
}
/*
.clear {
clear: both;
}
*/
#navigation {
float: left;
display: inline;
padding-bottom: 7px;
width: 215px;
font-size: 1.2em;
}

#menu {
float: left;
padding-left: 7px;
list-style: none;
}

#menu ul {
list-style: none;
float: left;
}

#menu li {
position: relative;
float: left;
}

#menu a, #menu strong {
padding: 9px 6px 10px 6px;
display: block;
font-weight: normal;
width: 196px;
}

#menu a {
color: #000;
background: #fff url("/cms/images/bg-navbutton-off.jpg") no-repeat;
border-bottom: 1px solid #ccc;
text-decoration: none;
}

#menu strong {
border-bottom: 1px solid #ccc;
}

#menu a:hover, #menu strong {
color: #000;
background: #e2e7e7 url("/cms/images/bg-navbutton-on.jpg") no-repeat;
}

#extra {
clear: left;
display: block;
margin-bottom: 7px;
margin-left: 7px;
padding: 18px 20px 18px 20px;
width: 168px;
font-size: 1.2em;
line-height: 1.5em;
background: #f5f5f5;
border-bottom: 5px solid #ebebeb;
}

#extra p {
padding: 2px 0 2px 0;
}

#extra p img {
display: block;
margin-bottom: 6px;
}

#search {
clear: left;
display: block;
margin-bottom: 17px;
margin-left: 7px;
width: 208px;
text-align: center;
}

#search #search_term {
width: 160px; /* Was 188 */
margin-bottom: 4px;
padding: 2px;
}

pre {
margin: 6px 0 0 0;
font-size: 12px;
line-height: 1.4em;
color: #609;
}

pre b {
font-weight: normal;
color: #c63;
}

pre em {
font-style: normal;
color: #066;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}
