/* GENERAL
_____________________________________________________________________________*/

.edit {
	float:right;
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
pre,
form,
fieldset,
th,
td,
img {
	margin:0;
	padding:0;
	border:0;
}

table {
	font-size:inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

cite,
code,
em,
strong,
th {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

th {
	text-align:left;
}

h1,
h2,
h3,
h4,
h5 {
	font-size:100%;
}

q:before,
q:after {
	content:'';
}

select,
input,
textarea {
	font-size:99%;
}

* {
	outline: none;
}

/* commented backslash hack \*/
html,
body {
	height:100%;
}

/* end hack */
html,
body {
	margin:0;
	padding:0
}

body {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #FFFFFF;
	background-color: #663300;
}

/* LINKS AND FONTS
_____________________________________________________________________________*/

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

a:hover {
	text-decoration: underline;
}

#header a {
	color: #FFFFFF;
}

a.more {
	display: block;
	padding-top: 15px;
	font-weight: bold;
}

ul.list {
	font-weight: bold;
}

h2 {
	color: #ADC89F;
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1em;
}

h2 a {
	color: #ADC89F;
}

h2 a:hover {
	color: #D09B66;
	text-decoration:none;
}

h3 {
	font-size: 17px;
	color: #D09B66;
}

h4 {
	margin-bottom: 3px;
}

h4.services {
	border-top: 1px dotted #FFFFFF;
	color: #ADC89F;
	margin-bottom: -15px;
	padding-top: 15px;
}

/* STRUCTURE
_____________________________________________________________________________*/

#container {
	min-height: 100%;
	height: auto;
	position: relative;
}

* html #container {
	height: 100%;
}

#header {
	background: #006666 url(/images/site/bg-top.gif);
	height: 102px;
	color: #FFFFFF;
}

#header-container {
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#content {
}

/* HEADER
_____________________________________________________________________________*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#slidetabsmenu {
	position: absolute;
	top: 67px;
	/* 	left: 929px;*/
	right: 0px;
	line-height:normal;
}

#slidetabsmenu ul {
	list-style-type: none;
}

#slidetabsmenu li {
	display:inline;
}

#slidetabsmenu a {
	float:left;
	background:url(/images/site/nav-button-l.gif) no-repeat left top;
	margin-left: 2px;
	padding:0 0 0 8px;
	text-decoration:none;
}

#slidetabsmenu a span {
	float:left;
	display:block;
	background:url(/images/site/nav-button.gif) no-repeat right top;
	padding: 13px 14px 6px 5px;
	font-weight:bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {
	float:none;
}

/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
	color: #FFFFFF;
}

#slidetabsmenu #current a {
	background-position:0 -35px;
}

#slidetabsmenu #current a span {
	background-position:100% -35px;
	color: #FFFFFF;
}

#slidetabsmenu a:hover {
	background-position:0% -35px;
}

#slidetabsmenu a:hover span {
	background-position:100% -35px;
}

#second-nav {
	float: right;
	font-size: 11px;
	padding: 6px 15px 0 0;
}

#email-call {
	float: right;
	background: url(/images/site/bg-topnav.gif);
	font-size: 13px;
	padding: 4px 0 6px 0px;
	font-weight: bold;
	width: 440px;
	text-align: center;
}

/* MIDDLE
_____________________________________________________________________________*/

#middle {
	background-color: #996633;
}

#middle-container {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #FFFFFF;
}

#slideshow {
	height: 336px;
	background: #996633;
}

#content {
	background: repeat-x url(/images/site/bg-bottom.gif);
	padding-top: 26px;
	padding-bottom: 116px;
}

#content-container {
	width: 944px;
	margin: 0px auto 25px auto;
	background: repeat-y url(/images/site/bg-content.gif) 310px 0px;
	line-height: 1.4em;
}

#content.internal #content-container {
	background: repeat-y url(/images/site/bg-content.gif) -86px 0px;
}

#home1,
#home2,
#home3 {
	width: 288px;
	float: left;
	padding-right: 19px;
	padding-left: 19px;
}

#home1 {
	padding-left: 0px;
}

#home3 {
	padding-right: 0px;
}

#home3 img {
	float: left;
	margin-right: 5px;
}

#content-left {
	width: 210px;
	float: left;
	margin-bottom: 50px;
}

#content-right {
	width: 675px;
	float: right;
	margin-bottom: 50px;
}

#content ul {
	margin-top: 15px;
	list-style: inside disc;
	color: #d09b66;
}

#content-left ul {
	margin: 0px 0 30px 0;
}

#content-left ul h3 {
	display: inline;
}

#content-left ul ul {
	color: #FFFFFF;
	font-size: 13px;
	margin: 0 0 15px 15px;
}

#content-left ul ul a {
	color: #FFFFFF;
}

/* GALLERY
_____________________________________________________________________________*/

.gallery-item {
	float: left;
	width: 144px;
	padding-right: 23px;
	margin-bottom: 25px;
}

.gallery-pic img {
	padding: 1px;
	border: 1px solid #FFFFFF;
	margin-bottom: 8px;
}

.gallery--item h4 {
	margin-bottom: 5px;
}

#gallery-caption {
	text-align: right;
	font-size: 10px;
	margin-right: 37px;
	clear: both;
}

#gallery-description {
	float: left;
	width: 475px;
}

#gallery-description h3 {
	font-size: 20px;
	margin-bottom: 5px;
}

#gallery-related {
	float: right;
	width: 143px;
	font-size: 11px;
	margin-top: 10px;
}

#gallery-related ul {
	margin-top: 0px;
}

#prev-next {
	clear: both;
	border-top: 1px solid #7B4814;
	border-bottom: 1px solid #7B4814;
	padding: 4px 0 4px 0;
	margin: 20px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
}

#prev-next a {
	color: #ADC89F;
}

a#next {
	float: right;
}

.might {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
}

.gallery-by h3 {
	margin-bottom: 15px;
}

/* CONTACT FORMS 
_____________________________________________________________________________*/

label {
	float: left;
	width: 150px;
	clear: left;
	padding-right: 10px;
	text-align: right;
}

input, select, textarea {
	float: left;
	clear: right;
	margin-bottom: 10px;
}

textarea {
	width: 400px;
	height: 200px;
}

input.text {
	width: 300px;
}

form div {
	margin-top: 15px;
}

/* NEWS
_____________________________________________________________________________*/

.news-item {
	margin-bottom: 15px;
}

img.news-image {
	float: left;
	padding: 1px;
	margin-right: 10px;
}

img.news-main-item {
	float: left;
	padding: 1px;
	margin-right: 10px;
}


/* FOOTER
_____________________________________________________________________________*/

#footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-size: 10px;
	padding: 10px 0 30px 0;
	background-color: #006666;
}

#footer a {
	color: #FFFFFF;
	text-transform: uppercase;
}
