body { background-color:#FF743B;}

h1{
    margin-left:75px;
    float:left;
}

h1 a{
    text-indent:-9999px;
    display:block;
    height:190px;
    width:492px;
}

h2 {
    font-size:35px;
    color:#F37A45;
    font-weight:bold;
}

h3 {
    font-size:27px;
    color:#613018;
    font-weight:bold;
	padding: 10px 0;
}

h4 {
    font-size:17px;
    color:#974B26;
    font-weight:bold;
}

h5 {
    font-size:16px;
    color:#FFF;
    font-weight:bold;
}

h6 {
    font-size:14px;
    color:#FFF;
}

p {
    color:#4C2F1B;
    font-family:Arial, Helvetica,sans-serif;
	padding: 12px 0;
	font-size: 14px;
}

ul {
	font-size: 14px;
}

a {
    color:#F7DEB2;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a strong, strong a {
	color: #4C2F1B;
}

a:hover strong, strong a:hover {
	text-decoration: none;
}

.alignright {
	float: right;
}

a.post-edit-link {
	display: block;
	float: left;
	clear: both;
}

.clear {
	clear: both;
}

/* Header */
#header-container-wrapper{
    background:url(../_img/header-bg.jpg) repeat-x;
    height:275px;
    overflow: hidden;
}

#header-container {
    background: url(../_img/header-main.jpg) top center no-repeat;
    height:275px;
    min-width:1000px;
}

#header {
    margin:0 auto;
    width:1000px;
}

#contact-us{
    float:right;
    margin-top:20px;
}
#contact-us a{
    text-indent:-9999px;
    background: url(../_img/contact-us.png) top left no-repeat;
    height:56px;
    width:202px;
    display:block;
	margin-right:105px;
}

#header-nav {
    clear:both;
    margin-left:78px;
    padding-top:37px;
}

#header-nav ul {
	height: 35px;
}

#header-nav ul li {
    float:left;
    font-size:27px;
	border-left: 1px solid #FFF;
	padding: 4px 2px 0 21px;
}

#header-nav ul li.first {
	border-left: none;
	padding-left: 0;
}

#header-nav ul li a{
    color:#FFF;
    padding:2px;
}

#header-nav ul li a:hover {
    text-decoration:none;
}


#header-nav ul li.current_page_item a {
    border:1px solid #FFF;
}

/* Content Area */
#main-container-wrapper{
    background:url(../_img/main-side-bg.jpg) top repeat-x #FF743B;
    overflow:hidden;
}

#main-container {
    margin:0 auto;
    background:url(../_img/main-bg.jpg) top center no-repeat;
    min-width:1000px;
}

#main {
    width:600px;
    margin:0 auto;
    min-height:600px;
    position:relative;
    left:-116px;
	font-family: Arial, Helvetica, sans-serif;
}

#page-name {
    padding:15px 0 40px 0;
    height:47px;
    width:361px;
    text-align:center;
}

.entry {
	line-height: 151%;
	width: 495px;
}

.entry h2 {
	background: url(../_img/entry_h2.png) left center no-repeat;
	width: 398px;
	height: 37px;
	padding: 7px 0 0 23px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.entry ul {
	padding: 10px 0 10px 22px;
	color: #FFF;
	font-weight: bold;
}

.entry ul li {
	background: url(../_img/bullet.png) left 5px no-repeat;
	padding-left: 20px;
}

ul.directory {
	width: 33%;
	float: left;
	padding-left: 0;
}

ul.directory a {
	color: #FFF;
}

li.contact {
	font-size: 16px;
}

li.contact a {
	color: #613018;
	text-decoration: underline;
}

/* Form */

input.text {
	background: url(../_img/input_text.gif) left top no-repeat;
	width: 387px;
	height: 25px;
	border: none;
	padding: 6px;
	font-size: 16px;
}

textarea {
	background: url(../_img/textarea.gif) left top no-repeat;
	height: 116px;
	width: 387px;
	border: none;
	padding: 6px;
	font-size: 16px;
	resize: none;
	font-family: Arial,Helvetica,sans-serif
}

span.wpcf7-list-item {
	display: block;
	width: 400px;
}

span.radio {
	display: block;
	margin-top: -24px;
}

.radio span.wpcf7-list-item {
	margin-left: 3em;
}

input.alignright {
	margin-right: 90px;
	padding-left: 265px;
}

/* Footer */
#footer-wrapper {
    width:100%;
    bottom:0;
}

#pre-footer-wrapper {
    margin:0 auto;
    width:1000px;
}

#pre-footer {
    text-align: right;
}

#pre-footer p {
    clear:both;
    font-family:Arial, Arial, Helvetica, sans-serif;
    color:#333333;
    font-size:11px;
    padding: 0 0 10px 0;
}

#pre-footer #tands {
	float:right;
	padding-bottom: 2px;
}

#pre-footer #tands a {
    background:url(../_img/tands-orange.png)top left no-repeat;
	color: #333;
	display: block;
	padding: 2px 0 5px 22px;
}

#footer {
    clear:both;
    height:49px;
    background:#4F4F51 url(../_img/footer-bg.png) bottom center no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}

#footer ul {
	margin: 0 auto;
	width: 650px;
}

#footer li {
	float: left;
	border-left: 1px solid #FFF;
	padding: 5px 13px;
	margin-top: 13px;
}

#footer li.first {
	border-left: none;
}

#footer a {
	color: #FFF;
}

.gallery-item img {
	border: 4px solid #6A341B;
}