@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	text-transform: uppercase;
	color: #656566;
	}
	
h1 a:link, h1 a:active, h1 a:visited {
	color: #656566;
	text-decoration: none;
	}
	
h1 a:hover {
	color: #656566;
	text-decoration: underline;
	}
	
.red-block {
	width: 5px;
	height: 14px;
	background-color: #ff0000;
	display: block;
	float: left;
	margin-right: 5px;
}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	color: #656566;
	} 
	
h3 {
	color: #656566;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	}
	
.footer {
	color: #58595b;
	padding-top: 40px;
	margin-bottom: 23px;
	}
	
.footer a:link, .footer a:active, .footer a:visited, .footer a:hover  {
	color: #58595b;
	text-decoration: none;
	}
	
.footer .left {
	float: left;
	width: 400px;
	padding: 5px 0px 30px 10px;
	}
	
.footer .right {
	float: right;
	text-align: right;
	font-size: 10px;
	width: 380px;
	padding: 5px 10px 30px 0px;
	}
	
.footerLine {
	border-top: 1px solid #d1d1d1;
	height: 2px;
	width: 100%;
	}
	
.navigation {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #d1d1d1;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	}
	
.navigation .border {
	border-right: 1px dotted #d1d1d1;
	padding-left: 5px;
	}
	
.navigation a:link, .navigation a:active, .navigation a:visited {
	color: #656566;
	text-decoration: none;
	} 
	
.navigation a:hover {
	color: #656566;
	text-decoration: underline;
	} 
	
a:link, a:visited, a:active {
	color: #fc0000;
	text-decoration: none;
	}
	
a:hover {
	color: #fc0000;
	text-decoration: underline;
	}
	
#container {
	width: 860px;
	margin: 0 auto;
	padding: 21px;
	border: 1px solid #ff0000;
	margin-top: 15px;
	}	
	
.flash {
	background-image: url(images/hp-flash.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 360px;
	}
	
.flash .text {
	position: absolute;
	top: 174px;
	left: 398px;
	width: 410px;
	font-size: 12px;
	line-height: 16px;
	}

	
.homeNews {
	padding: 8px 20px 2px 15px;
	}
	
.homeNews2 {
	padding: 8px 20px 2px 25px;
	}
	
.contact-us-box {
	background-image: url(images/hp-cube.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 180px;
	color: #656566;
	font-weight: bold;
}
	
.blogDate {
	font-size: 10px;
	color: #666666;
	}
	
.breadcrumb {
	color: #666666;
	padding: 2px 0px 10px 15px;
	}
	
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active, .breadcrumb a:hover  {
	color: #666666;
	text-decoration: none;
	}
	
.red {
	color: #fc0000;
	}
	
.contentLeft {
	width: 107px;
	float: left;
	}
	
.contentRight {
	width: 751px;
	float: right;
	border-left: 1px solid #d1d1d1;
	}
	
.overviewContent {
	padding: 0px 55px 0px 20px;
	}
	
.solutionsContent {
	padding: 0px 20px 0px 20px
	}
	
.resourcesBG {
	border: 1px solid #c7c8ca;
	width: 314px;
	height: 137px;
	}
	
.eventsTitle {
	font-size: 12px;
	color: #ee2e24;
	}
	
.newsDate {
	font-size: 11px;
	color: #666666;
	}


