body{
background-color:#C2C1BE;
}

.header #logo{
	background:url(http://media.bmt.org/bmt_media/bmt_images/logos/bmtWBM.png) no-repeat top left;
	height:78px;
	width:272px;
}

ul#rotator{
float:left;
margin:0;
padding:0;
list-style:none;	
}


/*homepageBlocks */
#wideCol a.homeLink{
	display:block;
	padding:5px;
	margin:2px 0 0 0;
	background-color: #cfebfa;
	color:#005581;
}
#wideCol a.homeLink:hover{
	color:#fff;
	background-color:#1abdc9;
}

/*homepageBlocks */
.sectionDivider{
	width:712px;
	border-bottom: 1px solid #8ed6e6;
	margin: 0 -15px 0px -15px;
	padding: 0pt;
	height: 20px;
}

.fullBlock{
width:100%;
border-top: 1px solid #fff;
border-bottom: 1px solid #8ed6e6;
margin: 0 -15px 0 -15px;
padding: 15px;
background-color: #cfebfa;
overflow:hidden;
}
.blueRow2 {
background-color:#B9E0F7;
}
.blueRow1 {
background-color:#E8F5FD;
}
#wideCol a.strongLink {
color:#E20177;
font-weight:bold;
text-decoration:none;
}
#wideCol a.strongLink:hover {
color:#005581;
text-decoration:none;
}

/* ---- Home page slider ------------ */
/*
	Slideshow style
*/
#container {
	width:713px;
	padding:0;
	position:relative;
	z-index:0;
	margin: -15px 0 0 -15px;
	clear:both;
	overflow:hidden;
	height:306px;
	float:left;
	}

/*
#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;

	background-color:#005581;
	position:absolute;
	width:713px;
	height:176px;
	margin:0 0 0 0px;
	display:none;
}
*/
	
#slides {
	position:absolute;
	top:0px;
	left:0;
	z-index:100;
	background-color:#fff;
	padding:0 0 5px 0;
	width:100%;
	vertical-align: middle;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:713px;
	height:276px;
	overflow:hidden;
	position:relative;
	display:none;
	background-color:#e7e2de;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide 
{
    position: relative;
	padding:20px;
	width:669px;
	height:232px;
	display:block;
	margin:2px 0 0 2px;
	background-color:#000;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:2px;
	left:0px;
	display:block;
	z-index:101;
	height: 272px;
	text-align:center;
	width:65px;
}

#slides .next:hover{
	background:url(http://media.bmt.org/bmt_media/bmt_images/1/homeslider/arr-next.png) no-repeat 0 0;	
}
#slides .prev:hover {
	background:url(http://media.bmt.org/bmt_media/bmt_images/1/homeslider/arr-prev.png) no-repeat 0 0;

}
#slides .next {
	left:648px;
}
#slides .caption { left: 15px; top: 65px; position: absolute;}

#slides h1{
	width:360px;
}
#slides h2
{
    color: white; font-weight: 700; font-size: 18pt; line-height: 1em;
	width:360px; margin-bottom: -5px; 
}
#slides p
{
	font-size: 11pt%;	
	margin: 0px 0 20x 0;
	clear:both;
	width:280px;
	color: white;	
}
#slides a.btn {
	/*display:block;*/
	margin-top:0px;
	font-weight: bold;
	background-color: #d6e4eb;
	padding:5px 5px;
	border:1px solid #005581;
	text-decoration:none;
	display:inline-block;
	font-size:12px;
}
	
#slides a.btn:hover {
	/*display:block;*/
	background-color: #fff;
	color:#E20177;
	border:1px solid #E20177;
	text-decoration:none;	
	
}
#slides .link {
	margin:0px;
	font-weight:800;
	background-color: #fff;
	padding:5px 10px;
	border:1px solid #005581;
	float:left;
}
	
#slides .link:hover {
	color:#E20177;
	border:1px solid #E20177;
}
/*
	Pagination
*/
#paginationBar {
	width:713px;
	height:26px;
	margin:2px auto 0 auto;
	background:url(http://media.bmt.org/bmt_media/bmt_images/1/homeslider/pagination_bg.png) no-repeat center -3px;
	float:left;
	clear:both;
}
#paginationBar .smallButtonPrev, #paginationBar .smallButtonNext{
	display:inline;
	width:50px;
	}
.pagination {
	text-align: center;
	padding:7px 0 0 0;
	margin:0 auto;
	width:98px;
	overflow:auto;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://media.bmt.org/bmt_media/bmt_images/1/homeslider/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


