body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodyCopy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
.bodyCopyItalic {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.navInactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
}
.bodyHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 45px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #a29061;
	text-decoration: none;
}
.bodyHeaderItalic {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 45px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #a29061;
	text-decoration: none;
}
.bodySubHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}.externalLink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 32px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #a29061;
	text-decoration: none;
}
.galleryItems { display: none; }

.gallerThumb { margin-left: 20px; border: 0;}

/********* FANCY BOX OVERRIDES */
/*******************************/

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-info-controls { 
	font-family: Tahoma, Geneva, sans-serif;
	padding: 17px 15px 15px 10px;
	background: #000;
	color: #fff;
	border-top: 5px solid #a29060;
	position: relative;
	height: 25px; 
}

.imgNumJump { color: #a29060; text-decoration: none; }
.imgNumJump.active { color: #FFF; }

.fancybox-gallery-title { position: absolute; left: 0; text-transform: uppercase; width: 100%; font-size: 16px; }
.fancybox-img-num { position: absolute; right: 0; font-size: 12px;}

.fancybox-skin {
	position: relative;
	background: #000;
	color: #FFF;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-title { margin-bottom: 20px; }
.fancybox-title h3 { font-size: 14px; margin:0; padding: 0; color: #FFF; }
.fancybox-title p { font-size: 12px; color: #a29060; margin:0; padding: 0; }

.imci-nav { width: 17px; height: 17px; display: inline-block; /* position: absolute;*/ }

.imci-nav span { visibility: visible; }

.imci-fancybox-next {
	background-image: url("images/fancy_box/fancybox_sprite.png");
	/*position: absolute;
	right: -20px;
	top: 35px;*/
	background-position: -6px -59px;
	height: 17px;
}

.imci-fancybox-prev {
	background-image: url("images/fancy_box/fancybox_sprite.png");
	/*position: absolute;
	right: 200px;
	top: 35px;*/
	background-position: -9px -33px;
	height: 17px;
}

/********* BX SLIDER OVERRIDES */
/*******************************/

ul.bxslider { padding: 0; margin: 0;}
.bx-wrapper { left: 1px; }
.bx-wrapper .bx-viewport { border: 0; box-shadow: none; left: 0; background: transparent; }


/********* INQUIRY FORM STYLES */
/*******************************/
.errorMsg { font-size: 11px; font-style: italic; color: #F00; }
#errorMessages { width:400px; padding: 3px; border: 2px solid #F00; background-color: #ffd1d1; color: #F00; font-weight: bold; font-style: italic; }
