* {
    margin:0;
    padding:0;
}
body {
  background: transparent url(background.gif) repeat-x center top;
  background-color:#333333;
  font-family:"lucida grande", arial, sans-serif;
  font-size:12px;
  color:#464e54;
  margin:0;
  padding:0;
}
p {
  line-height:1.5;;
}
h1, h2, h3{
  line-height:1.5;;
}
#wrapper {
  width:960px;
  margin:0pt auto;
}
#top-buffer {
  height:59px;
}
#header {
  float:left;
  position:relative;
  width:960px;
  height:233px;
}
.weebly_header {
  float:left;
  background: transparent url(default_header.jpg) no-repeat center top;
  width:656px;
  height:233px;
}
#sitename-area {
  background: transparent url(sitename_background.gif) no-repeat center top;
  width:304px;
  height:233px;
  float:right;
}
#sitename {
  font-size:2em;
  padding:55px 20px 0 20px;
  text-align:center;
  width:264px;
}
#sitename, #sitename a {
  color:#924a2e;
  text-decoration: none;
  font-weight:bold;
}
#content-wrapper {
  background: transparent url(content_background.gif) repeat-y center top;
  float:left;
  width:960px;
}
#navigation {
  float:left;
  width:246px;
  height:100%;
  margin-top:40px;
  font-family:"lucida grande", arial, sans-serif;
  font-size:1em;
}

#navigation ul {
  float:left;
  position:relative;
  margin:5px 0 10px 15px;
  padding: 0;
  list-style:none;   
}
#navigation li {
  display:block;
  font-size:1em;
  padding:11px 0 0 10px;
  margin:0;
  width:200px;
  height:27px;
  border-bottom:1px solid #d7d5c4;
  text-align:left;
}
#navigation a:link {
  float:left;
  display:block;
  padding:11px 0 0 10px;
  margin:-11px 0 0 -10px;
  width:200px;
  height:27px;
  color:#565040;
  font-weight:normal;
  text-decoration:none;
}
#navigation a:hover {
  background-color:#b5b299;
  display:block;
  padding:11px 0 0 10px;
  margin:-11px 0 0 -10px;
  width:200px;
  height:27px;
  color:#924a2e;
  font-weight:normal;
  text-decoration:none;
}
#navigation a:visited {
  color:#565040;
  font-weight:normal;
  text-decoration:none;
}
#active a:link {
  color:#924a2e;
  font-weight:normal;
  text-decoration:none;
}
#active a:hover {
  color:#924a2e;
  font-weight:normal;
  text-decoration:none;
}
#active a:visited{
  color:#924a2e;
  font-weight:normal;
  text-decoration:none;
}
a:link, a:hover, a:visited {
  color:#924a2e;
  font-weight:normal;
  text-decoration:underline;
}
#content {
  float:right;
  width:674px;
  min-height:400px;
  height:auto !important;
  height:400px;
  background-color:#f8f7f1;
  padding:30px 20px 30px 20px;
}
img.image-left {
  margin-right:15px;
  float:left;
}
img.image-right {
  margin-left:15px;
  float:right;
}
#footer {
  float:left;
  width:960px;  
  margin:20px 0 30px 0;
}
#footer-contents {
  float:left;
  color:#ebe9dc;
  font-family:"lucida grande", "lucida sans", arial, sans-serif;
  padding:12px 0 0 20px;
  width:940px;
  height:28px;
}
input {
  background-color:#fff;
  border:1px solid #999;
  font-size:12px;
}
textarea {
  background-color:#fff;
  border:1px solid #999;
  font-size:12px;
}

/****************************** flyout menus ******************************/

#weebly-menus .weebly-menu-wrap {
  z-index: 5000;
}

#weebly-menus .weebly-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

#weebly-menus .weebly-menu li {
  float: left;
  clear: left;
  width: 170px;
  text-align: left;
}

#weebly-menus .weebly-menu li a {
  position: relative;
  display: block;
  width: 100%;
  height:25px;
  background: #b5b299;
  border-right: 1px solid #d7d5c4;
  border-left: 1px solid #d7d5c4;
  border-bottom: 1px solid #d7d5c4;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  line-height:1;
  padding:8px 0 5px 2px;
  color: #565040;
}

#weebly-menus .weebly-menu li a:hover {
  background: #c4c1ab;
}

#weebly-menus span.weebly-menu-title {
  display: block;
  padding: 5px 10px;
}

#weebly-menus span.weebly-menu-more {
  background: transparent url(http://images.weebly.com/weebly/images/submenu_arrow.gif) no-repeat center top;
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  font-family: Courier;
  height: 28px;
  line-height: 29px;
  padding:3px 0 3px 0;
}

