/* CSS Document */

body { background-color:#3F3C24; } 

#brownBox {
position: relative;
width: 763px;
height: 785px;
background-color: #5A3D1C;
border: 1px #4A0000 solid; /* #8B5C29 other */

}

#top {
position: absolute;
width: 757px;
height: 121px;
background-image:url(images/top.jpg);
top: 4px;
left: 3px;
}

#main {
position: absolute;
width: 756px;
height: 522px;
background-image:url(images/mainBkgd.jpg);
top: 131px;
left: 3px;
z-index: 3;

}
#mainTxt {
position:absolute;
width: 605px;
height: 433px;
top: 73px;
left: 142px;
z-index: 4;
font: 10pt Tahoma;
}

/*h1 { font-family: "Edwardian Script ITC", "Monotype Corsiva", Vivaldi, "Times New Roman"; font-size: 36pt; font-weight:300;}*/
h1 { font-family: "Arial Narrow"; font-size: 18pt; font-variant: small-caps;}
h3 { font-family: Tahoma, Arial; font-size: 12pt; color: black;}

#title { font-family: "Arial Narrow"; font-size: 20pt; font-variant: small-caps;
		 position: absolute; width: 710px; top: 20px; left: 10px; z-index: 5; text-align: center; }
		 
a:link, a:visited {text-decoration: none; color: black;}	

a:hover { color: white; text-decoration: underline;}	 

#bottom {
position:absolute;
width: 757px;
height: 96px;
background-image: url(images/bottom.jpg);
top: 653px;
left: 3px;
border: none;
z-index: 4;
}

#bottomIcon1 { position: absolute; width: 110px; top: 72px; left: 10px; z-index: 5; font: small-caps 12pt Eurostile, Tahoma; text-align:center;}
#bottomIcon1 a:link, #bottomIcon1 a:visited { color: white; text-decoration: none; display: block; }
#bottomIcon1 a:hover { color: black; }
#bottomIcon1pic { position: absolute; width: 94px; height: 57px; top: 11px; left: 15px; z-index: 6; cursor: pointer;} 

#bottomIcon2 { position: absolute; width: 110px; top: 72px; left: 166px; z-index: 5; font: small-caps 12pt  Eurostile, Tahoma; text-align:center; }
#bottomIcon2 a:link, #bottomIcon2 a:visited { color: white; text-decoration: none; display: block;}
#bottomIcon2 a:hover { color: black; }
#bottomIcon2pic { position: absolute; width: 77px; height: 58px; top: 10px; left: 182px; z-index: 6; cursor: pointer;} 

#bottomIcon3 { position: absolute; width: 115px; top: 72px; left: 477px; z-index: 5; font: small-caps 12pt Eurostile, Tahoma; color: #660000; text-align:center;}
#bottomIcon3 a:link, #bottomIcon3 a:visited { color: white; text-decoration: none; display: block;}
#bottomIcon3 a:hover { color: black; }
#bottomIcon3pic { position: absolute; width: 78px; height: 58px; top: 10px; left: 495px; z-index: 6; cursor: pointer;} 


#bottomIcon4 { position: absolute; width: 110px; top: 72px; left: 638px; z-index: 5; font: small-caps 12pt Eurostile, Tahoma; color: green; text-align:center;}
#bottomIcon4 a:link, #bottomIcon4 a:visited { color: white; text-decoration: none; display: block;}
#bottomIcon4 a:hover { color: black; }
#bottomIcon4pic { position: absolute; width: 92px; height: 61px; top: 9px; left: 646px; z-index: 6; cursor: pointer;} 




#bottomInfoLeft {
position: absolute;
font: 10pt Eurostile, Tahoma;
color: #769C00;
bottom: 3px;
left: 12px;
text-align: left;
}

#bottomInfoCenter {
position: absolute;
font: 10pt Eurostile, Tahoma;
color: #769C00;
bottom: 3px;
left: 1px;
width: 757px;
text-align: center;
}

#bottomInfoRight {
position: absolute;
font: 10pt Eurostile, Tahoma;
color: #769C00;
bottom: 3px;
right: 12px;
text-align: right;
}


#menu{
position: absolute;
width: 125px;
height: 517px;
top: 131px;
left: 6px;
z-index: 5;
border: none;
padding: 0;
margin: 0;
}

ul#mainnav {
list-style: none;
margin: 25px 3px 0px 3px;
padding: 10px 5px 2px 5px;
font-family: Eurostile, Tahoma, Arial;
font-size: 10.5pt;
text-align: left;
background-color: #5A3D1C;
}

ul#mainnav li {
margin-top: 13px;
margin-bottom: 0;
border: none;
height: 20px;
}

ul#mainnav li a:link, ul#mainnav li a:visited {
text-decoration: none;
color: #769C00;
display: block;
width: 100%;
}

ul#mainnav li a:hover {
color: black; /* used to be #E81E25 */
}

.formButtons
{
background-color: #C7C78D;
border: 1px dotted black;
color: black;
}

.formButtonDrop
{
background: #C7C78D;
border: 1px dotted black;
color: black;
margin: 0;
padding: 0;
}

.formSubRes{
background-color: #C7C78D;
border: 1px solid black;
color: black;
}

.docBut
{
padding-top: 6px;
font-family: "Arial Narrow";
font-size: 11pt;
color: black;
font-variant: small-caps;
text-decoration: none;
}

.docBut a:link, .docBut a:visited { text-decoration: none;  color: black; display: block; cursor: pointer;}
.docBut a:hover {color: white; cursor: pointer;}
