* {margin:0; padding:0;
/*
border:1px solid black;
*/
}

/* wraps and centers the entire page */
#sitewrapper{
    width:868px; 
    position:relative;
    left:50%;
    margin-left:-434px;
    margin-top:9px;
    padding: 7px;
}

/* page content wrapper applies white background  */ 
#pagewrapper{
    position:relative;
    padding:3px 3px;
    width:860px;
    border: 1px solid silver;
    clear:both;  
}

/* section for displaying links and contact info at very top of page */
#mini_nav{
    position:relative;
    height:38px;   
    width:860px;
}

.mini_nav_item{
    height:33px;
    padding: 0px 34px 0px 34px;
    margin-bottom:5px;
    border-left:dotted 1px silver;
}
.mini_nav_item img{
    float:left;
    margin-right:6px;
}
#callus{
    float:right;
}
#txt_callus{
    width:150px;
    font-size:8pt;
    font-weight:bold;
    color:#8f8f8f;
}
#txt_phoneno{
    width:150px;
    font-size:11pt;
    font-weight:bold;
    color:#8f8f8f;
}
.mini_nav_item a{
    position:relative;
    top:12px;
    color:#8f8f8f;
    text-decoration:none;   
}
.mini_nav_item a:hover{
    color:#a57600;
    text-decoration:underline;   
}
#mini_nav_contact{
    background: url(../images/site/icons/mail.gif) no-repeat 0 50%;
    padding-left:18px;
}
#mini_nav_home{
    background: url(../images/site/icons/home.gif) no-repeat 0 50%;
    padding-left:18px;
}
#mini_nav_sitemap{
    background: url(../images/site/icons/sitemap.gif) no-repeat 0 50%;
    padding-left:18px;
}
#mini_nav_book{
    background: url(../images/site/icons/icon_book.gif) no-repeat 0 50%;
    padding-left:18px;
}

#bvt_drop_menu{
    position:relative;
    margin-top:2px;
    margin-left:1px;
    width:860px;
    line-height:46px;
}

#tours_banner_container{
    margin-top:2px;
    width:858px;
    border: 1px solid #bfbfbf;
}

div.banner_pic{
    display:inline; /*ie 6 and below hack fixes floating double margin bug*/  
    float:left;
    width:196px;
    margin:11px 0px 11px 15px;
}
div.banner_pic img{
    margin-top: 2px;
}

#content_container{
    width:860px;
    margin:16px 0px 16px 0px;
    background: url(../images/site/page_tile_vertical.gif) repeat-y 0px 0px;
}
#content_container #leftpane_border
{
    padding:0;
    margin:0;
    line-height:1px;
    background: url(../images/site/page_leftpane_border.gif) no-repeat 0px 0px;
}

#content_container #leftpane{
    display:inline; /*ie 6 and below hack fixes floating double margin bug*/
    width:210px;
    float:left;
    padding:0px 0px 5px 0px;
    margin-left:12px;
    /*background: #ececec url(../images/site/panels/pane_top.jpg) no-repeat left top;*/
    background-color: #ececec;
    border:1px solid #bfbfbf;
    border-bottom:none;
}
#content_container #pane_separator
{
    border-top:dotted #2a5585 1px;
    padding: 5px 0px;
    margin:0px 5px;
    line-height:1px;
}
.leftpane_heading
{
    width:175px;
    margin:0;
    padding:5px 5px 5px 30px;
    border-top:1px solid #bfbfbf;
    border-bottom:1px solid #bfbfbf;
    font-size:10pt;
    color:white;
    font-weight:bold;
    
}
#content_container #content{
    display:inline; /*ie 6 and below hack fixes floating double margin bug*/  
    width:606px;
    float:right;
    padding:5px;
    margin-right:12px;
    border:none;    
}

#content_container #content_nopanes{
    display:inline; /*ie 6 and below hack fixes floating double margin bug*/
    width:826px;
    float:left;
    padding:5px;
    margin-left:12px;
    margin-right:12px;
}

.testimonial_container{
    width:183px;

}
.testimonial_heading{
    font-size:10pt;
    font-weight:bold;
    margin-bottom:4px;       
}

#footer_container{
    text-align:center;
    padding:10px;
    width:838px;
    clear:both;
    border:1px solid #bfbfbf;
}
#footer_container div{
    margin: 4px 0px 4px 0px;
}
#footer_container div span{
    margin: 0px 4px 0px 4px;
}
#footer_container div span a{
    font-size:8pt;
    font-weight:bold;
    text-decoration:none;
}
#footer_container div span a:hover{
    text-decoration:underline;
}

#tour_overview_leftpane{
    float:left;
    width:270px;
    border-right:1px dotted #bfbfbf;
    padding:10px 10px 0px 0px;  
}
#tour_overview_rightpane{
    float:right;
    width:285px;
    margin:10px 10px 0px 0px;

}
#home_content_line{
    margin:10px 0px;
}
#home_ad_line{
    margin:10px 0px;
}
#home_destination_slideshow
{
    width:590px;
}

#pane_contact
{
    margin:10px;
}
div.clear
{
    clear:both;
}