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


/* General Styling */

* 
{
    padding:0;
    margin:0;
    outline:0;
}

body
{
    background-color: #ffffff;
    font-family:Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0;
}

a
{
    color: #ea7c39;
    text-decoration: none;
    border-bottom: 1px dotted #ea7c39;
}

a:hover
{
    color: #5a5a5a;
    border-bottom: 1px dotted #5a5a5a;
}

p
{
    margin: 6px 0;
}

h1
{
    font-size: 38px;
    line-height: 48px;
    font-weight: normal;
    letter-spacing: 1.5px;
}

h2
{
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: 0.9px;
    color: #ea7c39;
}

h2.title
{
    color: #5a5a5a;
}

h3
{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #ea7c39;
}

h4
{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

h5
{
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #ea7c39;
    text-transform: uppercase;
}

h6
{
    font-size: 11px;
    text-transform: uppercase;
    color: #ea7c39;
    margin-bottom: 10px;
}

small
{
    display: block;
    width: 300px;
    font-size: 12px;
    border-bottom: 1px dotted #5a5a5a;
}

ul
{
    list-style: none;
}

ul li
{
    background:url(../images/bullet.gif) no-repeat left center;
    padding-left: 20px;
    line-height: 28px;
}

ol
{
    margin: 4px 0 0 20px;
}

hr
{
    background-color: #cccccc;
    color: #cccccc;
    border: 0;
    height: 1px;
    margin: 26px 0;
}

.clear-both
{
    clear: both;
}

.orange
{
    color: #ea7c39;
}

.author
{
    color: #ea7c39;
    text-align: right;
    float: right;
}

li a
{
    text-decoration: none;
}

img
{
    border: #dddddd 0px solid;
    margin: 6px 0;
}

/* Specific Element Stylings */

#inner-left-block h4
{
    margin-top: 20px;
}

#inner-right-block h3
{
    font-weight: normal;
}

p.testimonial
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
}


a.read-more
{
    text-align: right;
    font-style: italic;
    float: right;
}

h3.blog-head
{
    border-bottom: #dadada solid 1px;
    margin-bottom: 6px;
}

a.featured-tour:hover
{
    border-bottom: 0;
}

/* Body Containers Styling */

#wrapper
{
    width: 1000px;
    margin: 0 auto;
}

#header
{
    clear: both;
}


.block-300
{
    width: 300px;
    margin-right: 50px;
    float: left;
}

.block-third, .work-list li.block-third
{
    margin-right: 0;
}

#second-block
{
    background-color: #f8f8f8;
    border: 1px #dddddd solid;
    padding: 16px 8px;
}

#inner-left-block
{
    float: left;
    width: 650px;
}

#inner-right-block
{
    float: right;
    width: 300px;
    margin-left: 50px;
}

/* Top Small Nav Styling */

#small-nav
{
    height: 20px;
    width: 1000px;
}

#small-nav ul
{
    display:inline;
    float: right;
    margin: 0 20px 0 0;
}

#small-nav ul li
{
    list-style: none;
    float:left;
    width: 24px;
    background: none;
    padding: 0;
}

#small-nav ul li a
{
    border-bottom700one;
}

#small-nav ul li a img
{
    border: none;
}

/* Logo Styling */

#logo
{
    height: 150px;
    width: 181px;
    background: #ffffff url(../images/BBODlogo.jpg) no-repeat top left;
    float: left;
}

#logoLg
{
    height: 270px;
    width: 330px;
    background: #ffffff url(../images/BBODlogo.jpg) no-repeat top left;
    float: left;
}

/* Navigation Menu Styling */
#navigation
{
    float: right;
    width: 700px;
    font-size: 14px;
    text-transform: uppercase;
}

#menu
{
    padding:0;
    margin:0;
    display:inline;
    float: right;
}

#menu li
{
    padding: 4px 0 3px 0px;
    margin:0 20px 0 0;
    display:inline;
    float:left;
    background: none;
    line-height: 16px;
}

#menu li:hover a, #menu li.current a
{
    color: #ea7c39;
    border-bottom: none;
}

#menu li a
{
    color: #5a5a5a;
    display: block;
    border-bottom: none;
}

.tagline
{
    
    width: 400px;
    float: left;
}



/* Slideshow Styling */
#window
{
    background: url(../images/slideshow-back.png) no-repeat;
    width: 568px;
    height: 218px;
    float: right;
    padding: 10px;
    overflow:hidden;
    position: relative;
}

#window img
{
    border: 0;
    margin: 0;
}

#slideshow
{
    width:1160px;
    height:700px;
    position:relative;
    overflow: hidden;
}

#slideshow li
{
    width:565px;
    height:214px;
    display:inline;
    float: left;
    background: none;
    padding: 1px 12px 12px 1px;
}

/* Featured Tour Styling */
.featured-tour
{
    overflow: hidden;
    display: block;
    float: right;
    background:url(../images/featured-tour.html) no-repeat;
    width: 157px;
    height: 42px;
    border-bottom: 0;
    margin-top: -30px;
}


#footer
{
    
}


/* Form Element Styling */
label
{
    width: 110px;
    font-weight: bold;
    margin: 6px 0;
}

input
{
    width: 220px;
    margin: 4px 0 8px 30px;
    height: 20px;
    padding: 4px 0 1px 0;
    border: 1px solid #dadada;
    background: #FFFFFF url(../images/input-bg.gif) top repeat-x;
}

textarea
{
    width: 300px;
    height: 150px;
    background: #FFFFFF url(../images/input-bg.gif) top repeat-x;
    border: 1px solid #dadada;
    float: right;
    margin: 6px 254px 0 0;
}

.block-third .submitbutton
{
    overflow: hidden;
    display: block;
    float: right;
    background:url(../images/submit-btn.gif) no-repeat;
    width: 88px;
    text-indent: -9000px;
    height: 31px;
    border: 0;
    cursor: pointer;
    margin: 10px 0 0 0;
}

/* Get in Touch Element Stylings */
li.mail-list
{
    background: url(../images/mail-icon.gif) no-repeat 0 center;
    padding-left: 40px;
    margin-bottom: 10px;
}

li.phone-list
{
    background: url(../images/phone-icon.gif) no-repeat 0 center;
    padding-left: 40px;
    margin-bottom: 10px;
}

li.chat-list
{
    background: url(../images/chat-icon.gif) no-repeat 0 center;
    padding-left: 40px;
    margin-bottom: 10px;
}

/* Services List Styling */
#services-list-large li
{
    list-style: none;
    width: 650px;
    float: left;
    display: inline;
    margin: 10px 20px 6px -24px;
    background: none;
}



ul#services-list-large li
{
    line-height: 18px;
}

ul#services-list-large li h4
{
    margin-top: 0;
}

.service
{
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 16px 0 0;
}

ul#services-list-large li p
{
    margin-left: 80px;
}



ul#services-list-large li ul
{
    margin-left: 85px;
}

#services-list-large .first
{
    background: url(../images/calculator.png) no-repeat left center;
}

#services-list-large .second
{
    background: url(../images/joystick.png) no-repeat left center;
}

#services-list-large .third
{
    background: url(../images/money-bills.png) no-repeat left center;
}

#services-list-large .fourth
{
    background: url(../images/pie-chart.png) no-repeat left center;
}

#services-list-large .fifth
{
    background: url(../images/world.png) no-repeat left center;
}

/* Sidebar Styling */
.sidebar-navigation-list
{
    margin:4px 0 10px 0px;
    list-style: none;
}

.sidebar-navigation-list li
{
    background: url(../images/sidebar-bullet.gif) left 50% no-repeat;
    line-height: 36px;
    border-bottom: 1px #cccccc solid;
    padding-left: 20px;
}

.sidebar-navigation-list li:hover
{
    background-color: #F3F3F3;
}

.sidebar-navigation-list li a
{
    color: #303030;
    border: 0;
}

.sidebar-navigation-list li a:hover
{
    text-decoration: none;
    color: #ea7c39;
    border: 0;
}

/* Flickr Images Styling */
.flickr-photos ul
{
    margin-left: -20px;
}

.flickr-photos ul li
{
    background: none;
    margin: 0;
    float: left;
    margin-right: -8px;
}

.flickr-photos ul li a
{
    border: 0;
}

.flickr-photos ul li img
{
    border: 3px #5e5e5e solid;
    width: 86px;
    height: 65px;
}

.flickr-photos ul li img:hover
{
    border-color: #ea7c39;
}

/* Social Link Styling */
ul.social-links
{
    margin-left: -20px;
}

ul.social-links li
{
    background: none;
    margin: 0;
    float: left;
    margin-right: -20px;
}

ul.social-links ul li a
{
    border: 0;
    display: block;
}

ul.social-links li img
{
    border: 0;
    display: block;
    width: 48px;
    height: 48px;
}


/* Contact Form Styling */
#contact-form
{
    margin: 10px 10px 10px 0;
    overflow: hidden;
}

#contact-form input
{
    margin-left: 40px;
    margin-bottom: 10px;
}

#contact-form .submitbutton
{
    overflow: hidden;
    display: block;
    float: right;
    background:url(../images/submit-btn.gif) no-repeat;
    width: 88px;
    text-indent: -9000px;
    height: 31px;
    border: 0;
    cursor: pointer;
    margin: 10px 252px 0 0;
}

/* Work Section Styling */
.work-list
{
    margin: 10px 0 10px 0;
}

.work-list li
{
    list-style: none;
    background: none;
    margin: 0;
    width: 300px;
    float: left;
    padding: 0;
    margin: 0 50px 30px 0;
}

.work-list li p
{
    line-height: 18px;
}

.work-list li a
{
    border: 0;
}

.work-list li a img
{
    border: #5a5a5a 6px solid;
}

.work-list li a
{
    position:relative;
    float:left;
    margin:5px;
}

.work-list li a span
{
    background-image:url(../images/hover.png);
    background-repeat:no-repeat;
    width:280px;
    height:168px;
    display:none;
    position:absolute;
    left:6px;
    top:12px;
}

/* Blog Post Styling */
.post
{
    clear:both;
    margin-bottom: 30px;
}

.entry
{
    clear: both;
    padding-top: 10px;
}

.entry img
{
    border: 0;
}

.post-date
{
    font-size: 12px;
    padding: 4px;
    background-color: #F3F3F3;
    margin: 6px 0;
}

/* Featured Button Styling */
.otherbutton
{
    position:relative;
    display:block;
    height: 40px;
    width: 154px;
    background:url(../images/featured-tour2.png) no-repeat;
    background-position:0 0;
    cursor: pointer;
    border: 0;
}    
.otherbutton span.hover
{
    position: absolute;
    display: block;
    height: 40px;
    width: 154px;
    background: url(../images/featured-tour2.png) no-repeat;
    background-position: bottom;
}

/* Two column lists */
#cdl {
  padding : 30px;
  width : 70%;
  background-color : #ffffdd;
  border : 1px solid #ccc;
  margin : auto;
}

/* here the heading is styled. not essential to the double lists */
#cdl h3 { 
  display : block;
  color : #669900;
  padding-bottom : 5px;
  margin-bottom : 15px;
  border-bottom : 1px solid #666;
}

#cdl ul
{
    list-style: none;
}
/* style all the list items here */
#cdl ul li {
  height : 1em;
  list-style-type : none;
  background:none;
  color : #333;
  padding : 0.3em 0 0.4em 0;
  font-size : 0.9em;
  border-bottom : 1px solid #ccc;
      
    line-height: 14px;
}

/* every second list item is positioned outward and moved up equal to LI height to even them */
#cdl ul li.cdl_l2 {
  margin-left : 50%;
  margin-top : -1.7em;
  padding : 0.3em 0 0.4em 0;
  border : 0;
}   

/* Every other two list items are styled with a background for usability and style */
.cdl_alt {
  background-color : #fffffc;
}

/* star hack in use here but this is for IE 6.2 and older only and you may use a conditional comment and 2nd CSS */
* html #cdl ul li.cdl_l2 {
  margin-top : -2.1em;
}


#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1;  
}  
#popupContact{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:520px;  
width:656px;  
background:#FFFFFF;  
border:2px solid #cecece;  
z-index:2;  
padding:12px;  
font-size:13px;  
}  
#popupContact h1{  
text-align:left;  
color:#6FA5FD;  
font-size:22px;  
font-weight:700;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:20px;  
}  
#popupContactClose{  
font-size:14px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:#6fa5fd;  
font-weight:700;  
display:block;  
}  


/* End Styles */