body {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #FFFFE0;
}

h1, h2, h3, h4 {
	color: #99997A;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	margin: 20px 0 10px;
}

h1 {
	font-size: 2.5em;
}

p {
	margin: 10px 0;
	padding: 0;
}

hr {
	color: #99997A;
	background-color: #99997A;
	height: 1px;
}

blockquote {
	font-style: italic;	
}

#header-wrap {
	position: ;
	top: 0;
	left: 0;
	width: 940px;
	margin: 0 auto;
}

#header-container {
	height: 215px;
	background: #99997A;
	width: 940px;
	margin: 0 auto;
}

#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
	top: 40px;
}

#header h1 {
	color: #FFFFE0;
	text-align: right;
	width: 500px;
	margin: 0;
	position: absolute;
	left: 100px;
	top: 50px;
	line-height:20px;
}

#header h1 em{
	color: #FFFFE0;
	font-size: small;
	display: block;
}

/* #header ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	position: absolute;
	top: 125px;
	left: 200px;
	border: 1px dashed #FFFFE0;
	border-radius: 25px;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color: #FFFFE0;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #99997A;
	background: #FFFFE0;
} */

#container {
	width: 940px;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: ;
	padding: 5px 0 40px;
}

#content {
	float: left;
	width: 625px;
}

#sidebar {
	float: right;
	width: 275px;
	margin-top: 20px;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
}

#footer-container {
	height: 40px;
	background: #99997A;
	width: 940px;
	margin: 0 auto;
}

#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 1px 10px;
}

.helpful {
	background: #99997A;
	box-shadow: 5px 5px 3px  #000000;
}

img {
	border-color: #123456;
}

.pics {
	margin: 0 auto;
}

img.pic {
	box-shadow: 5px 5px 3px  #000000;
}

.staff {
	margin-bottom: 200px;
	padding-top: 50px;
	width: 625px;
}

.staff img {
	float: right;
	box-shadow: 5px 5px 3px  #000000;
}

.employees {
	border-left:2px #99997A solid;
	padding-left:10px;
}

.employees img {
	margin: 10px;
	margin-bottom:50px;
}

ul li {
	list-style-type: none;
}

ul  lh {
	color: #99997A;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	margin: 20px 0 10px;
	font-size: 115%;
}

.locations li {
	margin-top: 5px;
}

a:link {
	color: #666652;
}

a:visited {
	color: red;
}

a:active {
	color: white;
}

a:hover {
	color: black;
}

.doc {
	text-align: center;
}

label{
    display: inline-block;
    float: left;
    clear: left;
    width: 200px;
    text-align: right;
}

input {
  display: inline-block;
  float: left;
}

input, textarea, select {
	box-shadow: 5px 5px 3px  #000000;
}

#submit, #field7 {
	background: #ababab;
	font-size: 1.25em;
	font-weight: bold;
	padding: 3px 10px;
	border: 3px outset #000000;
	border-radius: 25px;
}

#submit {
	float:left;
	margin-left:25%
}

#field7 {
	float:right;
	margin-right:25%
}

#button  {
	font-size: 2em;
	background: #99997A;
	margin: 0 auto;
	padding: 1px 10px;
	width: 225px;
	border:5px outset #99997A;
	border-radius: 25px;
}

#button:hover {
	border:5px inset #99997A;
	border-radius: 25px;
}

#button a:link {
	color: #FFFFE0;
}

/* Menu Test */

.clearfix:after {
    display:block;
    clear:both;
}
 
/*----- Menu Outline -----*/
.menu-wrap {
    width: 940px;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
    background:#99997A;
	position: fixed;
	top: 0;
	margin: 0;
	z-index:99;
}
 
.menu {
    width:940px;
    margin:0 auto;
}
 
.menu li {
    margin:0px;
    list-style:none;
}
 
.menu a {
    transition:all linear 0.15s;
    color:#FFFFE0;
}
 
.menu li:hover > a, .menu .current-item > a {
    text-decoration:none;
    color:#99997A;
}
 
.menu .arrow {
    font-size:11px;
    line-height:0%;
}
 
/*----- Top Level -----*/
.menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;
    font-size:19px;
}
 
.menu > ul > li > a {
    padding:0 40px 10px 40px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
 
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    color:#99997A;
	background:#99997A;
}
 
/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
 
.sub-menu {
    width:160%;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#99997A;
	display: hidden;
    z-index:-99;
}
 
.sub-menu li {
    display:block;
    font-size:16px;
    z-index:-99;
}
 
.sub-menu li a {
    padding:10px 30px;
    display:block;
	z-index:-99;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#FFFFE0;
}

iframe {
	width: 600px;
	height: 450px;
}