/* CSS Document */

BODY {
	background-color: #353c3a;
	background-image: url(images/background.jpg);
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}
	
a {color: #46241c; text-decoration: none; font-weight:bold;}
a:hover {color: #46241c; text-decoration: underline;}
a:visited {color: #46241c;}	

.smtext {font-size: 12px;}

.padding {padding-left: 10px; padding-right: 15px;}
.paddingsmall {padding-left: 3px;}

.style1 {color: #b8bec0; font-size: 12px;}
.style1 a {color: #888a85; font-weight: bold;}
.style1 a:hover {color: #888a85; text-decoration: underline; font-weight: bold;}
.style1 a:visited {color: #ffffff;}

.floatbox {border: #46241c thin solid; width: 250px; text-align: left; float: left; padding: 3px 3px 3px 3px; margin: 0px 5px 3px 0px;}
.floatbox2 {border: #353c3a medium solid; width: 180px; float: right; font-weight: normal;
       font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; padding-top: 8px; padding-bottom: 10px;}

.newsfloat {border: #1a2025 medium solid; width: 155px; float: right; padding: 3px 5px 3px 3px; margin: 3px 3px 3px 3px;}

.main-back {
	background-image: url(images/walkers2008_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 75px 20px 75px;}
	
.nav-back {
  background-image: url(images/walkers2008_01.jpg);
  background-position: top;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
  
 height:56px;}


.outline {border: 2px solid #171c17; width:900px; margin: auto;}

h1{
        font-family: "Times New Roman", Times, serif;
        font-size: 30px;
		  margin: 2px;
		  color: #171c17;
		  border-bottom: medium #888a85 solid;
		  letter-spacing: 0px;
		  text-decoration: none;
		  text-align: right;
		  }

h2 {
        font-family:"Times New Roman", Times, serif;
        font-size: 25px;
		  color: #1a2025;
        margin: 0px;
}

h3 {
        font-size: 20px;
        font-family: "Times New Roman", Times, serif;
        text-decoration: none;
		  color : #46241c;
        margin: 2px;
		}

h4 {
      font-weight: bold;
      font-family: "Times New Roman", Times, serif;
      font-size: 18px;
		color: #e4e8e9;
		margin: 2px;
		background-color: #272d31;
		text-decoration: none;
			  }
		  
h5 {
        font-weight: normal;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
		  color: #272d31;
		  margin: 2px;
		  background-color: #888a85;
		  text-decoration: none;
		  		}	 
		
h6 {
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        margin: 0px;
		  color: #1a2025;		  
}	


#marqueecontainer{
position: relative;
width: 235px; /*marquee width */
height: 150px; /*marquee height */
overflow: hidden;
padding: 2px;
padding-left: 2px;
}

/*=WRAPPER
=== === === === === === === === === === */
#wrapper {margin:auto; width: 100%;}


/*=NAVIGATION
=== === === === === === === === === === */
.menu {padding-left: 245px; width:630px; height:32px; position:relative; z-index:100; text-align:center;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:630px; w\idth:629px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:90px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:90px;position:relative; color:#fff;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:90px; background:#1e2424; padding: 3px; font-weight:bold;}
.menu a:hover {color:981d1f;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#1e2424;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#1e2424;color:981d1f;}
.menu ul ul :hover > a.drop {background:#1e2424;color:981d1f;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#1e2424;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#1e2424;color:981d1f;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:90px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:21px;}

/* position the third level flyout menu */
.menu ul ul ul{left:90px; top:-1px; width:90px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-90px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#1e2424; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:80px;w\idth:78px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#1e2424;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#1e2424;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



#navigation {text-align: center;  color: #e4e8e9;
 font-size: 12px;
 font-weight: bold;
 font-family: "Times New Roman", Times, serif; margin-left: 245px;}
.suckertreemenu ul {margin: 0; padding: 0; list-style-type: none; width: 630px; text-align: center;}
/*Top level list items*/
.suckertreemenu ul li {width: 90px; position: relative; display: inline; float: left; background-color: #1e2424; text-align: center; /*overall menu background color*/}
/*Top level menu link items style*/
.suckertreemenu ul li a {display: block; width: 90px; /*Width of top level menu link items*/padding: 0px 0px; border-left-width: 0; text-decoration: none;  color: #e4e8e9;
 font-size: 12px;
 font-weight: bold;
 font-family: "Times New Roman", Times, serif; text-align: center;}
.suckertreemenu ul li a:hover {color: #981d1f; font-weight: bold; background-color: #1e2424;}
/*1st sub level menu*/
.suckertreemenu ul li ul {left: 0; position: absolute; top: 1em; /* no need to change, as true value set by script */display: block; visibility: hidden; text-align: center;}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {display: list-item; float: none; text-align: center;}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul {left: 159px; /* no need to change, as true value set by script */top: 0;}
/* Sub level menu links style */
.suckertreemenu ul li ul li a {display: block; width: 70px; /*width of sub menu levels*/color: #fff; text-decoration: none; padding: 3px 3px 3px 3px; background-color: transparent; text-align: center;}
.suckertreemenu ul li a:hover {color: #981d1f; font-weight: bold; text-align: center;}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {}
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {}
* html p#iepara {/*For a paragraph immediately follows suckertree menu, add 1em top spacing between the two in IE*/padding-top: 1em;}
/* Holly Hack for IE \*/
* html .suckertreemenu ul li {float: left; height: 1%;}
* html .suckertreemenu ul li a {height: 1%;}
/* End */
