

.link {
	color: #c00;
	text-decoration: none;
}
.link:hover {
	color: #000;
}

#title_images_home{
	position:relative;
	list-style:none;
	overflow:hidden;
	
	margin:0 auto;
	padding:8px 0;
	width:988px;
	height:356px;
	
	border-top:#ccc 1px solid;
	
	font:4em/1.1 Arial, Helvetica, sans-serif;
	color:#333;
}

	#title_images_home li{
		position:absolute;
		display:none;
		
		margin:0;
		padding:0;
		width:988px;
		height:356px;
	}
		

#buttons_home{
	position:relative;
	list-style:none;
	overflow:hidden;
	
	margin:0 auto 10px auto;
	padding:0;
	
	width:988px;
	height:98px;
}

	#buttons_home li{
		float:left;
		margin:0;
		padding:0;
	}
	#buttons_home li#button_tactical{
		float:right;
	}
	
		#buttons_home li a{
			display:block;
			margin:0;
			padding:0;
			width:322px;
			height:98px;
		}
			
			#buttons_home li#button_consumer a{
				margin:0 10px 0 0;
				background:url(../_images/background_button_home_consumer.gif) no-repeat 0 0;
			}
				#buttons_home li#button_consumer a:hover{background-position:0 -120px;}
			
			#buttons_home li#button_ar a{
				margin:0 10px 0 0;
				background:url(../_images/background_button_home_ar.gif) no-repeat 0 0;
			}
				#buttons_home li#button_ar a:hover{background-position:0 -120px;}
				
			#buttons_home li#button_tactical a{
				background:url(../_images/background_button_home_tactical.gif) no-repeat 0 0;
			}
				#buttons_home li#button_tactical a:hover{background-position:0 -120px;}


#news_home{
	position:relative;
	overflow:hidden;
	background: #fff url(../_images/background_news_home.gif) repeat-x top;
	
	margin:15px auto 20px auto;
	padding:10px 15px;
	width:958px;
	
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	
	font:1em/1.4 Arial, Helvetica, sans-serif; /*12px*/
	color: #666;
}
	
	#news_home a{
		color: #c00;
		text-decoration: none;
	}
		#news_home a:hover {
			color: #000;
		}
	
	#news_home h2{
		margin:0 0 10px 0;
		padding:0;
		
		font:normal 1.25em/1 Arial, Helvetica, sans-serif; /*15px/12px*/
		color:#c00;
	}
	
	#news_home strong,
	#news_home b{
		color:#000;
		font-weight:normal;
	}

	#news_home #news{
		float:left;
		margin:0;
		padding:0 31px 0 0;
		width:620px;
		
		border-right:#ccc 1px solid;
	}
		#news_home #news h2{
			margin:0 0 10px 0;
			padding:0;
			
			font:normal 1.25em/1 Arial, Helvetica, sans-serif; /*15px/12px*/
			color:#c00;
		}
		
		#news_home #news ul#news_list{
			list-style:none;
			margin:0;
			padding:0;
		}
			
			#news_list li{
				margin:3px 0;
			}
			
	#news_home #broadcast{
		float:left;
		margin:0 0 0 -1px;
		padding:0 0 0 15px;
		width:270px;
		border-left:#ccc 1px solid;
	}
		
		#news_home #broadcast ul#broadcast_list{
			list-style:none;
			margin:0;
			padding:0;
		}
			ul#broadcast_list li{
				margin:3px 0;
				width:100%;
				overflow: hidden;
			}
			
				ul#broadcast_list li img{
					float:left;
					margin:3px 0 5px 0;
					width:80px;
				}
				ul#broadcast_list li p{
					float:right;
					margin:0;
					width:180px;
				}
				
				
				




.page_footer{
	position:relative;
	overflow:hidden;
	
	margin:0 auto;
	padding:0;
	width:988px;
}			

	
	
.page_end{
	width:988px;
	margin:20px auto 30px auto;
	padding:0;
	text-align:right;
	
	color: #999;
	font: 0.83em/1 Arial, Helvetica, sans-serif;
}


.link_nav_site_bottom_right {
	color: #c00;
}
.link_nav_site_bottom_right:hover {
	color: #000;
}

