/*CSS FOR Clay County website*/

body {
padding: 0;
margin: -10px 0 0 -10px;
/*/*/margin: 0 0 0 0; /* */ 
/*/*background:  url("../background/pageback.gif") repeat-y;/**/
background-color: White;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}
/* set the position of the nav bar table from the top */
/* if you change this you will need to adjust the flyout div positions to correspond */
.navtable {
	margin-top: 5px;
}

/* this sets the right hand side table shadow as the cell background image */
.maintdbg {
background-image:  url(../background/tableback.jpg);
background-repeat: repeat-y;
}
/* style for the main table content area - gives the left and bottom border effect */
.maintable{
background: white;
color: #333333;
border-bottom: 2px solid #663300;
border-left: 1px solid #663300;
border-right: 1px solid #663300;
}
.mainright{
	padding-left: 3px;
	padding-top: 5px;
}
/* a class for the header table, so that we can add a left border to match the main table */
.headertable {
	border-left: 1px solid #663300;
}
/* This is used to apply the watermark for the content area - 
the background image and position can be removed safely if needed or changed,
 if you want to use one of your own images */
/*.maintd {
	padding: 20px 10px 10px 20px;
	background-image:  url("../siteby.gif");
background-position: bottom right;
background-repeat: no-repeat;
} */
/*style for the left side bar area behind the menu buttons*/
.sidebar {
border-right: 20px;
width: 145px;
padding-left: 5px;
background-color: #ECD375;
}

/* gives the left sidebar a background color */
.sidebar td {
	background-color: #ECD375;
}
 /* standard link styles */
a:link a:active {
color: #CC6600;
text-decoration: none;
}
 a:visited {
color: #CC6600;
text-decoration: none;
}

a:hover {
color: #E1A537;
text-decoration: underline;
}

/* styles the main table links */
.mainright a:link {
	color: #916200;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}
.mainright a:visited {
	color: #663300;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}
.mainright a:hover {
color: #663300;
font: bold Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}
.mainright a:active {
color: #663300;
font: bold Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}
/*standard heading tags*/
h1 {	
font-size: 14px;
color: #996600;	
}
h2 {	
font-size:13px;
color: #663300;
}
h3 {	
font-size: 12px;
color: #663300;
}
.downloadbkg {
	background-color: #EDD77C;
}
/*styles for the contact form*/
form { margin: 0;} /*declaring a margin of 0 will not give you unwanted white space underneath the end of the form*/


label,span.spacer {width:120px;}

/*styles the form fields*/
label{
font-weight:bold;
color : #663300;
/*font-weight: bold;*/
}
fieldset{
padding:10px;
border : 1px solid #663300;
margin-bottom : 15px;
}

/* class for the login form on entry page
we have named it form2 so it doesn't clash with the styles of the contact form */
.form2{
padding:6px;
margin-bottom : 10px;
}

/*styles the 'contact form' text at top of contact form*/
legend {
color: #663300;
font-weight: bold;
font: 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
padding: 10px;  /*gives a bit of padding between the border and the test*/
}
/*styles the comments box*/
textarea{
background-image:  url(../background/shadeform.jpg);
}

/*styles the input fields*/
input{
	background-image:  url(../background/shadeform.jpg);
}

/*wrapper div wraps the total web page*/
#wrapper {	
position: relative; 
margin:auto; 
width:750px; 
text-align: left;}

/*flyout 1 div change the co ordinates for left and top if you need to move the flyout*/

#dropdown1 {
position:absolute; 
left:142px; 
top:200px; 
width:153px; 
height:110px; 
z-index:5; 
visibility: hidden;}

/*flyout 2 div change the co ordinates for left and top if you need to move the flyout*/
#dropdown2 {
position:absolute;
left:142px;
top:264px;
width:154px;
height:95px;
z-index:5;
visibility: hidden;
}
/*flyout 3 div change the co ordinates for left and top if you need to move the flyout*/
#dropdown3 {
position:absolute;
left:142px;
top:296px;
width:153px;
height:95px;
z-index:5;
visibility: hidden;
}
/*flyout 4 div change the co ordinates for left and top if you need to move the flyout*/
#dropdown4 {
position:absolute;
left:142px;
top:328px;
width:153px;
height:95px;
z-index:5;
visibility: hidden;
}
#dropdown5 {

position:absolute;
left:142px;
top:232px;
width:153px;
height:95px;
z-index:5;
visibility: hidden;
}

/*this is the closer div -this is needed so that on mouseout the dropdowns close*/
#closer {
left:142px; 
position:absolute; 
margin-top:200px;
visibility:hidden;
width:500px;	
z-index:1;
}

/* styles the menu table inside the flyout div*/
.menu{
border: 1px solid #663300;
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 150px;
background-color: #E1A638;
}

.menu a{
background: #E1A638;
display: block;       /*needed so that the whole cell is highlighted on mouseover*/
text-decoration: none;
width: 100%;
}

.menu a:link{
background: #E1A638;
border-right:1px solid #663300;
border-bottom:1px solid #663300;
border-left:1px solid #663300;
color: White;
padding: 2px 2px 2px 2px;
}

.menu a:visited,.menu a:active{
background:#E1A638;
border-right:1px solid #663300;
border-bottom:1px solid #663300;
border-left:1px solid #663300;
color: White;
padding: 2px 2px 2px 2px;

}

.menu a:hover{
background-image: url(file:///C|/Sites/2_elegante/sitefiles/graphics/menubackover.jpg);
background-repeat: repeat-x;
background: #ECD375;
border-right:#663300 1px solid;
border-bottom:#663300 1px solid;
border-left: #663300 1px solid;
color: #666666;
padding: 2px 2px 2px 2px;
}
.mainsub {
	padding-right: 10px;
	padding-left: 10px;
}
/* styles the large links in the main table */
.linklarge a:link {
	color: #993300;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	font-style:oblique;
}
.linklarge a:hover {
color: #663300;
font: bold Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: underline;
}
.selector {
	font-weight: bold;
	background-color: #CCCCCC;
	vertical-align: middle;
	padding: 3px;
}

