.header #logo{
	background:url(http://media.bmt.org/bmt_media/bmt_images/logos/bmtcordah.png) no-repeat top left;
	height:78px;
	width:271px;
}


.newimageSlideshowHolder,.newimageSlideshowHolder_left{
	margin:0px;
	padding: 0px;
	float:right;
	width:305px;
	height:364px;
	top: 75px;
	position:relative;
}

.newimageSlideshowHolder img{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	width:305px;
	height: 364px;
}

/* new styling for questionnaire */
form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- Questionnaire Form ----------- */
.questreform{
	margin:0 auto;
	padding:0;
	width:550px;
	padding:3px;
	}
	/* ----------- Questionnaire styling ----------- */
	#questre{
	font-family:Arial, Helvetica, sans-serif;
	/*border:2px solid #E4DDCD;
	background-color: #f4f1ea;*/
	font-size:11px;
	}
	#questre p{
		color:#666666;
		margin-bottom:20px;
		/*border-bottom:solid 3px #d4d00f;*/
		padding-bottom:10px;
	}
	#questre label{
	}
	#questre input{
	}
	#questre button{ 
		margin:0;
		padding:0;
		width:100%;
	}	
		
		/* Submit button Button */
	#questre .submitbutton{
		background-color: #d4d00f;
		border: 2px outset #ffffff;
		padding: 0.2em 0.5em 0.2em 0.5em;
		color:#005581;
		text-decoration: none;
		font: 140% Arial, Verdana, Helvetica, sans-serif;
	}
	
	#questre .submitbutton:visited{
	color: #ffffff;
	}
	
	#questre .submitbutton:hover{
		background-color: #e83492; /*shift text 1px to the right and down*/
		border: 2px outset #ffffff;
		color: #ffffff;
	}
	
	#questre .submitbutton:active{
	color: #d4d00f;
	}	
		
	#questre fieldset {
	border:none;
	margin:0;
	padding:0;
	}
	#questre legend {
	display: none;
	margin:0;
	padding:0;
	}
	#questre table{
	width:540px;
	margin:0 auto;
	padding:0;
	}
	
	.sectionBlock{	
	/*border-bottom:1px solid #d4d00f;*/
	padding-bottom:2em;		
	padding-top:1em;		
	} 
	
	#questre table .scorelabeltitle{
	width:272px;
	margin:0;
	padding: 2px 4px 2px 4px;
	font-weight:bold;
	color:#666;
	
	}
	#questre table .sectiontitle{
	width:270px;
	margin:0;
	padding: 2px 4px 2px 4px;
	font-weight:bold;
	color:#005581;
	background-color:#d4d00f;
	}
	.scorelabel{
	text-align:center;	
	padding:0;
	margin:0;
	font-weight:bold;
	color:#00527f;
	font-size:10px;
	width:50px;
	}
	
	.number{
	text-align:center;
	padding:0;
	margin:0;
	width:24px;
	font-size:10px;
	}
	.light{
	background-color:#E5E5E5;
	}
	.dark{
	background-color: #CCC;
	}
	.shade1{background-color:#CFDEE7;}
	.shade2{background-color:#b2cbd8;}
	.shade3{background-color:#6697b2;}
	.shade4{background-color:#337599;}
	.shade5{background-color:#00527f;}
	.color1{color:#00527f;}
	.color2{color:#CFDEE7;}