/******************************************************************************************
	CSS FOR ESHOTS / NEWS ITEMS
******************************************************************************************/
div.wrapperHeader {
	position:relative;
	float: top;
	clear: both;
	left:50%;
	width:650px;	
	margin-left:-325px;
	height: auto;
	margin-top: 10px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;;
	border-bottom: 0;
	padding: 10px;
}


div.wrapperHeader img, a {
	width: 650px;
	height: 120px;
	border: 0;
	margin: 0;
}


div.wrapperFooter {
	position:relative;
	float: top;
	clear: both;
	left:50%;
	width:650px;	
	margin-left:-325px;
	height: auto;
	margin-bottom: 10px;
	border-top: 0;
	border-right: 2px solid black;
	border-left: 2px solid black;;
	border-bottom: 2px solid black;
	padding: 10px;	
}

div.wrapperFooter p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 7.5pt;
	color: white;
	line-height: 15px;
	margin: 0;
	text-indent: 5px;
	width: 650px;
	background: black;
}


div.wrapperMain {
	position:relative;
	float: top;
	clear: both;
	left:50%;
	width:650px;	
	margin-left:-325px;
	height: auto;
	border-top: 0;
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 0;
	padding: 0px 10px;
}


div.wrapperMain h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12pt; 
	text-transform: uppercase;
	color: #0068b3;
	margin-top: 10px;
}

div.wrapperMain h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10.5pt;
	color: #0094bd;
	margin-top: 20px;
}

div.wrapperMain h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	color: #99cc00;
	padding: 0px;
	margin-bottom: 3.75pt; 
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 3.75pt;						
}


div.wrapperMain h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	color: black;
	padding: 0px;
	margin-bottom: 5px; 
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 15px;						
}

div.wrapperMain p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: black;	
}

div.wrapperMain strong {
	padding: 0px;
	margin: 8px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: black;
}

div.wrapperMain a {
	color: #0094bd;
}

div.wrapperMain p.linkBEC {
	text-align: right;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0094bd;	
}

div.wrapperMain img {
	position: relative;
	float: left;
	padding: 0px 10px 0px 0px;
}

ul.eshotBullets {
	width: 360px;
	list-style-position: outside;
	left: -20px;
}

ul.eshotBullets li{
	padding: 0px;
	margin: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}




ol.eshotTerms {
	width: 360px;
	list-style-position: outside;
	left: -20px;
}

ol.eshotTerms li{
	padding: 0px;
	margin: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}










/******************************************************************************************
	SPLIT MAIN CONTAINER INTO TOP AND BOTTOM HALVES
******************************************************************************************/

div.wrapperMain table {
	width: 100%;
	padding: 0px;
	border: 0px;
	margin: 8px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: black;
}

div.wrapperMain td.col1 {
	width: 50px;
	height: auto;
}

div.wrapperMain td.col2 {
	width: auto;
	height: auto;
}

div.wrapperMain td.col3 {
	width: 150px;
	height: auto;
	padding-left: 50px;
}

div.wrapperMain td.col4 {
	width: auto;
	height: auto;
}












/******************************************************************************************
	SPLIT MAIN CONTAINER INTO TOP AND BOTTOM HALVES
******************************************************************************************/

div.wrapperMainNestedTop{
	position:relative;
	float: top;
	clear: both;
	width: 650px;
	height: auto;
	border-top: 2px solid #C0C0C0;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;	
}

div.wrapperMainNestedBottom{
	position:relative;
	float: top;
	clear: both;
	width: 650px;
	height: 275px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 5px solid #0094BD;	
}



/******************************************************************************************
	DEFINE TOP LEFT - CONTENT FOR MAIN NEWS ITEM
******************************************************************************************/
div.containerNewsContent {
	position: relative;
	float: left;
	width: 415px;
	padding: 10px;
	margin-right: 5px;
	
}

/******************************************************************************************
	DEFINE TOP RIGHT HIGHLIGHTS SECTION
******************************************************************************************/
div.containerHighlight {
	position: relative;
	float: left;
	width: 190px;
	padding: 20px 10px 10px 10px;
}

div.containerHighlight img {
	border: 0;
	padding: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/******************************************************************************************
	DEFINE ABOUT BEC SECTION
******************************************************************************************/
div.containerAbout {
	position: relative;
	float: left;
	background-color: #EEEEEE;
	height: 250px;
	width: 415px;
	padding: 10px;
	margin-right: 5px;
}


/******************************************************************************************
	DEFINE SOLUTIONS LINKS
******************************************************************************************/
div.containerLinks {
	position: relative;
	float: left;
	background-color: #ddecf7;
	height: 250px;
	width: 190px;
	padding: 10px;
}

div.containerLinks a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 25px;
	color: #0094bd;

}