/* Leadbanner  area*/
div#leadbanner {
	width: 950px;
	height: 360px;
	margin-bottom: 20px;
}
/* Content area */
div#content {
	width: 950px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 140%;
}

div#col1 {
	width: 290px;
	margin-right: 20px;
	float:left;
	height:220px;
}
div#col2 {
	width: 195px;
	margin-right: 20px;
	float:left;
	height:220px;
}
div#col3 {
	
	width: 195px;
	margin-right: 20px;
	/**background-color: #4CABDF;*/
	float:left;
	height:220px;
}

div#col4 {
	
	width: 205px;
	/**background-color: #4CABDF;*/
	float:left;
	height:210px;
}

#col4 h2{
	padding:0px 10px 0px 26px;
	background: url(../images/bluebird.jpg) no-repeat center left;
}

div#twitter {	
	background: url(../images/path.png) no-repeat top center;
	height:172px;
	padding:10px;
}

div#twitter ul{	
	margin:15px;
	height:152px;
}

div#twitter li{	
	line-height:14px;
	font-style:italic;
	color:#333;
	font-size: 12px;
	word-wrap: break-word;
}

div#twitter a{	
	color:#00ccff;
}

div#twitter span{
	margin:0px;	
	float:left;
	color:#333;
	font-style:normal;
}

div#twitter em{	
	color:#0081bc;
	font-style:normal;
	font-size:10px;
	clear:both;
}


/* Highlight on homepage */
.highlight h2 {
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	padding: 0 0 9px 0;
	font-weight: normal;
}
.highlight h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.highlight h2 a:hover {
	text-decoration: underline;
}
.highlight p {
	color: #FFFFFF;
}
.highlight a.more {
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url("../images/arrow_white.png") no-repeat 0px 2px;
	padding: 0 0 0 14px;
}
.highlight a:hover.more {
	text-decoration: underline;
}
.news_teaser_text {
	width: 300px;
	font-size: 12px;
	line-height: 17px;
}

