/* CSS Document */

body{ 
text-align: center;
background: #005622 url('images/layout/bg.gif'); 
font-weight: none;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

a{
color: #005622;
}

a:hover{
color:#33CC00;
font-weight: bold;
}


div#bottom{
width: 170px;
position: absolute;
bottom: 0px;
right: 0px;
}


/*Layout- Width, Text Alignment, bg*/
div#layout{
width:990px;
position: relative;
top: -20px;
margin: 0 auto;
text-align: left;
color: #FFFFFF;
clear: none;
}


div#ferguson{
width: 250px;
height: 1000px;
background: url('images/graphics/ferguson.jpg') top right no-repeat;
position: absolute;
top: 250px;
right: 0px;
}


div#money2{
width: 170px;
height: 244px;
background: url('images/layout/moneybg2.gif') top right no-repeat;
position: absolute;
top: 25px;
left: 0px;
}

div#nav{
width: 170px;
height: 216px;
background: url('images/layout/navbg.gif') top left no-repeat;
position: absolute;
top: 270px;
left: 0px;
}

div#navtext{
width: 124px;
position: absolute;
top: 24px;
left: 18px;
}

#navtext a{
text-decoration: none;
}

div#nav2{
background: #EEEEEE;
text-align: center;
}

div#harman{
width: 170px;
height: 900px;
background: url('images/graphics/harman.jpg') top left no-repeat;
position: absolute;
left: 0px;
top: 500px;
}


div#layout2{
width: 650px;
position: absolute;
top: 0px;
left: 170px;
clear: none;
}

div#header{
width: 650px;
height: 200px;
background: #FFFFFF;
clear: none;
text-align: left;
}

div#content{
background: #FFFFFF;
text-align: left;
color: #000000;
border-left: solid 1px;
border-left-color: #000000;
border-right: solid 1px;
border-right-color: #000000;
}

div#contentbody{
margin-left: 5px;
margin-right: 5px;
text-align: left;
}

div#content1{
text-align: center;
}

div#content2{
width: 510px;
clear: none;
text-align: center;
}

div#ads{
width: 124px;
float: right;
clear: none;
}

div#hidden{
display:none;
}

/*Headers and different colors*/

h1{
display: inline;
font-size: 16px;
color: #0a6c0c;
}

h2{
display: inline;
font-size: 14px;
color: #6c0b0b;
}

h3{
display: inline;
font-size: 14px;
color: #72421b;
}

h4{
display: inline;
font-size: 14px;
color: #0a6c0c;
}

h5{
display: inline;
font-size: 14px;
color: #000066;
}

h5 a{
color:#006633;
font-size: 16px;
text-decoration: none;
font-weight: bold;
}

h5 a:hover{
color: #00CCCC;
font-size: 16px;
text-decoration: none;
font-weight: bold;
}

div#highlight{
background-color: #f1e397;
}

div#highlight a{
color: #000000;
text-decoration: none;
}

div#highlight a:hover{
color: #006600;
text-decoration: underline;
}

div#highlight2{
background-color: #d5f4d4;
}


/*Footer Stuff*/

div#footer{
width: 750px;
height: 275px;
background: url('images/layout/footer2.jpg') bottom left no-repeat;
color: #000000;
text-align: left;
position: relative;
}

div#footercontent{
width: 650px;
color: #000000;
text-align: center;
position: relative;
}

div#footertext{
text-align: right;
position: absolute;
width: 500px;
right: 20px;
top: 204px;
}

#footertext a{
color: #b8ab77;
text-decoration: none;
}

#footertext a:hover{
color: #FFFFFF;
font-weight: bold;
}

div#copyright{
text-align:left;
height: 30px;
width: 630px;
position: relative;
top: 52px;
color: #FFFFFF;
}

div#copyright2{
position: absolute;
bottom: 0px;
left: 0px;
}

#copyright2 a{
color: #b8ab77;
font-size: 8px;
text-decoration: none;
}

#copyright2 a:hover{
color: #FFFFFF;
font-size: 8px;
}

div#copyright1{
text-align:right;
position: absolute;
font-size: 11px;
bottom: 0px;
right: 0px;
}



/*Email Popup*/
div#emailPopup
{
background: #FFFFFF url(images/layout/emailpopupbg.gif) top left no-repeat;
border: solid 1px #000000;
width: 200px;
height: 100px;
display: block;
visibility: hidden;
z-index: 100;
position: absolute;
}

div#emailPopupClose
{
width: 14px;
height: 13px;
display: block;
position: absolute;
top: 0px;
right: 0px;
}

div#emailPopupSubmit
{
display: block;
position: absolute;
height: 60px;
left: 2px;
top: 40px;
}

div#emailPopupSubmit2
{
display: block;
position: absolute;
left: 0px;
bottom: 3px;
}

div#linkexchange a{
color: #005622;
}



div#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
color: #000000;
text-align: left;
}
