.annconf {
	background-image: url("../../images/common/pages_gradient_bg.png");
	background-repeat: repeat-x;
	padding: 20px 20px 25px 20px;
	}

.separating_line {
	border-top: 1px dotted #ADADAD;
	margin: 20px 0 20px 0;	
	}
	
.page_intro {
	margin-bottom: 15px;
	}

.annconf h1 {
	font-weight: bold; 
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #162D56;
}

.annconf h2 {
	font-size: 15px;
	line-height: 15px;
	color: #235982;
	font-weight:bold;
	margin-bottom: 10px;
	}

.annconf h3{
	font-size: 15px;
	line-height: 15px;
	color: #6E6E6E;
	font-weight:bold;
	margin-bottom: 10px;
	}	
	
.annconf h4 {
	font-weight:bold;
	margin-bottom: 5px;
	}	

.annconf h5 {
	color: #6E6E6E;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin-bottom: 10px
}

.annconf h6 {
	color: #6E6E6E;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 10px;
	padding-left: 10px;
}
	
p.leadin {
	margin-top: 20px;
	font-weight: bold;
}

#promo_home {
	padding-left: 20px;
	margin-bottom: 20px;
}

.annconf article ul, .annconf article ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

.annconf article ul li {
	list-style-type: circle;	
	margin-left: 13px;
	margin-bottom: 7px;	
}

/* slider styles */
#slider1 {
	width: 500px;
	height: 300px;
}

#featured_bg {
	width: 500px;
	padding: 20px;
	border: 1px solid #ADADAD;	
}

.featured_further_info {
	position: absolute;
	bottom: 0;
	background-color: #FFFFFF;
	padding: 20px 30px 20px 30px;
	height: 20px;
}

.featured_further_info  p{
	font-size: 1.1em;
	width: 200px;
}

.active {
	height: 100px;
}

h2.featured_title {
	color: #333333;
	margin-bottom: 25px;
	font-size: 1.4em;
}

.bx-pager {
	position: absolute;
	top: 15px;
	right: 10px;
}

a.pager-link {
	border: 1px solid #333333;
	margin-right: 5px;
	padding: 5px;
	background-color: #FFFFFF;
}

/*promos on homepage*/


ul#promos li {
	float: left;
	width: 220px;
	padding: 0 20px 0 20px;
}

ul#promos li img {
	margin-bottom: 5px;
	border: 1px solid #ADADAD;
}

/*sponsors on homepage */

#sponsors {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ADADAD;
}

a.sponsor_logo_box {
	border: 1px solid #ADADAD;
	width: 220px;
	height: 140px;
	display: block;
	margin-bottom: 15px;
}

a.sponsor_logo_box:hover {
	border: 1px solid #235982;
}

img.sponsor_logo  {
	display: block;
    margin: 30px auto 0 auto;
}


/*timeline box styles */

.timeline h4 {
	width: 200px;
	font-size: 1.3em;
	background-color: #CF6708;
	color: #fff;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.timeline li {
	font-size: 1.1em;
	line-height: 1.9em;
	border-bottom: 1px dotted #333333;
}

/*sidebar styles */

.annconf aside  ul li{
	list-style-type: none;
	padding-bottom: 15px;
}

/*navigation for use when annual conference website no longer appears within its own individual tab - usually following the conference*/

ul#horizontal {
	margin-top: 20px;
	height: 40px;
	border-left: 1px solid #6E6E6E;
}
		
ul#horizontal li{
	float: left;
	border-right: 1px solid #6E6E6E;
	
}
		
ul#horizontal li a {	
	display: block;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0.8em;
}

ul#horizontal li a:link {
	color: #6E6E6E;
}

ul#horizontal li a:visited {
	color: #6E6E6E;
}

a.back_to_home {
	display:block;
	height: 40px;
	width: 220px;
	line-height: 40px;
	font-size: 1.1em;
	font-weight: bold;
	background-color:#2F79B1;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
}


