/*INDEX NEW*/


/*********************************************************************************************
	Main Content																			
*********************************************************************************************/

div.main {
	position: relative;
	float: left;
	width: 724px;
	height: 250px;
	background-image: url('../images/home-box.gif');
	margin: 0px 9px 0px 9px;
	clear: all;
}

div.dcimage img{
	position: absolute;
	left: 1px;
	top: 1px;
	border: 0;
	margin: 0;
	width: 262px;
	height: 248px;
}

div.aboutBEC {
	position: absolute;
	top: 1px;
	left: 263px;
	width: 460px;
	height: 248px;
}

div.aboutBEC h1{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14pt;
	padding: 0;
	margin: 5px;
}
div.aboutBEC h2{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11pt;
	padding: 0;
	margin: 0px 5px;
}

div.aboutBEC p {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	margin: 5px;
}

div.aboutBEC a {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; 
	font-weight: bold; 
	font-size: 8pt;
	text-decoration: none;
}

div.aboutBEC a:link {color:#6699CC;}
div.aboutBEC a:visited {color:#6699CC;}
div.aboutBEC a:active {color: #6699CC;}
div.aboutBEC a:hover {color: #0094BD;}




/*********************************************************************************************/
/*	Other information																																												*/
/*	Used to bring attention to BEC videos/catalogues/downloads																								*/
/*********************************************************************************************/

div.other {
	position: relative;
	float: left;
	width: 260px;
	height: 165px;
	margin: 5px;
}

div.otherInfo {
	position: relative;
	float: right;
	width: 240px;
	height: 32px;
	margin: 10px;
}

div.otherInfo img.item{
	position: relative;
	float: left;
	margin: 10px;
	border: 0;
}

div.otherInfo p.info {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;	
}

div.otherInfo a.info {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
div.other a.info:link {color: #0093BE;}
div.other a.info:visited {color: #0093BE;}
div.other a.info:active {color: #0093BE;}
div.other a.info:hover {color: #6699CC;}





