@charset "utf-8";
/* CSS Document */

strong { font-weight:bold;}

<!-- 
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-image:url(../images/bodyback.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top:10px;
}

.twoColFixLtHdr #mainContent p{
	text-indent:30px;
	text-align:justify;
}

.twoColFixLtHdr #container { 
	width: 955px;  /* using less pixels than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:125px;
	margin:0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:480px;
	padding: 0px 0px 0px 0px;

	margin: 0;
}

.twoColFixLtHdr #SideNavBar {
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:480px;
	padding: 0px 0px 0px 0px;

	margin: 0 0 0 5px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 130px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	/*height:480px;*/
	width:auto;
} 

.twoColFixLtHdr #servicesContent{
	margin: 0 auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:940px;
	height:100%;
}

.twoColFixLtHdr #servicesBak{
margin: 0 auto;
padding: 0;
background-color:#FFFFFF;
float:left;
width:100%;
}

.twoColFixLtHdr #servicesBak2{
margin: 0 auto;
padding: 0;
background-color:#FFFFFF;
width:100%;
}

.twoColFixLtHdr #Content { 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 815px;
	margin: 0;
	background-color:#FFFFFF;
}

.twoColFixLtHdr #iframeCont{
	width: 800px;
	height: 480px;
	padding: 0 0 0 0;
}

.twoColFixLtHdr #footer { 
	padding: 10px 10px 10px 10px;
	/* background-color:#d2e289; */
	background: url(../images/footer-back.png) no-repeat;
	height: 95px;
	margin:0;
	margin-top: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}







/* Top Navigation bar style */

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 955px;
  height: 125px;
  background: url(../images/headerback.png) no-repeat;
  position: relative;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .home {
  width: 55px;
  height: 20px;
  background: url(../images/Home.png) no-repeat;
  left: 350px;
  top: 95px;
}

#menu .home span {
  width: 130px;
  height: 20px;
  background: url(../images/Home_mover.png) no-repeat;
  /* Place comments for speaking box navigation */
  left: 0px;
  top: -50px;
}

#menu .airport {
  width: 65px;
  height: 20px;
  background: url(../images/Airport.png) no-repeat;
  left: 415px;
  top: 95px;
}

#menu .maps {
  width: 55px;
  height: 20px;
  background: url(../images/Maps.png) no-repeat;
  left: 487px;
  top: 95px;
}

#menu .generalinfo {
  width: 182px;
  height: 20px;
  background: url(../images/General_Information.png) no-repeat;
  left: 565px;
  top: 95px;
}

#menu .aboutus {
  width: 80px;
  height: 20px;
  background: url(../images/About_us.png) no-repeat;
  left: 770px;
  top: 95px;
}

#menu .contactus {
  width: 96px;
  height: 20px;
  background: url(../images/Contact_us.png) no-repeat;
  left: 850px;
  top: 95px;
}








/*Side navigation menu*/

#side_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 120px;
  height: 480px;

  position: relative;
}

#side_menu span {
  display: none;
  position: absolute;
}

#side_menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#side_menu .tours {
  width: 120px;
  height: 80px;
  background: url(../images/Tours_Btn.png) no-repeat;
  left: 5px;
  top: 0px;
}

#side_menu .transportation {
  width: 120px;
  height: 80px;
  background: url(../images/Transportation_Btn.png) no-repeat;
  left: 5px;
  top: 80px;
}

#side_menu .groups {
  width: 120px;
  height: 80px;
  background: url(../images/Groups_Btn.png) no-repeat;
  left: 5px;
  top: 160px;
}

#side_menu .weddings {
  width: 120px;
  height: 80px;
  background: url(../images/Weddings_Btn.png) no-repeat;
  left: 5px;
  top: 240px;
}

#side_menu .meetings {
  width: 120px;
  height: 80px;
  background: url(../images/Meetings_Btn.png) no-repeat;
  left: 5px;
  top: 320px;
}

#side_menu .boutique {
  width: 120px;
  height: 80px;
  background: url(../images/Boutique_Btn.png) no-repeat;
  left: 5px;
  top: 400px;
}


/*New Side Menu */

.twoColFixLtHdr #main_nav { list-style: none; margin: 0; padding: 0; }
.twoColFixLtHdr #main_nav li { float: left; }
.twoColFixLtHdr #main_nav li a { text-indent: -999999px; overflow: hidden; display: block; height: 80px; } 

.twoColFixLtHdr #tours { background:url(../images/blrSide_Tours.png); width: 120px; }
.twoColFixLtHdr #tours:hover { background:url(../images/blrSide_Tours.png) 0 0 !important; }
.twoColFixLtHdr #tours.active { background:url(../images/blrSide_Tours.png) -120px 0; }

.twoColFixLtHdr #main_nav:hover li a#tours { background-position: -240px; }

.twoColFixLtHdr #transportation { background:url(../images/blrSide_Trans.png); width: 120px; }
.twoColFixLtHdr #transportation:hover { background:url(../images/blrSide_Trans.png) 0 0 !important; }
.twoColFixLtHdr #transportation.active { background:url(../images/blrSide_Trans.png) -120px 0; }

.twoColFixLtHdr #main_nav:hover li a#transportation { background-position: -240px; }

.twoColFixLtHdr #groups { background:url(../images/blrSide_Fest.png); width: 120px; }
.twoColFixLtHdr #groups:hover { background:url(../images/blrSide_Fest.png) 0 0 !important; }
.twoColFixLtHdr #groups.active { background:url(../images/blrSide_Fest.png) -120px 0; }

.twoColFixLtHdr #main_nav:hover li a#groups { background-position: -240px; }

.twoColFixLtHdr #weddings { background:url(../images/blrSide_Wed.png); width: 120px; }
.twoColFixLtHdr #weddings:hover { background:url(../images/blrSide_Wed.png) 0 0 !important; }
.twoColFixLtHdr #weddings.active { background:url(../images/blrSide_Wed.png) -120px 0; }

.twoColFixLtHdr #main_nav:hover li a#weddings { background-position: -240px; }

.twoColFixLtHdr #meetings { background:url(../images/blrSide_Meet.png); width: 120px; }
.twoColFixLtHdr #meetings:hover { background:url(../images/blrSide_Meet.png) 0 0 !important; }
.twoColFixLtHdr #meetings.active { background:url(../images/blrSide_Meet.png) -120px 0; }

.twoColFixLtHdr #main_nav:hover li a#meetings { background-position: -240px; }

.twoColFixLtHdr #boutique { background:url(../images/blrSide_Bout.png); width: 120px; }
.twoColFixLtHdr #boutique:hover { background:url(../images/blrSide_Bout.png) 0 0 !important; }
.twoColFixLtHdr #boutique.active { background:url(../images/blrSide_Bout.png) -120px 0; }

.twoColFixLtHdr #main_nav:hover li a#boutique { background-position: -240px; }

/* Footer styles */
.sitemap {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
 	width: 955px;
 	height: 20px;
}

.sitemap li
{
display: inline;
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sitemap A:link {
color:#262d17;
text-decoration:none;
}

.sitemap A:visited {
text-decoration:none;
color:#6c7f43;
}

.sitemap A:hover {
text-decoration:underline overline; 
color:#262d17;
}

#info_sitemap{
}

#services_sitemap{
}

--> 

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 130px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 0px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->


