
body {
    margin: 0px;
    padding: 0px;
    background: #b2d9b8;
    font: 13px Arial, Helvetica, sans-serif;
    color: #212121;
    font-family: Arial,Helvetica,sans-serif;
}

/*
h1, h2, h3 {
	margin-top: 0px;
}
*/

h3 {
	font-size: 1.4em;
}

p, ol, ul {

	line-height: 160%;
}

a {
	color: #175500;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
        clear: both;
	width: 864px;
        height: 120px;
	/*margin: 0px auto;*/
        margin: 0px auto 0px auto;
        border: 2px solid #333;
        background: #336a4a url(images/FWTW.jpg) no-repeat right top
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Logo */

#logo{
    float: left;
    padding-left: 20px;
}

#logo h1{
    margin: 10px;
    line-height: normal;
    font-weight: normal;
    /*font-size:3.5em;*/
    /*font-family: Arial,Helvetica,sans-serif;*/
    font: 3.5em Arial, Helvetica, sans-serif;
    color:olive;
}

/* Menu */

#menu {
    float: left;
    background: #336a4a;
    /*border-top: 2px #9BC56F solid;*/
    margin: 0 0 0 0;
    width:auto
}

#menu ul {
    list-style:none;
    line-height: normal;
}

#menu li {
    float: left;
    margin: 0px 0px 0px 1px;
    font-weight: bold;
}

#menu li>ul { 
    top: auto;
    left: auto;
}

#menu li ul{
    display: none;
    width: 180px;
    position: absolute;
    background-color:lightyellow;
    border: 2px solid yellow;
}

#menu li:hover ul, li.over ul {display: block;}

#menu a {
    display: block;
    /*width: auto;*/
    height: 20px;
    padding: 10px 8px 0px 8px;
    background: url(images/img03.jpg) no-repeat left 100%;
}

#menu a:hover{
    color:#333;
}
#submenu{
    padding-left:0;
}

#submenu a{
    color:black;
    background:none;
    font-weight:normal;
    height:20px
}

#submenu a:hover {
    background-color:#b2d9b8;
    color:white;
    font-weight:bold;
    width:162px
}

#menu .first {
    background: none;
}

#menu .active a {
    color:navy;
}

/* Page 

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px;
}
*/
/* Content */


#banners{
    float: left;
    margin: 50px 150px 50px 150px;

}

#banners div{
    width:470px;
    height:250px;
    display:none;
    margin:0px;
}

#banners #banner1{
    display:block;
}


#banners ul{
    width:auto;
    height:25px;
    background:#AA9C4D;
    margin:0px;
}

#banners ul li{
    display:inline;
    width:10px;
}

#banners ul li a{
    text-decoration:none;
    padding:5px;
    line-height:2.5em;
    margin:5px;
    color:#fff;
    height:25px;
    font-weight:bold;
}

#banners ul li a:hover{
    background:#fff;
    color:#0063DC
}

#contact 
{
    font-size:1.5em;
    font-family:inherit;
    margin:30px 10px 0 20px
}

#about
{
    font-size:1.0em;
    font-family:inherit;
    margin:30px 10px 0 20px
}


#content {
    clear: both;
    width: 864px;
    height:500px;
    background:white;
    margin: 0px auto 0px auto;
    border: 1px solid silver
}

#subcontent{
    clear:both;
    width:864px;
    height:auto;
    background:white;
    margin:0px auto 0px auto;
}

#subcontent h1{
    padding:10px 0 0 0;
    text-align:center
}

#subcontent h3{
    
}

#subcontent .border{
    margin:0 20px 0 20px;
    border: 1px solid lightgray;
    padding:20px 0 20px 0
}

#subcontent div{
    font-family:sans-serif;
    font-size:1.2em;
    color:#456;
    margin:0 70px 0 70px;
    padding:10px 10px 50px 10px

}

#subcontent img{
    margin: 0 0 0 0
}

#sidebar {
    float:left;
    clear: both;
    height:500px;
    background:191812;
    margin: 0 0 0 70px
}

#sidebar-content {
    padding: 2px;
    font-family:sans-serif;
    margin: 0px auto 0px auto
}

#sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width:160px
   
}

#sidebar ul li{
    position:relative;
    margin:0px;
}

#sidebar li ul{
    position:absolute;
    left:159px;
    top:0;
    display:none;
    border: 1px solid #ccc;
}

#sidebar li:hover ul, li.over ul {display: block;}

#sidebar h2 {
    background: #AA9C4D;
    font-size: 1.2em;
    color: #FFFFFF;
    padding:5px;
    margin-bottom: 2px
}

#sidebar a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: #777;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    border-bottom: 0;
}

#sidebar a:hover {
    background:#AA9C4D;
    color:orange;
}

/* Search */
#search {
}

#search form {
    margin-bottom: 1.8em;
    padding: 0px;
}

#search fieldset {
    margin: 0px;
    padding: 0px;
    border: none;
}

#search #s {
    width: 150px;
}



/* contact */

#email {
    width: 450px;
    margin: 30 30 30 30
}

#email #m{    
    height:150px
}

#email #n, #e, #m {
    width:300px
}

/* Footer */

#footer {
    clear: both;
    width: 864px;
    height: 50px;
    margin: 0px auto 30px auto;
    color: #FFFFFF;
    background: #336a4a;
}

#footer p {
    margin: 0px;
    padding: 19px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    font-size: smaller;
}

#footer a {
    color: #FFFFFF;
}