@charset "utf-8";
/* CSS Document */

div#home_image{
	margin-bottom:10px;
}
div#home{
	width:1014px;
	}

	div#home_columns{
		width: 1014px;
		padding: 0 0px;
		}
		div#home_columns div#home_left{
			float:left;
			width:250px;
			margin: 0 30px 0 10px;
		}
		div#home_columns div#home_center{
			float:left;
			width:390px;
			margin: 0 36px 0 0;
		}
		div#home_columns div#home_right{
			float: left;
			width:290px;
		}
		
		
div#home_left div.tabs{
	margin-bottom:10px;
	border-bottom:1px solid #c6c6c6;
}		


.tab-container { margin:0; width:318px; }
.tab-container * { padding:0; margin:0 }

.tab-container .tabs { height:31px; overflow:none; }
.tab-container .tabs li { display:block; float:left; width:106px; height:31px; line-height:35px; text-align:center; padding:0; background:url(/images/bg_home_tab.gif) 0 0 no-repeat;}
.tab-container .tabs li.current { font-weight:bold; background:url(/images/bg_home_tab_active.gif) 0 0 no-repeat; }

.tab-container .tabs li a { color:#808080; font-size:12px; text-decoration:none }
.tab-container .tabs li a:hover { text-decoration:underline }
.tab-container .tabs li.current a,
.tab-container .tabs li.current a:hover { color:#fff }

.tab-container .tab { padding:1em; background:url(/images/bg_home_tab_content.gif) 0 0 repeat-x; min-height:146px; }
.tab-container .loading { color:red }
.tab-container .empty { padding:1em; text-align:center; font-style:italic }

.tab-container .tab-navigation { display:none; }

div#home_left div.branche{
	font-size:12px;
	background:url(/images/bg_home_branche.gif) 0 0 no-repeat;
	width:340px;
	height:136px;
	float:left;
	margin-left:-20px;
	}
	div#home_left div.branche ul{
		margin-top:30px;
		margin-left:34px;
		}
		div#home_left div.branche ul li{
		list-style:square;
		padding-bottom:10px;
		}
		div#home_left div.branche ul li a{
			color:#007ac3;
			font-size:14px;
			text-decoration:none;
		}

div.news{
	font-size:12px;
	padding-bottom:10px;
	}
	div.news h2{
		font-size:13px;
		padding:12px 0;
	}
	div.news_item{
		margin-bottom:3px;
	}
	div.news_item .date{
		color:#7d7d7d;
		font-size:12px;
		padding-bottom:2px;
	}
	div.news div.cnt{
		color:#fff;
		font-size:12px;
		}
		div.news div.cnt a{
			color:#fff;
			text-decoration:none;
			}
			div.news div.cnt a:hover{
				color:#007ac3;
			}
	a.archive{
		display:block;
		color:#7cbee6;
		font-size:12px;
		margin: 12px 0 0 0;
	}
	
h2.firsttop {
	padding-top: 0;
}
	

#home hr {
	background: none;
	border: 0;
	border-top: 1px solid #fff;
}


div.latest_projects{
	
	}
	div.latest_projects h2{
		font-size:12px;
	}
	div.latest_projects div.project{
		float:left;
		padding-bottom:10px;
		}
		div.latest_projects div.project div.photo{
			float:left;
			width:170px;
			}
			div.latest_projects div.project div.photo img{
				width:160px;
			}
			div.latest_projects div.project div.cnt{
			float:left;
			width:140px;
			font-size:10px;
			color:#fff;
			}
			div.latest_projects div.project div.cnt h3{
				color:#007AC3;
				font-size:11px;
				font-weight:normal;
				display:block;
			}

div#home_right div.fiberline{
	margin-bottom:10px;
	}


div#home_right div.user_news{
	width:287px;
	height:148px;
	background:url(/images/bg_home_login.png) 0 0 no-repeat;
	float:left;
	}
	div#home_right div.user_news h2 {
		margin: 10px 10px 0 10px;
	}
	div#home_right div.user_news ul{
		margin-top:10px;
		margin-left:10px;
		}
		div#home_right div.user_news li{
			margin-left:20px;
			list-style:disc;
			color:#fff;
			font-size:12px;line-height:1.3em;
		}
	div#home_right div.user_news a{
		float:right;
		color:#7cbee6;
		font-size:12px;
		margin-right:10px;
		margin-top:10px;
	}

div#home_right div.weather{
	width:267px;
	min-height:136px;
	background:url(/images/bg_home_weather.gif) 0 0 no-repeat;
	float:left;
	padding:10px;
	}
	
	

/* Video */
#videos {
	background: url('/images/vidimgbg.png') bottom left no-repeat;
		margin:0 auto 10px;
		width:994px;
		padding: 0px 10px 10px 10px;
}

#videos .black {
	background: #000;
	position: relative;
	height:348px;
}

#videos .black .vbig {
	position: absolute;
	left: 20px; top: 20px;
}

#videos .black ul.vthumbs {
	position: absolute;
	right: 20px; top: 20px;
	width: 373px;
	padding: 15px 0 0 20px;
	height:293px;
	background: url('/images/vidthumbbg.png') top left no-repeat;
}

#videos .black ul.vthumbs li {
	width: 165px;
	height: 144px;
	float: left;
	overflow: hidden;
	text-align: left;
	margin: 0 20px 5px 0;
}

#videos .black ul.vthumbs li img {
	width: 165px;
	height: 125px;
	color: #000;
	background: #000;
}

#videos .black ul.vthumbs li a {
	color: #007ac3;
	font-weight: bold;
	width: 165px;
	display: block;
	text-decoration: none;
}

#videos .black .vthumbs iframe {
	display: none;
}

.vpagelink {
	height: 125px !important;
	width: 165px;
	background: #007AC3 url('/images/videopage.png');
}

.vpagelink a {
	color: white !important;
}

.vpagelink p {
height: 105px;
width: 145px;
padding: 10px;
}

/* Black left center right */
.homecontenttop {
	width: 1014px;
	height: 10px;
	margin: 0 auto;
	background: url('/images/homecontenttop.png');
}

.homecontentfoot {
	margin: 0 auto 10px;
	width: 1014px;
	height: 10px;
	background: url('/images/homecontentfoot.png');
}

.homecontentbg {
	margin: 0 auto;
	width: 1014px;
	background: url('/images/homecontentbg.png');
}

/* LATER ADDED CSS */
.custom-img
{
	width: 250px !important;
	height: 142px !important;
}
.home_banner
{
	height: 101px;
	margin-bottom: 10px;
}
