/*Site Colors
===================
Dark Blue: #1a2d51;
Light Blue: #5884b2;
Gold: #fed58e;
Light-Gold/Yelow: #fff4d6;
===================
*/
#HomePageMastheadCallout {
}
.sitemap {
	min-height: 500px;
	width: 400px;
}
#homeQS {
	position: relative;
	width: 985px;
	margin: -150px auto 0;
	background: #1a2d51;
	border-bottom: 8px solid #fed58e;
}
#homeQS iframe {
	width: 985px;
	height: 123px;
}
@-moz-document url-prefix() {
#homeQS iframe {
height:109px;
margin-bottom:10px;
}
}
/*Firefox Specific*/

@mediaÂ screenÂ andÂ (-ms-high-contrast:Â active), Â (-ms-high-contrast:Â none)Â  {
Â Â  Â Â Â #homeQS iframe {
height: 111px;
}
}
html[data-useragent*='MSIE 10.0'] #homeQS iframe {
	height: 111px;
}
/*Â IE10-specificÂ stylesÂ goÂ hereÂ */

.staticTable td {
	BORDER-RIGHT: #000 1px dotted;
	BORDER-TOP: #000 1px dotted;
	FONT-SIZE: 14px;
	BORDER-LEFT: #000 1px dotted;
	COLOR: #0000ff;
	BORDER-BOTTOM: #000 1px dotted;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	/*BACKGROUND-COLOR: #ffffff;*/
	padding: 5px;
	color: #000;
}
td.staticTableHeader {
	background-color: #1a2d51;
	color: #fff;
}
.staticTableHeader a:link, .staticTableHeader a:visited {
	color: #fff;
}
.staticTable {
	white-space: nowrap;
}
/*.staticTable a:link, .staticTable a:visited  {
	color:#000;
}*/

body, html {
	margin: 0;
	padding: 0;
}
body {
	background: url(/images/bg-pattern-tri.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #1a2d51;
	width: 100%;
	height: 100%;
}
.clearFloat, .clear, .clearfix, .clear-fix {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
h1, .h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #1a2d51;
	margin: 15px 0px 0px 0px;
	text-align: left;
	line-height: 24px;
}
h2, .h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #619cd0;
	margin: 15px 0px;
}
h3, .h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #1a2d51;
	margin: 15px 0px;
	border: none;/*test for IE10*/
}
h4, .h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1a2d51;
	margin: 10px 0 15px;
}
p, .p {
	line-height: 2em;
}
hr {
	border: solid #fed58e;
	border-width: 1px 0 0 0;
}
/*Default Link Styles*/
a, a:link, a:visited {
	/*color: #1a2d51;*/
	/*color: #4688BF; light blue*/
	/*med blue*/color: #566c97;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
img, a img, a:visited img {
	outline: none;
	border: none;
}
.borderEffect {
	background: #fff;
	border: 2px solid #fed58e;
}
img.layout {
	max-width: 90%;
	margin: 0 auto 20px auto;
	display: block;
}
/*Default Button styles*/
.button, #alphaButtons button {
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #fec43d;
	padding-left: 5px;
	padding-right: 5px;
	background: #ffe1ae;
	background: -moz-linear-gradient(top, #ffe1ae 40%, #fed58e 57%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ffe1ae), color-stop(57%, #fed58e));
	background: -webkit-linear-gradient(top, #ffe1ae 40%, #fed58e 57%);
	background: -o-linear-gradient(top, #ffe1ae 40%, #fed58e 57%);
	background: -ms-linear-gradient(top, #ffe1ae 40%, #fed58e 57%);
	background: linear-gradient(to bottom, #ffe1ae 40%, #fed58e 57%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1ae', endColorstr='#fed58e', GradientType=0 );
	white-space: nowrap;
}
.button:hover, .button:focus, .button:active {
	background: #fed58e; /* Old browsers */
	background: -moz-linear-gradient(top, #fed58e 37%, #ffe1ae 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, #fed58e), color-stop(60%, #ffe1ae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fed58e 37%, #ffe1ae 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fed58e 37%, #ffe1ae 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fed58e 37%, #ffe1ae 60%); /* IE10+ */
	background: linear-gradient(to bottom, #fed58e 37%, #ffe1ae 60%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed58e', endColorstr='#ffe1ae', GradientType=0 ); /* IE6-9 */
}
a.button, .button a, .button a:link, .button a:visited, .button a:hover, .button a:active {
	text-decoration: none;
	font-weight: normal;
}
.button-sm {
}
.button-md {
}
.button-lg {
	font-size: 22px;
	padding: 5px 0;
}
.button-block {
	display: block !important;
}
.buttonbarlink, a.buttonbarlink, a:link.buttonbarlink, a.buttonbarlink a, .buttonbarlink a:link {
	text-decoration: none;
	font-weight: normal;
}
/*HomePage Styles*/
#header {
	min-width: 1000px;
	height: 80px;
	background: url(/images/bg-pattern-stripes.png) repeat;
	border-bottom: 10px solid #fed58e;
}
.headerContact {
	color: #fed58e;
	list-style: none;
	text-align: right;
	padding: 10px 0;
	width: 1000px;
	margin: 0 auto;
	right: 10px;
	position: relative;
}
.headerContact li:first-child {
	font-size: 1.4em;
}
#logo {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: center;
}
#logo a {
	width: 244px;
	height: 184px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -122px;
	top: -80px;
}
#logo img {
}
#nav li#navLogoSpacerLi {
	margin: 0px;
}
#navLogoSpacer {
	display: block;
	width: 271px;
	height: 50px;
	background: none;
}
ul#nav #navLogoSpacer:hover, ul#nav #navLogoSpacer:active {
	background: none;
}
#menu {
	/*background: url(/images/nav-bar.png) no-repeat top center;*/
	width: 100%;
	min-width: 1000px;
	height: 50px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 6px 13px rgba(50, 50, 50, 0.23);
	-moz-box-shadow: 0px 6px 13px rgba(50, 50, 50, 0.23);
	box-shadow: 0px 6px 13px rgba(50, 50, 50, 0.23);
	background: #082d4d; /* Old browsers */
	background: -moz-linear-gradient(top, #082d4d 0%, #051c31 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #082d4d), color-stop(100%, #051c31)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #082d4d 0%, #051c31 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #082d4d 0%, #051c31 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #082d4d 0%, #051c31 100%); /* IE10+ */
	background: linear-gradient(to bottom, #082d4d 0%, #051c31 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082d4d', endColorstr='#051c31', GradientType=0 ); /* IE6-9 */
}
#mastHead {
	height: 552px;
	/*z-index: 1;*/
	position: relative;
	border-bottom: 7px solid #fed58e;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	background: #153c66;
}
#mastHeadMask {
	width: 1218px;
	height: 570px;
	position: absolute;
	margin: 0 auto;
	z-index: 2;
	left: 50%;
	margin-left: -609px;
}
#quickSearch, #content {
	z-index: 1;
}
#content {
	width: 951px;
	margin: 0 auto 20px auto;
	background: #1a2d51;
	text-align: left;
	padding: 14px 17px;
	position: relative;
	z-index: 1;
	height: 100%\9;
}
.dspNone {
	display: none;
}
#callOuts {
	position: absolute;
	height: 311px;
	width: 155px;
	top: -500px;
	left: 1px;
}
#callOuts a {
	display: block;
	width: 155px;
	height: 65px;
	margin-bottom: 20px
}
a#callOutSpecials, a#callOutSpecials:link, a#callOutSpecials:visited {
	background: url(/images/callout-sprite.png) no-repeat 0 0;
}
a#callOutSpecials:hover, a#callOutSpecials:active {
	background: url(/images/callout-sprite.png) no-repeat 0 -241px;
}
a#callOutPets, a#callOutPets:link, a#callOutPets:visited {
	background: url(/images/callout-sprite.png) no-repeat 0 -84px;
}
a#callOutPets:hover, a#callOutPets:active {
	background: url(/images/callout-sprite.png) no-repeat 0 -325px;
}
a#callOutEvent, a#callOutEvent:link, a#callOutEvent:visited {
	background: url(/images/callout-sprite.png) no-repeat 0 -165px;
}
a#callOutEvent:hover, a#callOutEvent:active {
	background: url(/images/callout-sprite.png) no-repeat 0 -406px;
}
#quickSearch {
	position: relative;
	width: 985px;
	/*margin: -150px auto 0;*/
	background: #1a2d51;
	border-bottom: 8px solid #fed58e;
}
.quickSearchHeader {
	background: url(/images/bg-pattern-tri-dark.png) repeat;
	padding: 7px 17px;
}
.quickSearchTitle {
	color: #fed58e;
	font-size: 22px;
}
.quickSearchTitle {
}
.quickSearchLinks {
	list-style: none;
	position: absolute;
	right: 17px;/*Don't use float:right or else the boogIE7 man will getcha*/
	top: 7px;
	margin: 0px;
}
.quickSearchLinks li {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid gold;
}
.quickSearchLinks li:first-child {
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
}
.quickSearchLinks a {
	color: #fed58e;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
}
.quickSearchLinks a:hover, .quickSearchLinks a:active, .quickSearchLinks a:focus {
	text-decoration: underline;
}
.qsHr {
	margin: 0 17px;
	border: solid #124974;
	border-width: 0 0 1px 0;
}
.quickSearchItems {
	color: #fff;
	padding: 15px 17px;
}
.quickSearchItems label {
	float: left;
	margin-right: 10px;
}
.quickSearchItems label div {
	font-size: 15px;
	margin-bottom: 5px;
}
.quickSearchItems select {
	width: 140px;
	border: 1px solid #333;
	background: #fff;
	font-size: 12px;
}
#qsSubmitBtn {
	width: 165px;/*Width to please the IE gods*/
	position: absolute;
	bottom: 12px;
	right: 17px;
	font-size: 18px;
	padding: 5px 15px;
}
#mainCopy {
	background: #fff;
	border: 2px solid #fed58e;
	width: 600px;
	float: left;
	padding: 0 15px;
	min-height: 204px;/*min-height: 831px; why?*/
}
@-moz-document url-prefix() {
#mainCopy {
min-height:238px;
}
}
#calloutSideBar {
	width: 299px;
	float: right;
	padding: 0px;
}
div#makeOffer {
	background: #f6faff;
}
div#makeOffer a, div#makeOffer a:link, div#makeOffer a:visited {
	border: 2px solid #fed58e;
	margin: 5px 0;
	width: 265px;
	float: right;
	padding: 5px 15px;
	font-size: 18px;
	text-align: center;
	background: linear-gradient(#f6faff 0%, #e0eaf1 100%);
	color: #1a2d51;
	text-decoration: none;
	display: block;
}
div#makeOffer a:hover, div#makeOffer a:active {
	background: #ffe1ae;
	background: -moz-linear-gradient(top, #ffe1ae 40%, #fed58e 57%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ffe1ae), color-stop(57%, #fed58e));
	background: -webkit-linear-gradient(top, #ffe1ae 40%, #fed58e 57%);
	background: -o-linear-gradient(top, #ffe1ae 40%, #fed58e 57%);
	background: -ms-linear-gradient(top, #ffe1ae 40%, #fed58e 57%);
	background: linear-gradient(to bottom, #ffe1ae 40%, #fed58e 57%);
}
#calloutGetaway, #calloutEmail {
	background: #fff;
	border: 2px solid #fed58e;
	margin-bottom: 0px;
	width: 265px;
	float: right;
	padding: 0 15px;
}
#calloutGetaway h3, #calloutEmail h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
	border: none;/*test for IE10*/
}
#calloutGetaway h3 strong, #calloutEmail h3 strong {
	font-size: 24px;
	font-weight: 400;
}
#calloutGetaway p, #calloutEmail p {
	color: #5884b2;
	line-height: 1em;
	font-size: 14px;
	text-align: left;
	padding: 0 15px;
	border: none;/*experiment for IE10*/
}
#calloutGetaway a, #calloutEmail a, #calloutGetaway span, #calloutEmail span {
	color: #5884b2;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6em;
	text-decoration: none;
	display: block;
}
#calloutGetaway a:hover, #calloutGetaway a:hover, #calloutEmail a:hover, #calloutEmail a:hover {
	text-decoration: underline;
}
#calloutGetaway {
	padding: 10px 15px;
	background: #fff url(/images/callout-getaway-bg.jpg) no-repeat;
}
#calloutGetaway h3, #calloutGetaway a {
	float: right;
}
#calloutEmail {
	padding: 5px 15px;
	text-align: center;
	background: #e0eaf1;
	background: linear-gradient(#f6faff 0%, #e0eaf1 100%);
}
#vesignbox input {
	font-size: 14px;
	margin-top: 10px;
}
/*#footer {
	width: 985px;
	padding: 14px 0px 0px;
	margin: 50px auto;
	position: relative;
}*/

#googleWrapper {
	width: 150px;
	height: 80px;
	float: right;
}
#plusone {
	margin: 0 13px;
	float: left;
	position: relative;
	top: 12px;
}
#localplusone {
	float: left;
}
a#googleLink {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	color: #FED58E;
	margin: 10px 0 0 0;
}
#footer {
	width: 985px;
	padding: 0px 0px 0px 0;
	margin: 0px auto 25px auto;
	position: relative;
}
#footer ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 1.6em;
}
.footerRow {
	clear: both;
	position: relative;
}
.footerRental {
	float: left;
}
.footerRental ul {
}
.footerRental ul li {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff4d6;
}
.footerRental ul li:first-child {
	margin: 0px;
	padding: 0px;
	border: 0px solid transparent;
}
.footerRental a {
	color: #fff4d6;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}
.footerRental a:hover, .footerRental a:active, .footerRental a:focus {
	text-decoration: underline;
}
.footerSocialMedia {
	float: right;
	border: 1px solid #fed58e;
}
.footerSocialMedia h4 {
	background: #fed58e;
	font-size: 14px;
	margin: 0px;
	padding: 3px 20px;
}
.footerSocialMedia a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 6px;
}
.footerSocialMedia a:first-child {
	margin: 0px;
}
.footerSocialIcons {
	display: block;
	width: 95px;
	height: 24px;
	background: url(/images/socialmedia-sprite.png) top left no-repeat;
	margin: 10px 10px;
}
.socialIconBlogger {
	display: none;
}
.footerSearch {
	float: left;
}
.footerSearch li {
	width: 250px;
}
.footerSearch li:first-child {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.footerLinks {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.footerLinks ul {
}
.footerLinks li {
	display: inline;
}
.footerLinks li a, .footerLinks li a:visited {
	color: #fed58e;
	text-decoration: none;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	border-left: 1px solid #f3d58e;
	font-weight: 400;
}
.footerLinks li:first-child a {
	padding: 0px;
	margin: 0px;
	border: 0px solid transparent;
}
.footerLinks li a:hover, .footerLinks li a:focus {
	text-decoration: underline;
}
.footerContact {
	float: left;
	margin-top: 2em;
}
.footerContact li strong {
	font-size: 14px;
}
.footerCopyright {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
}
a.footerNote, a:link.footerNote, a:visited.footerNote {
	color: #1a2d51;
}
/*Page2 Styles*/
.page2 {
}
.page2 #content {
	top: 0px;
	margin: 75px auto 29px auto;
	position: relative;
}
.page2 #mainCopy {
	width: 917px;
	float: none;
	padding-bottom: 25px;
	height: 100%\9;
}
/*camera styles*/
#back_to_camera {
	clear: both;
	display: block;
	height: 80px;
	line-height: 40px;
	padding: 20px;
}
.fluid_container, #fluid_container {
	margin: 0 auto;
	width: 100%;
	max-width: 1131px;
	max-height: 558px;
	position: relative;
	min-height: 508px;
}
#hdrDeco {
	width: 1000px;
	margin: 0 auto;
	height: 138px;
	background: url(/images/hdr-dec.png) no-repeat top center;
}
#copyHome {
	max-width: 960px;
	min-width: 780px;
	height: 100%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 20px 0px 20px;
}
/*end camera styles*/


/*##Navigation Styles##*/


/* Main Nav details */
/* main nav UL class - can have a width defined */
#nav, #nav ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	font-size: 13px;
	position: relative;
	text-align: center;
	width: 1000px;
}
/* This makes sure subnavs display:none */
#nav ul {
	position: absolute;
	display: none;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	z-index: 100;
	left: -1px;
	border-top: 1px solid #fff4d6;
}
/* Tier 1 Nav */

/* This is the main class for the tier 1 LI - adjust as neccessary, but most styles will be controlled by the link classes */
#nav li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Tier 1 Link state */
/* This is styling for Tier 1 items */
#nav a {
	color: #fed58e;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: block;
	text-decoration: none;
	outline: none;
	line-height: 50px;
}
a#lastItem {
	border-right: none;
}
/* Tier 1 Hover State */
/* These control the hover state of tier 1 items - MAKE SURE YOU UPDATE BOTH FOR BROWSER COMPATIBILITY */
ul#nav li:hover>a {
	color: #fff4d6;
}
ul#nav li a:hover {
	color: #fff4d6;
}
ul#nav li:hover>a#lastItem {
	background: #eaf5ff url(/images/bkgd-branding.png);
}
ul#nav li a#lastItem:hover {
	background: #eaf5ff url(/images/bkgd-branding.png);
}
/* End 1 Hover */
/* End Tier 1 Classes */



/* Tier 2 Nav */

/* This is for the tier 2 UL - Width will be inherited from parent unless defined*/
#nav li ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 170px;
	-webkit-box-shadow: 5px 3px 8px rgba(50, 50, 50, 0.49);
	-moz-box-shadow: 5px 3px 8px rgba(50, 50, 50, 0.49);
	box-shadow: 5px 3px 8px rgba(50, 50, 50, 0.49);
}
/* This is for the tier 2 LI's - define width same as above*/
#nav li li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 170px;
	float: left;
}
/* Tier 2 Link state */
/* This is styling for Tier 2 links */
#nav li ul a {
	font-size: 12px;
	display: block;
	cursor: pointer;
	color: #1a2d51;
	text-decoration: none;
	background: #fed58e;
	padding: 8px 10px;
	margin: 0;
	border-bottom: 1px solid #fff4d6;
	border-left: 1px solid #fff4d6;
	border-right: 1px solid #fff4d6;
	text-align: left;
	line-height: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}
/* Tier 2 Hover State */
/* These control the hover state of tier 2 items - MAKE SURE YOU UPDATE BOTH FOR BROWSER COMPATIBILITY */
ul#nav li ul li:hover>a {
	background: #70a1cc;
	color: #fff;
	border-bottom: 1px solid #76a8d3;
}
ul#nav li ul li a:hover {
	background: #70a1cc;
	color: #fff;
	border-bottom: 1px solid #76a8d3;
}
/* End 2 Hover */
/* End Tier 2 Classes*/



/* Tier 3 Nav */

/* This is for the tier 3 UL - Width will be inherited from parent unless defined*/
#nav ul ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 170px;
}
/* This is for the tier 3 LI's - define width same as above*/
#nav ul ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 170px;
	float: left;
}
/* Tier 3 Link state */
/* This is styling for Tier 3 links */
#nav ul ul a {
	font-size: 12px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	background: #fff4d6;
	padding: 8px 0 8px 10px;
	margin: 0;
	border-bottom: 1px solid #fed58e;
	border-left: 1px solid #fed58e;
	border-right: 1px solid #fed58e;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
}
/* Tier 3 Hover State */
/* These control the hover state of tier 3 items - MAKE SURE YOU UPDATE BOTH FOR BROWSER COMPATIBILITY */
ul#nav li ul li ul li:hover>a {
	background: #a8e4ef;
	color: #15569d;
	border-bottom: 1px solid #a6dee9;
}
ul#nav li ul li ul li a:hover {
	background: #a8e4ef;
	color: #15569d;
	border-bottom: 1px solid #a6dee9;
}
/* End 3 Hover */


/* Tier 3 Link positioning overtop of Tier 2 */
/* Adjust as neccessary, depending on your defined widths or Tier 2 UL */
#nav li ul ul {
	left: 169px;
	margin: -34px 0 0 0;
	border-top: 1px solid #fed58e;
}
/* End Tier 3 Classes */



/* Highlight Class */
/* This is for the regular highlight link state */
#nav li ul a:link.highlight, #nav li ul a:visited.highlight {
	background: #afe2dd;
	color: #1a4c91;
}
/* These control the hover state of the highlight class - MAKE SURE YOU UPDATE BOTH FOR BROWSER COMPATIBILITY */
ul#nav li ul li:hover>a.highlight {
	background: #60c6bb;
	color: #1a4c91;
	border-bottom: 1px solid #a6dee9;
}
ul#nav li ul li a:hover.highlight {
	background: #60c6bb;
	color: #1a4c91;
	border-bottom: 1px solid #a6dee9;
}
/* End Highlight Classes */


/* NO NEED TO ADJUST THESE */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}
#nav li ul a.dropArrow, #nav li ul a.dropArrow:link, #nav li ul a.dropArrow:visited, #nav li ul a.dropArrow:hover, #nav li ul a.dropArrow:active {
	background-image: url(/images/nav-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 0;
}
/*##End Nav Style##*/

/*begin media query adjustments*/
@media all and (min-width:1681px) {
body.interior {
	background: url(/images/page2-bg-big.jpg) fixed top left no-repeat;
}
}
@media all and (min-width:1140px) {
#fluid_container {
}
}
@media all and (min-width:1386px) and (max-width:2500px) {
}
@media all and (min-width:1221px) and (max-width:1385px) {
}
@media all and (min-width:1181px) and (max-width:1220px) {
}
@media all and (min-width:986px) and (max-width:1180px) {
}
@media all and (min-width:0px) and (max-width:985px) {
}
/*Email Friend*/
.mainContent3 {
	background: #fff;
	border: 2px solid #fed58e;
	margin: 33px;
}
/*For sitewide images*/
.staticImgRight {
	margin-left: 10px;
}
.staticImgLeft {
	margin-right: 10px;
}
.staticImgCenter {
	margin: 0 auto;
}
.returnToTop {
	text-align: right;
	float: right;
}
a:link.returnToTop, a:visited.returnToTop {
	color: #4688BF;
}
/*For SandbridgeBeach-Weddings-SpecialsEvents-CorporateEvents-BeachWedding-VirginiaBeachVA-.htm*/
.greenBG {
	background-color: #8ACDD2;
}
.lightyellowBG {
	background-color: #FFFFCC;
}
/*END For SandbridgeBeach-Weddings-SpecialsEvents-CorporateEvents-BeachWedding-VirginiaBeachVA-.htm*/

/*OwnerNet*/
.ownerNav {
	background: #082d4d;
	border: none;
}
/*Wedding Page*/
.mainWedding img {
	width: 700px;
}
.mainWedding {
	width: 700px;
	margin: 0 auto;
}
#newslider {
	height: 416px;
	border: none;
	padding: 10px;
	overflow: hidden;
	width: 464px;
}
/*For Homepage Callout*/
/* .cameraTextBG {
width: 450px;
height: 55px;
padding: 3px 0 0px 0px;
border-top: 1px solid #fed58e;
border-bottom: 1px solid #fed58e;
bottom: -386px;
display: block;
position: absolute;
width: 100%;
z-index: 10000;
height: 74px;
width: 482px;
left: 569px;
}
.cameraText {
color: #fff4d6;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-style: italic;
display: block;
width: 459px;
height: 57px;
padding: 9px 6px 5px 17px;
background: url(/images/camera-text-bg.png);
} */
.customCalloutBG {
	width: 320px;
	height: 55px;
	padding: 3px 0 0px 0px;
	border-top: 1px solid #fed58e;
	border-bottom: 1px solid #fed58e;
	bottom: -386px;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 10000;
	height: 74px;
	width: 359px;
	top: -500px;
	left: 624px;
}
.customCallout {
	color: #fff4d6;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-style: italic;
	display: block;
	width: 357px;
	height: 70px;
	padding: 0 15px;
	background: #153c66;
	opacity: .8;
	vertical-align: middle;
	display: table-cell;
}
.customCallout a, .customCallout a:link, .customCallout a:visited {
	color: #52a8f0;
}
.customCallout a:hover, .customCallout a:active {
	color: #fff;
}
/*END For Homepage Callout*/

.resultsSearchBox {
	float: right;
	width: 25%;
}
#alert {
	color: #E82C0C;
}
/*Luxury Page*/
.textCenter {
	text-align: center!important;
}
.leadText {
	font-size: 18px;
}
#luxBodyContent {
	background: #1a2d51;
	width: 990px;
	margin: 0 auto 50px auto;
	padding: 10px 5px;
}
.luxContent {
	background: #fff;
	width: 964px;
	margin: 0 auto;
	border: 2px solid #fed58e;
	padding: 5px;
}
#luxCalloutButton {
	position: relative;
	/* width: 985px; */
	top: -150px;
}
.calloutBlock {
	    width: 275px;
    padding: 10px;
    widows: 2;
    margin: 0 13px;
    text-align: justify;

}
#luxButton {
	width: 300px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 10px 42px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 42px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 42px 1px rgba(0,0,0,0.75);
}
/*lux form*/
.lux-form-wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
}
.row {
	padding: 15px 0;
}
input.button.primary.radius {
	font-size: 16px;
	padding: 10px;
}
.lux-form-wrapper label {
	font-size: 1rem;
	color: #333333;
	cursor: pointer;
	display: block;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}
.lux-form-wrapper input.luxForm{
	width:90%;
	height:20px;
}
.lux-form-wrapper textarea {
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #FFFFFF;
	font-family: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	font-size: 0.875rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.button.button-lg {
    width: 275px;
    margin: 0 auto 20px auto;
}
.cols3 {
	width: 32%;
	float: left;
}
