/* Main */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
} 
strong {
  font-weight: bold;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-align: center;
  line-height: 1.3em;
  color: #7a6238;
  background: #8a7c68;
}
a {
  color: #5c4c39;
  cursor: pointer;
}
a:hover {
  color: #848484;
}

/* Common */
#header, #nav, #content, #bottomcontent, #footer {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

/* Logo and Nav */
#navwrapper {
  height: 125px;
  background: #282b33;
}
#nav {
  height: 125px;
}
#nav img { 
  position: absolute;
  bottom: 24px;
  left: 0px;
}
#navmenu {
  width: 561px;
  position: absolute;
  bottom: 32px;
  right: 0;
  height: 40px;
}
#navmenu ul {
  list-style-type: none;
  height: 40px;
  margin: 0;
  padding: 0;
}
#navmenu ul li {
  height: 40px;
  float: left;
  margin: 0;
  padding: 0;
  width: 112px;
  text-align: center;
}
#navmenu li a {
  float: left;
  display: block;
  width: 112px;
  line-height: 1.3em;
  margin: 0;
  text-decoration: none;
  border: none;
  height: 40px;
  color: #ffffff; 
  position: relative;
  text-transform: lowercase;
  font-size: 14px;
  padding-top: 10px;
}
#navmenu li.current a {
  color: #332c28;
  font-weight: bold;
}
#navmenu li:hover a {
  color: #332c28;
}
#navmenu li.current {
  background: #d5c9a3;
}
#navmenu li:hover {
  background: #d5c9a3;
}
/* End Navigation */

/* Content */
h2, h3 {
  color: #fff9e6; 
  font-size: 22px; 
  line-height: 25px; 
  font-weight: normal; 
  margin-bottom: 3px;
}
#contentwrapper {
  border-top: 6px solid #d5c9a3; 
  background: #fff9e6 url(../images/content-bg.gif) repeat-x;
  border-bottom: 6px solid #DBCAA3;
}
#content {
  overflow: hidden;
}
#contentfull {
  width: 960px;
  padding-top: 15px;
}
#contentfull p {
  padding-top: 0.7em; 
  text-align: left; 
  color: #7a6238;
}
#contentleft {
  width: 363px; 
  float: left; 
  padding-top: 35px;
}
#contentleft h1 {
  font-size: 21px; 
  text-align: left; 
  font-weight: normal; 
  color: #7a6238; 
  line-height: 26px;
}
#contentleft p {
  padding-top: 0.7em; 
  text-align: left; 
  color: #7a6238;
}

#contentleft a {
  color: #4a3a1e; 
  padding: 2px 1px;
}
#contentleft a:hover {
  background: #f2e5cd; 
  color: #000; 
  padding: 2px 1px;
}
#contentright {
  height: 100%; 
  float: right; 
  right: 0; 
  top: 0; 
  width: 562px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#contentright p {
  padding-top: 50px;
  padding-left: 80px;
  text-align: center; 
  color: #7a6238;
}
#slideshow {
  position: relative; 
  width: 521px; 
  height: 332px; 
  margin: 0 auto; 
  padding: 0;
}
#slideshow img {
  position: absolute; 
  width: 521px; 
  height: 332px; 
  top: 0; 
  left: 0;
}
#slideshow a {
  position: absolute; 
  width: 521px; 
  height: 332px; 
  top:0; 
  left: 0;
}

/* Bottom Content */
#bottomcontentwrapper {
  background: #8a7c68 url(../images/lower-border.gif) repeat-x;
}
#bottomcontent {
  position: relative; 
  overflow: hidden; 
  font-size: 14px;
  border: 0px solid red;
}
#bottomcontent ul {
  list-style-type: none;
}
#bottomcontent h2, #bottomcontent h3 {
  margin-top: 10px; 
  line-height: 35px;
}
#bottomleft {
  width: 310px; 
  float: left; 
  text-align: left; 
  padding: 25px 0; 
  padding-bottom: 10px;
  border: 0px solid blue;
}
#bottommiddle {
  width: 310px; 
  float: left; 
  text-align: left; 
  padding: 25px 0; 
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative; 
  border: 0px solid orange;
}
#bottomright {
  position: relative; 
  float: right;
  width: 310px; 
  padding-top: 19px; 
  padding-bottom: 10px;
  border: 0px solid green;
}
.bottomstyle {
  text-align: left; 
  padding-left: 22px; 
  padding-right: 24px; 
  background: url(../images/divider.gif) top right no-repeat;
}
.bottomstyle img {
  float: left; 
  margin-right: 10px; 
  margin-bottom: 70px; 
  margin-top: 5px;
}
.bottomstyle a.image, .bottomstyle a.image:hover {
  padding: 0; 
  margin: 0;
}
.bottomstyle a {
  color: #eefbfc; 
  padding: 2px 1px;
}
.bottomstyle a:hover {
  background: #eefbfc; 
  color: #333; 
  padding: 2px 1px;
}
#bottomright p,#bottommiddle p {
  padding-top: 3px;
}
#bottomleft a,#bottommiddle a {
  color: #eefbfc; 
  padding: 2px 1px;
}
#bottomleft a:hover, #lower-middle a:hover { 
  background: #eefbfc; 
  color: #333; 
  padding: 2px 1px;
}
#bottomleft li,#bottommiddle li {
  color: #fff9e6;
  margin-bottom: 10px;
  padding-left: 25px; 
  background: url(../images/dot.gif) 0px 50% no-repeat;
}

/* Content Form */
#content form {
	padding: 5px;
}
#content label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#content input {
	padding:2px;
	border: 1px solid #6c5b3c;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	background: #fff9e6;
}
#content textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #6c5b3c;
	height:100px;
	display:block;
	color:#777;
	background: #fff9e6;
}
#content input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #6c5b3c;
	padding: 2px 3px; 
	background: #FFF;
}

/* Bottom Form */
#bottomcontent input, textarea { 
  padding: 1px;
  border: 1px solid #6c5b3c;
  font-size: 12px;
  color: #6c5b3c;
  background: #fff9e6;
  width: 140px;
  margin: 4px 0;
}
#bottomcontent form label {
  display: block;
  float: left;
  width: 120px;
  padding: 0; 
  margin: 7px 0 0 0;
  text-align: left;
  color: #ffffff;
}
#bottomcontent input.submit {
  text-align: center;
  float: left;
  font-family: georgia;
  font-size: 14px;
  margin-left: 25px;
  margin-bottom: 20px;
  padding: 12px 6px;
  width: 100px;
  border: 1px solid #f5e9cc;
}
#bottomcontent input.submit:hover {
  background: #fff;
}

/* Footer */
#footerwrapper {
  clear: both;
  postion: relative;
  margin-top: 10px;
  padding-top: 10px;
  top: 10px;
}
#footer {
  color: #fff9e6; 
  line-height: 6em; 
  text-align: center; 
  text-transform: lowercase; 
  font-size: 10px;
}
#footer p {
  font-size: 10px;
}
#footer a {
  color: #fff9e6; 
  text-decoration: none;
}

/* Portfolio Classes */
.pfwrapper {
  margin: 0;
  text-align: left;
  left: 0px;
}
.pftype {
  position: relative;
  background: #d5c9a3;
  width: 240px;
  line-height: 30px;
  color: #8a7c68;
  font-size: 15px;
  font-weight: bold;
  padding-top: 2px;
  margin: 0;
  text-align: center;
}
.pfitem {
  position: relative;
  background: #f5e9cc;
  padding: 12px; 
  overflow: hidden; 
  margin-bottom: 35px; 
  margin-top: 0px; 
  width: 960px; 
  border-top: 4px solid #d5c9a3;
  font-size: 12px;
}
.pfitem img { 
  float: right; 
  border: 1px solid #d5c9a3; 
  padding-left: 0; 
  margin-left: 0; 
  width: 700px; 
  height: 300px; 
  margin-right: 28px;
}
.pfleft {
  position: relative; 
  float: left; 
  width: 200px; 
  text-align: left; 
  height: 300px; 
  line-height: 1.2em;
}
.pflower h3 {
  font-size: 13px; 
  color: #7a6238; 
  font-weight: bold; 
  padding-bottom: 0; 
  margin-bottom: 0; 
  line-height: 1.6em;
}
.pflower {
  position: absolute; 
  bottom: 12px; 
  left: 12px; 
  width: 200px; 
  text-align: left; 
  line-height: 1.2em;
  height: 20px; 
  border-top: 1px solid #d5c9a3;
  padding: 8px;
  text-decoration: none;
}
.pflower a {
  font-size: 14px;
  padding-top: 5px;
}
.pfitem h2 {
  color: #8a7c68;
}

/* Misc Classes, etc */
body { -moz-opacity: 0.9999; }
.bottomstyle2 {
  width: 250px; 
  float: left;
}
.clear {
  clear: both;
}
p.last {
  padding-bottom: 1.5em;
}
.imgleft {
  float: left; 
  margin-right: 20px; 
  margin-bottom: 20px; 
  margin-top: 10px;
}

.imgborder {
  padding: 3px;
  background-color: #FFFFFF;
  border: 1px solid  #848484;
}

/* hacks */
a {
  outline: none;
}
