@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #808285;
}

.stdcopy {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #808285;
	/*color: #808285;*/
}

.heading {
	color: #58585A;
	font-size: 12px;
	font-weight: bold;
}

.large {
	font-size: 20px;
}

.bright {
	color: #920808;
}

a {
	color: #920808;
	text-decoration: none;
}

#mainblock {
	width: 950px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		width: 950px;
		height: 175px;
		margin: 0px;
		padding: 0px;
		background: url('images/bc-header.jpg');
	}
	
		.menu {
			padding: 5px 10px 0px 0px;
			text-align: right;
			font-size: 13px;
			color: #000;
			color: #58585A;
		}
			
			a.menu {
				text-decoration: none;
				padding-right: 10px;
			}

			a.menu:hover {
				color: #920808;
			}
			
			a.current {
				color: #000000;
			}
				
	#contentblock {
		width: 950px;
		margin: 10px 0px 0px 0px;
		padding: 0px;
	}
	
		#casestudy {
			width: 850px;
			margin: 10px auto 0px auto;
			padding: 10px 50px 0px 50px;
		}
	
		#content-left {
			width: 260px;
			float: left;
		}
		
		#content-middle {
			width: 502px;
			float: left;
			margin: 0px 12px 0px 12px;		
		}
		
		#content-right {
			width: 159px;
			float: left;
			color: #000000;
		}
		
	#footer {
		width: 950px;
		height: 24px;
		margin: 10px 0px;
		padding: 0px;
		background: url('images/bc-footer.gif');
	}
		
		
/* BASICS/STANDARDS */

hr {
	height: 1px;
	background-color: #ccc;
	width: 98%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}		

br.space {
/*	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;*/
}

.clear { clear: both; overflow: hidden; height: 0px; _height: 1px; }

/* SLIDER */

.slider-header {
	height: 26px;
	background: url(images/slider-headerbggrey.gif);
	border: solid 1px #ccc;
	line-height: 26px;
	padding: 0px 10px 0 10px;
}

.slider-heading {
	height: 26px;
	background: url(images/slider-boxbg.gif);
	border: solid 1px #cccccc;
	line-height: 26px;
	padding: 0px 10px 0 10px;
	cursor: pointer;
	overflow:hidden;
}

.slider-content {
	margin: 0px 10px 0px 10px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

.slider-footer {
	height: 26px;
	background: url(images/slider-footerbgred.gif);
	border: solid 1px #cccccc;
	line-height: 26px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}


/* CONTENT */

.content-header {
	height: 26px;
	width: 482px;
/*	_width: 482px;*/
	background: url(images/slider-headerbggrey.gif);
	border: solid 1px #ccc;
	line-height: 26px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

.content-articles {
	padding: 10px;
	font-size: 12px;
}

#ajax-content {
	padding: 10px;
	font-size: 12px;
}

.content-articles br {
	/*margin: 0px 0px 10px 0px;*/
}

/* RIGHT COLUMN */

.right-header {
	height: 26px;
	width: 137px;
	background: url(images/slider-headerbggrey.gif);
	border: solid 1px #ccc;
	border-bottom: 0px;
	line-height: 26px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}


/* SLIDE SHOW */

#content {
	width: 157px;
	height: 113px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: solid 1px #ccc;
}

#example {
	position: relative;
	width: 157px;
	height: 113px;

}

.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px 15px 0px 15px;
	width: 127px;
	height: 113px;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat 
}

/* CSS for JS popup edit box */

#EDIT_BACKGROUND {
	position: fixed; left: 0px; top: 0px; min-height: 100%; width: 100%; overflow: hidden; z-index: 500; display: none; background: url('images/transparent_overlay.png');
}

#EDIT_CONTENT {
	background-color: #ffffff; width: 500px; height: 500px; position: fixed; z-index: 999; overflow: hidden; display:none; margin-top: 20px;
}

