/* =======================
Copyright: 3plains LLC (www.3plains.com)
Version: 2.4.5
======================= */

/* ========== RESET ============================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, a, a img { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; list-style: none; -webkit-text-size-adjust: none; }
article, aside, figure, footer, header, hgroup, nav, section { display: block; }
html {overflow-y: scroll;}

/* ========== BODY ============================== */

body { color: #000; background: url('../images/bg-body.jpg') no-repeat center top #635d51; font: 500 .85em/1.5 Helvetica, Arial, Verdana, Tahoma, sans-serif; background-repeat:no-repeat;
background-attachment:fixed; }
a { text-decoration: underline; color: #000; }
a:hover { text-decoration: none; color: #000; }
.color { color: #000; }

/* ========== HEADER ============================== */

#header-phone { position: absolute; top: 2px; right: 20px; font-size: 22px; color: #ffffff; text-shadow: 2px 2px #333333; }
#header-phone a { text-decoration: underline; color: #ffffff; padding: 0 5px 0 0px; }
#header-phone a:hover { text-decoration: none; color: #ffffff; }

#header-block { width: 100%; background: url('/images/header-graphic.jpg') no-repeat center top; }
#header { position: relative; height: 233px; width: 960px; margin: 0 auto; }

#header-tab { position: absolute; top: 5px; right: 15px; font-size: 18px; color: #ffffff; font-weight: bold; font-style:italic; text-shadow: 2px 2px #000 }
#header-tab a { text-decoration: underline; color: #ffffff; padding: 0 5px 0 5px; }
#header-tab a:hover { text-decoration: none; color: #ffffff; }

.logo { position: absolute; top: 20px; left: 275px; height: 144px; width: 400px; z-index: 1; }

.header-graphic { float: left; position: absolute; top: 0px; left: -62px; height: 233px; width: 960px; z-index: -1; }
.header-back { float: left; position: absolute; top: 92px; left: -190px; height: 161px; width: 1500px; z-index: -1; }

/* ========== TOP ============================== */

#top { /*height: 42px; top: 30px; */ padding: 0px; margin: 0px auto; color: #fff; font-family: Arial,Tahoma,Verdana; font-size: 8pt; overflow: hidden; position: relative; }
#top ul { position: absolute; top: 0px; right: 0px; height: 42px; margin: 0; list-style: none; }
	#top-inline li  { padding: 0 0 2px 0; margin-right: 10px; line-height: 42px; display: inline; }
	#top-inline label { margin: 0; padding: 2px; } 
	#top-inline input[type=text] { width: 100px; margin: 0; padding: 2px; } 
	#top-inline input[type=password] { width: 100px; margin: 0; padding: 2px; } 
	#top-inline input[type=submit] { cursor: pointer; margin: 0; padding: 2px 2px; color: #fff; background: #ed8631; text-decoration: none; font-size: 8pt; } 
	#top-inline a { color: #fff; text-decoration: none; } 
	#top-inline a:hover { text-decoration: underline; }

.social-buttons { position: absolute; top: 15px; right: 20px; font-size: 14px; color: #FFF; }

.subscribe-button { float: left; position: absolute; top: 5px; left: 460px; }

.header-cta { font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif; padding: 0; margin: 35px 0 0 0; width: 300px; float: right; }

#nav {
	position: absolute;
	top: 118px;
	height: 72px; 
	width: 960px;
	margin: 0 auto;

}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
}

nav.main-nav {
  position: absolute;
  top: 185px;
  height: 20px;
  left: 30px;
}
nav.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main-nav ul li {
  display: inline-block;
  font-family: "winterthurcondensed-webfont";
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  padding: 0 0 5px 0;
}
nav.main-nav ul li a {
  font-family: "winterthurcondensed-webfont";
  font-size: 1.0em;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  padding: 3px 8px 0 3px;
  text-transform: uppercase;
}
nav.main-nav ul li a:hover {
  color: #b59c63;
}

nav.main-nav ul li .current {
  color: #b59c63;
}

nav.main-nav li ul {
  display: none;
}
nav.main-nav li:hover ul {
  display: block;
  position: absolute;
  width: 170px;
  z-index: 500;
  margin: 4px 0 0 0;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); */
  opacity: 0.9;
}
nav.main-nav li:hover ul li {
  margin: 0;
  float: none;
  display: block;
  text-align: left;
  padding: 0px;
  background-color: #672b20;
  border-bottom: 1px dotted #666666;
}
nav.main-nav li:hover li:first-child {
  padding-top: 0px;
}
nav.main-nav li:hover li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
nav.main-nav li ul li a {
  font-size: .7em;
  color: #fff;
  text-align: left;
  outline: none;
  display: block;
  padding: 6px 0 4px 10px;
  width: 100%;
  background: none;
  border-bottom: 1px dotted #232323;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;

}
nav.main-nav li ul li a:last-child {
  border: none;
}
nav.main-nav li ul li a:hover {
  color: #232323;
  background: #e9d9b1;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

a.multi-line-button {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border-style: solid;
  color: white;
  display: block;
  margin: 0.2em auto;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  background-color: #60a3d8;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #89bbe2), color-stop(50%, #60a3d8), color-stop(100%, #378bce));
  background-image: -moz-linear-gradient(top, #89bbe2 0%, #60a3d8 50%, #378bce 100%);
  background-image: linear-gradient(top, #89bbe2 0%, #60a3d8 50%, #378bce 100%);
  border-color: #2970a9;
  border-left-color: #60a3d8;
  border-top-color: #60a3d8;
  -moz-box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
  -o-box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
  box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
  color: white;
  text-shadow: #2e7ebd 0 1px 2px;
}

a.multi-line-button .title {
  font-size: 22px;
  font-weight: bold;
  display: block;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

a.multi-line-button .subtitle {
  font-size: 13px;
  display: block;
  margin-top: -4px;
  margin-bottom: 4px;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

a.multi-line-button:hover .title {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

a.multi-line-button:hover .subtitle {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

a.multi-line-button:hover, a.multi-line-button:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #9dc7e7), color-stop(50%, #74afdd), color-stop(100%, #378bce));
  background-image: -moz-linear-gradient(top, #9dc7e7 0%, #74afdd 50%, #378bce 100%);
  background-image: linear-gradient(top, #9dc7e7 0%, #74afdd 50%, #378bce 100%);
}

a.multi-line-button.orange {
  background-color: #d98026;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #e19951), color-stop(50%, #d98026), color-stop(100%, #ae661e));
  background-image: -moz-linear-gradient(top, #e19951 0%, #d98026 50%, #ae661e 100%);
  background-image: linear-gradient(top, #e19951 0%, #d98026 50%, #ae661e 100%);
  border-color: #824d17;
  border-left-color: #d98026;
  border-top-color: #d98026;
  -moz-box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
  -webkit-box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
  -o-box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
  box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
  color: white;
  text-shadow: #985a1b 0 1px 2px;
}

a.multi-line-button.orange:hover, a.multi-line-button.orange:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #e4a667), color-stop(50%, #dd8d3c), color-stop(100%, #ae661e));
  background-image: -moz-linear-gradient(top, #e4a667 0%, #dd8d3c 50%, #ae661e 100%);
  background-image: linear-gradient(top, #e4a667 0%, #dd8d3c 50%, #ae661e 100%);
}

/* ========== CONTENT ============================== */

.wrapper { height: 100%; width: 100%; }

#content-block { background: url('../images/bg-content.png') repeat-y center; clear: both; overflow: hidden; z-index: -100; }

.content { margin: 0px auto; padding: 0 20px 0 20px; width: 940px; min-height: 550px; }
.content ul { margin: 0 0 0 0; }
.content li  { padding: 0 0 0 22px; line-height: 24px; }

.crumbs { font-size: 11px; color: #403625; text-decoration: none; margin-top: 8px; padding-bottom: 8px; padding-left: 2px; }
.crumbs a { color: #403625; text-decoration: underline;}
.crumbs a:hover { color: #403625; text-decoration: none;}

.hero-interior img { margin: 0 0 0 -20px; }
.hero-interior img { width:940px; height:418px; }

.filigree { background: url('/uploads/image/filigree.png') no-repeat center top; margin: auto; text-indent: -999999em; height: 33px; width: 296px; }

.ibtn { float: left; display: inline; height: 165px; width: 280px; margin: 20px 30px 20px 0px; color: #675c55; line-height: 175%; font-size: .8em; }
.ibtn last { margin-right: 0px; }
.ibtn img { float: right; width: 280px; padding-top: 5px; padding-bottom: 4px; }

hr { height: 1px; border: 0; background: url(/images/hline.png) repeat-x bottom left; }

ul { margin: 0 0 15px 15px; }
li { line-height: 24px; }

.hline-list li  { padding: 0;  line-height: 30px; background: url('/images/hline.png') repeat-x bottom left; }
.hline-list li:last-child  { padding: 0;  line-height: 30px; background: none; }
.hline-list li a { padding: 0 0 0 15px; text-decoration: none; font-weight: bold; font-size: 1.0em; color: #333; line-height: 1.6; }
.hline-list li a:hover { color: #59431d; }

.category_col ul{ width:100%; margin-bottom:20px; overflow:hidden; }
.category_col li{ line-height:1.5em; float:left; display:inline; width:45%; }

/* ========== CONTENT PHOTOS ============================== */

.sxs { width: 100%; margin: 10px 0px 15px 0px; overflow: hidden; }
.sxs img { position: relative; top: 3px; left: 3px; float: left; width: 325px; margin-bottom: 10px; border: 3px solid #38170e; }
.sxs-inner { float: right; width: 550px; }
.sxs-inner h2,h3,h4 { width: 550px; margin: 0 0 10px 0; }
.sxs-inner p { width: 100%; margin: 0 0 10px 0; }
.sxs-inner ul { margin: 10px 20px; }
.sxs-inner li { padding-left: 30px; line-height: 22px; background: url('/images/check.png') no-repeat 0 0px; }

.sxs-sm { width: 100%; margin: 30px 0px 5px 0px; overflow: hidden; }
.sxs-sm img { position: relative; top: 3px; left: 0px; float: left; width: 250px; margin-bottom: 20px; border: 3px solid #38170e; }
.sxs-inner-sm { float: left; width:350px; margin: 0 0px 10px 10px;}
.sxs-inner-sm h2,h3,h4 { width: 300px; margin: 0 0 10px 0; }
.sxs-inner-sm p { width: 100%; margin: 0 0 10px 0; }
.sxs-inner-sm ul { margin: 10px 20px; }
.sxs-inner-sm li { padding-left: 30px; line-height: 22px; background: url('/images/check.png') no-repeat 0 0px; }

/* ========== CONTENT BUTTONS ============================== */

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 6px 0 0 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .0em; 
	-moz-border-radius: .0em;
	border-radius: .0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.readmore {
	color: #FFF;
	border: solid 1px #333;
	background: #672b20;
	background: -webkit-gradient(linear, left top, left bottom, from(#8a493d), to(#541c0e));
	background: -moz-linear-gradient(top,  #8a493d,  #541c0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a493d', endColorstr='#541c0e');
}
.readmore:hover {
        color: #FFF;
	border: solid 1px #666;
	background: #cccc33;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e663b), to(#804416));
	background: -moz-linear-gradient(top,  #9e663b,  #804416);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e663b', endColorstr='#804416');
}

/* ========== FRONT PAGE STUFF ============================== */

.sxsL-sm { float: left; overflow:hidden; width: 270px; min-height: 310px; margin: 0px 0px 8px 0px; padding: 5px 10px 10px 10px; background: #b83717; border-top: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000; border-left: 1px solid #000; border: 3px solid #ddd; -moz-box-shadow: 0 0 5px #333; -webkit-box-shadow: 0 0 5px #333; box-shadow: 0 0 5px #333; }
.sxsL-sm img { position: relative; width: 270px; height: 150px; margin-bottom: 2px; }
.sxsL-sm h5 { position: relative; margin: 0 0 5px 0; font-size: 130%; color: #ffffff; }
.sxsL-sm a { color: #d9c796; text-decoration: underline; }
.sxsL-sm p { color: #ffffff; }
.sxsR-sm { float: left; width: 270px; min-height: 310px; margin: 0px 0px 8px 15px; padding: 5px 10px 10px 10px; background: #b83717; border-top: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000; border-left: 1px solid #000; border: 3px solid #ddd; -moz-box-shadow: 0 0 5px #333; -webkit-box-shadow: 0 0 5px #333; box-shadow: 0 0 5px #333; }
.sxsR-sm img { position: relative; width: 270px; height: 150px; margin-bottom: 2px; }
.sxsR-sm h5 { position: relative; margin: 0 0 5px 0; font-size: 130%; color: #ffffff;}
.sxsR-sm a { color: #d9c796; text-decoration: underline; }
.sxsR-sm p { color: #ffffff; }

/* ========== LINKS ============================== */

.testimonials { width: 100%; margin: 10px 25px 15px 0px; overflow: hidden; }
.testimonials img { position: relative; float: left; width: 325px; margin-bottom: 10px; border: 3px solid #38170e; }
.testimonials-inner { float: right; width: 550px; }
.testimonials-inner h2,h3,h4 { width: 550px; margin: 0 0 10px 0; }
.testimonials-inner p { width: 100%; margin: 0 0 10px 0; }

.resources { width: 100%; margin: 10px 25px 15px 0px; overflow: hidden; }
.resources img { position: relative; float: left; width: 325px; margin: 0 0 0 0; border: #999999 solid 1px; }
.resources-inner { float: right; width: 550px; }
.resources-inner h2 { width: 550px; margin: 0 0 10px 0; }
.resources-inner h3 { width: 550px; margin: 0 0 10px 0; }
.resources-inner p { width: 100%; margin: 0 0 10px 0; }
.resources-inner a { margin: 0px; }


.resources-photo { display: inline; float: left; width: 205px; min-height: 146px; margin: 0px 10px 15px 10px; }
.resources-photo img { width: 200px; height:148px; margin: 0 0 0 0; border: #999999 solid 1px; }

.resources-nophoto { width: 100%; margin: 0 5px 0 0; overflow: hidden; }
.resources-nophoto-inner h3 { position: relative; float: left; margin-top: 0px; top: 0; }

.category_col ul { width:100%; margin-bottom:20px; overflow:hidden; }
.category_col li { float:left; display:inline; width:45%; background: url('/images/check.png') no-repeat 0 0px; padding-left: 30px; line-height: 22px; }

/* ========== PHOTO GALLERY ============================== */

.gallery-small { display: inline; float: left; width: 300px; margin-bottom: 20px; text-align: center; }
.gallery-small img { width: 269px; height: 202px; border: 1px solid #998675; }

.gallery-large { display: inline; float: left; width: 600px; margin: 0 0 0 0; }
.gallery-large img { position: relative; top: 0; width: 600px; left: 15px; border: 1px solid #998675; }


/* ========== VIDEO GALLERY ============================== */

.videos-small { display: inline; float: left; width: 210px; min-height: 220px; margin: 0 0px 30px 15px; text-align: left; }
.videos-small img { width: 204px; margin: 0 0 -15px 0; }
.videos-small h2 { font-size: 1.4em; }
.videos-small h2 a { text-decoration: none; color: #4c4c49; }
.videos-small h2 a:hover { text-decoration: none; color: #cc8a00; }
.videos-small p { font-size: 12px; margin: 0 0 0 0; }

.videos-large { display: inline; float: left; margin: 0 0 22px 0; }
.videos-large img { position: relative; top: 0; width: 600px; left: 15px; }


.videoL { height: 371px; width: 960px; margin: 20px 0 40px 0; background: url(/images/bg-video.png) no-repeat 15px 322px; }
.videoL iframe { float: left; height: 312px; width: 572px; margin: 10px 30px 0 25px; }
.videoR { height: 371px; width: 960px; margin: 20px 0 40px 0; background: url(/images/bg-video.png) no-repeat 15px 322px; }
.videoR iframe { float: right; height: 312px; width: 572px; margin: 10px 30px 0 25px; }

.sxs-video-left { height: 371px; width: 900px; margin: 20px 0 20px 0; }
.sxs-video-left iframe { float: left; height: 321px; width: 572px; margin: 10px 20px 0 0px;  }

.sxs-video-right { height: 371px; width: 900px; margin: 20px 0 20px 0; }
.sxs-video-right iframe { float: right; height: 321px; width: 572px; margin: 10px 20px 0 25px; }


/* ========== FOOTER ============================== */

#footer-header { width: 960px; margin: 0 auto; background: url('../images/bg-footer.png') no-repeat center top; padding-top: 50px; z-index: 100}

/*
#footer-block { clear: none; width: 100%; overflow: auto; }
.footer { width: 940px; margin: 0 auto; }
#footer-graphic { width: 100%; background: url'(/images/footer-graphic.png') no-repeat center top; }
.footer-graphic { float: left; top: 0px; left: 0px; height: 0px; width: 1118px; z-index: -1; }*/

#footer-block { width: 100%; background: url(/images/footer-graphic.png) no-repeat center top; margin: -50px 0 0px 0; }
#footer { position: relative; height: 150px; width: 900px; margin: 0 auto; margin-top: 50px; }


.footerline { color: #977d6c; background-color: #977d6c; height: 1px; }

.footer { width: 900px; margin: 0 auto; }

    .footer-lef { float: left; position: relative; font-size: smaller; width: 350px; margin: 30px 0 10px 0px; color: #fff; }
    .footer-lef a { color: #fff; text-decoration: underline; }
    .footer-lef a:hover { color: #9e663b; text-decoration: none; }
    
    .footer-mid { float: left; position: relative; padding-top: 10px; font-size: smaller; width: 132px; margin: 10px 0px 0px 30px; }
    
    .footer-rig { float: left; position: relative; font-size: smaller; width: 360px; margin: 30px 0 10px 25px; text-align: right; color: #fff; }
	.footer-rig a { color: #fff; text-decoration: none; }
	.footer-rig a:hover { color: #9e663b; text-decoration: none; }

.copyright { clear: both; width: 960px; line-height: 30px; margin: 0px 0px 0px 0px; font-size: 9px; }
	.copyright p { float: right; color: #999999; }
	.copyright a { color: #999999; text-decoration: none; }
	.copyright a:hover { color: #FFFFFF; text-decoration: none; }

/* ========== FRAMEWORK ============================== */

.f25   { display: inline; float: left; width: 200px; }
.f25 p { float: left; margin: 0 0 5px 10px; }
	
.f33   { display: inline; float: left; width: 300px; margin: 0 20px 20px 0; }
.last { margin-right: 0px; }

.f33 ul { margin: 10px 20px; }
.f33 li { padding-left: 30px; line-height: 22px; background: url('/images/check.png') no-repeat 0 0px; }
	
.f50   { display: inline; float: left; width: 290px; margin: 0px 10px 10px 0px; }
.f66   { display: inline; float: left; width: 600px; padding-left: 10px; padding-right: 20px; }

.f75   { display: inline; float: left; width: 650px; padding-left: 10px; padding-right: 20px; padding-bottom: 10px; }
.f75 ul { margin: 10px 20px; }
.f75 li { padding-left: 30px; line-height: 22px; background: url('/images/check.png') no-repeat 0 0px; }		

.f100  { display: inline; float: left; width: 900px; }
.f100 ul { margin: 10px 20px; }
.f100 li { padding-left: 30px; line-height: 22px; background: url('/images/check.png') no-repeat 0 0px; }

/* ========== SITE MAP ============================== */

.sitemap { overflow: hidden; margin-bottom: 20px; }
.sitemap ul { width: 960px; margin: 10px 10px; padding: 5px; }
.sitemap li { float: left; width: 250px; display: inline; margin: 4px 0 6px 15px; text-align: left; line-height: 1.0; padding-left: 30px; background: url('/images/check.png') no-repeat 0 0px; }
	
/* ========== BLOG ============================== */

#blog .f75 div { margin-top: 15px; }
#blog .f75 .blog-img { background-color: #FFF; margin: 0 15px 15px 15px; border: 3px solid #ddd; -moz-box-shadow: 0 0 5px #333; -webkit-box-shadow: 0 0 5px #333; box-shadow: 0 0 5px #333;}
#blog .f75 img { background-color: #FFF; margin: 0 15px 15px 15px; border: 3px solid #ddd; -moz-box-shadow: 0 0 5px #333; -webkit-box-shadow: 0 0 5px #333; box-shadow: 0 0 5px #333;}

#blog .f75 a { text-decoration: underline; color: #59431d; font-weight: normal; }
#blog .f75 a:hover { color: #395718; }

#blog .f25 h2 { font-size: 2.0em; margin: 15px 15px 0 15px; }
#blog .f25 h3 { font-size: 1.8em; margin: 30px 15px 0 15px; }

#blog .f75 h2 a { color: #979085; text-decoration: underline; font-size: 1.2em; }
#blog .f75 h2 a:hover { color: #716a5f; text-decoration: underline; }
	
/* ========== CLEARING ============================== */

.clear { position: relative; clear: both; height: 0; width: 940px; }

/* ========== TYPOGRAPHY ============================== */

p { margin-bottom: 15px; }

h1 { text-transform: uppercase; margin-bottom: 15px; margin-top: 0px; color: #000; font: 2.3em 'winterthurcondensed-webfont'; }
h2 { text-transform: uppercase; margin-bottom: 10px; margin-top: 20px; color: #000; font: 2.1em 'winterthurcondensed-webfont'; }
h3 { text-transform: uppercase; margin-bottom: 10px; margin-top: 20px; color: #000; font: 1.8em 'winterthurcondensed-webfont'; }
h4 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #000; font: 1.6em 'winterthurcondensed-webfont'; }
h5 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #000; font: 1.5em 'winterthurcondensed-webfont'; }
h6 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #000; font: 1.5em 'winterthurcondensed-webfont'; }
	
@font-face {
    font-family: 'mailart_rubberstampregular';
    src: url('mailr___-webfont.eot');
    src: url('mailr___-webfont.eot?#iefix') format('embedded-opentype'),
         url('mailr___-webfont.woff') format('woff'),
         url('mailr___-webfont.ttf') format('truetype'),
         url('mailr___-webfont.svg#mailart_rubberstampregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'winterthurcondensed-webfont';
    src: url('winterthurcondensed-webfont.eot');
    src: url('winterthurcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('winterthurcondensed-webfont.woff') format('woff'),
         url('winterthurcondensed-webfont.ttf') format('truetype'),
         url('winterthurcondensed-webfont.svg#mailart_rubberstampregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ========== PAGINATION & BUTTONS ============================== */

.pagination { float: left; margin: 40px 15px 50px 15px; display: inline-block; text-decoration: none; font-size: larger; text-transform: uppercase; }
.pagination a { margin-right: 5px; padding: 14px 16px 12px 14px; border: 1px solid #000; color: #000; font-size: larger; text-decoration: none; }
.pagination a:hover { border: 1px solid #000; color: #FFF; background: #4b231b; }
.pagination a.current { border: 1px solid #333; color: #FFF; background: #4b231b; }
.pagination a.current:hover { border: 1px solid #000; color: #FFF; background: #533b35; }
	
.paginationR { float: left; margin: 40px 15px 50px 50px; text-decoration: none; text-transform: uppercase; }
.paginationR a { margin-right: 2px; padding: 10px 12px 8px 12px; border: 1px solid #000; color: #000; text-decoration: none; }
.paginationR a:hover { border: 1px solid #000; color: #FFF; background: #4b231b; }
.paginationR a.current { border: 1px solid #333; color: #ddd; background: #4b231b; }
.paginationR a.current:hover { border: 1px solid #000; color: #FFF; }

.paginationI { float: left; margin: 10px -5px 50px 0px; text-decoration: none; text-transform: uppercase; }
.paginationI a { margin-right: 2px; padding: 10px 12px 8px 12px; border: 1px solid #000; color: #000; text-decoration: none; }
.paginationI a:hover { border: 1px solid #000; color: #FFF; background: #4b231b; }
.paginationI a.current { border: 1px solid #333; color: #ddd; background: #4b231b; }
.paginationI a.current:hover { border: 1px solid #000; color: #FFF; }

/* ========== CONTACT FORM ============================== */

#contact-form { margin: 20px 0; width: 580px; }
#contact-form input[type=hidden] { display: none; }
#contact-form .required { color: red; font-weight: 600; padding-right: 3px; }		

.error { width: 560px; color: #FFF; padding: 15px; margin: 0 0 10px 0; background: #cc554e; border: 2px solid #9d3832; }
.error ul { margin: 5px 0 0 25px; padding: 0px; }
.error li { list-style: square; color: #FFF; background:none; font-weight: 600; padding: 0 0 0 5px; }

.success { width: 560px; color: #FFF; padding: 15px; margin: 0 0 10px 0; background: #528f38; border: 2px solid #2d6116; }
.success ul { margin: 5px 0 0 25px; padding: 0px; }
.success li { list-style: square; color: #FFF; background:none; font-weight: 600; padding: 0 0 0 5px; }

.L50 { float: left; display: inline; width: 280px; margin: 0 10px 15px 0; }
.L50 label { width: 280px; }
.L50 input[type=text] { width: 270px; padding: 3px; }

.R50 { float: left; display: inline; width: 280px; margin: 0 0 15px 0; }
.R50 label { width: 280px; }
.R50 input[type=text] { width: 270px; padding: 3px; }

.L25 { float: left; display: inline; width: 130px; margin: 0 15px 15px 0; }
.L25 label { width: 130px; }
.L25 input[type=text] { width: 130px; padding: 3px; }

.L175 { float: left; display: inline; width: 55px; margin: 0 17px 15px 0; }
.L175 label { width: 55px; }
.L175 input[type=text] { width: 55px; padding: 3px; }

.L25 select { float: left; display: inline; width: 130px; padding: 3px; border: 1px solid #ccc; height: 25px; }
.R25 select { float: left; display: inline; width: 130px; padding: 3px; border: 1px solid #ccc; height: 25px; }

.L50 select { float: left; display: inline; width: 280px; padding: 3px; font-size: 12px; border: 1px solid #ccc; height: 25px; }
.R50 select { float: left; display: inline; width: 280px; padding: 3px; font-size: 12px; border: 1px solid #ccc; height: 25px; }

.L100 { float: left; width: 580px; margin: 0 15px 15px 0; }
.L100 label { width: 330px; }
.L100 select { width: 200px; padding: 3px; margin-left: 10px; font-size: 12px; border: 1px solid #ccc; height: 25px; }
.L100 input[type=text] { width: 570px; padding: 3px; }

.city { float: left; display: inline; width: 130px; margin: 0 15px 15px 0; }
.city label { width: 130px; }
.city input[type=text] { width: 130px; padding: 3px; }

.state { float: left; display: inline; width: 40px; margin: 0 15px 15px 0; }
.state label { width: 40px; }
.state input[type=text] { width: 40px; padding: 3px; }

.zip { float: left; display: inline; width: 70px; margin: 0 15px 15px 0; }
.zip label { width: 70px; }
.zip input[type=text] { width: 70px; padding: 3px; }

.spam { float: left; width: 580px; margin: 0 15px 15px 0; }
.spam label { width: 330px; }
.spam input[type=text] { width: 30px; padding: 3px; }

.comments { float: left; width: 580px; margin: 0 0 15px 0; }
.comments label { width: 580px; }
.comments input[type=text] { width: 570px; padding: 3px; }
.comments textarea { width: 565px; padding: 3px; font-family: Georgia, serif; font-size: .98em; }

.dropdown { float: left; display: inline; width: 280px; margin: 0 10px 15px 0; }
.dropdown label { width: 280px; }
.dropdown input[type=select] { width: 270px; padding: 3px; }

.optin { float: left; width: 555px; margin: 0 12px 15px 0; padding: 3px 5px; background: #e5edc4; background: -webkit-gradient(linear, left top, left bottom, from(#e5edc4), to(#d9e4ac)); background: -moz-linear-gradient(top,  #e5edc4,  #d9e4ac); -pie-background: linear-gradient(top,  #e5edc4,  #d9e4ac); color: #3f7227; text-shadow: 0 1px 0 #fff; border: 1px solid #666666; }
.optin input[type=checkbox] { width: 8%; }
.optin label { width: 92%; }

.form-check { float: left; width: 620px; margin: 10px 0 10px 0; }		
.form-check input { float: left; line-height: 20px; margin-right: 10px; }		
.form-check label.top { height: 20px; width: 620px; margin-bottom: 0; }		
.form-check label { float: left; height: 20px; width: 580px; margin-bottom: 0; }		

#contact-form input[type=submit] {
	float: left; 
	position: relative;
	margin: 5px 12px 25px 0px;
	cursor: pointer;
	font-size: 1.4em; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	cursor: pointer;
	padding: 10px 30px 10px 30px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #333; 
	background: #3a280c; 
	background: -webkit-gradient(linear,left top,left bottom,from(#8a493d),to(#541c0e)); 
	background: -moz-linear-gradient(top,#8a493d,#541c0e); border: 1px solid #333; 
	color: #fff;
}

#contact-form input[type=submit]:hover { 
	position: relative;
	border: 1px solid #666;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e663b), to(#804416));
	background: -moz-linear-gradient(top,  #9e663b,  #804416);
	
	
}

/* ========== SLIDER ============================== */

#slider { float:left; position: relative; margin: 0px 0px 0px -20px; width: 940px; height: 418px; background: #E2E2E1 url(/images/slider/loading.gif) no-repeat 50% 50%; z-index: 0 }

.nivo-controlNav { position:absolute; right:25px; bottom:22px; }
.nivo-controlNav a { display:block; width:22px; height:22px; background:url(/images/slider/bullets.png) no-repeat; text-indent:-9999px; border:0; margin-right:3px; float:left; }
.nivo-controlNav a.active { background-position:0 -22px; }

.nivo-directionNav a { display:block; width:30px; height:30px; background:url(/images/slider/arrows.png) no-repeat; text-indent:-9999px; border:0; }

a.nivo-nextNav { background-position:-30px 0; right:15px; }
a.nivo-prevNav { left:15px; }

.nivo-caption { text-shadow:none; font-family: Helvetica, Arial, sans-serif; }
.nivo-caption a { color:#efe9d1; text-decoration:underline; }

.nivoSlider { position:relative; }
.nivoSlider img { position:absolute; top:0px; left:0px; width: 940px; height: 418px; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none; }

/* The slices and boxes in the Slider */
.nivo-slice { display:block; position:absolute; z-index:5; height:100%; }
.nivo-box { display:block; position:absolute; z-index:5; }

/* Caption styles */
.nivo-caption { position:absolute; left:0px; bottom:0px; background:#000; color:#fff; opacity:0.8; width:400px; z-index:8; }
.nivo-caption p { padding:5px; margin:0; }
.nivo-caption a { display:inline !important; }
.nivo-html-caption { display:none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { position:absolute; top:45%; z-index:9; cursor:pointer; }
.nivo-prevNav { left:0px; }
.nivo-nextNav { right:0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a { position:relative; z-index:9; cursor:pointer; }
.nivo-controlNav a.active { font-weight:bold; }

/* ========== FANCYBOX ============================== fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

