@charset "utf-8";
/* Layout */
#header {
  background-image: url(../images/bg-header.png);
  background-repeat: no-repeat;
  height: 391px;
}
  #header h1 {
    color: #503A14;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding-top: 10px;
  }
  #header h2 {
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 21px;
    font-weight: normal;
    margin-top: 18px;
  }
  #header p {
    color: #FFFFFF;
    font-size: 12px;
  }
  #header ul {
    list-style: none;
    margin: 0;
		width:800px;
    padding: 37px 0 0;
    text-align: center;
		margin-left:50px;
		border:
  }
    #header ul li {
      display: inline;
    }
      #header ul li a:link, #header ul li a:visited {
        color: #4F3912;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
      }
      #header ul li a:hover {
        color: #715B34;
      }
      #header ul li img {
      	margin: 0;
        padding: 0 18px;
        vertical-align: middle;
      }
	  #header .navButton {
        color: #4F3912;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
	  }
      
  #header #contact {
  	float:left;
  	width:600px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #5D180B;
    padding: 20px 0 12px;
	margin-left:190px;
    text-align: center;
  }
  #header #blogButton{
  	position:absolute;
	top:110px;
	padding-left:30px;
  }
  
  #header #testimonial {
    float: left;
    padding-left: 30px;
    width: 300px;
  }
  #header #testimonial table {
  	font-size:12px;
  }
    #header #testimonial a:link, #header #testimonial a:visited {
      color: #503A14;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
    }
    #header #testimonial a:hover {
      color: #725C36;
    }
    #header #testimonial h2 {
    	margin-bottom: 7px;
      margin-top:	24px;
    }
    #header #testimonial input[type="text"] {
    	background-image: url(../images/crease.png);
      background-position: top;
      background-repeat: repeat-x;
      border: 1px solid #555555;
      padding: 3px;
      width: 175px;
    }
    #header #testimonial input[type="submit"] {
      background-image: url(../images/btn-quick.png);
      background-position: top;
      background-repeat: no-repeat;
      border: none;
      margin-top: 8px;
      height: 22px;
      width: 61px;
    }
    #header #testimonial input[type="submit"]:focus,
    #header #testimonial input[type="submit"]:hover,
    #header #testimonial input[type="submit"]:active {
      background-position: bottom;
    }
    #header #testimonial textarea {
    	background-image: url(../images/crease.png);
      background-position: top;
      background-repeat: repeat-x;
      border: 1px solid #555555;
      overflow: hidden;
      padding: 3px;
      width: 244px;
    }
    #header #testimonial .input {
    	background-image: url(../images/crease.png);
      background-position: top;
      background-repeat: repeat-x;
      padding: 0 5px;
    }
  #header #welcome {
    float: right;
    padding-right: 150px;
    width: 400px;
  }
    #header #welcome h2 {
/*    	margin-bottom: 0; */
/*      padding-bottom: 0; */
    	padding-top: 150px;
    	font-size: 28px;
    }
#spacer {
	padding-top:30px;
}

#content {
  background-image: url(../images/bg-content.png);
  background-repeat: repeat-y;
  color: #442F0A;
  font-size: 13px;
  margin: 0;
  padding-top: 0;
}
#content-bottom {
  font-size: 13px;
  margin: 0;
  padding-top: 0;
}
  #content-bottom a:link, #content-bottom a:visited {
    color: #503A14;
    text-decoration: none;
	font-weight:bold;
  }
  #content-bottom a:hover {
    color: #725C36;
	font-weight:bold;
  }

  #content h2 {
  	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
  }
  #content a:link, #content a:visited {
    color: #503A14;
    text-decoration: none;
  }
  #content a:hover {
    color: #725C36;
  }
  #content #inner {
    background-image: url(../images/bg-interior.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 1px 45px;
  }
  
#leftCol {
	float: left;
  width: 250px;
}
#rightCol {
	float: right;
  width: 450px;
  -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
  background-color: #D6CFBE;
  border: thin solid #503A14;
  margin: 10px 10px 20px 10px;
  padding: 10px;

}

#footer {
  background-image: url(../images/bg-footer.png);
  background-repeat: no-repeat;
  height: 33px;
}
	#footer h2{
		font-size:11px;
		display:inline;
	}
  #footer p {
    font-size: 9px;
    margin: 0;
    padding: 45px 0 15px;
    text-align: center;
  }
  #footer p a {
    color: #503A14;
    text-decoration: none;
  }

.alignRight {
	text-align: right;
}

.clear {
  clear: both;
}

.error, #header p.error {
	color: #FF0000;
}

.staff-back
{
	background-image:url("/images/bios/pic_back.jpg");
	background-repeat:no-repeat;
	width:153px;
	height:156px;
	margin-left:-10px;
}
.pad-pic
{
	margin-top:9px;
	padding-left:10px;
}
.pad-text
{
	padding-left:30px;
}

/* HTML Tags */
body {
  background-color: #E7D8B0;
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}

img {
	border: none;
  margin: 10px;
}
#socialIcons{
	float:right;
    width:116px;
    margin:0 20px 0 0;
    height:50px;
}
/* Signature */
#viewtiful {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  width: 920px;
}