/*
Liberated Learning
*/

body {
	margin: 0;
	padding: 0;
	color: #272727;
	background-color: #F0E6DC;
	background-image: url(../images/btm-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h6.hidden {
    position: absolute;
    left: -10000px;     /* some value larger than known screen resolutions*/
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0.2em 0 0.25em;
}

h1 {
	color: #791111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.content h1 {

	margin-top: -.75em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: normal;
	padding-bottom: 0.25em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B544E;
	font-weight: normal;
	padding-bottom: 0.25em;
	font-size: 135%;
}

#subnav h3 {
	font-size: 110%;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8C6D48;
	padding-bottom: 0.25em;
	font-size: 125%;
}

h5 {
	color: #333333;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0.25em;
}

h6 {
	color: #666666;
	padding-bottom: 0.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-weight: bold;
}

/*
ul, ol {

	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	line-height: 140%;
}
*/

.content ul{
	list-style: square;
}

a {
	color: #766045;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #766045;
}

a:visited {
	color: #766045;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 900px;
	height: 75px;
	background: #FFFFFF;
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

/* Banners 

#banner {
	width: 900px;
	height: 270px;
	background: url(../../images/banner-home.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
}*/

#banner{
	width: 883px;
	height: 91px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
/*
#banner-about {
	width: 900px;
	height: 186px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: url(../../images/banner-about.jpg) no-repeat;
}

#banner-registration {
	width: 900px;
	height: 186px;
	background: url(../../images/banner-registration.jpg) no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


#banner-evening-events-tours {
	width: 900px;
	height: 186px;
	background: url(../../images/banner-tours.jpg) no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


#banner-sponsors {
	width: 900px;
	height: 186px;
	background: url(../../images/banner-sponsors.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


#banner-exhibiting {
	width: 900px;
	height: 186px;
	background: url(../../images/banner-exhibiting.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


#banner-travel-tourism {
	width: 900px;
	height: 186px;
	background: url(../../images/banner-travel-tourism.jpg) no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#banner-hotel {
	width: 900px;
	height: 186px;
	background: url(../../images/banner-hotel.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#banner-advertising {
	width: 900px;
	height: 186px;
	background: url(../../images/banner-advertising.jpg) no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


#banner-contact {
	width: 900px;
	height: 186px;
	background: url(../../images/banner-contact.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


#menu {
	width: 615px;
	font-weight: bold;
	float: right;
	padding-top: 16px;
}

#menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;

}

#menu ul li {
	display: inline;
	padding-top: 1em;
	line-height: 190%;

}

#menu ul li a
{
	text-decoration: none;
	padding: 0.2em 1.2em;
	color: #8C6D48;
}

#menu ul li a:hover
{
	color: #8C6D48;

}

#menu .current_page_item a {
	color: #FFFFFF;
	background: #1FA6E0;
}

/* Menu 




#menu {
	margin: 15px auto 0;
	float: right;
	width: 610px;
	font-weight: bold;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#menu li {
	height: 25px;
	float: left;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #0D97D2;
	padding: 3px 18px;
			
}

#menu a:hover { 
	color: #E05442;
}

#menu .current_page_item a {
	color: #FFFFFF;
	background: #1FA6E0;
}
*/
/** LOGO 

#logo {
	margin: 0 auto;
	position: absolute;
	left: 23px;
	top: 54px;
}

#logo img{
	top: 10px;
}

#register {
	width: 160px;
	height: 33px;
	margin: 0 auto;
	background: no-repeat left;
	position: absolute;
	left: 57px;
	top: 176px;
}

*/



/* Page */

#page {
	width: 883px;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#page.registration {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-registration.jpg) no-repeat left bottom;
}

#page.agenda {
	width: 883px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-left-btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#page.about {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-about.jpg) no-repeat left bottom;
}

.eventstours {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-tours.jpg) no-repeat left bottom;
}
.eventstours2 {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-tours.jpg) no-repeat left bottom;
}
.eventstours3 {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-tours.jpg) no-repeat left bottom;
}

.about-port {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-about.jpg) no-repeat left bottom;
}


.sponsors {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-sponsors.jpg) no-repeat left bottom;
}
.exhibiting {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-exhibiting.jpg) no-repeat left bottom;
}
.travel-tourism {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-travel-tourism.jpg) no-repeat left bottom;
}
.hotel {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-hotel.jpg) no-repeat left bottom;
}

.advertising {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-advertising.jpg) no-repeat left bottom;
}
.contact {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #FFFFFF url(../../images/btm-contact.jpg) no-repeat left bottom;
}

/* Content 

#content {
	float: right;
	width: 600px;
	background: #3E3C3D;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}*/

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF; 
}

.entry {
	margin-right: 12px;
	margin-left: 12px;
	line-height: 125%;
}

.entry ul{
	margin-top: 1em;
}




/* Sidebar 

#sidebar {
	float: left;
	width: 235px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	background: #95C72A;
	padding-top: 10px;
	padding-bottom: 20px;
}

#sidebar li li {
	margin: 0 20px;
	padding: 0px 10px;
	background: url(../clubcard/images/img04.jpg) no-repeat left 11px;
}

#sidebar h2 {
	width: 215px;
	height: 35px;
	margin: 0;
	padding: 10px 0px 0px 20px;
	background: #678B1D;
	border-bottom: 1px dashed #95C72A;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF; 
}

#sidebar a {
	text-decoration: none;
	color: #285C00; 
}

*/
/* Boxes 

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}*/

/* Footer */
#footer-wrap {
}

#footer {
	width: 100%;
	padding: 0;
	height: 55px;
	background-color: #8b1c1c;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}


#footer-white {
	width: 100%;
	padding: 0;
	height: 91px;
	background-color: #FFF;
	margin-top: 1.25em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*html>body #footer {
	height: auto;
}*/

#footer p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

p#legal {
	clear: both;
	text-align: center;
	color: #666;
	font-size: 80%;
	padding-bottom: 1em;
}

#legal a {
	font-weight: normal;
	color: #3E3C3D;
}


/* home boxes 


#about {
	float: left;
	width: 207px;
	padding: 5px 0px;
	margin-right: 7px;
	margin-left: 25px;
	background: url(../../images/bg-about-port-halifax.gif) no-repeat bottom;
	height: 280px;
}

#conference {
	float: left;
	width: 207px;
	padding: 5px 0px;
	margin-right: 7px;
	background: url(../../images/bg-about-aapa-2010-conferen.gif) no-repeat bottom;
	height: 280px;
}

#sponsors {
	float: left;
	width: 207px;
	padding: 5px 0px;
	margin-right: 7px;
	background: url(../../images/bg-sponsors-exhibitors.gif) no-repeat bottom;
	height: 280px;
}

#hotels {
	float: left;
	width: 207px;
	padding: 5px 0px;
	margin-right: 7px;
	background: url(../../images/bg-hotels.gif) no-repeat bottom;
	height: 280px;
}


.btm-logos {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;

}


.btm-logos img{
	padding-right: 25px;

}
*/
/*links at bottom footer - home page and sub pages*/

#footerlist-white {
	width: 850px;
	padding-right: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footerlist {
	width: 950px;
	padding-right: 0px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 19px;
}

ul#footerlist 
{
	text-align: center;
	padding-top: 0px;

}

#footerlist li
{
	display: inline;
	list-style-type: none;
	background-position: center;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 90%;
	font-size: 85%;
	color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

#footerlist li a
{
	text-decoration: none;
	color: #FFFFFF;
}


#footerlist li a:hover
{
	color: #999;
	text-decoration: none;
}


/*for btm nav links without right pipe on all pages*/

#footerlist li.last
{
	display: inline;
	list-style-type: none;
	border-right-style: none;
}

/** lang choose  

#lang {
	width: 332px;
	height: 27px;
	margin: 9px auto 0;
	position: absolute;
	left: 568px;
	top: -31px;
}

#lang a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin-right: 20px;
	float: right;
}

#lang a:hover {
	text-decoration: underline;
}

*/


/* sub page specific styles 


#banner-agenda {
	width: 900px;
	height: 186px;
	background: url(../../images/banner-agenda.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	position: relative; 
}
*/
#register-subpg {
	width: 496px;
	height: 85px;
	margin: 0 auto;
	background: no-repeat left;
	position: absolute;
	left: 0px;
	top: 0px;
}

#logo {
	width: 72px;
	height: 27px;
	margin: 0 auto;
	background: no-repeat left;
	position: absolute;
	left: 789px;
	top: 27px;
}

.breadcrumb {
	width: 80%;
	font-size: 85%;
	position: absolute;
	left: 0px;
	top: 98px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

.breadcrumb a{
	color: #7E0C0C;

}


.left-sub-nav {

	width: 250px; 
	padding: 5px 5px 5px 30px; 
	float: left;
}
		
	
.content {
	width: 605px;
	float: right;
	background-image: url(../images/bg-right-content.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.content a{

	text-decoration: underline;
}

.content a:hover{
	text-decoration: underline;
	color: #650D0C;
}

/* sub nav sub page */


/*content page navigation - SUBNAV */

#subnav {
	width: 205px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}


#subnav ul {
	line-height:1.5;
	list-style-type:none;
	font-size: 95%;
}

#subnav li {
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: transparent;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#subnav li.on{
	padding-left: 10px;
	color: #680E0E;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#subnav li.on a{
	background-image: none;
	color: #741616;

}

#subnav li.on a:hover{
	background-image: none;
	color: #A80E0E;

}

#subnav li.on a:visited{
	background-image: none;
	color: #7E0C0C;

}

#subnav li.sublist{
	list-style-type: none;
	font-size: 95%;
	padding-left: 20px;
	padding-bottom: 5px;
	list-style-type: none;
	background: url(../../images/bullet_darkblue.gif) no-repeat 10px 7px;
}	

#subnav li.subsublist{
	list-style-type: none;
	font-size: 95%;
	background-image: url(../images/bullet_red.gif);
	padding-left: 30px;
	padding-bottom: 5px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 30px 6px;

}	
	
#subnav h3 {
	font-family: Arial, Helvetica, sans-serif;	
}

/* Table */

#mytable {
	padding: 0;
	margin: 0;
}

tr td {
	color: #6C5537;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #F2F2F2 url() no-repeat;
}

tr td.alt {
	color: #8C1C1B;
	letter-spacing: 2px;
	text-transform: none;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #ffffff;
}

td {
	border: 1px solid #D3D3D3;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333;
}


td.alt {
	background: #F2F2F2;
	color: #666;
}

td.spec {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #866039;
	background-repeat: no-repeat;
}

tr th {
	color: #6C5537;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #F2F2F2 url() no-repeat;
}

th.spec {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #866039;
	background-repeat: no-repeat;
}

th.specalt {

	border-top: 0;
	background: #F2F2F2 url() no-repeat;
	color: #797268;
	letter-spacing: 2px;
}

em.colour{
	color: #666666;
	font-style: normal;

}

 img.floatleft  {
	float: left;
	padding-right: 1em;
	padding-bottom: 0.5em;
}


 img.floatright  {
	float: right;
	padding-left: 1em;
	padding-bottom: 0.5em;
}

.facebook {
	position: absolute;
	height: 30px;
	width: 34px;
	left: -5px;
	top: 11px;
	z-index: 1;
	padding-right: 10px;	
	
}

