    * Collapse All

    * Expand All





* {



        margin: 0;



        padding: 0;



}







body {



        background: #fff;



        font:76% Arial;



        color:#786300;



        line-height: 187%;



}















 p {



        margin-bottom: 1.5em;



}









div.hr {

  height: 15px;

  background: url(images/hr.png) no-repeat scroll center;

}

div.hr hr {

  display: none;

}









div.map {

        color: #000;

        }





ul li {



        padding-left: 1em;



}







a {



        text-decoration: underline;



        color: #786300;



}



h1, h2, h3 {



        text-decoration: none;



        color: #786300;



}



a:hover {



        text-decoration: underline;



        color: #786300;



}















/* Logo */















#logo {



        width: 800px;



        height: 200px;



        background-image: url(images/header.jpg) no-repeat;




        margin: 0 auto;



}















/* Page */







#page {



        width: 800px;



        margin: 0 auto;



        background: #fff no-repeat;



}







/* Content */







#content {



        float: left;



        width: 445px;



        padding: 0px 30px 20px 50px;







}























/* Sidebar */







#sidebar {



        float: right;



        width: 200px;



        padding: 20px;



}















#links {



}









#links ul {

          list-style: none;

          }





#links li {



        padding: 5px 0;



}







#links a {



        padding-left: 1em;



        background: url(images/navbullet.jpg) no-repeat left center;



        color: #786300;



        font-weight:bold;



        height:20px;



        text-decoration:none;



        display:block;



        padding:0 0 0 20px;



        font-size:95%;



        margin-top:6px;



}







#address {



font-weight:bold;



margin-top:4em;



padding-left:5px;



color:#786300;



border:2px solid #786300;



border-top:0;



border-bottom:0;



}







/* Footer */







#footer {



        height: 20px;



}







#footer .wrapper {



        width: 760px;



        margin: 0 auto;



        background: #786300;



}







#footer .links {



        float: left;



        width: 439px;



        height: 20px;



        padding: 6px 30px 0 30px;



        background: #fff;



        border-left: 20px solid #786300;



        font-size: 85%;



}







#footer .legal {



        float: right;



        width: 221px;



        height: 20px;



        margin: 0 auto;



        padding: 6px 20px 0 0;



        background: #786300;



        text-align: right;



        font-size: 85%;



        color: #786300;



}







img {



       border: none;



}



fieldset {

  padding: 1em;

  border-color: #786300;

  color: #786300;

  }





/*Css to allow user to position images on site*/











img.imageleft {



        float:left;



        border: 1px solid black;



        margin-right:10px;



        margin-bottom:10px;



        margin-top:10px;



}







img.imageright {



        float:right;



        border: 1px solid black;



        margin-left:10px;



        margin-bottom:10px;



        margin-top:10px;



}







img.imagealone {



       border: 1px solid black;



        margin-bottom:10px;



        margin-top:10px;



}













