/* =======================
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 #000; background-attachment:fixed; font-family: News Cycle; font-style: normal; font-weight: lighter; }
a { text-decoration: underline; color: #000; }
a:hover { text-decoration: none; color: #000; }
.color { color: #000; }

/* ========== HEADER ============================== */

#header-block { width: 100%; position:fixed; margin: 0 0 0 0; top:0px; margin-bottom: 40px; height: 188px; background: url('../images/bg-new-header.jpg'); z-index: 198; }
#header { position: relative; height: 198px; width: 960px; margin:0px auto; }

.logo { position: absolute; top: 30px; left: 100px; height: 92px; width: 768px; }

#header-tab { position: absolute; top: 5px; right: 0px; font-size: 12px; color: #e4c08d;}
	#header-tab a { text-decoration: underline; color: #e4c08d; padding: 0 5px 0 5px; }
	#header-tab a:hover { text-decoration: none; color: #ffffff; }

.header-cta-btn { float: right; margin: 7px 0 0 0; display: block; height: 79px; width: 180px; text-indent: -999em; background: url(/images/cta-header.png) no-repeat top right; }
.header-cta-btn:hover { background-position: 0 -79px;  }

.social-buttons { margin: 0 0 5px 0; }
.social-buttons img { margin-right: 5px; }
  
#nav {
	position: absolute;
	top: 145px;
	height: 72px; 
	width: 960px;
	margin: 0 auto;
}


nav.main-nav {
  position: absolute;
  top: 145px;
  height: 40px;
  left: 14px;
}
nav.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main-nav ul li {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Sorts Mill Goudy";
 
  font-size: .95em;
  margin: 0 1px 0 0;
  padding: 0 2px 5px 0;
}
nav.main-nav ul li a {
  font-family: "Sorts Mill Goudy";
  text-transform: uppercase;
  font-size: .95em;
  color: #ba9d76;
  font-weight: normal;
  text-decoration: none;
  padding: 3px 10px 0 10px;
}
nav.main-nav ul li a:hover {
  color: #e0ccae;
}
nav.main-nav ul li .current {
  color: #fff; 
}
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: #dbd0b4;
  border-bottom: 1px dotted #333333;
}
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: .8em;
  color: #232323;
  text-align: left;

  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: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  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: 12px;
  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%, #c9c4b9), color-stop(50%, #c9c4b9), color-stop(100%, #c9c4b9));
  background-image: -moz-linear-gradient(top, #c9c4b9 0%, #c9c4b9 50%, #c9c4b9 100%);
  background-image: linear-gradient(top, #c9c4b9 0%, #c9c4b9 50%, #c9c4b9 100%);
  border-color: #c9c4b9;
  border-left-color: #897b64;
  border-top-color: #897b64;
  -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: #67655f 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%, #b7b4ae), color-stop(50%, #b7b4ae), color-stop(100%, #b7b4ae));
  background-image: -moz-linear-gradient(top, #b7b4ae 0%, #b7b4ae 50%, #b7b4ae 100%);
  background-image: linear-gradient(top, #b7b4ae 0%, #b7b4ae 50%, #b7b4ae 100%);
}

/* ========== CONTENT ============================== */

.wrapper { height: 100%; width: 100%; }

#content-block { background: url('../images/bg-content.png') repeat-y center; clear: both; overflow: hidden; }

.content { margin: 20px auto; padding: 180px 0px 0 0; width: 900px; min-height: 400px; }

.content ul { margin: 0 0 0 0; }
.content li  { padding: 0 0 0 22px; line-height: 24px; }

.herowrapper { height: 412px; }
.hero { float:left; position: relative; width: 900px; height: 389px; margin: 0px 0px 10px -1px; border: 3px solid #572f1e; -moz-box-shadow: 0 0 3px #333; -webkit-box-shadow: 0 0 3px #333; box-shadow: 0 0 3px #333; z-index: 2; }
.hero img { width: 900px; height: 389px; }

.hero-interior img { float:left; position: relative; width: 900px; height: 389px; margin: 0px 0px 10px -1px; border: 3px solid #572f1e; -moz-box-shadow: 0 0 3px #333; -webkit-box-shadow: 0 0 3px #333; box-shadow: 0 0 3px #333; z-index: 2; }
.hero-interior img {width: 900px; height: 389px; }

.crumbs { font-size: 11px; color: #582112; text-decoration: none; padding-top: 0px; padding-bottom: 8px; }
.crumbs a { color: #582112; text-decoration: underline;}
.crumbs a:hover { color: #ffffff; text-decoration: underline;}

hr { height: 1px; border: 0; background: url(/images/hline.png) repeat-x bottom left; }

/* ========== CALLOUTS ============================== */

.cta-side img { width: 207px; height: 114px; margin: 0 0 20px 30px; border: 3px solid #572f1e; -moz-box-shadow: 0 0 3px #333; -webkit-box-shadow: 0 0 3px #333; box-shadow: 0 0 3px #333; }
.cta-side img:hover { width: 207px; height: 114px; opacity: 0.8; filter: alpha(opacity=80); }

.ibtn { float: left; height: 152px; width: 275px; margin: 10px 28px 15px 0px; border: 3px solid #572f1e; -moz-box-shadow: 0 0 3px #333; -webkit-box-shadow: 0 0 3px #333; box-shadow: 0 0 3px #333; }
.ibtn img { float: right; width: 275px; height: 152px; }
.ibtn img:hover { width: 275px; height: 152px; opacity: 0.8; filter: alpha(opacity=80); }

.ibtn-last { float: left; height: 152px; width: 275px; margin: 10px 0px 15px 1px; border: 3px solid #572f1e; -moz-box-shadow: 0 0 3px #333; -webkit-box-shadow: 0 0 3px #333; box-shadow: 0 0 3px #333; }
.ibtn-last img { float: right; width: 275px; height: 152px; }
.ibtn-last img:hover { width: 275px; height: 152px; opacity: 0.8; filter: alpha(opacity=80); }

.sxs { width: 100%; margin: 10px 15px 15px 0px; overflow: hidden; }
.sxs img { top: 3px; left: 3px; float: left; width: 275px; margin-bottom: 10px; border: 3px solid #572f1e; }
.sxs-inner { float: right; width: 325px; }
.sxs-inner h2 { width: 325px; margin: 0 0 10px 0; }
.sxs-inner h3 { width: 325px; margin: 0 0 10px 0; }
.sxs-inner h4 { width: 325px; margin: 0 0 10px 0; }
.sxs-inner p { width: 100%; margin: 0 0 10px 0; }
.sxs-inner .more { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/more.png) no-repeat top right; }
.sxs-inner .more:hover { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/more-hover.png) no-repeat top right; }
.sxs-inner .more-2 { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 0px; background: url(/images/btn-view-seminars.png) no-repeat top right; }
.sxs-inner .more-2:hover { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 0px; background: url(/images/btn-view-seminars-hover.png) no-repeat top right; }
.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-inner .more img { position: relative; border: 0px; height: 45px; width: 165px; margin: -5px 0 5px -5px; }
.sxs-inner .more-2 img { position: relative; border: 0px; height: 45px; width: 165px; margin: -5px 0 5px -25px; }
.sxs-inner .learn-more { width: 120px; height: 33px; border: 0px; }

/* ========== EVENTS ============================== */

.profile-map {
		float: right;
		width: 320px;
		height: 442px;
		/*border: 1px solid #e0e0e0;*/
	}

.desc-width {
		width: 540px;
		/*border: 1px solid #e0e0e0;*/
	}

.callout-box {
		width: 310px;
		border: 2px solid #666666;
		padding: 5px 10px 5px 10px;
		margin-bottom: 20px;
		background: #E2E2E1;
	}
	
/* ========== RESOURCES ============================== */

.resources { width: 100%; margin: 0 5px 0 0; overflow: hidden; }
.resources img { position: relative; float: left; width: 270px; height: 150px; margin: 0 0 10px 0; }
.resources-inner { float: right; width: 390px; }
.resources-inner h3 { position: relative; float: left; margin-top: 0px; top: 0; }
.resources-inner p { float: left; width: 100%; }
.resources-inner .more { float: left; height: 28px; width: 114px; margin-top: 2px; margin-right: 10px; background: url(/images/more.png) no-repeat top right; }
.resources-inner .more:hover { float: left; height: 28px; width: 114px; margin-top: 2px; margin-right: 10px; background: url(/images/more-hover.png) no-repeat top right; }
.resources-nophoto { width: 100%; margin: 0 5px 0 0; overflow: hidden; }
.resources-nophoto-inner h3 { position: relative; float: left; margin-top: 0px; top: 0; }

/* ========== PHOTO GALLERY ============================== */

.gallery-small { display: inline; float: left; width: 230px; margin-bottom: 20px; text-align: center; }
.gallery-small img { width: 199px; height: 150px; border: 3px solid #572f1e; }
.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: 3px solid #572f1e; }
.gallery-small .more { width: 120px; height: 33px; border: 0px; }

/* ========== LISTS ============================== */

ul { margin: 0 0 15px 15px; }
li { line-height: 24px; }
.rates li { line-height: 24px; font-family: Georgia, serif; }

.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: #582112; line-height: 1.6; }
.hline-list li a:hover { color: #FFFFFF; }

.inline li  { padding: 0 0 2px 0; margin-right: 10px;  line-height: 1.5; display: inline; }

/* ========== FOOTER ============================== */

#footer-block { clear: none; width: 100%; overflow: auto; margin: 0px 0px 0px 0px; }

.footer { width: 970px; margin:0 auto; background: url('../images/bg-footer.png') no-repeat center top; padding-top: 22px; }

.footer-lef { float: left; position: relative; font-size: smaller; width: 359px; margin: 10px 2px 0px 14px; color: #f3debc; }
.footer-lef a { color: #f3debc; text-decoration: none; }
.footer-lef a:hover { color: #ffffff; text-decoration: underline; }

.footer-mid { float: left; position: relative; width: 202px; margin: 10px 0 0px 0; }

.footer-rig { float: left; position: relative; font-size: smaller; width: 359px; margin: 10px 0px 10px 22px; text-align: right; color: #f3debc; }
.footer-rig a { color: #f3debc; text-decoration: none; }
.footer-rig a:hover { color: #ffffff; text-decoration: underline; }


/* ========== SUBSCRIBE ===========================*/

.email-signup { }
.email-signup h3 { text-transform: uppercase; margin-bottom: 5px; margin-top: -20px; color: #582112; font: 1.8em 'Arial, Helvetica, Geneva, sans-serif'; }
.email-signup p { margin: 0 0 0 0; }

/* ========== PAGINATION ============================== */

.pagination { float: left; margin: 40px 15px 50px 50px; display: inline-block; text-decoration: none; text-transform: uppercase; }
.pagination a { margin-right: 2px; padding: 14px 16px 12px 16px; background: #000000; border: 1px solid #666666; color: #FFF; text-decoration: none; }
.pagination a:hover { border: 1px solid #000; color: #FFF; background: #c07827; }
.pagination a.current { border: 1px solid #333; color: #ddd; background: #C07827; }
.pagination a.current:hover { border: 1px solid #000; color: #FFF; }

.paginationR { float: left; margin: 40px 15px 50px 50px; text-decoration: none; text-transform: uppercase; }
.paginationR a { margin-right: 2px; padding: 14px 16px 12px 16px; background: #000000; border: 1px solid #000; color: #c07827; text-decoration: none; }
.paginationR a:hover { border: 1px solid #000; color: #FFF; background: #c07827; }
.paginationR a.current { border: 1px solid #333; color: #ddd; background: #C07827; }
.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: 14px 16px 12px 16px; background: #000000; border: 1px solid #000; color: #c07827; text-decoration: none; }
.paginationI a:hover { border: 1px solid #000; color: #FFF; background: #c07827; }
.paginationI a.current { border: 1px solid #333; color: #ddd; background: #C07827; }
.paginationI a.current:hover { border: 1px solid #000; color: #FFF; }

/* ========== FRAMEWORK ============================== */

.f25   { display: inline; float: left; width: 210px; }
.f25 p { float: left; margin: 0 15px 5px 10px; }

.f33   { display: inline; float: left; width: 275px; padding: 0 14px 0 0px }
.f33 .featuredphoto  { border: 3px solid #7e301c; width:281px; height:200px; }
.f33 last { margin-right: 9px; }

.f50   { display: inline; float: left; width: 460px; }

.f75   { display: inline; float: left; width: 640px; padding: 0 10px 10px 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: 890px; padding: 0 10px 10px 0px; }
.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: #749840; 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: #582112; font: 2.1em 'Sorts Mill Goudy'; }
h2 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #582112; font: 1.9em 'Sorts Mill Goudy'; }
h3 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #582112; font: 1.8em 'Sorts Mill Goudy'; }
h4 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #582112; font: 1.6em 'Sorts Mill Goudy'; }
h5 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #582112; font: 1.4em 'Sorts Mill Goudy'; }
h6 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #582112; font: 1.2em 'Sorts Mill Goudy'; }

/* ========== FORMS ============================== */

#contact-form { margin: 20px 0; width: 580px; }
#contact-form input[type=hidden] { display: none; }
#contact-form .required { color: red; padding-right: 3px; }		
#contact-form ul { margin: 10px 20px; }
#contact-form li { padding-left: 30px; line-height: 22px; background: url('/images/check.png') no-repeat 0 0px; }		

.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; }

.required { color: red; padding-right: 2px; }

.error { padding:20px; background: #facfcf;}
.error ul { margin:5px 0 0 5px; padding:0; }
.error li { list-style:none; color:red; background:none; padding-left:10px; }

.terms { float: left; font-size: .80em; width: 350px; margin: 0 0 5px 185px; padding: 3px 5px; background: #fffed2; color: #000; border: 0px; }
.terms input[type=checkbox] { width: 4%; }
.terms label { width: 90%; }

.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; }

.tickets { float: left; width: 580px; margin: 0 15px 15px 0; }
.tickets label { width: 330px; }
.tickets select { width: 200px; padding: 3px; margin-left: 10px; font-size: 12px; border: 1px solid #ccc; height: 25px; }

.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; }

.textarea { float: left; width: 620px; margin: 5px 0 15px 0; }		
.textarea label { float: right; height: 25px; width: 620px; margin-bottom: 0; vertical-align: top; }		
.textarea textarea { width: 616px; border: 2px solid #d9d9d9; margin: 0; padding: 0;}		

.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 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: 8px 20px 10px 20px; text-align: center; text-decoration: none; border: solid 1px #3a280c;  background: #3a280c;  background: -webkit-gradient(linear,left top,left bottom,from(#763d14),to(#652b01));  background: -moz-linear-gradient(top,#763d14,#652b01); border: 1px solid #3a280c;  color: #fff; }
form input[type=submit]:hover { position: relative; border: 1px solid #000; background: #eee; background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222)); background: -moz-linear-gradient(top,  #555,  #222); behavior: url(/css/PIE.htc); }


/* ========== 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-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #753f23), color-stop(50%, #662c0e), color-stop(100%, #5a2306));
	background-image: -moz-linear-gradient(top, #753f23 0%, #662c0e 50%, #5a2306 100%);
	background-image: linear-gradient(top, #753f23 0%, #662c0e 50%, #5a2306 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#753f23', endColorstr='#5a2306');
}
.readmore:hover {
        color: #FFF;
	border: solid 1px #666;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #9e4a1d), color-stop(50%, #762901), color-stop(100%, #5a2306));
	background-image: -moz-linear-gradient(top, #9e4a1d 0%, #762901 50%, #5a2306 100%);
	background-image: linear-gradient(top, #9e4a1d 0%, #762901 50%, #5a2306 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e4a1d', endColorstr='#5a2306');
}

/* ========== SLIDER ============================== */

#slider { float:left; position: relative; margin: 0px 0px 10px -1px; width: 900px; height: 389px; background: #a9a196 url(/images/slider/loading.gif) no-repeat 50% 50%;border: 3px solid #572f1e; -moz-box-shadow: 0 0 3px #333; -webkit-box-shadow: 0 0 3px #333; box-shadow: 0 0 3px #333; z-index: 2; }

.nivo-controlNav { position:absolute; left: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: 900px; height: 376px; }

/* 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; /* Overridden by captionOpacity setting */ width:100%; 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; }	

/* ========== SPONSORS ============================== */

.resources { width: 100%; margin: 0 5px 0 0; overflow: hidden; }
.resources img { position: relative; float: left; width: 250px;  margin: 0 0 10px 0; }
.resources-inner { float: right; width: 330px; }
.resources-inner h3 { position: relative; float: left; margin-top: 0px; top: 0; }
.resources-inner p { float: left; width: 100%; }
.resources-inner .more { float: left; height: 22px; width: 114px; margin-top: 2px; margin-right: 10px; background: url(/images/more.png) no-repeat top right; }
.resources-inner .more:hover { float: left; height: 22px; width: 114px; margin-top: 2px; margin-right: 10px; background: url(/images/more-hover.png) no-repeat top right; }
.resources-nophoto { width: 100%; margin: 0 5px 0 0; overflow: hidden; }
.resources-nophoto-inner h3 { position: relative; float: left; margin-top: 0px; top: 0; }

/* ========== PRODUCTS ============================== */

.products { width: 900px; margin: 10px 15px 25px 15px; overflow: hidden; }
.products img { position: relative; float: left; width: 350px; height: 240px; margin-bottom: 20px; border: 3px solid #572f1e; }
.products-inner { float: right; width: 500px; margin-right: 20px; margin-left: px; }
.products-inner h2 { position: relative; float: left; width: 500px; margin-top: 0px; top: 0; }
.products-inner .priceb { float: left; width: 500px; color: #000000; font-weight: bold; margin: 0 0 10px 0; }
.products-inner .sold { float: left; text-decoration: line-through; width: 500px; color: #991111; font-weight: bold; margin: 0 0 10px 0; }
.products-inner .button-learn-more { width: 71px; height: 24px; border: 0px; }
.products-inner p { float: left; width: 100%; }
.products-inner .more { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/btn-available.png) no-repeat top right; }
.products-inner .more:hover { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/btn-available-hover.png) no-repeat top right; }
.products-inner .more-2 { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 0px; background: url(/images/btn-sold.png) no-repeat top right; }
.products-inner .more-2:hover { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 0px; background: url(/images/btn-sold-hover.png) no-repeat top right; }

/* ========== EVENTS ============================== */

.events { width: 900px; margin: 10px 15px 25px 15px; overflow: hidden; }
.events img { position: relative; float: left; width: 120px; min-height: 100px; margin-bottom: 20px; border: 3px solid #572f1e; }
.events-inner { float: right; width: 630px; margin-right: 20px; margin-left: px; }
.events-inner h2 { position: relative; float: left; width: 630px; margin-top: 0px; top: 0; }
.events-inner .priceb { float: left; width: 630px; color: #000000; font-weight: bold; margin: 0 0 10px 0; }
.events-inner .button-learn-more { width: 71px; height: 24px; border: 0px; }
.events-inner p { float: left; width: 100%; }
.events-inner .more { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/btn-available.png) no-repeat top right; }
.events-inner .more:hover { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/btn-available-hover.png) no-repeat top right; }
.events-inner .more-2 { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 0px; background: url(/images/btn-sold.png) no-repeat top right; }
.events-inner .more-2:hover { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 0px; background: url(/images/btn-sold-hover.png) no-repeat top right; }

/*
.dog { width: 880px; background: #dbd3c6; border: 1px solid #572f1e; margin-bottom: 18px; padding: 10px; overflow: hidden; }
.dog img { position: relative; float: left; width: 190px; height: 130px; margin: 0 10px 0 0; border: 1px solid #999999; }
.listing-premium-inner { float: right; width: 650px; margin: 0 0 0 0; }
*/


.listing-premium-inner 	{ float: right; width: 410px; margin: 0 0 0 0; }
.listing-premium-tagline 	{ float: right; font-size: .9em; font-weight: bold; }
.listing-premium-inner .listing-premium-title  		{ font-size: 1.15em; font-weight: bold; text-decoration: none; margin-bottom: 3px; }
.listing-premium-inner .listing-premium-title a 	{ font-size: 1.15em; font-weight: bold; text-decoration: none; }
.listing-premium-inner .listing-premium-title a:hover 	{ font-size: 1.15em; font-weight: bold; text-decoration: none; color: #d97217; }
.listing-premium-address 	{ font-size: .85em; line-height: 1.3em; }
.listing-premium-phone 		{ font-size: .85em; line-height: 1.5em; }
.listing-premium-inner p 	{ float: left; width: 100%; font-size: .85em; line-height: 1.2em; margin: 10px 0 0 0; }
.listing-premium-inner .button-learn-more { float: right; width: 71px; height: 24px; border: 0px; }

/* ========== PRODUCT DETAIL ============================== */

.product { width: 100%; margin: 10px 0px 10px 0px; overflow: hidden; }
.product-left { position: relative; float: left; width: 460px; }
.product-right { float: left; width: 384px; }
.product-right .price { color: #b66317; font-weight: bold; font-size: 1.4em; margin: 0 0 10px 0; }
.product-right label { float: left; width: 100%; margin-bottom: 5px; font-weight: bold; font-size: 15px; }
.product-right select { width: 100%; padding: 5px; margin-bottom: 20px; }

/* ========== IMAGE GALLERY ============================== */

#images img { border: 4px solid #572f1e; }
#main-image { margin-bottom: 10px; width:412px; height:300px; cursor: pointer; }
#thumbs img { margin: 0 10px 10px 0; width:123px; height:85px; cursor: pointer; }
#thumbs img.selected { border-color: #b66317; }

/* ========== IMAGE VIEWER ============================== */

#image-viewer-overlay { position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; background-color: #CBD2C1; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; filter: alpha(opacity=0); }
#image-viewer { position: fixed; z-index: 1000; top: 50%; left: 50%; width: 600px; height: 450px; margin: -250px 0 0 -250px; background-color: #FFF; }
#image-viewer-close { position: absolute; top: 0; right: 0; padding: 10px 15px; color: #FFF; background-color: #333; }

#image-viewer-close a { color:#534833; text-decoration:underline; }
#image-viewer-close a:hover { color:#000000; text-decoration:none; }


/* ========== REAL ESTATE ITEMS ============================== */

.agent-detail { float:left; background: #E2E2E1; border:1px solid #333333; width:870px; min-height:150px; padding: 8px 8px 8px 8px; margin: 8px; clear:both; }
.agent-title { font-size: 150%; color:#000000; font-weight: bold; }
.agent-title a { font-size: 100%; line-height:15px; color:#000000; font-weight: bold; }
.agent-title a:hover { font-size: 100%; line-height:15px; color:#cdb61b; font-weight: bold; }
.agent-price { font-size: 120%; line-height:30px; font-weight: bold; }
.agent-sxs { width: 100%; margin: 0 5px 0 0; overflow: hidden; }
.agent-sxs img { position: absolute; float: left; width: 130px; height: 150px; }
.agent-sxs h2 { float: right; width: 630px; margin-top: 0px; }
.agent-sxs .tagline { color:#973615; }
.agent-sxs p { float: right; width: 720px; }
.agent-sxs .more { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/more.png) no-repeat top right; }
.agent-sxs .more:hover { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/more-hover.png) no-repeat top right; }
.agent-sxs-inner { float: right; width: 720px; }
.agent-sxs-inner h2 { position: relative; float: left; width: 720px; margin-top: 0px; top: 0; }
.agent-sxs-inner .title { float: left; width: 510px; }
.agent-sxs-inner .tagline { float: left; color:#973615; }
.agent-sxs-inner p { float: left; width: 100%; }
.agent-sxs-inner .more { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/more.png) no-repeat top right; }
.agent-sxs-inner .more:hover { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/more-hover.png) no-repeat top right; }


.listing-detail { float:left; background: #E2E2E1; border:1px solid #333333; width:870px; min-height:150px; padding: 8px 8px 8px 8px; margin: 8px; clear:both; }
.listing-title { font-size: 150%; color:#582112; font-weight: bold; }
.listing-title a { font-size: 100%; line-height:15px; color:#582112; font-weight: bold; }
.listing-title a:hover { font-size: 100%; line-height:15px; color:#cdb61b; font-weight: bold; }
.listing-price { font-size: 120%; line-height:30px; font-weight: bold; }
.listing-sxs { width: 100%; margin: 0 5px 0 0; }
.listing-sxs img { float: left; width: 220px; height: auto !important; }
.listing-sxs img #salepending { position:absolute; top:0px; left:0px; z-index:1; }
.listing-sxs img #sold { position:absolute; top:0px; left:0px; z-index:1; }
.listing-sxs img #new { position:absolute; top:0px; left:0px; z-index:1; }
.listing-sxs h2 { float: right; width: 630px; margin-top: 0px; }
.listing-sxs .tagline { color:#973615; }
.listing-sxs p { float: right; width: 630px; }
.listing-sxs .more { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/more.png) no-repeat top right; }
.listing-sxs .more:hover { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/more-hover.png) no-repeat top right; }
.listing-sxs-inner { float: right; width: 630px; }
.listing-sxs-inner h2 { position: relative; float: left; width: 630px; margin-top: 0px; top: 0; }
.listing-sxs-inner .title { float: left; width: 510px; }
.listing-sxs-inner .tagline { float: left; color:#973615; }
.listing-sxs-inner p { float: left; width: 100%; }
.listing-sxs-inner .more { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/more.png) no-repeat top right; }
.listing-sxs-inner .more:hover { float: left; height: 22px; width: 114px; margin-top: 10px; margin-right: 10px; background: url(/images/more-hover.png) no-repeat top right; }

#listing-detail { border: 0px; margin: 0 0 0 0; padding: 0; }
#listing-detail-inner { min-height: 388px; background:#E2E2E1; border:1px solid #666666; margin: 10px 0 10px 0; padding: 10px 10px 10px 10px; }

.tabset { width: 100%; margin: 0; padding: 0 0 0 0; clear: both; }
.tabset ul { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #5F5151; overflow:hidden; }
.tabset li { float: left; padding: 4px 8px !important; margin: 0 2px 0 0; list-style: none; border: 1px solid #5F5151; background: #000; color: #fff; position: relative; bottom: -1px; }
.tabset ul li a { color: #fff; text-decoration: none; }
.tabset ul li a:hover { text-decoration:underline;  } 

/*.tabset .current { float: left; padding: 4px 8px !important; margin: 0 2px 0 0; list-style: none; border: 1px solid #5F5151; background: #c8b21b; color: #000; position: relative; bottom: -1px; }
*/
.listing-detail-sxs { width: 100%; min-height: 500px; margin: 0 5px 0 0; overflow: hidden; }
.listing-detail-sxs img { float: left; width: auto !important; max-width: 500px; height: auto !important; max-height: 500px; }
.listing-detail-sxs img #salependingbig { position:absolute; top:0px; left:0px; z-index:1; }
.listing-detail-sxs img #soldbig { position:absolute; top:0px; left:0px; z-index:1; }
.listing-detail-sxs img #newbig { position:absolute; top:0px; left:0px; z-index:1; }
.listing-detail-sxs h2 { float: right; width: 460px; margin-top: 0px; }
.listing-detail-sxs .tagline { color:#973615; }
.listing-detail-sxs p { float: left; width: 100%; }
.listing-detail-right { float:right; width: 360px; color:#000; }
.listing-detail-right h2 { float: right; width: 360px; margin-top: 0px; padding-top:0; border-bottom: 1px dotted #999; }
.listing-detail-right a { color: #000; text-decoration: underline; }
.listing-detail-right a:hover { color: #000; text-decoration: none; }
.listing-detail-right .listingtext { padding: 2px 0 2px 0; }
.listing-detail-right .listingtextleft { float: left; width: 25%; font-weight: bold; }
.listing-detail-right .listingtextright { float: left; width: 75%; }
.listingbroker { width: 100%; float: left; }
.listingbrokerleft { width: 240px; float:left; }
.listingbrokerright { width: 120px; float: right; }
.listingbrokerright img { width:110px; height:140px;  }
.buttons { margin-top:5px; }
.buttons img { padding-bottom:3px; }

/* ========== PROJECTS ============================== */

.clearfix { display:block; }

#motioncontainer { height: 85px; background:#E2E2E1; margin: 10px 0 0; }
#motioncontainer img { 
    border: 1px solid #666666; 
    width: auto !important; 
    height: 70px; 
    margin: 0 0 0 10px }
#motioncontainer img:hover { border: 1px solid #000000; /* Set image border hover color */ }
#motioncontainer a:hover { color: red; /* Dummy definition to overcome IE bug */ }

#motioncontainer-wrap{ position: relative; background:#E2E2E1; border:1px solid #333333; overflow: hidden; }
#motioncontainer-wrap #motioncontainer #thumb-arrow-left{ position: absolute; left:0px; top: 0px; z-index:1; border: none; width: 25px; height: 84px;}
#motioncontainer-wrap #motioncontainer #thumb-arrow-right{ position: absolute; right:-8px; top: 0px; z-index:1; border: none; width: 25px; height: 84px;}
#motioncontainer-wrap img.thumb-margin{ width:12px; border: none}

.imgset { float:left; margin-right:15px; width:650px; overflow:hidden; }


#listing-text-heading { border-bottom: 1px dotted #999; padding: 2px 0 0 0; }
#listing-text-group { border-bottom: 1px dotted #999; padding: 2px 0 2px 0; overflow: auto; }
#listing-text-group #listing-text-left { float: left; width: 25%; font-weight: bold; }
#listing-text-group #listing-text-right { float: left; width: 75%; }




input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.subscribe {
  margin: 80px auto;
  padding: 20px;
  width: 200px;
  background: white;
  border: 2px solid #5a2209; -moz-box-shadow: 0 0 5px #333; -webkit-box-shadow: 0 0 5px #333; box-shadow: 0 0 5px #333;

}

.subscribe-form {
  position: relative;
  margin: 20px -20px -20px;
  padding: 15px;
  background: #fafafa;
  border-top: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px white;
  box-shadow: inset 0 1px white;
}

.subscribe-input {
  padding: 0 16px;
  width: 100%;
  height: 35px;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 15px;
  color: #444;
  background: #fefefe;
  border: 1px solid;
  border-color: #999 #aaa #aaa;
}
.subscribe-input:focus {
  outline: 0;
}

.subscribe-submit {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  padding-left: 15px;
  height: 35px;
  width: 60px;
  background: #60e160;
  border: 1px solid;
  border-color: #4c9d50 #4c9d50 #4c9d50 #55af5a;

  cursor: pointer;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-image: -webkit-linear-gradient(top, #84f087, #4cd94a);
  background-image: -moz-linear-gradient(top, #84f087, #4cd94a);
  background-image: -o-linear-gradient(top, #84f087, #4cd94a);
  background-image: linear-gradient(to bottom, #84f087, #4cd94a);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
.subscribe-submit:active {
  background: #4cdf4d;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.subscribe-submit:before {
  content: '';
  display: block;
  margin-top: 1px;
  width: 25px;
  height: 19px;
  background: url("img/tick.png");
}

.lt-ie9 .subscribe-input {
  line-height: 33px;
}