﻿/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 0; margin-left: 0; list-style: none; }
ul { padding-left: 0; margin-left: 0; list-style: none; }
q:before, q:after { content:''; }
/* end reset browser styles */

html, body {
	height: 100%;
}

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;

}

body a {
	text-decoration: underline;
	outline: none;
	/*color: #8a4803;
	color: #a1692f;*/
	color: #a17e5a;
}


.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}



h1 {
	color: #8a4803;
	font-size: 19px;
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	text-transform: uppercase;
}

h2 {
	color: #57533f;
	font-size: 18px;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	line-height: 130%;
}

h3 {
	color: #8a4803;
	font-size: 15px;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	line-height: 100%;
}

.strong-text {
	color: #44402f;
	font-size: 14px;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	line-height: 130%;
}

}

a.btn:hover {
	color: #7e8a8b;
}


.bottom-margin {
	margin-bottom: 20px;
}

.bottom-border {
	border-bottom: #d8d3c2 1px dotted;
}

.bottom-padding {
	padding-bottom: 16px;
}

.wide-column {
	width: 526px;
}

.narrow-column {
	width: 384px;
}

}

/*  --------------- SITE --------------- */

}

#site-container-wrap {
	z-index: 100;
	min-height: 100%;
	width: 100%;
	
}

.site-container {
	width: 970px;
	margin: 0 auto;
}

.site-content {
	padding: 20px;
}

.site-content p {
	margin-top: 10px;
	font-size: 14px;
}

/*  --------------- HEADER --------------- */

#header {
	position: relative;
	background: url(../images/layout/lines_tile.png) repeat top center;
}

#logo-container {
	width: 876px;
	height: 136px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#logo {
	padding-top: 10px;
}

.dropshadow {
	-moz-box-shadow: 0px 0px 8px #4b3e1c;
	-webkit-box-shadow: 0px 0px 8px #4b3e1c;
	box-shadow: 0px 0px 8px #4b3e1c;
}

#announcement {
	position: absolute;
	top: 100px;
	right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	color: #7e8a8b;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

#announcement:hover {
	text-decoration: underline;	
}

#banner {
	position: absolute;
	top: 100px;
	right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	color: #7e8a8b;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

#nav-container {
	width: 970px;
	height: 38px;
	margin: 0 auto 0 auto;
}

}

#nav-buttons {
	overflow: hidden;
}
#nav-buttons li {
	float: left;
}

#nav-buttons  li a {
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	padding: 4px 21px 3px 21px;
	outline: none;
	color: #58471c;
	display: block;
	border-right: #b2bcc6 1px solid;
	text-transform: uppercase;
	
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-0-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

#nav-buttons li a:hover, #nav-buttons .active {
	color: #7e8a8b;
}

/*  --------------- SUB NAVIGATION --------------- */

#subnav {
	border-top: #d8d3c2 1px dotted;
	border-bottom: #d8d3c2 1px dotted;
	display: block;
	padding: 4px 0;
	float: left;
	margin-bottom: 20px;
}

#subnav li {
	/*display: inline;*/
	float: left;
}

#subnav li a {
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	font-size: 15px;
	color: #69572b;
	text-decoration: none;
	margin-right: 16px;
	
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-0-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

#subnav li a:hover, #subnav .active {
	color: #7e8a8b;
}

#phone-number {
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	/*font-style: italic;*/
	font-size: 14px;
	color: #69572b;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	float: right;
	margin-top: 6px;
}

/*  --------------- HOME --------------- */

#home-iframe {
	height: 428px;
	
	position: relative;
	overflow: hidden;
}

#home-frame {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 600;
}

#home-rotation li {
	float: left;
	position: absolute;
	top: 10px;
	left: 10px;
	list-style: none;
	display: none;
	opacity: 0;
	zoom: 1;
}

#home-rotation li.show {
	z-index: 500;
}


#tag-container {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 600;
}

#tag {
	background: url(../images/home/bg_tag.png) repeat;
	width: 500px;
	position: absolute;
	top: 128px;
	left: -471px;
	
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0; 
	border-radius: 0 6px 6px 0;
	
}

#tag-content {
	padding: 16px 30px 16px 18px;
}

#tag h1 {
	color: #8a4803;
	font-size: 23px;
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, "Times New Roman", Times, serif;
	line-height: 110%;
	text-transform: none;
}

#tag h2 {
	color: #51411a;
	font-size: 12px;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#tag p, #tag a {
	padding-top: 2px;
	color: #6d6a59;
	font-size: 13px;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	line-height: 120%;
}

#tag a {
	text-decoration: none;
}

#tag a:hover {
	text-decoration: underline;
}

#tag-btn {
	width: 22px;
	position: absolute;
	top: 44px;
	right: 4px;
	cursor: pointer;
}

.announce {
	margin-top: 6px;
	color: #9e5202;
	font-style: italic;
}


#home-teasers a, #home-teasers a h2, #home-teasers a p {
	text-decoration: none;
	outline: none;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#home-teasers a:hover h2, #home-teasers a:hover p {
	color: #7e8a8b;
}

.home-teaser {
	width: 220px;
	float: left;
	text-align: center;
	border-right: #b2bcc6 1px solid;
}

.home-teaser h2 {
	color: #58471c;
	font-size: 17px;
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
	margin: 10px 0 4px 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.home-teaser p {
	color: #6d6a59;
	font-size: 11px;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	line-height: 120%;
	text-transform: uppercase;
}

#home-copy {
	margin: 0 auto;
	width: 630px;
	text-align: center;
	background: url(../images/home/divider.png) no-repeat top center;
}

#home-copy p {
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 120%;
	padding: 20px 10px 0px 10px;
}

/*  --------------- REGULAR IMAGE ROTATIONS THROUGHOUT --------------- */

#image-rotation {
	border: #dfdbce 1px solid;
	position: relative;
	width: 382px;
	height: 288px;
	/*margin: 12px 0 6px 18px;*/
}

#image-rotation li {
	float: left;
	position: absolute;
	top: 2px;
	left: 2px;
	list-style: none;
	display: none;
	opacity: 0;
	zoom: 1;
}

#image-rotation li.show {
	z-index: 500;
}

.image-frame {
	border: #dfdbce 1px solid;
	padding: 2px;
}

.image-frame img {
	/*margin: 2px;*/
	outline: none;
	border: none;
	display: block;
}





/*  --------------- FOOTER --------------- */

#footer {

	padding: 20px;
	margin-top: 20px;
	text-align: center;
}

#footer span, #footer a {
	font-size: 13px;
	line-height: 120%;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	/*color: #58471c;*/
	color: #6d6a59;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

