/* base / structure styles for every page */


/* ensure images display without borders by default */
a img {border:0;}

body 
    {
    background-color:#333333;
    font-family: Arial, Lucida Sans Unicode, sans-serif;
    font-size:12px;
    line-height: 140%;
    color: #365056;
    line-height: 180%;
    }
    
/* an optional container between the body and content */
.wrapper 
    {
    color: #365056;
    }

.content 
    {
    background-color: #FFFFFF;  
    width: 972px;
    margin: 0px auto;
    }

/* sets the sidebar, when used, off to the right of the screen */
.sidebar 
    {
    float:right;
    width: 250px;  	    
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;	    
    border-top: solid 9px #E7ECED;
    }

/* sets the sidebar, when used, off to the right of the screen - FOR THE TOUR PAGES (NARROWER) */
.sidebar-tourpages
    {
    float:right;
    width: 200px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;	    
    border-top: solid 9px #E7ECED;
    }


/* sets the width of the left column when a sidebar is used */
.mainBody 
    {
    width:630px;
    padding-top: 17px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 10px;
    background-color: #F0F3F4;
    border-top: solid 9px #DEE5E7;
    }

/* sets the width of the left column when a sidebar is used - FOR THE TOUR PAGES (NARROWER) */
.mainBody-tourpages
    {
    width:675px;
    padding-top: 17px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 10px;
    background-color: #F0F3F4;
    border-top: solid 9px #DEE5E7;
    }


div.row {display:block;clear:both;float:none;}



