.theme-layout-css {/* indicates the begining of this piece of css file in the main file generated for the browser from the "css-handler" */}

#frame-wrap,
#footer .inner-wrap {
    margin:auto;
    padding:0;
    position:relative;
    width: 1000px;
    }
    
#middle .inner-wrap {}
#footer {clear:both}


/*
Layout SCS ------------------->>
*/

.layout-scs #middle .inner-wrap {
padding:0 145px 0 220px;
}


/*--left-sb-->>*/

.layout-scs #left-sb {
float:left;
margin-left:-220px;
width: 220px;
}

.layout-scs .sidebar {
/*width: 220px;*/
display: inline;
}
/*<<--left-sb--*/



/*--content-->>*/
.layout-scs #content-holder {
width: 100%;
float: left;
display: inline;
}
/*<<--content--*/




/*--right-sb-->>*/
.layout-scs #right-sb {
float:right;
margin-right:-145px;
width: 145px;

}
/*<<--right-sb--*/
.layout-scs #right-sb .wrap,
.layout-scs #content-holder .wrap,
.layout-sc #content-holder .wrap {/*padding-top: 288px !important;*/padding-top: 351px !important;}

#homepage.layout-scs #right-sb .wrap,
#homepage.layout-scs #content-holder .wrap,
#homepage.layout-sc #content-holder .wrap {padding-top: 351px !important;}

/*
<<-Layout SCS
*/


/*--------------------------------------------------------------------------------------------------*/


/*
Layout CS ------------------->>
*/

.layout-cs #middle .inner-wrap {
padding:0 220px 0 0;
}


/*--left-sb-->>*/

.layout-cs #left-sb {
display:none;
}

.layout-cs .sidebar {
width: 220px;
display: inline;
}
/*<<--left-sb--*/



/*--content-->>*/
.layout-cs #content-holder {
width: 100%;
float: left;
display: inline;
}
/*<<--content--*/




/*--right-sb-->>*/
.layout-cs #right-sb {
float:right;
margin-right:-220px;
}
/*<<--right-sb--*/


/*
<<-Layout CS
*/


/*--------------------------------------------------------------------------------------------------*/


/*
Layout SC ------------------->>
*/

.layout-sc #middle .inner-wrap {
padding:0 0 0 220px;
}


/*--left-sb-->>*/
.layout-sc #left-sb {
float:left;
margin-left:-220px;
}

.layout-sc .sidebar {
width: 220px;
display: inline;
}
/*<<--left-sb--*/



/*--content-->>*/
.layout-sc #content-holder {
width: 100%;
float: left;
display: inline;
}
/*<<--content--*/




/*--right-sb-->>*/
.layout-sc #right-sb {
display:none;
}
/*--right-sb--*/


/*
<-Layout SC
*/


/*--------------------------------------------------------------------------------------------------*/


/*
Layout C ------------------->>
*/


/*--left-sb-->>*/
.layout-c #left-sb {
display:none;
}

.layout-c .sidebar {

}
/*<<--left-sb--*/



/*--content-->>*/
.layout-c #content-holder {
}
/*<<--content--*/




/*--right-sb-->>*/
.layout-c #right-sb {
display:none;
}
/*<<--right-sb--*/


/*
<-Layout C
*/

.theme-styles-css {/* indicates the begining of this piece of css file in the main file generated for the browser from the "css-handler" */}


/**
 * ->region	Elements
 */




/** Root elements */
html {
	background:#f3fbff;
}
body {
	background:#fff url("http://www.thebahamaschamber.com/projects/themes/BCCEC/images/site-tile.png") left top repeat-x;
	color: #666;
	line-height: 1.6;
}


#site-wrap1 {}

#site-wrap2 {}
/*
The most common use of this tag is to define the width of the site.
Its properties are located in "core-layout.css", theme "layout.css", and theme "layout.xml".
*/


#frame-wrap {}

#frame-wrap2 {}


/** Block Elements */

/** Headings */
h1, h2, h3, h4, h5, h6 {}
h1 {
	font-weight: bold;
	font-family:"CabinBold", Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #ef9647;
	line-height: 1.4;
}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}



/** Links */
a {
	color: #00aeef;
	text-decoration: none;
}
a:visited{
	color: #00aeef;
}
a:hover {
	color: #ef9647;
	text-decoration: underline;
}
a:focus {}
a:active {}

/** Images */
img, a img {
	border: none;
}


/* >> FORMS */
input, select, textarea {}


input.text, textarea.text, select.text  {}

input.button {}

input.button:hover {}



input.radio {}

input.captcha {}

/*--------------------------------------------------------------------------*/


/* >> CLASSES */

.error {}


div.success {}

div.info-status {}

.form-holder{}


.captcha {}

/*--------------------------------------------------------------------------*/
/** <-endregion Elements */



/**
 * ->region	TOP
 */

#top {}

#top .wrap {}
/*--top-menu-->>*/

#top-menu {color:#00aeef; top: 10px;}

#top-menu ul.nav li {padding-left: 1px; }
#top-menu ul.nav li.first {padding-left:0;}
#top-menu ul.nav li.first:before {content: "";}
#top-menu ul.nav li:before {
	content: ":";
	padding-right: 5px;
}
#top-menu ul li a {color:#00aeef; display: inline;}
	
#top-menu ul li img {}
/*<<--top-menu--*/


.logo {
	min-height:182px;
	_height:182px;
	background-color: #f3fbff;
	border-bottom: 5px solid #00aeef;
}

.logo img {}


/*---------------header-search----->>----------*/
.header-search {
	top:40px;
	right:0;
}

.header-search .mi-unit {}

.header-search input.text {
	border: 1px solid #00aeef;
	width: 190px;
	height: 23px;
	margin:0;
	padding:0 2px;
}

.header-search input.button {
	height: 23px;
	width: 72px;
	padding:0;
	text-align:center;
}

/*---------<<------header-search---------------*/

/*---------------UserBar----->>----------*/
.userbar {
	color:#00aeef;
	right:0;
}
.userbar a {color:#00aeef;}

.userbar a:hover {}

.card-status {    
}

.card-status img {}

.card-status a {}
/*---------<<------UserBar---------------*/

/*--main-menu-->>*/ /*-include all basic site menus styles - top,footer,main,sidebar menus-*/
#main-menu {
	color:#fff;
	clear:both;
	*height: 0;
}
#main-menu .wrap {
	min-height: 0;
	_zoom: 1;
}
#main-menu .wrap:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}
#main-menu ul.nav li {margin:0 5px 0 0;}
#main-menu ul.nav li a {color:#fff;}
#main-menu ul.nav li a .inner-b {padding:5px 10px;}
/*--------------*/

#main-menu ul.nav li a:hover {}
#main-menu ul.nav li a:hover .inner-a {}
#main-menu ul.nav li a:hover .inner-b {}
/*---------*/
#main-menu ul.nav li.current a {}
#main-menu ul.nav li.current a .inner-a {}
#main-menu ul.nav li.current a .inner-b {}
/*---------*/
#main-menu ul.nav li.current a:hover {}
#main-menu ul.nav li.current a:hover .inner-a {}
#main-menu ul.nav li.current a:hover .inner-b {}
/*--------*/
/*<<--main-menu--*/


/*-All-MENU-global-styles-->--*/
ul.nav {}

ul.nav li {}

ul.nav li img {}

/*---------*/
ul.nav li a {}

ul.nav li a .inner-a {}

ul.nav li a .inner-b {}

/*-----lvl2-----*/
.lvl-2 {} /*-hide all sublevel menu items when dropdown turned off-*/




/*-Dropdown-->-*/  /*-global styles-*/
ul.dropdown ul {}
ul.dropdown ul li {}
ul.dropdown ul li a {border-top: 1px solid #ccc;
    background: #eee;}

ul.dropdown li.current>a {font-weight: bold;}

ul.dropdown ul ul {}
/*-hover-*/
ul.dropdown li:hover>ul {}

/*-bullet-*/
ul.dropdown li.has-children>a .inner-b {}
ul.dropdown li.has-children li.has-children>a {}
/*-IE6-*/
ul.dropdown li.has-children {}

/*-Dropdown--<-*/

/*-All-MENU-global-styles-->--*/



/*>>--header-image--*/
#header-img {
	font-size:1px;
	overflow:hidden;
	clear:both;
	
	width: 740px;
	max-height: 210px;
	_height: 210px;
	position:absolute;
	/*top: 217px;*/
	top: 298px;
	right:0;
	z-index: 100;
}
/*#homepage #header-img {top: 298px;}*/
/*<<--header-image--*/


/*-ticker-content->-*/
.ticker-content 
{
	height:45px;
	width: 667px;
	padding: 8px 15px 8px 58px;
	position:absolute;
	top: 217px;
	right: 0;
	z-index: 101;
	line-height:18px;
	font-size:0.9em;
	overflow:hidden;
	background: url(http://www.thebahamaschamber.com/projects/themes/BCCEC/images/ticker-bg.png) no-repeat;
	*zoom:1;
}
/*#homepage .ticker-content {display:block !important;}*/

.tickercontainer {margin-bottom: 5px;}


.ticker-1, .ticker-2 {background: #fff;}
.ticker-2 {}

/*-ticker-content-<-*/


/*--breadcrumb-langs-wrap-->>*/
#breadcrumb-langs-wrap {
    color:#888;
    padding:0;
	position:absolute;
	top: 433px;
	left: 260px;
	width: 740px;
}

.breadcrumb {padding:0;}

.breadcrumb a {color:#888;}

.breadcrumb a:hover {color:#666;}

.languages {padding:0;}

.languages img {}
 
/*<<--breadcrumb-holder--*/


/** <-endregion TOP */




/**
 * ->region	MIDDLE
 */

#middle {}

/*-*/
#middle {}
#middle .inner-wrap {}

.layout-cs #middle {}
.layout-sc #middle {}
.layout-c #middle {}
/*-*/

.sidebar {}

/*--left-sb-->>*/
#left-sb {}

#left-sb .wrap {}
/*<<--left-sb--*/

#content-holder {}

#content-holder .wrap {}

/*--right-sb-->>*/

#right-sb {}

#right-sb .wrap {}
/*<<--right-sb--*/

/** <-endregion MIDDLE */


/**
 * ->region	FOOTER
 */
#footer {
	color:;
	background: #f3fbff;
	border-top: 5px solid #00aeef;
}


#footer .inner-wrap {padding-top: 10px;}

#footer .inner-wrap a {color:#00aeef;}
#footer .inner-wrap a:hover {color:#00aeef;}

#footer .inner-wrap .footer-content {}


.powered-by {text-align: left; padding:30px 0 20px;}

.powered-by a {}


.footer-nav {text-align: right;}

.footer-nav ul.nav li {padding-left: 1px; }
.footer-nav ul.nav li.first {padding-left:0;}
.footer-nav ul.nav li.first:before {content: "";}

.footer-nav ul.nav li img {}

.footer-nav ul.nav li:before {
	content: ":";
	padding-right: 5px;
	color: #00aeef;
}
.footer-nav ul.nav li a:hover {text-decoration:underline;}
/** <-endregion FOOTER */
.theme-pt-specific-css {/* indicates the begining of this piece of css file in the main file generated for the browser from the "css-handler" */}


/**
 * -> COMMON
 */
.content {}
/*------page-content----->>*/
.content .editor-page-content {}
.content .editor-page-content .extra-tag {}
.content .editor-page-content .extra-tag .p-title {
	font-weight: bold;
	font-family:"Myriad Pro", Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #ef9647;
}
.content .editor-page-content .extra-tag .p-title img {}

/*------page-items----->>*/
.content .page-items {}
.content .page-items .extra-tag {}
.mb {}
.mb .extra-tag {}

/*------page-module----->>*/
.module {}
.module .m-wrap1 {}
.module .m-wrap2 {}
.module .m-wrap3 {}
.module .m-wrap4 {}
/*-*/
.module-custom {}
/*-*/

/*module-tilte->*/
.m-title {}
.m-title h2 {
	font-weight: normal;
	font-family:"Myriad Pro", Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #ef9647;
	line-height: 1;
}
.m-title h2 .tag-a {}
.m-title h2 .tag-b {}

/*<-module-tilte*/
/*module free content->*/
.mi-wrap {}
.m-content {}
/*<-module free content*/

/*-display mode unit->*/
.dm-unit {}
.dm-unit .dm-title {}
/*<-display mode unit-*/

/*-module item->*/
.mi-unit {}
/*<-module item*/
/*module items content wrap->*/
.extra-tag {}
.mb .extra-tag {}
/*<-module items content wrap-*/


/*-module items elements--------->>-*/

/*module item title->*/
.mi-unit h3 {}

.mi-unit h3 a {}
/*<-module item title*/


.mi-unit .img-holder img {}

/*-*/ 
.date {}
/*-*/ 
.more { display: none;}

.more  a {}

.more  a:hover {}
/*-*/

.mb {}

/*-<<-------------------module items elements-*/








/*------PT-COMMON-MISC----->>*/
.pi-unit {} /*-holder for page item (multiview and singleview) -*/

.single-item {} /*-holder for page item singleview only -*/
/*--*/
.pi-header {} /*-holds item header elements-*/
.pi-header h3 {}
.img-holder {}
.img-holder img {}

.pi-header .avatar {}
.pi-header .thumb {}
/*--*/
.pi-header .rating-section {}
/*--*/
.pi-title {}

.pi-title a {}

/*---*/
/*-used in *blog, *news,->--*/
.pi-meta {}


.pi-meta .meta-approve {}
.pi-meta .meta-pedning {}
.pi-meta .meta-user {}
.pi-meta .meta-date {}
.pi-meta .meta-comment {}
.pi-meta .meta-view {}
.pi-meta .meta-category {}
.pi-meta .meta-tag {}
/*--*/

.pi-description {}
/*--*/
.share-section {}


/*-Comments->-*/
.comments-multi {}

.comments-single {}
.comment-header {}
.comment-header .img-holder {}
.comments-content {}
/*-<-Comments-*/

/*-Autocomplete->-*/
.autocomplete-holder {}

.autocomplete-holder ul {}
/*-<-Autocomplete-*/

/*-Ratings->-*/
.rating {}

.rating .title {}

.rating .result {}

.ratingStar {}
.filledRatingStar {}
.emptyRatingStar {}
.savedRatingStar {}
/*-<-Ratings-*/

.noFlash {}

.rss-feed {}

.rss-feed a {}

.add-comments {}

.add-comments img {}

/*-GridView Pager->-*/

/*-<-GridView Pager-*/

/*-news, events, products------------->*/

/*-mb-*/
.mb .news .mi-unit,
.mb .events .mi-unit,
.mb .products .mi-unit {margin-top: 30px;}


.mb .news .mi-unit .extra-tag,
.mb .events .mi-unit .extra-tag,
.mb .products .mi-unit .extra-tag {
	margin-right: 20px;
	padding-right: 20px;
}

.mb .news .dm-unit.featured>.extra-tag,
.mb .events .dm-unit.featured>.extra-tag,
.mb .products .dm-unit.featured>.extra-tag {
    margin-right: -40px;
	*margin-right: 0;
}

/*<-------------news, events, products-*/

/*-gallery, video------------->*/
.mb .gallery .mi-unit,
.mb .video .mi-unit {}

.gallery .txt,
.video .txt {}


/*<-------------gallery, video-*/

/*-table grid-------------->*/
table.grid {}

table.grid tr {}
table.grid tr.row {}
table.grid tr.even {}


table.grid th {}
table.grid td {}
table.grid .row td,
table.grid .even td,
table.grid .GridAltRow_Admin td {}
/*<-------------table grid-*/


/*<<-----PT-COMMON-MISC-------*/


/**
 * <- COMMON
 */




/*-PT-Navigation++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.navigation {
	background:#00aeef url(http://www.thebahamaschamber.com/projects/themes/BCCEC/images/v-menu-bg-bottom.jpg) left 100% no-repeat;
	padding: 20px 20px 50px 20px;
}
.navigation .mi-unit {margin:0; padding:0; }

.sidebar .navigation ul {}

.sidebar ul.nav li {border: 1px solid #99dff9; border-width: 0 0 1px 0;}

.sidebar ul.nav li a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
}
.sidebar ul.nav li a:hover {color:#fff200; text-decoration:none;}
.sidebar ul.nav li.current>a {
	color:#fff200; 
	font-weight: bold; 
	text-decoration:none;
	margin-left: -19px;
	padding-left: 19px; 
}
.sidebar ul.nav a.selected-link {background: url(http://www.thebahamaschamber.com/projects/themes/BCCEC/images/menu-bullet.png) left 50% no-repeat; *zoom:1;}

/*-*/
.sidebar ul.nav ul {margin:0; padding-bottom: 8px; }
.sidebar ul.nav ul li {border-width: 0;}
.sidebar ul.nav ul li a {
	background: none; 
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#fff200;
}
.sidebar ul.lvl-2 {}
.sidebar ul.lvl-2 li {}

.sidebar ul.lvl-2 li a {}
.sidebar ul.lvl-2 li a:hover { text-decoration:underline;}

/*-Dropdown-->-*/
.sidebar ul.dropdown li {}
.sidebar ul.dropdown ul.lvl-2 {}
.sidebar ul.dropdown li a {}
.sidebar ul.dropdown ul li.first>a {border: none;} 
.sidebar ul.dropdown ul {}
.sidebar ul.dropdown li {border: none !important;}

.sidebar ul.dropdown ul li {}
.sidebar ul.dropdown ul li a {
	padding: 6px; 
	background-image: none;
	border-bottom: none;
}
.sidebar ul.dropdown ul ul {left: 100%;}
/*-hover-*/
.sidebar ul.dropdown li:hover>ul {}

/*-bullet-*/
.sidebar ul.dropdown li.has-children>a {}
.sidebar ul.dropdown li.has-children li.has-children>a {}
/*-IE6-*/
.sidebar ul.dropdown li.has-children {}

/*-PT-Navigation++++++++++++++++<-*/




/*-PT-Banners++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Banners++++++++++++++++<-*/

/*-PT-Catalogue++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.catalog-item {}

.catalog-item  th, .catalog-item  td {}

.catalog-item  th {}

.catalog-item .even {}

.catalog-item .odd {}
/*-PT-Catalogue++++++++++++++++<-*/




/*-PT-CATEGORIES++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-pt-content-specific-->-*/
.category-box {}

.category-box-item {}

.category-box-item .cat-img {}

.category-box-item h3 {}
.category-box-item h3 a {}

.category-box-item a {}
/*-pt-content-specific--<-*/
/*-pt-module-specific-->-*/
.categories ul.lvl-1 {}/*-use the styles of PT-Navigation-*/
/*-pt-module-specific--<-*/
/*-PT-CATEGORIES++++++++++++++++<-*/


/*-PT-ContactForm++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-ContactForm++++++++++++++++<-*/

/*-PT-Content++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Content++++++++++++++++<-*/

/*-PT-eCommerce++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-eCommerce++++++++++++++++<-*/

/*-PT-Edu1Survey++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Edu1Survey++++++++++++++++<-*/

/*-PT-Events++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*--events-calendar-->>--*/

.calendar-holder {}

.mb .calendar-holder {}

.Calendar {}

.Calendar td {}

.Calendar a {}

.SelectDayStyle { background-color: #00aeef; color: #fff;}

.SelectDayStyle a {color: #fff !important;}

.OtherMonthDayStyle {}

.WeekendDayStyle {}

.TodayDayStyle {}

.DayHeaderStyle {}

.NextPrevStyle a {}

.TitleStyle {}

.TitleStyle a {}

.TitleStyle td {}
td.cell-space, th.cell-space {}

/*--<<--events-calendar--*/
/*-PT-Events++++++++++++++++<-*/

/*-PT-Form Builder++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-pt-content-specific-->-*/

/*-all styles in "core.css"-*/

/*-overlay message-*/

.pt-ui-overlay {}
.pt-ui-overlay .overlay-bg {}
.pt-ui-overlay .overlay-icon {}
/*-pt-content-specific--<-*/
/*-PT-Form Builder++++++++++++++++<-*/

/*-PT-GuestBook++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.guestbook {}
.guestbook .mi-unit {}
.guestbook .mi-unit .extra-tag {}
.guestbook-author {}
/*-PT-GuestBook++++++++++++++++<-*/

/*-PT-Image Gallery++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Image Gallery++++++++++++++++<-*/

/*-PT-JobsForm++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-JobsForm++++++++++++++++<-*/

/*-PT-News++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-News++++++++++++++++<-*/

/*-PT-Newsletter++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Newsletter++++++++++++++++<-*/

/*-PT-Poll++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.poll {}

.poll .mi-unit {}

.graph {}
.graph .bar {}
.graph .bar span {}

.graph-results {}

.graph-results .bar {}
.graph-results .bar span {}
/*-PT-Poll++++++++++++++++<-*/

/*-PT-Products++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-pt-content-specific-->-*/
.cart-fav-wrap {}

.favorite,
.cart {}

.favorite a,
.cart a {}
.favorite a {}

.cart a {}
.price {}

.price strike {}
.price span {}
.old-price {}
.prom-price {}
.discounts {}
.discounts table {}
.discounts table td {}

.in-stock {}

.description {}
    
.weight {}
/*-pt-content-specific--<-*/

/*-pt-module-specific-->-*/
.price-wrap {}

.m-cart {}


.m-cart .cart a {}

.m-price {}

.m-price span{}

.m-favorite {}

.m-favorite a {}
/*-pt-module-specific--<-*/

/*-PT-Products++++++++++++++++<-*/


/*-PT-QuickLinks++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.quicklinks ul {}
.quicklinks ul li {}
.quicklinks ul li img {}
/*-PT-QuickLinks++++++++++++++++<-*/

/*-PT-RSS Reader++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-RSS Reader++++++++++++++++<-*/

/*-PT-Search++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Search++++++++++++++++<-*/

/*-PT-Services++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Services++++++++++++++++<-*/

/*-PT-Sitemap++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Sitemap++++++++++++++++<-*/

/*-PT-URL++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-URL++++++++++++++++<-*/

/*-PT-User Portal++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-pt-content-specific-->-*/
#welcome-text {}

#client-portal-tabs {}

#client-portal-tabs ul.nav {}

#client-portal-tabs ul.nav li {}
/*-*/
#client-portal-tabs ul.nav li a img {}

#client-portal-tabs ul.nav li a {}

#client-portal-tabs ul.nav li a .inner-a {}
#client-portal-tabs ul.nav li a .inner-b {}
/*-*/
#client-portal-tabs ul.nav li a:hover .inner-b {}
/*-*/
#client-portal-tabs ul.nav li a.current .inner-b {}
/*-pt-content-specific--<-*/
/*-PT-User Portal++++++++++++++++<-*/

/*-PT-Video Gallery++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Video Gallery++++++++++++++++<-*/

/*-PT-WebBasedTicker++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-WebBasedTicker++++++++++++++++<-*/

/*-PT-Callmeback++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.callmeback table {}
/*-PT-Callmeback++++++++++++++++<-*/































.theme-fixes-css {/* indicates the begining of this piece of css file in the main file generated for the browser from the "css-handler" */}


@font-face {
    font-family: 'CabinBold';
    src: url('http://www.thebahamaschamber.com/projects/themes/BCCEC/fonts/Cabin-Bold-webfont.eot');
    src: url('http://www.thebahamaschamber.com/projects/themes/BCCEC/fonts/Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.thebahamaschamber.com/projects/themes/BCCEC/fonts/Cabin-Bold-webfont.woff') format('woff'),
         url('http://www.thebahamaschamber.com/projects/themes/BCCEC/fonts/Cabin-Bold-webfont.ttf') format('truetype'),
         url('http://www.thebahamaschamber.com/projects/themes/BCCEC/fonts/Cabin-Bold-webfont.svg#CabinBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*---*/




.top-btns {
	position:absolute;
	top: 105px;
	right: 0;
	z-index: 140;
	line-height: 1.3;
}

.top-btns a {
	display: inline-block;
	color: #00aeef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:8px 12px 8px 32px;
	margin-left: 4px;
	background-image: url(http://www.thebahamaschamber.com/projects/themes/BCCEC/images/top-btns-sprite.png);
	background-color: #fff;
	background-repeat:no-repeat;
	border: 1px solid #8bcaef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.top-btns a.b1 { background-position: 12px 12px;}
.top-btns a.b2 { background-position: 12px -39px;}
.top-btns a.b3 { background-position: 12px -87px;}

.banners a {margin-bottom:10px; display:block;}
.theme-highslide-css {/*just indicates where individual css file starts in the main css-handler file for the browser*/}
/*------------------------------------------------------*/

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(http://www.thebahamaschamber.com/js/highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding-left: 22px;
	/* background: url(/js/highslide/graphics/icon.gif) no-repeat 0 1px; */
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(http://www.thebahamaschamber.com/js/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -23px;
	left: 7px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
}
.highslide-controls a {
	background-image: url(http://www.thebahamaschamber.com/js/highslide/graphics/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}


.theme-highslide-html-css {/*just indicates where individual css file starts in the main css-handler file for the browser*/}
/*------------------------------------------------------------------*/

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-html {
	background-color: white;
}
.highslide-maincontent {
	display: none;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;

	padding-left: 22px;
	background-image: url(http://www.thebahamaschamber.com/js/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(http://www.thebahamaschamber.com/js/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}


