/* Overall */
html, body {
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	background: url(../images/Layout_Header.jpg) #FFF5EB no-repeat top center;
}

input, select, textarea {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #DC861B;
	text-decoration: underline;
}
a:hover {
	color: #754413;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

p {
	margin: 0 0 1em 0;
	line-height: 24px;
}

ul {
	margin: 0;
	padding-left: 3em;
}
ul li {
	margin-bottom: 4px;
}

* :focus {
	outline: 0;
}


/* Backgrounds */
.Background1 {
	background-color: #F8DFC2;
	padding-left: 5px;
	font-weight: bold;
	color: #512F0D;
}

.Background2 {
	background-color: #FCF1E4;
}


/* Headings */
.Heading1 {
	color: #990000;
	font-size: 17px;
}


/* Highlights */
.Highlight1 {
	color: #990000;
}

.Highlight2 {
	color: #C00;
}

.Highlight3 {
	color: #090;
}

.Specials {
	color: #990000;
	text-align: center;
}
.Specials strong {
	font-size: 19px;	
}

.Featured {
	font-size: 13px;
	margin: 0 10px;
	line-height: 21px;
}


/* Images */
.ImageLink {
	background-color: #FFF;
	border: 1px solid #F3CFA3;
	padding: 3px;
}
a .ImageLink {
	border: 1px solid #F3CFA3;
}
a:hover .ImageLink {
	background-color: #FCF1E4;
	border: 1px solid #DC861B;
}


/* Buttons */
.Btn1,
.Btn2,
.Btn3 {
	background: url(/images/Btn_BG.png) repeat-x top;
	border-bottom: 0;
	border: 1px solid;
	padding: 3px 11px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font: bold 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	/*font: bold 11px Tahoma, Verdana, sans-serif;*/
	text-decoration: none;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 3px;	
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover {
	text-decoration: none;
}

.Btn1 {
	background-color: #512F0D;
	border-color: #3D230A;
	color: #FFF5EB;
}
.Btn1:hover {
	background-color: #80552F;
	color: #FFF;
}

.Btn2 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #E6E6E6;
}
.Btn2:hover {
	background-color: #989898;
	color: #FFF;
}

.Btn3 {
	background-color: #C9992C;
	border-color: #966F12;
	color: #FAEED1;
}
.Btn3:hover {
	background-color: #E4B242;
	color: #FFF;
}


/* Navigation */
#nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	height: 40px;
	text-indent: -9999px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#nav a.selected {
	background-position: 0 -40px !important;
}

#nav a.home { 
	background: url(../images/Nav_Home.gif) no-repeat; 
	width: 83px;
}
#nav a:hover.home { 
	background-position: 0 -40px;
}

#nav a.services { 
	background: url(../images/Nav_Services.gif) no-repeat; 
	width: 103px;
}
#nav a:hover.services { 
	background-position: 0 -40px;
}

#nav a.products { 
	background: url(../images/Nav_Products.gif) no-repeat; 
	width: 117px;
}
#nav a:hover.products { 
	background-position: 0 -40px;
}

#nav a.gallery { 
	background: url(../images/Nav_Gallery.gif) no-repeat; 
	width: 100px;
}
#nav a:hover.gallery { 
	background-position: 0 -40px;
}

#nav a.testimonials { 
	background: url(../images/Nav_Testimonials.gif) no-repeat; 
	width: 144px;
}
#nav a:hover.testimonials { 
	background-position: 0 -40px;
}

#nav a.about { 
	background: url(../images/Nav_About.gif) no-repeat; 
	width: 89px;
}
#nav a:hover.about { 
	background-position: 0 -40px;
}

#nav a.newsletter { 
	background: url(../images/Nav_Newsletter.gif) no-repeat; 
	width: 131px;
}
#nav a:hover.newsletter { 
	background-position: 0 -40px;
}

#nav a.contact { 
	background: url(../images/Nav_Contact.gif) no-repeat; 
	width: 108px;
}
#nav a:hover.contact { 
	background-position: 0 -40px;
}

#nav a.resources { 
	background: url(../images/Nav_Resources.gif) no-repeat; 
	width: 122px;
}
#nav a:hover.resources { 
	background-position: 0 -40px;
}


/* Navigation (Footer) */
#navf {
	position: absolute;
	top: 28px;
	left: 13px;
	width: 490px;
	font-size: 14px;
	font-weight: bold;
	color: #DC861B;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#navf ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navf ul li a {
	color: #512F0D;
	text-decoration: none;
	margin: 0px 6px;
}
#navf ul li a:hover {
	color: #9F5C1A;
	text-decoration: none;
}


/* Navigation (Top) */
#navt {
	position: absolute;
	top: 6px;
	right: 160px;
}
#navt a {
	display: block;
	height: 33px;
	text-indent: -9999px;
}
#navt a.kb { 
	background: url(../images/Nav_KB.gif) no-repeat; 
	width: 163px;
}
#navt a:hover.kb { 
	background-position: 0 -33px;
}


/* Navigation (Login) */
#navl {
	position: absolute;
	top: 7px;
	right: 12px;
}
#navl a {
	display: block;
	height: 31px;
	text-indent: -9999px;
}
#navl a.login { 
	background: url(../images/Nav_Login.gif) no-repeat; 
	width: 140px;
}
#navl a:hover.login { 
	background-position: 0 -31px;
}


/* Navigation (Sub) */
#navs {
	font-size: 17px;
	font-weight: bold;
	color: #DC861B;
	background-color: #F8DFC2;
	padding: 4px;
}
#navs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navs ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navs ul li a {
	color: #512F0D;
	text-decoration: none;
	margin: 0 6px 0 4px;
}
#navs ul li a:hover {
	color: #9F5C1A;
	text-decoration: none;
}


/* Layout */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 997px;
	text-align: left;
}

#header {
	position: relative;
	clear: both;
	height: 378px;
}

#flash {
	position: absolute;
	top: 74px;
	left: 422px;
}

#body {
	padding: 60px 20px 40px 20px;
	float: left;
	width: 957px;
	min-height: 350px;
}

#top {
	float: left;
	clear: both;
	width: 800px;	
}

#left {
	float: left;
	width: 590px;
}

#right {
	float: right;
	width: 342px;
}

#footer {
	background: url(../images/Layout_Footer.jpg) no-repeat center top;
	height: 130px;
	clear: both;
	position: relative;
}

#panel {
	margin: 75px 0 0 0;
	background: url(../images/Layout_Panel_Mid.gif) repeat-y;
	width: 342px;
	min-height: 300px;
}
#panel div {
	min-height: 400px;
}
#panel div.top {
	background: url(../images/Layout_Panel_Top.gif) no-repeat center top;
	padding: 40px 0 0 0;
}
#panel div.btm {
	background: url(../images/Layout_Panel_Btm.gif) no-repeat center bottom;
}
#panel div.body {
	margin: 20px 50px 0 50px;
	padding-bottom: 25px;
}

#copyright {
	position: absolute;
	top: 78px;
	left: 19px;
	font-size: 11px;
	color: #A79079;
	width: 482px;
	line-height: normal;
}
#copyright a {
	color: #A79079;
	text-decoration: none;	
}
#copyright a:hover {
	color: #512F0D;
}

#credentials {
	position: absolute;
	top: 36px;
	right: 20px;
	width: 469px;
	text-align: right;
}
#credentials img {
	margin-left: 12px;
	vertical-align: middle;
}

#hours {
	position: absolute;
	top: 7px;
	left: 343px;
	color: #FFF;
	font-size: 13px;
	text-align: left;
	line-height: 1.2em;
}


/* Cufon */
h1 {
	font-size: 20px;
	color: #512F0D;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(../images/Layout_Underline.gif) no-repeat 20px bottom;
}

h2 {
	font-size: 18px;
	text-align: center;
	color: #512F0D;
	margin-bottom: 8px;
	padding-bottom: 12px;
	background: url(../images/Layout_Div.gif) no-repeat center bottom;
}

h3 {
	color: #DE8618;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -0.7em;
}


/* Fade Carousel */
#carousel {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}


/* Quotes */
blockquote {
	border-left: 10px solid #F8DFC2;
	background: #FBEBD9;
	padding: 10px;
	margin: 40px 20px;
	color: #512F0D;
	clear: both;
}

blockquote:before,
blockquote:after {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 8em;
	color: #F8DFC2;
}

blockquote:before {
	content: open-quote;
	vertical-align: -.4em;
	margin: 0 0 0 -.05em;
	line-height: .2em;
}

blockquote:after {
	float: right;
	content: close-quote;
	line-height: .7em;
}

blockquote span {
	float: right;
	font-size: 11px;
	color: #D6AD5C;
}

blockquote cite {
	font-style: normal;
	font-size: 13px;
}

