/* @group CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size:100%;
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
}



/* @end */



/* @group Main Body */

body {

	/*background: url(../images/shared/Background_Map.gif) repeat scroll center top;*/

	background: url(../images/shared/bg.jpg) center top repeat;
}



.outerContainer {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:1040px;
}


.boxHeader {
	width:1040px;
	height: 30px;
	background-image:url(../images/shared/head_bg.png);
	
}

.shadowHeader {
	width: 1040px;
	height: 244px;
	background-image: url(../images/shared/shadow_header.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.shadowFooter {
	width: 1040px;
	height: 169px;
	background-image: url(../images/shared/shadow_footer.png);
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: -1;
}
.boxBody {
	width:1040px;
	background-image: url(../images/shared/body_bg.png);
	background-repeat: repeat-y;
	width:970px;  
	padding-left: 34px;
	padding-right: 36px;
	
}
.boxBottom {
	width:1040px;
	background-image: url(../images/shared/body_bg.png);
	background-repeat: repeat-y;
	width:970px;
	padding-left: 34px;
	padding-right: 36px;

}
.boxBottom .bg {
  background: #F8F6E5;
}


.boxBottom a {
    color: #a39e5c;
    text-decoration: none;
}
.boxBottom a:hover {
    text-decoration: underline;
}


.boxBottom .left {
	margin: 12px 0 12px 12px;
    float: left;
}
.boxBottom .left h1 {
	font-family: Georgia;
    color: #a39e5c;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}
.boxBottom .left ul {
	list-style: none;
}
.boxBottom .left li {
	font-family: Arial;
    color: #a39e5c;
    font-size: 11px;
}
.boxBottom .left .c1, .boxBottom .left .c2, .boxBottom .left .c3, .boxBottom .left .c4, .boxBottom .left .c5 {
    float: left;
    padding-right: 15px;
}
.boxBottom .left .c2 {
    padding-top: 22px;
}
.boxBottom .right {
	margin: 12px 12px 12px 0;
    padding-left: 15px;
    float: left;
    width: 286px;
    border-left: 1px solid #d7dcbc;
}
.boxBottom .right h1 {
	font-size: 11px;
    color: #a39e5c;
    font-family: arial;
    margin-bottom: 5px;
}
.boxBottom .right p {
	font-size: 11px;
    color: #a39e5c;
    font-family: arial;
}

.boxFooter {
	width:1040px;
	height: 34px;
	background-image: url(../images/shared/footer_bg.png);
	
}

.clear {
  clear:both;
  height: 1px;
  font-size:1px;
  line-height:1px;
}


.nav {
	width:184px;
	height:611px;
	background-image: url(../images/shared/nav_bg.png);
	background-repeat: repeat-y;
	float: left;
	background-color: #f8f6e5;
}

.copy {
	width:786px;
	background-image: url(../images/shared/copy_bg.png);
	background-repeat: repeat-y;
	height:611px;
	float:right;
}

.footer {
	margin-top: -8px;
		color:#738d42;
         /*color:#fff;*/
	font-family: Verdana;
	font-size: 10px;
}



.leftFooter {
	float: left;
	padding-left: 26px;
}


.rightFooter {
	float: right;
	padding-right: 30px;
}


.leftFooter a, .rightFooter a {
	/*color:#FFFFFF;*/
    color:#738d42;
	font-weight: bold;
	font-size: 10px;
}

.leftFooter a:hover, .rightFooter a:hover {
	/*color:#fbf7bb;*/
    color:#9b1912;
}

#ctaTag {
	position: absolute;
	top:0px;
	left: 180px;
	z-index: 9;
}

/* @end */

/* @group Navigation */

ul.navigationLevel1 {
	list-style:none;
	margin-top: 30px;
    padding-bottom: 200px;
	
}

ul.navigationLevel1 li {
	margin-bottom: 12px;
	background-image: url(../images/shared/liNavLevel1_bg.gif);
	background-repeat: no-repeat;
	width: 184px;
	padding-left: 21px;
}

ul.navigationLevel1 a{
	font-family: Georgia;
	font-size: 12pt;
	text-decoration: none;
	color:#9f9e5c;
}

ul.navigationLevel1 li.selected, li.selected a {
	color:#314909;	
}

ul.navigationLevel2 {
	list-style: none;
	margin-left: -21px;
	margin-top: 5px;
}

ul.navigationLevel2 li {
	margin-bottom: 0px;
	background-image: url(../images/shared/liNavLevel2_bg.gif);
	height: 23px;
	width:184px;
	padding-left: 21px;
}

ul.navigationLevel2 a, ul.navigationLevel3 a{
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	color:#9f9e5c;
}

ul.navigationLevel3 {
	margin-left: 20px;
	margin-bottom: 3px;
	list-style: none;
	margin-top: 5px;
}

ul.navigationLevel3 li {
	margin-bottom: 0px;
	background-image: none;
	padding-left: 0px;
	height: auto;
}

ul.navigationLevel4 {
	margin-left: 10px;
	margin-bottom: 1px;
	list-style: none;
	margin-top: 1px;	
}



ul.navigationLevel2 li.nav2Selected, ul.navigationLevel3 li.selected, ul.navigationLevel2 li.nav2SelectedNoNav3 {
	font-family: Verdana;
	font-size: 8pt;
	color:#314909;	
}  

li.nav2SelectedNoNav3 {
	padding-top: 2px;
}

ul.navigationLevel2 li.nav2Selected {
	background-image: none;
	height: auto;
	
}

#nav2SelectedFirstItem {
	background-image: url(../images/shared/liNavLevel2FirstSelected_bg.gif);
	background-repeat: no-repeat;
	padding-top: 4px;

}


ul.navigationLevel2 li.nav2FirstItem {
	background-image: url(../images/shared/liNavLevel2First_bg.gif);
	height: 26px;
}


ul.navigationLevel1 a:hover,ul.navigationLevel2 a:hover, ul.navigationLevel3 a:hover {
	color:#314909;
}


.navCATTitle {
	height: 25px;
	width:184px;
	padding-left:  0px;
	
}

.navCTA {
	position: absolute;
	bottom: 45px;
	width: 184px;
}

.navCTA p{
	font-family: Verdana;
	font-size: 8pt;
	color:#9f9e5c;
	padding-left: 10px;
	padding-bottom: 8px;	
}

.navCTA a {
	font-family: Verdana;
	font-size: 8pt;
	color:#93664b;
	font-weight: bold;
}

.navCTA h1 a {
    display:block;
    width: 184px;
    height: 32px;
}



/* @end */

/* @group Call to Action */

.cta {
	clear: both;
	background-color: #016E8D;
	height: 145px;
	padding-top: 25px;
	padding-left: 20px;
}



.ctaTile{
	float: left;
	width: 240px;
	font-family: Verdana;
	font-size: 11px;;
	color:#fff;
	margin: 5px;
}

.ctaTile a{
	font-family: Verdana;
	font-size: 11px;;
	color:#fff;
	font-weight: bold;
}

.ctaTilePic{
	float: left;
}
.ctaTileCopy {
	float: right;
	width:135px;
}

#ctaReady span, #ctaQuestion span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.quoteAttribution {
	font-size: 7pt;
	font-style:italic;
	padding-left:10px;
	padding-top:4px;
}

#ctaReady {
	background-image: url(../images/cta/SeeOrchidBayForYourself.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 377px;
	height: 29px;
	padding-bottom: 5px;
}

#ctaQuestion {
	background-image: url(../images/cta/HaveAQuestionAboutOB.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 377px;
	height: 30px;
	padding-bottom: 5px;
}

/* @end */



/* @group Copy */
.copyText {
	
}

.copyText h1 {
	font-family: Georgia;
	font-size: 22pt;
	font-weight: normal;
	padding-bottom: 10px;
	color: #004b5f;
	line-height: normal;
}

.copyText h3 {
	font-family: Georgia;
	font-size: 22pt;
	font-weight: normal;
	margin-bottom: 10px;
	color: #004b5f;
}

.copyText h2 {
	font-family: Georgia;
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 5px;
	color: #004b5f;
	font-style: italic;
}

.copyText p, .copyText div, .copyText table {
	font-family: Verdana;
	font-size: 11px;
	color:#155465;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.copyText a{
	font-family: Verdana;
	font-size: 11px;
	color:#003442;	
}


.copyText a:hover {
	color:#0084a8;	
}

.copyText ul {
	list-style: none;
	padding-bottom: 1px; /*on IE allows for last <a> in li to show underline */
}

.copyText ul li {
	margin-bottom: 0px;
		font-family: Verdana;
	font-size: 11px;
	color:#155465;

}

.copyPhoto {
	float: right;
}

.copyPhotoTopAlign {
	position: absolute;
	top: 0px;
	right: 0px;
}
.pairOfOrchid {
	position: absolute;
	top:0;
	right:-40px;
	z-index: 5;
}

.orchid {
	position: absolute;
	top:0;
	left:600px;
	z-index: 5;
}

ul.copyList {		
	font-family: Verdana;
	font-size: 11px;;
	color:#155465;
	margin-left: 15px;
}

ul.copyList li {
	margin: auto;
	list-style: disc;

}


.border="0" {
	float:left;
	margin-right: 6px;
}

.house div {
	margin: 0px;
}

.house h3 a {
	font-size: 13pt;
	font-family: Georgia;	
}

.house .houseInfo .housePrice { font-weight: bold;}



#map1 {
	position: absolute;
	top:40px;
	right:-1px;
	z-index: 4;
}

#halfmap {
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 2;
}

.houseRendering {
	position: absolute;
	top: 0px;
	right: 8px;
	z-index: 4;
}
.houseFloorPlan {
	position: absolute;
	top: 305px;
	right: 5px;
	z-index: 3;

}

div.houseInfo {
	margin-top: 5px;
}

div.housePricing {
	margin-top: 15px;
}

div.housePrice {
	margin-bottom: -2px;
}

div.houseInfo div {
	margin-bottom: -4px;
}

.housePrice a {
	font-weight: bold;
}


#ctaReady, #ctaQuestion {
	margin-bottom: -10px;
}

#ctaQuestion {
	margin-top: 20px;
}

.callToActionText .phoneNumber,.callToActionText a  {
	color: #780903;
	font-weight: bold;
}

p.callToActionText {
	color: #906035;
}

.callToActionLink a{
	font-weight: bold;
	
}

.callToActionLink {
	padding-top: 10px;
}

.tourDate {
	font-weight: bold;
}

.tourNote, .tourNote a {
	font-weight: normal;
	font-style: italic;
}

.tourDay { font-weight: bold;}

.tourTime {font-style: italic;}

div.tourSTC { 
	margin-top: -10px;
	font-style: italic;
	padding: 0px;}

#neighborhoodMap {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

#btnBackToMap {
	position: absolute;
	right: 412px;
	top: 32px;
}
/* @end */

/* @group Mastheads */

.masthead {
	width: 786px;
	height: 171px;
}

#mh1 { background-image: url(../images/mastheads/m1.jpg);}
#mh2 { background-image: url(../images/mastheads/m2.jpg);height: 172px;}
#mh3 { background-image: url(../images/mastheads/m3.jpg);}
#mh4 { background-image: url(../images/mastheads/m4.jpg);}
#mh5 { background-image: url(../images/mastheads/m5.jpg);}
#mh6 { background-image: url(../images/mastheads/m6.jpg);}
#mh7 { background-image: url(../images/mastheads/m7.jpg);}
#mh8 { background-image: url(../images/mastheads/m8.jpg);}
#mh9 { background-image: url(../images/mastheads/m9.jpg);}
#mh10 { background-image: url(../images/mastheads/m10.jpg);}
#mh11 { background-image: url(../images/mastheads/m11.jpg);}
#mh12 { background-image: url(../images/mastheads/m12.jpg);height:169px;}
#mh13 { background-image: url(../images/mastheads/m13.jpg);}
#mh14 { background-image: url(../images/mastheads/m14.jpg);}
#mh15 { background-image: url(../images/mastheads/m15.jpg);}
#mh16 { background-image: url(../images/mastheads/m16.jpg);}
#mh17 { background-image: url(../images/mastheads/m17.jpg);}
#mh18 { background-image: url(../images/mastheads/m18.jpg);}
#mh19 { background-image: url(../images/mastheads/m19.jpg);}
#mh20 { background-image: url(../images/mastheads/m20.jpg);}
/* @end */

/* @group Property Pages */
.copyText table.neighborhoodTable {
	width: 740px;
	font-family: Georgia;
	margin-bottom: 30px;
	margin-top: 20px;
}

.neighborhoodTable img {
	vertical-align: middle;
	border: 0px;
}

.neighborhoodTable th{
	background-color: #004b5f;
	color: #f8f5d7;
	font-family: Georgia;
	padding: 3px;
	font-size: 12px;
	text-align: center;
}

.neighborhoodTable td{
	color: #155465;
	font-family: Georgia;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.neighborhoodTable a {
	color: #155465;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}

.neighborhoodTable .rowOdd td {
	background-color: #f6f3d3;
}

.neighborhoodTable .rowEven td{
	background-color: #dde0ba;
}

.neighborhoodTable td.tileCell, .neighborhoodTable th.tileCell {
	text-align: left;
}

.neighborhoodTable th.tileCell {
	padding-left: 20px;
}
/* @end */


.copyText div.gallery-items, .copyText div.gallery-photo, .copyText div.gallery-albums {
  float: left;
  width: 525px;
}

.copyText div.gallery-album {
  float: left;
  width: 175px;
}

.copyText div.gallery-thumb {
  float: left;
  width: 160px;
  height: 160px;
  margin-right: 15px;
}


.copyText div.gallery-thumb a {
  display: block;
  background: #fff;
  padding: 4px;
}


.copyText div.gallery-thumb a:hover {
  background: #314909;
}

.copyText div.gallery-thumb img {
  display: block;
  border: 1px solid #fff;
}

#gallery .content {
  width: 760px;
}

#gallery .gallery-sidebar {
  width: 235px;
  float: left;
}

#gallery .first-and-previous, #gallery .block-core-Navigator .current, #gallery .next-and-last {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}

#gallery h2, #gallery h3 {
  line-height: 1.4em;
}

#gallery .g2imageblock {
  border: 1px solid #bfc68e;
  padding: 5px;
  height: 150px;
}

#gallery .g2imageblock .block-imageblock-ImageBlock {
  margin: 0;
}

#gallery .g2imageblock .one-image {
  float: left;
  margin: 0;
}

#gallery .g2imageblock .one-image img {
  display: block;
  border: 1px solid #eeebc1;
}

#gallery .g2imageblock .one-image a {
  display: block;
  border: 4px solid #eeebc1;
}

#gallery .g2imageblock .one-image a:hover {
  border: 4px solid #314909;
}

#gallery img.gallery-photo {
  border: 5px solid #fff;
}

#gallery #gsSidebarCol {
  width: 200px;
}

#gallery #gsSidebarCol li {
  margin-bottom: 1em;
}

#gallery h3 {
  font-size: 14px;
}

#gallery #crop-canvas {
  width: auto !important;
}

#gallery .autoCompleteShadow, #gallery .autoCompleteShadow div {
  display: none;
}

#gallery .gbDataTable th, #gallery .gbDataTable td {
  padding-right: 10px;
}

.block-core-Navigator .previous {
	display: block;
    width: 70px;
    height: 26px;
    background: url(../images/shared/prev.gif) left top no-repeat;
    text-indent: -9999px;
}

.block-core-Navigator .next {
	display: block;
    width: 70px;
    height: 26px;
    background: url(../images/shared/next.gif) left top no-repeat;
    text-indent: -9999px;
}

.block-core-Navigator .current {
    line-height: 24px;
}

.gbLink-slideshow_Slideshow {
  background: url(../images/shared/view-slideshow.gif) left top no-repeat;
  display: block;
  width: 138px;
  height: 33px;
  text-indent: -9999px;
}


.gbSystemLinks {
  position: absolute;
  bottom: 0;
  right: 45px;
}


h1.contact-us {
  width: 159px;
  height: 32px;
  background: url(../images/shared/OB_ContactUs.gif) left top no-repeat;
  text-indent: -9999px;
  margin-bottom: 5px;
}
h1.FaceBook {
  width: 159px;
  height: 32px;
  background: url(../images/shared/badge-facebook.png) left top no-repeat;
  text-indent: -9999px;
  margin-bottom: 5px;
}
h1.blog {
  background: url(../images/shared/OB_Blog.gif) left top no-repeat;
  text-indent: -9999px;
  margin-bottom: 5px;
  margin-left: 5px;
}
h1.condo {
  width: 184px;
  height: 32px;
  background: url(../images/shared/header_contact_us_tan.gif) left top no-repeat;
  text-indent: -9999px;
  margin-bottom: 5px;
}
h1.beach {
  width: 140px;
  height: 93px;
  background: url(../images/photos/Kayak.140x93.jpg) left top no-repeat;
  text-indent: -9999px;
  margin-bottom: 5px;
}

#ctaTitlePorchLiving a {
	width: 118px;
	height: 25px;
	padding-bottom: 5px;
	background: url(../images/cta/cta_porch_living.gif) left top no-repeat;
    text-indent: -9999px;
    display: block;
}

#ctaTitleTakATour a {
	width: 129px;
	height: 25px;
	padding-bottom: 5px;
	background: url(../images/cta/cta_take_a_tour.gif) left top no-repeat;
    text-indent: -9999px;
    display: block;
}

#ctaTitleBelizeOnNBC a {
	width: 129px;
	height: 25px;
	padding-bottom: 5px;
	background: url(../images/cta/cta_belize_on_nbc.gif) left top no-repeat;
    text-indent: -9999px;
    display: block;
}

#ctaTitleCondos a {
	width: 129px;
	height: 25px;
	padding-bottom: 5px;
	background: url(../images/cta/cta_condos.jpg) left top no-repeat;
    text-indent: -9999px;
    display: block;
}

#ctaTitlePhotoGallery a {
	width: 129px;
	height: 25px;
	padding-bottom: 5px;
	background: url(../images/cta/cta_gallery.gif) left top no-repeat;
    text-indent: -9999px;
    display: block;
}


