/* Home
------------------------------------------- */
*:focus {
	outline:none;
}
#home #wrapper {
	width: 955px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: url(../gfx/bg-front.gif) repeat-x top center;
	height: 621px;
}
#home #header { 
	width: 953px;
	background: none; 
	border-bottom: none;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	margin: 0; padding: 0;
	height: 85px;	
}

#home #content {
	width: 953px;
	padding: 0;
	margin:0;
	color: #333;
	background: none;
	float: left;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	height: 539px;
} 
#flash {
	width: 953px;
	height: 360px;
	margin: 0 auto; 
	margin-top:40px;
	text-align: center;
	padding: 0;
	/*background: url(../gfx/flash_bg.jpg) repeat-x center top; */
	outline: none;
}
#no_flash_anim {
	margin: 20px 0 0 0;
}
#home #content h1, 
#home #content h2 {
	text-align: center;
}
#home #content h2 {
	margin: 58px 0 10px 0;
	color: #fff;
}
#home #content div h3 {
	font: bold 17px Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	margin: 22px 0 10px 0;
	color: #555;
}
#home #content p {
	margin:0;padding:0;
}
#home #content #cxo-communicates-group { 
	padding: 0; 
	margin: 0 auto;
	text-align: center;
}
#home #content #cxo-communicates-group div { 
	padding: 0; margin: 0;
	float: left;
	padding: 0 3px;
	display: block;
	width: 172px;
	height: 153px;
}
#home #content #cxo-communicates-group div span {
	display: block;
	margin: 6px 0 0 1px;
	padding: 0;
	color: #fff;
}
#home #content #front-cxo-4col {
	width: 886px;
	margin: 20px auto 0 auto;
	padding: 0;
}
#home #content #front-cxo-4col .cxo-col {
	width: 217px;
	height:65px;
	border: 1px solid #fff;
	padding: 1px;
	float: left;
	border-right: none;
}
#home #content #front-cxo-4col .cxo-col-rt-bdr {
	width: 217px;
	height:65px;
	border: 1px solid #fff;
	padding: 1px;
	float: left;
}
#home #content #front-cxo-4col .cxo-col h4, 
#home #content #front-cxo-4col .cxo-col-rt-bdr h4{
	margin: 7px 15px 0 10px;
	padding: 0 0 1px 0;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000; 
}
#home #content #front-cxo-4col .cxo-col p, 
#home #content #front-cxo-4col .cxo-col-rt-bdr p{
	margin: 0 10px 0 10px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
}
#home #content #front-cxo-4col .cxo-col p a, 
#home #content #front-cxo-4col .cxo-col-rt-bdr p a{
	color: #000;
	text-decoration: none;
} 
#home #content #front-cxo-4col .cxo-col p a:hover, 
#home #content #front-cxo-4col .cxo-col-rt-bdr p a:hover{
	color: #F2701A;
}
#home #content .clear-front-cxo-4col {
	clear: left;
	height: 20px; 
}


