/*
 * General
 */
body {
	background: url(../images/bknd.jpg) top repeat-x #FFF9F0;
	color: #333333;
	font-family: Baskerville, "Baskerville old face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 14px;
	line-height: 20px;
}

a:link,
a:active,
a:visited {color: #B0442C;}

a:hover {
	color: #B0442C;
	text-decoration:none;
}

#displayFeaturedSpecial .textsmall strong,
#boxMainPageLists strong,
strong.footerhdr,
.specialsPackagesTextHeader b,
h1, h2, h3, h4, h5, h6 {
	color: #4a2a06;
	font-size: 125%;
	font-weight: normal;
	line-height: 1.3;
}

h1 {
	font-size: 235%;
	margin: 0;
}

h2 {
	color: #b24326;
	font-size: 122%;
	margin: 24px 0 5px 0;
}

.specialsPackagesTextHeader b { font-size:120% !important; }

a.button,
em strong a:link,
em strong a:visited,
strong em a:link,
strong em a:visited,
.button-row a:link,
.button-row a:visited {
	background: #492A0A;
	color: #FEF8E7;
	display: block;
	margin: 30px 0;
	max-width: 200px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
}

a.button:hover,
a.button:focus,
em strong a:hover,
em strong a:focus,
strong em a:hover,
strong em a:focus {
	background: #361F06;
}

.button-row a:link,
.button-row a:visited {
	display: inline-block;
	padding: 10px 20px;
}

.button-row br {
	display: none;
}

/*
 * Header
 */
#header {
	min-height: 95px;
}

#header .logo {
	background: url(../images/logo.png) no-repeat left center;
	background-size: 100%;
	display: block;
	height: 95px;
	max-width: 218px;
	text-indent: -9000px;
}

#header #global {
	color: #fef8e7;
	padding: 13px 0 0 0;
	text-align: right;
	text-shadow: 1px 1px 2px #472b0d;
}

#header #global h2 {
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
	word-spacing: 7px;
}

#header #global h2 span {
	font-size: 150%
}

#header #global p {
	font-size: 120%;
}

#header #global p a {
	color: #fef8e7;
	text-decoration: none;
}

/*
 * Navigation
 */
#navigation {
	background: #492A0A;
	cursor: pointer;
	height: 53px;
	text-align: center;
}

#navigation ul {
	margin: 0 auto;
	padding: 0;
}

#navigation > ul > li {
	border-left: 1px solid #361F06;
	display: inline-block;
	list-style: none;
	margin-right: -4px;
}

#navigation > ul > li:last-child {
	border-right: 1px solid #361F06;
}

#navigation ul li a {
	color: #fef8e7;
	display: block;
	font-size: 140%;
	height: 100%;
	line-height: 53px;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
}
#navigation > ul > li:hover {
	background-color: #492A0A;
}
#navigation > ul > li > a:hover {
	background-color: #361F06;
}

#navigation ul li ul {
	background-color: #492A0A;
	display: none;
	min-width: 140px;
	position: absolute;
	text-transform: none;
	z-index: 999;
	list-style-type: none;
}

#navigation ul li ul li {
	float: none;
	width: 100%;
}

#navigation ul li ul li a {
	border-bottom: 1px solid #361F06;
	line-height: 1;
	min-height: 100%;
	padding: 8px 18px;
	text-align: left;
}
#navigation ul li ul li a:hover {
	background-color: #361F06;
}

#navigation ul li:hover ul {
	display: block;
}

/*
 * Masthead
 */
.image-container {
	background-color: #492A0A;
	overflow: hidden;
}

#image-background {
	background-size: cover;
	margin: 0 auto;
	
}

#image-background .pagination,
#image-background .nivo-controlNav { display: none; }

#image-background .theme-default .nivoSlider {
	box-shadow: none !important;
	margin: 0;
}

#preload {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

/*
 * Ribbon
 */
#ribbon {
	background-color: #492A0A;
	box-shadow: 0px 1px 50px #605040;
	margin: 0 0 40px 0;
	padding: 0 20px;
	min-height: 53px;
}

#ribbon p {
	color: #fef8e7;
	display: inline;
	font-size: 160%;
	line-height: 53px;
}

#ribbon a.button {
	background: #B0442C;
	color: #fef8e7;
	display: block;
	float: right;
	height: 25px;
	letter-spacing: 3px;
	line-height: 25px;
	margin: 15px 5px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 204px;
}

#ribbon a.button:hover {
	background: #a03b24;
}

/*
 * Content
 */
#content {

}

#content .left {
	float:left;
	width:40%;
	margin-right:10%
}

#content .right {
	float:left;
	width:40%;
	margin-right:10%
}

#content p {
	margin-bottom: 12px;
}

#content .sevencol {
	font-size: 120%;
}

#content li {
	list-style:square;
	margin-left:18px;
}

#content ul {
	margin-bottom: 12px;
}

a:link.homeButton,
a:visited.homeButton {
	background: #B0442C;
	color: #fef8e7;
	display: block;
	font-size: 1.2em;
	height: 50px;
	line-height: 50px;
	margin: 30px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 300px;
}

a:hover.homeButton {
	background: #A03B24;
}

.homeButton p {
	text-align: center;
	padding-top: 15px;
	text-decoration: none;
	color: #fef8e7;
	font-size: 1.2em;
}

.photoborder {
	float:right;
	margin-left:20px;
	margin-bottom:15px;
}

.masthead {
	margin-bottom:20px;
}

.masthead .nivo-controlNav {
	display: none;
}

hr {
	border-color: #4a2a06;
	border-style: solid;
	border-width: 1px 0 0;
	height: 0;
	margin-top:16px;
	margin-bottom:16px;
}

/*
 * Callouts
 */
#callouts {
	margin: 12px 0;
	overflow: hidden;
	padding-left: 50px;
}

#callouts ul {
	margin: 0;
	padding: 0;
}

#callouts ul li {
	float: right;
	height: 110px;
	list-style: none;
	padding-right: 1.1%;
	margin-bottom: 10px;
	max-width: 350px;
	width: 100%;
}

#callouts.homepage ul li {
	height: 111px;
}

#callouts ul li a {
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fef8e7;
	display: block;
	font-size: 22px;
	font-weight: normal;
	height: 100%;
	line-height: 22px;
	max-height: 111px;
	position: relative;
	text-decoration: none;
	width: 100%;
}

#callouts ul li a.one {
	background-image: url(../images/callout-01.jpg);
}

#callouts ul li a.two {
	background-image: url(../images/callout-02.jpg);
}

#callouts ul li a.three {
	background-image: url(../images/callout-03.jpg);
}

#callouts ul li a span {
	display: block;
	left: 3%;
	position: absolute;
	text-align: left;
	top: 29%;
	width: 100%;
	word-spacing: 5px;
	-moz-transition: left .2s ease-in-out;
	-ms-transition: left .2s ease-in-out;
	-o-transition: left .2s ease-in-out;
	-webkit-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
}

#callouts ul li:hover span {
	left: 6%
}

#callouts .homepage ul li a span {
	top: 50%;
}

/*
 * Footer
 */
.footer {
	color: #4a2a06;
	font-size: 120%;
	margin-top: 25px;
	padding: 0 20px;
}

#footer {
	border-top: 1px solid #DAD0C2;
	padding: 20px 0 0 0;
}

/* #footer .sevencol br:first-child {
	display: none;
} */

#footer p {
	line-height: 20px;
	margin-bottom: 15px;
}

#footer p.textsmall {
	margin-bottom: 0;
}

#footer strong.footerhdr {
	color: #4a2a06;
	font-size: 140%;
}

#footer a,
#copyright a {
	color: #4a2a06;
	text-decoration: underline;
}

#footer a:hover,
#copyright a:hover {
	text-decoration: none;
}

#footer .sevencol p {
	
}

#footer .fivecol {
	text-align: right;
}

#footer .fivecol img {
	margin-top: 25px;
}

#copyright {
	color: #4a2a06;
	font-size: 90%;
	padding-bottom: 60px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

/*
 * Header
 */
#header .logo {
	background: url(../images/logo@2x.png) no-repeat left center;
	background-size: 218px 95px;
}

}

@media handheld, only screen and (max-width: 1000px) {

/*
 * Header
 */
#header #global p {
	font-size: 110%;
}

/*
 * Navigation
 */
#navigation ul li a {
	padding: 0 20px;
}

/*
 * Ribbon
 */
#ribbon p {
	font-size: 130%;
}

}

@media handheld, only screen and (max-width: 890px) {

/*
 * Header
 */
#header {
	padding: 20px 0 30px 0;
	text-align: center;
}

#header .logo {
	margin: 0 auto;
}

#header #global {
	padding: 0;
	text-align: center;
}

/*
 * Navigation
 */
#navigation {
	height: auto;
}

#navigation > ul > li {
	border: none;
}

#navigation > ul > li:last-child {
	border: none;
}

/*
 * Ribbon
 */
#ribbon {
	margin: 0 0 20px 0;
	padding: 20px;
	text-align: center;
}

#ribbon p {
	display: block;
	line-height: 20px;
	margin: 0 0 20px 0;
}

#ribbon a.button {
	float: none;
	margin: 0 auto;
}

/*
 * Callouts
 */
#callouts {display:none;}

/*
 * Footer
 */

#footer {
	margin-top: 10px;
}

#footer p,
#copyright p {
	text-align: center;
}

/*
 * Mediabar
 */
#bottomBarLET,
.jx-bar {
	display: none !important;
	left: -9999px;
}

}

@media handheld, only screen and (max-width: 420px) {

/*
 * General
 */
h1 {
	font-size: 160%;
}

/*
 * Header
 */
#header #global {
	font-size: 80%;
}

}

.robotic { display: none; }