@charset "utf-8";
/* CSS Document */
body {
	background: #f6f6f6 url(/images/bgPattern.png) repeat-x;
}
.MainContent .IndexTitle {
	background: url(/images/HomePageTitle.gif) no-repeat;
	padding-left: 15px;
	width: 725px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 14px;
}
.HomeImagesConteiner {
	margin: 0 auto;
	height: 285px;
	clear: both;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.HomeImageBlock {
	float: left;
	height: 283px;
	width: 228px;
	display: block;
	background: url(/images/HomePageBlockText-Bg.gif) no-repeat bottom;
	margin-left: 20px;
}
.HomeImageBlock p {
	padding: 4px 10px;
	font-size: 12px;
	line-height: 16px;
	color: #323232;
	padding-top: 6px;
}
.homeBlockNoPadiing {
	margin-left: 0;
}
.HomeList {
	float: left;
	width: 365px;
	padding-left: 20px;
	margin-bottom: 40px;
}
.HomeList h3 {
	width: 365px;
	display: block;
	border-bottom: dashed 1px #acc1d0;
	color: #bd5252;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	line-height: 18px;
}
.HomeList ul {
	list-style: none;
}
.HomeList ul li {
	background: url(/images/HomeRedArrow.gif) no-repeat;
	padding-left: 15px;
	line-height: 25px;
	margin-left: 10px;
	color: #346487;
}
.HomeExtraBtnContainer {
	margin-left: 120px;
	display: block;
	float: left;	
}
.HomeBtnDemo, .HomeBtnInfo, .HomeBtnSearch {
	width: 250px;
	height: 67px;
}
.HomeBtnDemo a {
	width: 250px;
	height: 67px;
	display: block;
	background: url(/images/Home-DemoBtn.png) no-repeat;	
}
.HomeBtnDemo a:hover {
	background: url(/images/Home-DemoBtn-Hover.png) no-repeat;	
}
.HomeBtnInfo a {
	width: 250px;
	height: 67px;
	display: block;
	background: url(/images/Home-InformedBtn.png) no-repeat;
}
.HomeBtnInfo a:hover {
	background: url(/images/Home-InformedBtn-Hover.png) no-repeat;
}
.HomeBtnSearch a {
	width: 250px;
	height: 67px;
	display: block;
	background: url(/images/Home-SearchBtn.png) no-repeat;	
}
.HomeBtnSearch a:hover {
	background: url(/images/Home-SearchBtn-Hover.png) no-repeat;
}
.HomeTitlecolorBg {
	background-color: #f6f6f6;
}

