/* find & replace
(images/
(/templates_css/images/dickengreen/
*/
* {margin: 0;padding: 0;}
html {height: 100%;min-width: 756px;}
body {
font-family: verdana, arial, helvetica, sans-serif;
color: #000;
background: #A49673 url(/templates_css/images/dickengreen/z.png) repeat 50% 0;
font-size: 76%;
line-height:175%;

}
#wrapper {
position:relative;
background: url(/templates_css/images/dickengreen/x.png) repeat-x 50% 146px;
}
#container {
background: url(/templates_css/images/dickengreen/t_x.jpg) repeat-x 0 0;
}
#header, #inner, #footer {
width: 756px;
padding-right: 1px;
margin: 0 auto;
}
#header {
}
#logo {
background: url(/templates_css/images/dickengreen/logo.jpg) no-repeat 50% 0;
height: 92px;
}
#logo h1 {
position: absolute;
left: -5000px;
}
#headertext, #contact {
}
#headertext {
position: absolute;
width: 168px;
bottom: 50px;
z-index:100;
margin-left:1px;
background: #D0D013 url(/templates_css/images/dickengreen/header.png) no-repeat bottom right;
}
#headertext h2 {
top: 50px;
font-size: 0.9em;
padding: 5px 5px 5px 20px;
text-align:left;
color:#593E2D;
font-weight: normal;
}
#contact {
height: 26px;
}
#contact p {
text-align: center;
color: #B6AB8F;
}
#inner {
position:relative;
background: url(/templates_css/images/dickengreen/p_y.png) repeat-y 0 0;
}
#nav {
position: absolute;
width: 186px;
background: url(/templates_css/images/dickengreen/n_t.png) no-repeat 0 0;
font-family: georgia, times, serif;
}
#nav ul {
list-style:none;
margin: 0; padding: 44px 16px 20px 1px; border: 0;
}
#nav li {
margin: 0; padding: 0 0 6px; border: 0;
font-size: 0.9em;
}
#nav li#link1 {
}
#nav li a {
font-weight:normal;
display:block;
margin: 0;
padding: 5px 20px;
font-size: 1.2em;
color: #A49673;
}
#nav li a:link, #nav li a:visited {
}
#nav li a:focus, #nav li a:hover {
text-decoration: none;
color: #593E2D;
background: #E8E5DC;
}
#nav li a:active {
}
#nav li a.currentpage {
font-weight: bold;
background: white;
color: #593E2D;
}
#mininews {
}
#mininews h1 {
font-size: 1em;
}
#content {
background: url(/templates_css/images/dickengreen/p_t.png) no-repeat 100% 0;
padding: 28px 7px 45px 202px;
min-height: 350px;
}
#content h1 {
background: #D0D013 url(/templates_css/images/dickengreen/h1.png) no-repeat 100% 0;
font-weight: normal;
font-size: 1.8em;
height: 42px;
line-height: 43px;
padding: 0 0 0 12px;
color:#fff;
}
#content #main {
padding: 40px 35px 40px 19px;
}
#footer {
background: url(/templates_css/images/dickengreen/p_b.png) no-repeat 0 0;
z-index: 2;
height: 40px;
}
#footer p {
padding: 25px 14px 0;
font-size: 0.8em;
text-align: right;
}
#footer p a {
font-weight: normal;
color: #D1CAB9;
}
#footer p a:focus, #footer p a:hover {
color: #fff;
}
.hide {
display:none;
}
img {
border: 0;
}
.image {
}
/*typography*/
a {
text-decoration: none;
font-weight: bold;
color: #D0D013;
}
a:link {}
a:visited {}
a:focus, a:hover {
color: #000;
text-decoration: underline;
}
a:active {
color: #fcc;
}
h1,h2,h3,h4,h5,h6 {
font-family: georgia, times, serif;
font-weight: bold;
padding: 1em 0 0.2em;
}
h1 {
font-size: 1.4em;
}
h2, h3 {
font-size: 1.2em;
}
h4,h5 {
font-size: 1.0em;
}
h6 {
font-size: 0.8em;
}
p, li {
font-size: 1em;
}
p {
}
ul, ol {
margin: 10px 10px 20px;
padding: 0 0 0 40px;
}
li {
margin: 5px 0 0 30px;
}
strong, b {
font-weight: bold;
}
table {
border-collapse: collapse;
width: 100%;
margin: 10px 0;
}
th, td {
}
th {
background-color: #A49673;
color: #fff;
text-align: left;
padding: 4px 12px 4px 2px;
font-size:0.8em;
}
td {
padding: 4px 0 0 2px;
}
td a img {
border: 1px solid #eee;
padding:2px;
}
td a:hover img {
border-color: #ccc;
}