#wraper-content { padding-bottom: 200px; }

/* Directory List */

#content dl { margin-top: 1.5em; }

#content dl dt {
	font-size: 1.5em;
	font-weight: normal;
}

#content dt:first-child { margin-top: 0; }

#content dt a,
#content dt a:hover {
	color: #003366;
}

#content dl dd { margin-bottom: 1.28em; }

/* Featured Associations / Carroussel */

#featured-associations {
	margin-top: 0.17em;
	background: url(../../images/featured_associations_header.png) 0 0 no-repeat;
}

#featured-associations h2 {
	color: #818180;
	font-weight: normal;
	line-height: 1.17em;
	margin: 0.67em 0 0 0.5em;
	padding-bottom: 0.83em;
}

#featured-associations h3 { font-size: 1.00em; }

#carroussel { background: url(../../images/featured_associations_background.png) 0 0 repeat-y; }

html>body #carroussel-wraper { min-height: 422px; }

#carroussel-wraper {
	width: 284px;
	margin: 0 auto;
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;
}

#carroussel-content {
	width: 852px;
	position: absolute;
	top: 0;
	left: 0;
}

#carroussel-wraper ul { width: 284px; }

#carroussel-wraper li {
	padding: 20px 0 20px 0;
	position: relative;
	clear: both;
	border-bottom: 1px solid #e6e6dd;
}

html>body #carroussel-wraper li { min-height: 100px; }

#carroussel h3 {
	font-weight: normal;
	line-height: 1.29em;
}

#carroussel .city-country { font-size: 0.92em; }

#carroussel h3,
.city-country {
	position: relative;
	left: 134px;
	width: 133px;
}

#carroussel-wraper li:last-child { border: none; }

#carroussel-wraper li img {
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 16px;
}

#carroussel-options {
	position: relative;
	padding: 20px 0 0 5px;
	height: 25px;
	background: url(../../images/featured_associations_footer.png) 0 0 no-repeat;
}

#bullet-controls { display: none; }

#bullet-controls li { text-indent: -9999px; }

#bullet-controls li a {
	display: block;
	width: 14px;
	height: 14px;
	float: left;
	background: url(../../images/carroussel_bullet_controls.png) 0 -14px no-repeat;
}

#bullet-controls li a:hover {
	border: none;
	background-position: 0 0;
}

#bullet-controls li.actual a { background-position: 0 0; }

#arrow-controls {
	position: absolute;
	right: 8px;
	display: none;
}

#arrow-controls li { text-indent: -9999px; }

#arrow-controls li a {
	display: block;
	width: 18px;
	height: 15px;
	background: url(../../images/carroussel_arrow_controls.png) no-repeat; 
}

#arrow-controls li.previous a {
	margin-left: 20px;
	float: left;
	background-position: 0 0;
}

#arrow-controls li.previous a:hover { background-position: 0 -15px; }

#arrow-controls li.forward a {
	float: right;
	background-position: -18px 0;
}

#arrow-controls li.forward a:hover { background-position: -18px -15px; }

