/*********************
  general items
*********************/
* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
fieldset {
	border: 0;
}
a:focus {
	outline: 0;
}
/*********************
  Main Styles
*********************/
html {
	font: .627em Verdana, Arial, Helvetica, sans-serif;
	background: #e4e0dd url(../images/html_bgr.gif) repeat-x 0 0;
}
body {
	text-align: center;
	color: #5b3b27;
	background: url(../images/body_bgr.gif) repeat-x bottom left;
}
#container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	background: #FFFFFF url(../images/bgd.gif) repeat-y 0 0;
}
#container.leftbg {
	background: #FFFFFF url(../images/bgd_left.gif) repeat-y 0 0;
}
#container.nobg {
	background: #FFFFFF;
}

/*********************
  header & footer
*********************/
#header {
	float: left;
	width: 950px;
	background: url(../images/header_bgr.jpg) no-repeat 0 0;
}
#about_logo {
	float: left;
	width: 575px;
	padding-bottom: 3px;
}
#header a#logo {
	float: left;
	position: relative;
	z-index: 2;
	display: inline;
	margin-left: 54px;
}
#header a#logo img {
	display: block;
}
#header p#agency {
	float: left;
	display: inline;
	margin: 32px 0 0 -2px;
	padding-top: 53px;
	width: 297px;
	height: 0;
	overflow: hidden;
	font-size: .1em;
	background: url(../images/p_agency.gif) no-repeat 0 0;
}
#top_nav_and_contact {
	float: left;
	width: 375px;
}
ul#top_nav {
	float: right;
	padding: 12px 10px 21px 0;
	list-style-type: none;
	font-size: 1em;
}
ul#top_nav li {
	float: left;
	color: #a8ada4;
	display: inline;
}
ul#top_nav li a {
	padding: 0 5px;
	color: #a8ada4;
	text-decoration: none;
}
ul#top_nav li a:hover {
	color: #fff;
	text-decoration: underline;
}
p.phone,
a.mail {
	display: inline;
	float: right;
	clear: right;
	padding-top: 21px;
	margin-right: 10px;
	width: 223px;
	height: 0;
	overflow: hidden;
	font-size: .1em;
	background: url(../images/phone.gif) no-repeat 0 0;
}
a.mail {
	width: 200px;
	margin-right: 14px;
	background: url(../images/a_mail.gif) no-repeat 0 0;
}

#footer {
	clear: both;
	padding-top: 24px;
	margin-top: 10px;
	width: 950px;
	height: 56px;
	color: #fff;
	background: url(../images/footer_bgr.jpg) no-repeat 0 0;
}
a#bbb {
	float: left;
	display: inline;
	margin: -13px 0 0 16px;
}
a#bbb img {
	display: block;

}
a#iatan {
	float: left;
	display: inline;
	margin: 0px;
	margin-top: -10px;
}
a#iatan img {
	display: block;

}
p#copyright {
	float: left;
	font-size: 1em;
	padding: 15px 0 0 8px;
}
p#copyright a {
	color: #fff;
	text-decoration: none;
}
p#copyright a:hover {
	text-decoration: underline;
}
#footer p.phone {
	background: url(../images/f_phone.gif) no-repeat 0 0;
}
#footer a.mail {
	background: url(../images/f_a_mail.gif) no-repeat 0 0;
}
/*********************
  navigation
*********************/
#nav {
	float: left;
	clear: left;
	width: 950px;
	height: 46px;
	list-style-type: none;
	margin-bottom: -1px;
}
#nav li {
	float: left;
	display: inline;
}
#nav li a {
	float: left;
	display: block;
	padding-top: 46px;
	height: 0;
	overflow: hidden;
	font-size: .1em;
	background: url(../images/nav.gif) no-repeat 0 0;
}
#nav li#about a {
	width: 216px;
	background-position: 0 0;
}
#nav li#services a {
	width: 127px;
	background-position: -216px 0;
}
#nav li#weddings a {
	width: 115px;
	background-position: -343px 0;
}
#nav li#testimonials a {
	width: 130px;
	background-position: -458px 0;
}
#nav li#destinations a {
	width: 130px;
	background-position: -588px 0;
}
#nav li#specials a {
	width: 100px;
	background-position: -718px 0;
}
#nav li#contact a {
	width: 132px;
	background-position: -818px 0;
}

#nav li#about a:hover          { background-position:    0px -46px; }
#nav li#services a:hover       { background-position: -216px -46px; }
#nav li#weddings a:hover       { background-position: -343px -46px; }
#nav li#testimonials a:hover   { background-position: -458px -46px; }
#nav li#destinations a:hover   { background-position: -588px -46px; }
#nav li#specials a:hover       { background-position: -718px -46px; }
#nav li#contact a:hover        { background-position: -818px -46px; }

#nav li#about a.on,
#nav li#about a:active         { background-position:    0px -92px; }
#nav li#services a.on,
#nav li#services a:active      { background-position: -216px -92px; }
#nav li#weddings a.on,
#nav li#weddings a:active      { background-position: -343px -92px; }
#nav li#testimonials a.on,
#nav li#testimonials a:active  { background-position: -458px -92px; }
#nav li#destinations a.on,
#nav li#destinations a:active  { background-position: -588px -92px; }
#nav li#specials a.on,
#nav li#specials a:active      { background-position: -718px -92px; }
#nav li#contact a.on,
#nav li#contact a:active       { background-position: -818px -92px; }

/*********************
  main content items
*********************/
#content {
	clear: left;
	width: 950px;
	background: #fff;
}
#main_content {
	float: left;
	clear: left;
	margin-bottom: 15px;
	border-right: 2px solid #cac2bc; 
	width: 766px;
	line-height: 1.4em;
	background: url(../images/main_content_bgr.gif) repeat-y 542px 0px;
}
#content .template2 {
	background: url(../images/main_content_bgr.gif) repeat-y 465px 0px;
}
#content .template3 {
	background: url(../images/main_content_bgr.gif) repeat-y 343px 0px;
}
#content .template4 {
	float: right;
	background: #fff;
	border: solid #cac2bc;
	border-width: 0 0 0 2px;
	width: 730px;
}
#content .template5 {
	background: #fff;
}
#content .template6 {
	background: url(../images/main_content_bgr.gif) repeat-y 576px 0px;
	float: right;
	border: solid #cac2bc;
	border-width: 0 0 0 2px;
	width: 730px;
}
#content .template6 #main_inner {
	width: 543px; 
	padding-right: 165px;
	position: relative;
}
#content .template7 {
	background: url(../images/main_content_bgr.gif) repeat-y 240px 0px;
}
#content .template7 #main_left {
	width: 190px;
	
}
#content .template7 #main_right {
	width: 490px; 
}
#main_image_area {
	width: auto;
	padding-bottom: 26px;
	background: #fff;
}
#main_image_area img {
	display: block;
}
#main_left {
	float: left;
	display: inline;
	padding: 0 24px 0 30px;
	width: 490px;
	font-size: 1.1em;
}
#main_inner {
	padding: 0 130px 15px 22px;
	width: 578px;
	font-size: 1.1em;
}
#main_inner.wide {
	padding: 0 25px 0 25px;
	width: 716px;
	font-size: 1.1em;
}
.template2 #main_left {
	width: 410px;
}
.template3 #main_left {
	width: 289px;
}
#main_left h1,
#main_left h2,
#main_right h2,
#main_inner h1,
#main_inner h2 {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 1.64em;
	font-weight: normal;
	padding-bottom: 20px;
	color: #583f2c;
}
#main_left h2.upper,
#main_inner h2.upper {
	text-transform: uppercase;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 2px;
	color: #5b3b26;
}
#main_left h3,
#main_inner h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #5b3b26;
}
h1.special {
	padding-left: 145px;
}
#main_left p,
#main_inner p {
	padding-bottom: 18px;
}
#main_left div.quote {
	padding-bottom: 18px;
}
#main_left .quote p {
	display: inline;
	font-style: italic;
}
#main_left span.strong_in {
	font-weight: bold;
}
a.continue_reading {
	color: #5b3b26;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
a.continue_reading:hover {
	text-decoration: underline;
}
.fl_image_area {
	float: left;
	padding: 0 15px 10px 0;
	width: 195px;
}
#main_left .fl_image_area p {
	padding-bottom: 15px;
	font-size: .92em;
	font-style: italic;
}
.fl_image_area img {
	display: block;
	margin-bottom: 5px;
	border: 3px solid #b3a89a;
}
ul#references {
	list-style-type: none;
}
ul#references li {
	padding-bottom: 10px;
}
ul#references p {
	padding-bottom: 0;
}
ul#references p a {
	color: #5b3b26;
	text-decoration: none;
}
ul#references p a:hover {
	text-decoration: underline;
}
span.italic {
	font-style: italic;
}

#main_right {
	float: left;
	padding: 0 12px;
	width: 198px;
	font-size: 1.1em;
}
.template2 #main_right {
	padding: 0 28px;
	width: 244px;
}
.template3 #main_right {
	padding: 0 28px;
	width: 367px;
}
#main_right p {
	padding-bottom: 18px;
}
#main_right ul#awards {
	padding-bottom: 10px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	list-style-type: none;
}
#main_right ul#awards li {
	padding-bottom: 12px;
}
#main_right img.centered {
	display: block;
	margin: 0 auto 5px;
}
#main_right p.strong {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1em;
}
a.download_pdf,
a.more {
	font-size: .85em;
	text-transform: uppercase;
	text-decoration: none;
	color: #402b1b;
}
a.more {
	font-weight: bold;
}
a.download_pdf:hover,
a.more:hover {
	text-decoration: underline;
}

div#sidebar {
	float: left;
	padding-top: 0px;
	width: 182px;
}
div#sidebar.left {
	width: 218px;
}
div#sidebar .module img {
	display: block;
}
ul.address {
	padding-bottom: 18px;
	list-style-type: none;
}
div.hr_module {
	float: left;
	display: inline;
	width: 136px;
}
a.email {
	color: #5b3b26;
	text-decoration: none;
}
a.email:hover {
	text-decoration: underline;
}
form#info {
	padding-bottom: 15px;
	width: 229px;
	display: block;
	margin: 0 auto;
}
form#info fieldset {
	width: 229px;
	display: block;
}
form#info label {
	display: block;
	padding-bottom: 3px;
	width: 229px;
}
form#info input {
	margin: 0 0 10px;
	border: 0;
	padding: 2px 2px 2px 3px;
	clear: left;
	display: block;
	width: 224px;
	height: 16px;
	background: url(../images/input_bgr.gif) no-repeat 0 0;
}
form#info textarea {
	clear: left;
	display: block;
	margin: 0 0 14px;
	border: 0;
	padding: 2px;
	width: 225px;
	height: 88px;
	overflow: auto;
	background: url(../images/textarea_bgr.gif) no-repeat 0 0;
}
form#info input#send {
	margin: 0;
	border: 0;
	padding: 0;
	clear: left;
	display: block;
	width: 62px;
	height: 34px;
}
.la_image {
	display: block;
	margin-bottom: 18px;
	border: 3px solid #b3a89a;
}

div.photo_tour {
	padding: 0 0 178px 248px;
	width: 330px;
	background: url(../images/photo_tour_bgr.jpg) no-repeat 0 10px;
}

div.virtual_tours  img{
	padding-right: 22px;
	float: left;
}
div.virtual_tours  h2{
	padding-bottom: 14px !important;
}
div.virtual_tours  a {
	font-weight: normal;
	font-size: 13px;
	color: #7E736B;
	text-decoration: none;
}
div.virtual_tours  a:hover {
	color: #48301E;
}

ul#hot_specials {
	float: left;
	list-style-type: none;
	padding-bottom: 50px;
	width: 716px;
}
ul#hot_specials p.sml {
	font-size: .8em;
	line-height: normal;
}
ul#hot_specials h2 {
	padding-bottom: 4px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
ul#hot_specials li {
	float: left;
	clear: left;
	padding: 20px 0;
	width: 716px;
	background: url(../images/dots.gif) repeat-x top left;
}
ul#hot_specials li.first {
	background: none;
}
ul#hot_specials ul {
	padding-bottom: 18px;
	width: auto;
	list-style-type: none;
	
}
ul#hot_specials ul li {
	float: none;
	padding: 0 0 3px;
	background: none;
	width: auto;
}
ul#hot_specials ul li .booking {
	float: left;
	width: 120px;
}
ul#hot_specials li .logos {
	float: left;
	width: 146px;
	text-align: center;
}
ul#hot_specials li .sp_content {
	float: left;
	width: 570px;
}
ul#hot_specials a.sp_more {
	color: #035e8c;
	text-decoration: none;
}
ul#hot_specials a.sp_more:hover {
	text-decoration: underline;
}
ul#hot_specials li img {
	padding-right: 15px;
	line-height: 162px;
	vertical-align: middle;
}
ul#testimonials {
	list-style-type: none;
}
ul#testimonials li {
	padding-bottom: 25px;
	background: url(../images/dots.gif) repeat-x 0px 25px;
}
ul#testimonials li .name {
	float: left;
	padding: 0 45px 0 25px;
	width: 155px;
	background: url(../images/t_bullet.gif) no-repeat 10px 1px;
}
ul#testimonials li.on .name {
	background: url(../images/t_bullet_on.gif) no-repeat 10px 5px;
}
ul#testimonials li h2 {
	text-transform: uppercase;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #5b3b26;
}
ul#testimonials ul {
	list-style-type: none;
}
ul#testimonials ul li {
	clear: left;
	padding: 0;
	background: none;
}
ul#testimonials ul li.on {
	background: #f1efed;
}
ul#testimonials ul li .te_module{
	display: none;
}
ul#testimonials ul li.on .te_module{
	display: block;
}
.te_module {
	float: left;
	clear: left;
	padding: 6px 7px 0 7px;
	margin-bottom: 10px;
	width: 702px;
	background: #f1efed;
}
.img_area {
	float: left;
	width: 212px;
	display: inline;
	padding-right: 10px;
}
.click_area {
	padding-top: 6px;
}
.click_area:hover {
	background: #f1efed;
	cursor: pointer;
}
* html body .click_area:hover {
	cursor: hand;
}
.img_area img {
	border: 2px solid #fff;
}
.text_area {
	float: left;
	width: 480px;
	display: block;
	font-style: italic;
	line-height: normal;
}

/*home*/

#intro {
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #c1b7b0;
	width: 950px;
}
#about_ig {
	float: left;
	padding: 15px 25px;
	width: 276px;
	text-align: center;
}
#about_ig p,
#about_ig a {
	font-size: 1.1em;
}
#about_ig p.tagline {
	margin-bottom: 5px;
	padding-bottom: 35px;
	background: url(../images/tagline_bgr.gif) no-repeat bottom center;
	font: 1.7em Times New Roman, Arial, Helvetica, sans-serif;
}
#flash_placeholder {
	float: left;
	width: 624px;
}
#flash_placeholder img {
	display: block;
}
#modules_wrapper {
	float: left;
	width: 950px;
	margin-bottom: 10px;
	background: url(../images/modules_bgr.gif) repeat-y 9px 0;
}
#modules {
	float: left;
	width: 950px;
	padding-bottom: 5px;
	background: url(../images/modules_btm.gif) no-repeat bottom left;
}
#modules .home_module {
	float: left;
	display: inline;
	margin-left: 9px;
	padding: 0 2px;
	width: 222px;
}
#home_module .module img {
	display: block;
	padding-bottom: 8px;
}
#awards_flash_placeholder {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 226px;
}
h2#photo_tour,
h2#from_our_brides,
h2#hottest_special {
	margin: 0 -2px;
	padding-top: 28px;
	height: 0;
	width: 226px;
	overflow: hidden;
	font-size: 1px;
	background: url(../images/heading_photo_tour.gif) no-repeat 0 0;
}
h2#from_our_brides {
	background: url(../images/heading_from_our_brides.gif) no-repeat 0 0;
}
h2#hottest_special {
	background: url(../images/heading_hottest_special.gif) no-repeat 0 0;
}
.home_module p,
.home_module a {
	display: block;
	padding: 0 10px 5px;
	text-decoration: none;
	color: #5b3b26;
}
.home_module a.quote {
	font-style: italic;
}
.home_module h3 {
	padding: 0 10px 2px;
	font-size: 1em;
}
#booking_and_logos {
	float: left;
	clear: left;
	padding: 15px 0 0px 10px;
	width: 940px;
	border-top: 1px solid #c1b7b0;
}
#booking {
	float: left;
	width: 226px;
}
#booking a img {
	display: block;
	padding-bottom: 10px;
}
ul#logos {
	list-style-type: none;
	float: left;
	display: inline;
	margin-left: 23px;
	width: 680px;
}
ul#logos li {
	float: left;
}
ul#logos li a {
	float: left;
	display: inline;
	height: 0;
	overflow: hidden;
	font-size: .1em;
	background: url(../images/logos.gif) no-repeat 0 0;
}
ul#logos li#cp a {
	padding-top: 140px;
	width: 123px;
	background-position: 0 0;
}
ul#logos li#cp a:hover {
	background-position: 0 -140px;
}

ul#logos li#pbs a {
	padding-top: 67px;
	width: 115px;
	background-position: -124px -140px;
/*	background-position: -124px 0; */
}
ul#logos li#pbs a:hover {
	background-position: -124px -140px;
}

ul#logos li#eg_lr a {
	padding-top: 67px;
	width: 328px;
	background-position: -238px -140px;
/*	background-position: -238px 0; */
}
ul#logos li#eg_lr a:hover {
	/* background-position: -238px -140px; */
}
ul#logos li#rp a {
	padding-top: 45px;
	width: 111px;
/*	background-position: -562px 0; */
	background-position: -562px -140px;
}
ul#logos li#rp a:hover {
	background-position: -562px -140px;
}

ul#logos li#psa a {
	padding-top: 73px;
	width: 115px;
/*	background-position: -124px -67px; */
	background-position: -124px -207px;
}
ul#logos li#psa a:hover {
	background-position: -124px -207px;
}

ul#logos li#vc a {
	padding-top: 73px;
	width: 240px;
	background-position: -238px -207px;
/*	background-position: -238px -67px; */
}
ul#logos li#vc a:hover {
	/* background-position: -238px -207px; */
}

ul#logos li#azul a {
	position: relative;
	z-index: 2;
	margin-top: -9px;
	padding-top: 73px;
	width: 93px;
	background-position: -461px -207px;
/*	background-position: -461px -67px; */
}
ul#logos li#azul a:hover {
	/* background-position: -461px -207px; */
}

ul#logos li#ed a {
	position: relative;
	z-index: 2;
	margin-top: -29px;
	padding-top: 92px;
	width: 99px;
	background-position: -554px -189px;
/*	background-position: -554px -49px; */
}
ul#logos li#ed a:hover {
	/* background-position: -554px -189px; */
}
.wide a {
	color: #5b3b26;
	text-decoration: none;
}
.wide a:hover {
	text-decoration: underline;
}

/* destinations Start */
ul#dlinks {
	list-style-type: none;
}
ul#dlinks li {
	padding-bottom: 2px;
	background: url(../images/dots.gif) repeat-x left bottom;
}
ul#dlinks li h3 {
	font-size: 11px;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 5px 0 25px;
	background: url(../images/t_bullet.gif) no-repeat 10px 10px;
}
ul#dlinks li.on h3 {
	background: url(../images/t_bullet_on.gif) no-repeat 7px 14px;
}
ul#dlinks li h3:hover {
	cursor: pointer;
	background-color: #F1EFED;
}
* html body ul#dlinks li h3:hover {
	cursor: hand;
}

ul#dlinks li.on ul li h4 {
	font-size: 11px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 5px 0 25px;
}
ul#dlinks li.on ul li h4 {
	color: #5B3B26;
}
ul#dlinks li.on ul li h4:hover {
	cursor: pointer;
	color: #183707;
}
* html body ul#dlinks li.on ul li h4:hover {
	cursor: hand;
}
ul#dlinks li.on ul li.on h4 {
	color: #183707;
}

ul#dlinks li.on ul li div.dest_links{
	display: none;
}
ul#dlinks li.on ul li.on div.dest_links{
	display: block;
}

ul#dlinks ul {
	list-style-type: none;
}
ul#dlinks ul li {
	clear: left;
	padding: 0;
	background: none;
}
ul#dlinks ul li.on {
	background: #f1efed;
}
ul#dlinks li div.dest_snav{
	display: none;
	padding-bottom: 8px;
}
ul#dlinks li.on div.dest_snav{
	display: block;
}
ul#dlinks li.on {
	background-color: #f1efed;
}

div.dest_links a {
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	vertical-align: middle;
	color: #5B3B26;
	text-decoration: none;
	padding: 0 5px 0 25px;
}
div.dest_links a:hover {
	color: #183707;
}
#rightSidebar {
	position: absolute;
	width: 150px;
	padding-left: 15px;
	right: 0px;
	top: 0px;
}
#rightSidebar * {
	margin: 0px auto;
	display: block;
}
#rightSidebar img {
	padding-bottom: 20px;
}
#rightSidebar h2 {
	padding-left: 25px;
}
/*
.te_module {
	float: left;
	clear: left;
	padding: 6px 7px 0 7px;
	margin-bottom: 10px;
	width: 702px;
	background: #f1efed;
}
.img_area {
	float: left;
	width: 212px;
	display: inline;
	padding-right: 10px;
}
.click_area {
	padding-top: 6px;
}
.click_area:hover {
	background: #f1efed;
	cursor: pointer;
}
* html body .click_area:hover {
	cursor: hand;
}
.img_area img {
	border: 2px solid #fff;
}
.text_area {
	float: left;
	width: 480px;
	display: block;
	font-style: italic;
	line-height: normal;
}
*/
/* destinations End */
#edr_banner {
	padding-left: 24px;
}
.grayBorder {
	border: 3px solid #B3A89A;
	display: block;	
}
ul#agents {
	float: left;
	list-style-type: none;
}
ul#agents li {
	clear: left;
}
.AgentPhoto {
	width: 145px;
	float: left;
}
.AgentBio {
	width: 565px;
	float: left;
}
.floatleft {
	float: left;
}
.noPadding {
	padding-bottom: 0px !important;
}
#videos {
	padding-top: 20px;
	clear: left;
}
.video {
	padding-top: 10px;
}
.imageTxt img{
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
.imageTxt p{
	padding-top: 11px;
}