* {
	outline: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
}
div#headerbar{
  height: 95px;
  margin: 15px 0;
}
h1#logo{
  background: url(../images/logo.gif) no-repeat center center;
  height: 95px;
  width: 385px;
  overflow: hidden;
  text-indent: -999em;
  float: left;
  margin: 0;
  border:none;
  }
  h1#logo a{
    display: block;
    height: 100%;
  }
div#topinfo{
  width: 300px;
  margin-top: 25px;
  text-align: right;
  float: right;
  font-size: 1.3em;
  color: #777;
  line-height: 140%;
  letter-spacing: -1px;
}
  div#topinfo strong{
    color: black;
    font-weight: normal;
    font-size: 1.2em;
  }

.sticky {
	 background-color:#FBFBAD;
         padding: 15px;
}

.quote-box {
	padding: 7px;
        background-color:#580100;
        color:#E8E8E8;
        font-size:1.1em;
}

div#topinfo a{
    font-size: 0.9em;
  }
div#navbar{
  height: 40px;
  background: url(../images/navbar.png) no-repeat;
  clear: both;
}
div#featurebar{
  height: 240px;
  background: url(../images/feature-home.jpg) no-repeat;
  _margin-top: -2px;
}

/* Features Graphics */
body#about-us div#featurebar{
  background: url(../images/feature-about-us.jpg) no-repeat;
}
body#portfolio div#featurebar{
  background: url(../images/feature-portfolio.jpg) no-repeat;
}
body#newsletter div#featurebar{
  background: url(../images/feature-newsletter.jpg) no-repeat;
}
body#services div#featurebar{
  background: url(../images/feature-services.jpg) no-repeat;
}
body#contact-us div#featurebar{
  background: url(../images/feature-contact-us.jpg) no-repeat;
}
  div#featurebar h2{
    color: white;
    font-size: 1.8em;
    line-height: 120%;
    width: 400px;
    font-weight: normal;
    float: right;
    text-align: right;
    margin: 115px 0px 0 0;
    padding:10px 30px 10px 10px;
    background-color:black;
    opacity:0.7;
    display:none;
    border:none; 
  }
  body#home-2 h2.quote1{ display:block; }
  body#about-us h2.quote2{ display:block; }
  body#portfolio h2.quote3{ display:block; }
  body#newsletter h2.quote4{ display:block; }
  body#services h2.quote5{ display:block; }
  body#contact-us h2.quote6{ display:block; }

  div#body-container{
    border-left: 1px solid #717171;
    border-right: 1px solid #717171;
    min-height: 300px;
    _height: 300px;
    padding: 10px 19px 10px 19px;
    width: 860px;
  }
  div#rounded-bottom{
    height: 6px;
    background: url(../images/rounded-bottom.gif) no-repeat;
  }
  div#footer{
    padding: 0 15px;
    margin-top: 15px;
    height: 35px;
  }
  div#footer h5{
    float: left;
    color: #670000;
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0;
  }
  div#footer h6{
    float: right;
    font-size: 1.0em;
    font-weight: normal;
    margin: 0;
  }
/*  Tools  */
  
div.squeezer{
  width:900px;
  margin: 0 auto;
}

/*  Navigation  */

ul.level-1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 3em;
	height: 40px;
}
	ul.level-1 li {
		float: left;
		height: 40px;
		border-right: 1px solid #973723; 
	}
		
		ul.level-1 li a {
			display: block;
                        _display: inline-block;
			padding: 10px 20px;
                        _width: 80px;
			height: 20px;                        
			text-decoration: none;
			color: white;
		}
		ul.level-1 li a:hover{
	          _background-color:#9B2100;
                }			
		ul.level-1 li:hover, ul.level-1 li.active {
			background: url(../images/tab-active.gif) top left repeat-x;		
			}
/* Multi Level Dropdown */
ul.level-1 ul{
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	background-color: black;
	opacity: 0.8; 
        line-height: 1; 
        z-index:5; 
}
  ul.level-1 ul li{
    width:100%;
    border: none;
    height: 35px;
  }
		ul.level-1 ul li a {
			padding: 5px 10px;
                        line-height: 25px; 
			height: 25px;
                        _width:120px; 
          	}
ul.level-1 li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

ul.level-1 li:hover ul, ul.level-1 li.sfhover ul {
	left: auto;
        _margin:38px 0 0 -120px;
        
}


 

/*  Edit Links */

div#admin{
  float: right;
  width:30px;
  margin-top: 5px;
  margin-left: 10px;
}
  div#admin a{
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  text-decoration: none;
  background-color: #efefef;
  overflow: hidden;
  text-indent: -999em;
  }
  div#admin a:hover{
    background-color: #990000;
  }
