/* CSS Document */

#sitenav {
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px dashed red;
}

#sitenav li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}

#sitenav a {
float: left;
line-height: 10px;
font-weight: bold;
color: red;
font-family: Arial;
font-size: 10px;
margin: 0 10px 4px 10px;
text-decoration: none;
}

#sitenav a.active, #sitenav a:hover {
background-color: red;
color: white;
}

#header {
padding: 0px;
background-image:
url('site-images/logo.jpg'); 
height: 200px;
border-bottom: 1px dashed red;
}

.hidden {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#content {
background-image: url("site-images/page.jpg"); 
margin-right: 300px;
margin-left: 200px;
padding: 10px;
font-family: Arial;
font-size: 14px;
border: 1px dashed aqua;
}

#content a {
color: red;
text-decoration: none;
font-weight: bold;
}

#content a.active, #content a:hover {
color: red;
font-weight: bold;
border-bottom: 1px dashed red;
}

#content a:visited {
background: yellow;
color: Navy;
}

#thisform input {
width: 200px;
}

#name, #email {
width: 200px;
}

#thisform p {
font: Arial;
font-size: 11px;
}

h1 {
font-family: Arial;
letter-spacing: 1px;
font-size: 30px;
font-weight: bold;
border-bottom: 1px dashed red;
padding-bottom: 8px;
}

h2 {
font-family: Arial;
font-size: 14px;
font-weight: bold;
}

h3 {
font-family: Arial;
font-size: 10px;
}

#sidecolumn {
position: absolute; 
top: 240px;
left: 0;
width: 170px;
background: white;
}

#menu li {
height: 50px;
font-family: Arial;
font-size: 12px;
text-align: right;
line-height: 200%;
list-style-type: none;
background-image: url("site-images/buttons/buttonoff.jpg");
background-repeat: no-repeat;
}

#menu li a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

#menu li a:link {
color: red;
}

#menu li a:visited {
color: Gray;
}

#menu li a:hover {
font-weight: bold;
color: Navy;
background-image: url("site-images/buttons/buttonon.jpg");
background-repeat: no-repeat;
}

#menu li a:active {
font-weight: bold;
color: red;
background-image: url("site-images/buttons/buttonon.jpg");
background-repeat: no-repeat;
}


#sidebar {
position: absolute;
top: 240px;
right: 0;
width: 300px;
font-family: Arial;
font-size: 11px;
text-align: center;
}

#footer {
margin-right: 300px;
margin-left: 200px;
padding: 10px;
background-color: white;
font-family: Arial;
font-size: 11px;
color: black;
border: 1px dashed aqua;
}