/*
***********************************************************
Title:     Intro
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

#wrap {
	min-height: 100px;
	height: 100px;
}

#center { width: 400px; }

#left {
	background: none;
	min-height: 108px;
	margin-left: 30px;
	height: 108px;
	width: 260px;
}

#right {
	width: 230px;
}

#left .frame-01, #left .frame-02 {
	cursor: pointer;
	width: 230px;
	padding: 10px 10px 0;
}

#left .frame-02 {  
	background: #F7942B url(../img/frame-arrow-hover.gif) no-repeat right bottom; }
}

#left .frame-01 h1, #left .frame-02 h1 { font-size: 20px; }
#left .frame-02 h1 a { color: #fff; }

#left .frame-01 p, #left .frame-02 p {
	border-left: 1px solid #BEC0B7;
	margin:0 0 0 50px;
	padding-left: 6px;
}

#left .frame-01 p a, #left .frame-02 p a{
	/*background: transparent url(../img/frame-nav.gif) no-repeat right bottom;*/
	background: none;
	text-align: left;	
	min-height: 60px;
	height: auto !important;
	height: 130px;
	color: #616161;
}

#left .frame-02 p a{
	color: #fff;
}

#left .frame-01:hover {
	background: #F7942B url(../img/frame-arrow-hover.gif) no-repeat right bottom;
	color: #fff;
}

#left .frame-02:hover {
	background: #fff url(../img/frame-arrow.gif) no-repeat right bottom;
	color: #616161;
}

#left .frame-01:hover h1 a, #left .frame-01:hover p a  { color: #fff; }

#left .frame-02:hover p a { color: #616161; }
#left .frame-02:hover h1 a { color: #F7942B; }

.news-latest-container h3 { 
	font-size: 1.3em;
	font-weight: bold;
}
