@charset "UTF-8";
@import url("../webfonts/TrajanPro/stylesheet.css");
@import url("../webfonts/GillSans_Light/stylesheet.css");
@import url("../webfonts/GillSans_Regular/stylesheet.css");
@import url("../webfonts/GillSans_Bold/stylesheet.css");
@font-face {
  font-family: 'Trajan Pro';
  src: url('TrajanPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('TrajanPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('TrajanPro-Regular.woff') format('woff'), /* Modern Browsers */
       url('TrajanPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('TrajanPro-Regular.svg#b8a70d5ec6d2a6627ed4d54bfa4580ba') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

font-face {
  font-family: 'Gill Sans Std Light';
  src: url('GillSansStd-Light.eot'); /* IE9 Compat Modes */
  src: url('GillSansStd-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('GillSansStd-Light.woff') format('woff'), /* Modern Browsers */
       url('GillSansStd-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('GillSansStd-Light.svg#c9d7d6ba3edb688ac0cd94b441323a42') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'Gill Sans Std';
  src: url('GillSansStd.eot'); /* IE9 Compat Modes */
  src: url('GillSansStd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('GillSansStd.woff') format('woff'), /* Modern Browsers */
       url('GillSansStd.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('GillSansStd.svg#288054bb371749fa11e1519f067b1694') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Gill Sans Std';
  src: url('GillSansStd-Bold.eot'); /* IE9 Compat Modes */
  src: url('GillSansStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('GillSansStd-Bold.woff') format('woff'), /* Modern Browsers */
       url('GillSansStd-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('GillSansStd-Bold.svg#eac1bf2d01a62053199947cf13e52b2d') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
    font-family: 'borgia_proregular';
    src: url('BorgiaPro-Regular-webfont.eot');
    src: url('BorgiaPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('BorgiaPro-Regular-webfont.woff') format('woff'),
         url('BorgiaPro-Regular-webfont.ttf') format('truetype'),
         url('BorgiaPro-Regular-webfont.svg#borgia_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Conv_StoneSansStd-Medium';
	src: url('StoneSansStd-Medium.eot');
	src: local('☺'), url('StoneSansStd-Medium.woff') format('woff'), url('StoneSansStd-Medium.ttf') format('truetype'), url('StoneSansStd-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


#bodyContainer {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: center;
	filter: DropShadow(Color=#666, OffX=2, OffY=2, Positive=visible);
}
#header {
	height: 180px;
	width: 100%;
	background-image: url(../images/logo-header3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
#nav1 a:link{
	color: #A39565;
}
#nav1 a:visited {
	color: #A39565;
}
#nav1 a:hover {
	color: #CCC;
}
#nav1 a:active {
	color: #FFFFFF;
}

#nav1 {
	float: left;
	width: 505px;
	height: 39px;
	margin-top: 140px;
	text-align: right;
	padding-top: 0px;
	vertical-align: middle;
	padding-right: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	letter-spacing: 1px;
	font-family: TrajanPro;
}
#nav2 a:link{
	color: #A39565;
}
#nav2 a:visited {
	color: #A39565;
}
#nav2 a:hover {
	color: #CCC;
	text-decoration: none;
}
#nav2 a:active {
	color: #FFF;
}
#nav2 {
	height: 39px;
	width: 498px;
	margin-top: 140px;
	float: right;
	text-align: left;
	padding-right: 10px;
	padding-top: 0px;
	vertical-align: middle;
	padding-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	letter-spacing: 1px;
	font-family: TrajanPro;
}
#subheader-nav a:link{
	color: #1C7152;
}
#subheader-nav a:visited {
	color: #1C7152;
}
#subheader-nav a:hover {
	color: #CCC;
	text-decoration: none;
}
#subheader-nav a:active {
	color: #FFF;
}
#subheader-nav {
	background-color: #000;
	height: 30px;
	width: 1180px;
	vertical-align: middle;
	font-family: GillSans-Light;
	font-size: 15px;
	font-weight: lighter;
	color: #666;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#mainImage {
	height: 700px;
	width: 1200px;
	margin-top: 0px;
	background-color: #000000;
}
#contentWrapper {
	vertical-align: top;
	padding-left: 20px;
}
.mainNav {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 3px;
	margin-top: 5px;
	text-decoration: none;
	font-family: TrajanPro;
}
#Subheader2 {
	height: 70px;
	width: 1200px;
	background-color: #000;
	vertical-align: middle;
	display: block;
	clear: both;
}
.OffersBox {
	font-family: GillSans-Regular;
	font-size: 14px;
	font-weight: bolder;
	color: #006F51;
	text-decoration: none;
	background-color: #e2e2cf;
	text-align: center;
	display: block;
	border: thin solid #006F51;
	margin-right: 20px;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;
	margin-bottom: 10px;
}
#emailForm {
	height: 100%;
	width: 400px;
	display: inline;
	float: left;
	margin-left: 450px;
}
#Subhead3 {
	height: 30px;
	width: 140px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Footer a:link {
	color: #666;
}
#Footer a:visited {
}
#Footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#Footer a:active {
	color: #360;
}
#Footer {
	width: 1160px;
	height: 170px;
	background-image: url(../images/footer-bg2.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: top;
	background-color: #000;
	background-position: bottom;
}
#Footer2 {
	padding: 10px;
	height: 140px;
	width: 1180px;
	background-color: #000000;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
.captionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
.footerText {
	font-family: 'Conv_StoneSansStd-Medium', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	line-height: 14px;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 10px;
}
#OtherSites {
	width: 400px;
	height: 100px;
}
#othersites {
	display: block;
}
#bodyText a:link{
	color: #1C7152;
}
#bodyText a:visited {
	color: #1C7152;
}
#bodyText a:hover {
	color: #CCC;
	text-decoration: none;
}
#bodyText a:active {
	color: #FFF;
}
.bodyText {
	font-family: GillSans-Light;
	font-size: 12pt;
	color: #666;
	text-decoration: none;
	display: block;
	margin-bottom: 12px;
	line-height: 15pt;
	margin-top: 0px;
	font-weight: lighter;
	text-align: left;
	margin-right: 20px;
	margin-left: 0px;
	background-position: 0% 0%;
}
.promobox-Text {
	font-family: 'Conv_StoneSansStd-Medium', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	text-decoration: none;
	line-height: 15pt;
	margin-top: 10px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.bodyTextWhite {
	font-family: GillSans-Light;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 12px;
	line-height: 15pt;
	margin-top: 0px;
	font-weight: normal;
	text-align: left;
}
.wineText {
	font-family: 'Conv_StoneSansStd-Medium', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	text-decoration: none;
	display: block;
	line-height: 13pt;
	font-weight: normal;
	text-align: left;
}
.winePrices {
	font-family: 'Conv_StoneSansStd-Medium', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	text-decoration: none;
	display: block;
	line-height: 13pt;
	font-weight: normal;
	text-align: right;
}
.bodyTextBlack {
	font-family: GillSans-Regular;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
	display: inline;
	margin-bottom: 12px;
	line-height: 15pt;
	margin-top: 0px;
	font-weight: normal;
	text-align: left;
}
.bodyTextBlack-Bold {
	font-family: GillSans-Bold;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
	display: inline;
	margin-bottom: 12px;
	line-height: 15pt;
	margin-top: 0px;
	font-weight: bold;
	text-align: left;
}
.bodyTextBold {
	font-family: GillSans-Bold;
	font-size: 12pt;
	color: #666;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 12px;
	line-height: 14pt;
	margin-top: 0px;
	font-weight: bold;
	text-align: left;
	z-index: 2;
}
.bodyText2 {
	font-family: GillSans-Regular;
	font-size: 12px;
	color: #929292;
}
.homepromosub {
	font-family: GillSans-Regular;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #1B7152;
	display: block;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	letter-spacing: 1pt;
}
.Headline1 {
	font-family: 'TrajanPro', 'borgia_proregular', Times, "Times New Roman";
	font-size: 30px;
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: lighter;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
.specials a:link{
	color: #A39565;
}
.specials a:visited {
	color: #A39565;
}
.specials a:hover {
	color: #FFF;
}
.specials a:active {
	color: #A39565;
}
.specials {
	font-family: GillSans-Light;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #3C3C3C;
	display: block;
	height: 20px;
	width: 160px;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	letter-spacing: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
}
.booknow a:link {
	color: #fff;
}
.booknow a:visited {
	color: #fff;
}
.booknow a:hover {
	color: #000000;
}
.booknow a:active {
	color: #000;
}

.booknow {
	font-family: GillSans-Regular;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #A39565;
	display: block;
	height: 45px;
	width: 160px;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	float: left;
	letter-spacing: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 25px;
}

.footerLeft {
	font-family: GillSans-Regular;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	width: 520px;
	letter-spacing: 1pt;
}
.Headline2 {
	font-family: 'TrajanPro', 'borgia_proregular', Times, "Times New Roman";
	font-size: 20px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	vertical-align: top;
}
.promobox-Headline {
	font-family: 'borgia_proregular', Times, "Times New Roman";
	font-size: 20px;
	display: block;
	margin-top: 10px;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}
.Headline3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.gifts {
	padding: 10px;
	height: 250px;
	width: 1135px;
	border: 1px solid #000;
	vertical-align: top;
}
#error {
	background-color: #CEE0CF;
	padding: 20px;
	width: 600px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
#3column {
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}
.promobox {
	width: 566px;
	border: 1px solid rgba(221,221,221,1);
	border-radius: 5px;
	top: 0px;
	padding-bottom: 20px;
}
.RomanceSubMenu {
	font-family: TrajanPro;
	margin-bottom: 40px;
}
#weddingpackages {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
}
.locations {
	background-color: #EDEDED;
	margin-right: 20px;
	padding: 20px;
	height: 260px;
	margin-bottom: 20px;
}
.packagesBox {
	background-color: #EDEDED;
	margin-right: 20px;
	padding: 20px;
	height: 320px;
	margin-bottom: 20px;
}
.weddingIntro {
	padding-right: 500px;
	background-image: url(../images/weddingintro-bgd2.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-right: 20px;
}
.WeddingGroupsIntro {
	padding-right: 0px;
	background-image: url(../images/weddinggroups-intro.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 200px;
	min-height: 580px;
}
.TakeThePlunge {
	background-color: #EDEDED;
	margin-right: 20px;
	padding-top: 20px;
	padding-right: 600px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/take-the-plunge2.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin-bottom: 20px;
}
#GroupsMenu1 {
	padding: 10px;
	width: 190px;
	float: left;
	margin-right: 1px;
	text-align: center;
	background-color: #EDEDED;
	margin-bottom: 1px;
}
#GroupsMenu2 {
	background-color: #EDEDED;
	padding: 10px;
	width: 190px;
	margin-right: 1px;
	float: left;
	text-align: center;
	margin-bottom: 1px;
}
#GroupsMenu3 {
	background-color: #EDEDED;
	padding: 10px;
	float: left;
	width: 200px;
	margin-right: 1px;
	text-align: center;
	margin-bottom: 1px;
	clear: right;
}

#venue1 {
	float: left;
	width: 564px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#venue3 {
	float: left;
	width: 564px;
	margin-bottom: 20px;
}
#venue2 {
	float: left;
	width: 564px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#venue4 {
	float: left;
	width: 564px;
	margin-bottom: 20px;
}
#venue5 {
	float: left;
	width: 564px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#venue6 {
	float: left;
	width: 564px;
	margin-bottom: 20px;
}

.btn a:link{
	color: #FFFFFF;
}

.btn a:visited {
	color: #FFFFFF;
}
.btn a:hover {
	color: #FFFFFF;
}
.btn a:active {
	color: #FFFFFF;
}
.btn {
	background: #048f63;
	background-image: -webkit-linear-gradient(top, #048f63, #016146);
	background-image: -moz-linear-gradient(top, #048f63, #016146);
	background-image: -ms-linear-gradient(top, #048f63, #016146);
	background-image: -o-linear-gradient(top, #048f63, #016146);
	background-image: linear-gradient(to bottom, #048f63, #016146);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	display: block;
	width: 80px;
	margin-right: 20px;
}

.btn:hover {
	background: #03821c;
	text-decoration: none;
}
.800number {
	font-family: TrajanPro;
	font-size: 16px;
	text-align: center;
	display: block;
	float: left;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dine1 {
	margin: 30px;
	float: left;
	width: 520px;
}
.dine2 {
	margin: 30px;
	float: left;
	width: 520px;
	display: block;
}
#reviews_highlight {
	margin-bottom: 40px;
	padding-bottom: 20px;
	background-image: url(../images/CN-Traveler-World%27s-Best-2015-cover.jpg);
	background-origin: border-box;
	height: 200px;
	padding-left: 320px;
	background-repeat: no-repeat;
	background-position: 0% top;
	width: 840px;
	margin-right: 20px;
	padding-top: 10px;
	background-color: #EBEBEB;
}
#reviews-box1 {
	height: 200px;
	width: 275px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #C4C4C4;
	padding-top: 10px;
	float: left;
}
#reviews-box2 {
	height: 200px;
	width: 275px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #C4C4C4;
	padding-top: 10px;
	float: left;
}
#reviews-box3 {
	height: 200px;
	width: 275px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #C4C4C4;
	padding-top: 10px;
	float: left;
}
#reviews-box4 {
	height: 200px;
	width: 275px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #C4C4C4;
	padding-top: 10px;
	float: left;
}
.reviews-box5 {
	float: left;
	height: 200px;
	width: 275px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #C4C4C4;
}
.reviews-headline {
	float: left;
	width: 1160px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #C4C4C4;
}
