@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #343F43;
	background-image: url(images/bgtile.gif);
	background-repeat: repeat-x;
	background-color: #F2F2EF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oneColElsCtr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #343F43;
}
#layerMainContent {
	position:relative;
	margin-left:25px;
	width:710px;
	height:auto;
	z-index:1;
	margin-top: 35px;
}
#layerCount01 {
	position:relative;
	top:12px;
	width:58px;
	height:40px;
	z-index:2;
	float: right;
}
#layerRightPane {
	position:relative;
	left:30px;
	top:60px;
	width:171px;
	height:auto;
	z-index:2;
}
.bgRightPane {
	background-image: url(images/separVert1.gif);
	background-repeat: no-repeat;
	background-position: left 22px;
}


.countNo {
	font-size: 28px;
	line-height: 24px;
	color: #16717A;
}
.countSubttl {
	font-size: 13px;
	line-height: 12px;
}

.thumbCellit {
	background-image: url(images/mainContent_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 203px;
	width: 203px;
	cursor: pointer;
}
.topspaceThumb1 {
	height: 80px;
}
.topspaceThumb2 {
	height: 95px;
}

.titleThumbDept {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #FFF;
	letter-spacing: -1px;
	height: auto;
	padding-left: 12px;
}
.textThumbDept {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #E6ECEE;
	height: auto;
	padding-left: 12px;
	padding-top: 5px;
}
.textThumbDept2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #243235;
	height: auto;
	padding-left: 12px;
	padding-top: 5px;
}

.thumbCellSoftware {
	background-image: url(images/mainContent_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 203px;
	width: 203px;
	cursor: pointer;
}
.thumbCellAdvertising {
	background-image: url(images/mainContent_07.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 203px;
	width: 203px;
	cursor: pointer;
}
.thumbCellPrint {
	background-image: url(images/mainContent_13.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 203px;
	width: 203px;
	cursor: pointer;
}
.thumbCellMarketing {
	background-image: url(images/mainContent_15.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 203px;
	width: 203px;
	cursor: pointer;
}
.thumbCellFinancial {
	background-image: url(images/mainContent_17.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 203px;
	width: 203px;
	cursor: pointer;
}
.titleFooter {
	font-size: 18px;
	line-height: 20px;
	color: #11788A;
}
.textFooter {
	font-size: 12px;
	line-height: 13px;
	color: #89847B;
}
