/* Page Specific */

#home_text_pane {
	width:855px;
	float:left;
	height:auto;
	margin-bottom:20px;
	font-weight:normal;
	color:#808183;
	}
	
#home_screens {
	width:auto;
	float:left;
	height:auto;
	margin-bottom:20px;
	}
	
#home_screens .home_screen_container_left {
	width: 225px;
	height:147px;
	float:left;
	padding:12px 0px 0px 10px;
	background-image:url(../img/index_monitor_215x134_inner.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
	
#home_screens .home_screen_container_middle {
	width: 225px;
	height:147px;
	float:left;
	margin:0px 75px 0px 75px;
	padding:12px 0px 0px 10px;
	background-image:url(../img/index_monitor_215x134_inner.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
	
#home_screens .home_screen_container_right {
	width: 225px;
	height:147px;
	float:left;
	padding:12px 0px 0px 10px;
	background-image:url(../img/index_monitor_215x134_inner.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
	
#home_screens .image_container {
	width:217px;
	height:137px;
	position:absolute
	}
	
#services {
	width:254px;
	height:auto;
	float:left;
	padding-right:30px;
	border-right: #c7c7c7 3px solid;
	}
	
#services .service_container_top {
	width: 254px;
	height: 109px;
	margin:0px 0px 30px 0px;
	float:left;
	}

#services .service_container_middle {
	width: 254px;
	height: 109px;
	float:left;
	}
	
#services .service_container_bottom {
	width: 254px;
	height: 109px;
	margin:30px 0px 0px 0px;
	float:left;
	}
	
#news {
	float:left;
	width:548px;
	margin-left:20px;
	height:auto;
	}
	


#news .news_wrap {
	width:524px;
	height:auto;
	float:left;
	padding: 4px 12px 4px 12px;
	position:relative;
	}
	
#news .header {
	padding-left:12px;
	font-size:24px;
	font-weight:800;
	margin-bottom:10px;
	height:18px;
	line-height:18px;
	}
	
#news .news_title {
	margin:0px 0px 6px 0px;
	position:relative;
	}
	
.news_title a {
	color:#808183;
	}
	
.news_title a:link {
	text-decoration:none;
	}
.news_title a:visited {
	text-decoration:none;
	}
.news_title a:hover {
	color:#c7c7c7;
	text-decoration:none;
	}
.news_title a:active {
	text-decoration:none;
	}
	
#news .news_title_span {
	font-weight:700;
	}
	
#news .news_content {
	font-size:10px;
	width:100%;
	height:auto;
	position:relative;
	float:left;
	}
	
.news_content a {
	color:#46ccff;
	}
	
.news_content a:link {
	text-decoration:none;
	}
.news_content a:visited {
	text-decoration:none;
	}
.news_content a:hover {
	color:#c7c7c7;
	text-decoration:none;
	}
.news_content a:active {
	text-decoration:none;
	}
	
.news_content .image {
	margin:10px 0px 10px 10px;
	float:right;
	}