body {
	height: 99%;
	margin: 0;
	font-family: Arial,Verdana,Helvetica;
	font-size: 75%;	
	background: #EDEDED;
	margin: 0;
}



/*-------------------------------------------------------*/
/* GENERAL STYLES */
/*-------------------------------------------------------*/
h1, h2, h3, h4, p {
	margin:0;
	padding:0;
}

h1 {
	font-weight: normal;
}

a {
	color: #6390cb;
}

img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

form label, .label  {
	float:left;
	margin-right:2%;
	width:60%;
}

.clear {
	clear: both;
	font-size:0pt;
	width:100%;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
 	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.imgNoSpacing {
	margin: 0;
	padding: 0;
	line-height: 0%;
}

.imageRight {
	float:right;
	margin:0em 0 0.3em 0.6em;
}

.imageLeft {
	float:left;
	margin:0.4em 0.5em 0.3em 0em;
}

ul.stripped {
	list-style-type:none;
}

#contentWrapper p.fieldHidden {
	padding: 0;
	margin: 0;
}

.fieldHidden {
	padding: 0;
	margin: 0;
	visibility: hidden;
	display:none;
}

.dblue {
	color: #03479A;
}

/*-------------------------------------------------------*/
/* MAIN LAYOUT & STYLES */
/*-------------------------------------------------------*/
#center {
	position: relative;
	height: 100%;
	text-align: left;
	color: inherit;
	background: #FFF;
	width: 62.5em;
	max-width: 99%;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

/*-------------------------------------------------------*/
/* TOP: */
/*-------------------------------------------------------*/
#top {
	position: relative;
	width: 100%;
	margin: 0 0 0.4em 0;
	padding: 0;
}

#topLogoContainer {
	height: 7.74em;
}

#topLogoContainer img {
	margin: 1.4em 0 0 1.4em;
	float:left;
}

#topLogoContainer p {
	float:right;
	font-size: 1.5em;
	color: #80C6DF;
	margin: 3.2em 0.8em 0 0;
	*margin: 3.2em 0.4em 0 0;
}

#topLogoContainer p span {
	color: #223480;
	margin: 0 0 0 0.2em;
	font-size: 1.1em;
}

#topBannerContainer {
	margin: 0;
	border-right: 8px solid #FFF;
	border-left: 8px solid #FFF;
	background: #C7E0E5;
	height: 161px;
}

#topBannerContainer img {
	float: left;
}

#topBannerContainer h1 {
	color: #1D788B;	
	width: 40%;
	float: left;
	font-weight: bold;
	font-size: 2em;
	margin: 0.6em 0 0 0.8em;
	line-height: 1em;
	letter-spacing: -0.04em;
}

#topBannerContainer h2 {
	color: #1D788B;	
	width: 50%;
	float: left;
	font-weight: normal;
	font-size: 1.7em;
	margin: 0.1em 0 0 1em;
}

#topBannerContainer p {
	color: #499BB0;
	width: 50%;	
	float: left;
	font-weight: bold;
	font-size: 1.4em;
	margin: 1.5em 0 0 1.2em;
}

#topBannerContainer p a {
	color: #FFFFFF;
}



/*-------------------------------------------------------*/
/* CONTENT: */
/*-------------------------------------------------------*/
#content {
	position: relative;
	float: right;
	width: 73%;	
	margin: 0;
	padding: 0;
	background: #FFF;
}

#content.home {
	width: 100%;
}

#contentWrapper.home h1 {
	margin: 1em 0 0 0;
}



/*-------------------------------------------------------*/
/* MIDDLE COLUMN: */
/*-------------------------------------------------------*/
#middleCol {
	position: relative;
	float: left;
	width: 65.6%;
	margin: 0;
	padding: 0;
	border: 0px solid blue;
}

#middleCol.home {
	width: 74%;
}

#contentWrapper.home {
	border-top:none;
	padding: 0;
	position: relative;
	margin: 0 0em 0em 8px;
}

#contentWrapper {
	border-top:6px solid #FFFFFF;
	padding: 0;
	position: relative;
	margin: 0 2.6em 0em 1.4em;
}

#contentWrapper h1 {
	color: #75C8D6;
	font-size: 1.8em;
	font-weight: bold;
}

#contentWrapper h2 {
	color: #4C7B83;
	font-size: 1.5em;
	font-weight: bold;
	margin: 1.2em 0 0 0;
}

#contentWrapper ol {
	padding: 0 0 0 1.6em;
}

#contentWrapper ul {
	padding: 0 0 0 2.2em;
}

#contentWrapper ol li {
	padding: 0 0 0.2em 0;
}

#contentWrapper ul li {
	padding: 0 0 0.2em 0;
}

#contentWrapper p {
	margin: 1em 0 0 0;
	line-height: 1.4em;
}

#contentWrapper a {
	color: #75C8D6;
}

#contentWrapper a.listTitle {
	color: #5B595A;
}



/*-------------------------------------------------------*/
/* LEFT COLUMN: */
/*-------------------------------------------------------*/
#leftCol {
	float:left;
	position: relative;
	width: 26.8%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}	



/*-------------------------------------------------------*/
/* RIGHT COLUMN: */
/*-------------------------------------------------------*/
#rightCol {
	position: relative;
	float: right;
	width: 15em; /*30.6%;*/
	margin: 0;
	border-right: 2px solid #FFF;
	background: #FFFFFF;
	border-top: 6px solid #FFF;	
}

#topNav {
	height: 2.2em;
	margin: 0.2em 0 0 0;
	border-right: 8px solid #FFFFFF;
	border-left: 8px solid #FFFFFF;
	padding: 0;
	background: #5BB0C5;
	font-size: 1.1em;
	font-family: helvetica;
}

#topNav ul {
	height:1.65em;
	padding: 0.24em 0;
	margin: 0;
	list-style-type: none;
}

#topNav ul a {
	display: block;
	float: left;
	clear: left;
	color: #FFFFFF;
	font-size: 0.8em;
}

#topNav ul li {
	display:inline;
	float: left;
	padding: 0 1px 0 1px;
	height: 100%;
	background: #5BB0C5 url(/images/menu_vert_line.gif) no-repeat left;
}

#topNav ul li.first {
	border: none;
	padding: 0 1px 0 0em;
	background: none;
}

#topNav ul li a  {
	display: block;
	margin: 0 0 0 2px;
	*margin: 0 0 0 1px;
	padding: 3px 9px 8px 9px;
	*padding: 3px 9px 5px 9px;
	text-decoration: none;
}

#topNav li a:hover {
	background: url(/images/menu_over.gif) repeat-x;
	color: #FFFFFF;
}

#topNav li a.current {
	background: url(/images/menu_over.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}

#searchBlock {
	margin: 0 0 0 8px;
	xwidth: 90.4%;
	background: #E7E7E7;
	border:2px solid #E7E7E7;
	width: 15em; /*182px;*/
	position: absolute;
	top: 8px;
	right: 8px;
}	

#searchBlock form {
	border: 1px solid #FFF;
	display: block;
	background: #E7E7E7;
}



/*********************************************************/
/*DROP-DOWN SHADOW BOX:*/
/*********************************************************/
.shadow {
	float:left;
	background: url(/images/dropshadow/shadowAlpha_original.png) no-repeat bottom right !important;
	background: none;
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='/images/dropshadow/shadow-png.png'); /* the MS alpha filter */
}

.shadow * {
	position: relative;
}

.shadow .shadowwrapper {
	position:relative;
	top: -6px;
	left: -6px;
	display: block;
	z-index:100;
}

#sectorBlock {
	width:94%;
	margin:0.8em 0 0em 12px;

}

#sectorBlock div {
	height: 5.6em;
	border: solid 1px #FFFFFF;
	padding: 0.6em 0.8em 0.8em 0.8em;
	background-color: #EEEEEE;
}

#sectorBlock h1 {
	font-size: 1.4em;	width: 64%;
	font-weight: bold;
	font-family:helvetica;
	background: url("/images/sector_arrow.gif") no-repeat center right;
}

#sectorBlock h1 a {
	color: #4C7B83;
	text-decoration: none;
	position: relative;
}

#sectorBlock p {
	width: 70%;
	font-size: 1.1em;
	font-weight: bold;
}

#sectorBlock p a {
	position: relative;
	color: #5B595A;
	text-decoration: none;
}

#sectorBlock a {
	position: absolute;
	right: 0;
	top: 0;
}

#wPaperBlock {
	width:94%;
	margin:0.8em 0 0em 12px;
}

#wPaperBlock div {
	height: 5.8em;
	border: solid 1px #FFFFFF;
	padding: 0.6em 0.8em 0.8em 0.8em;
	background-color: #C2DBDF;
}

#wPaperBlock h1 {
	font-size: 1.4em;	
	width: 70%;
	font-weight: bold;
	font-family:helvetica;
	background: url("/images/wpaper_arrow.gif") no-repeat center right;
}

#wPaperBlock h1 a {
	color: #4C7B83;
	text-decoration: none;
	position: relative;
}

#wPaperBlock p {
	width: 90%;
	font-size: 1.2em;
}

#wPaperBlock p a {
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
}

#wPaperBlock p a span {
	color: #4C7B83;
	font-weight: bold;
}

#newsBlock {
	width:100%;	
	margin: 0 0 0.8em 0;
}

#newsBlock div {
	border: solid 1px #D0D0D0;
	padding: 0.6em 0.8em 0.8em 0.8em;
	background-color: #FFFFFF;
}

#newsBlock h1 {
	color: #75C8D6;
	font-size: 1.2em;	
	font-weight: bold;
	font-family:helvetica;
}

#newsBlock h2 {
	font-size: 0.9em;	
	font-weight: bold;
	font-family:helvetica;
	margin: 1em 0 0.2em 0
}

#newsBlock h2 a {
	color: #5B595A;
	position: relative;
}

#newsBlock p {
	font-size: 1em;	
	font-size: 0.9em;
}

#newsBlock p.archiveLnk {
	margin: 1em 0 0 0
}

#newsBlock p a {
	color: #75C8D6;
}

#testimonialsBlock {
	width:100%;	
	margin: 0 0 0.8em 0;
}

#testimonialsBlock .shadowwrapper {
	border: solid 1px #FFFFFF;
	padding: 0.6em 0.8em 0.8em 0.8em;
	background-color: #E7E7E7;
}

#testimonialsBlock h1 {
	color: #595556;
	font-size: 1.4em;	
	font-weight: bold;
	font-family:helvetica;
	background: transparent url(/images/testimonial_arrow.gif) no-repeat scroll right center;
	width: 68%;
}

#testimonialsBlock p {
	margin: 0.6em 0 0 0;
}

#testimonialsBlock p.quote {
	font-size: 1.1em;
	color: #5B9FB4;
	font-weight: bold;
	line-height: 1.2em;
}

#testimonialList p.author {
	margin: 0.4em 0 2em 0;
}

#testimonialsBlock p.author {
	font-size: 1.1em;
	color: #88888A;
}

#testimonialsBlock p a {
	font-size: 0.9em;
	color: #5B9FB4;
}

.quote_start {
	background:transparent url(/images/quotationmark_left.gif) no-repeat scroll top left;
	display:inline;
	height:19px;
	padding-left:22px;
	padding-top:0.2em;
	width:24px;
}

#testimonialList .quote_start {
	background:transparent url(/images/quotationmark_left_whitebg.gif) no-repeat scroll top left;
}

.quote_end {
	background:transparent url(/images/quotationmark_right.gif) no-repeat scroll right bottom;
	display:inline;
	height:18px;
	padding-bottom:0.3em;
	padding-right:26px;
	width:24px;
}

#testimonialList .quote_end {
	background:transparent url(/images/quotationmark_right_whitebg.gif) no-repeat scroll right bottom;
}

#signUpBlock {
	width:100%;
	margin:0em 0 2em 0;
}

#signUpBlock div.shadowwrapper {
	border: solid 1px #FFFFFF;
	padding: 0.6em 0.8em 0.8em 0.8em;
	*padding: 0.6em 0.8em 0.4em 0.8em;
	background: #B7E2EB;
}

#signUpBlock h1 {
	font-size: 1.4em;	
	width: 46%;
	font-weight: bold;
	font-family:helvetica;
	background: url("/images/wpaper_arrow.gif") no-repeat center right;
	color: #4C7B83;
}

#signUpBlock p {
	width: 100%;
	font-size: 0.9em;
	color: #4C7B83;
	line-height: 1em;
	margin:0.2em 0 0 0;
	padding:0;
}

#signUpBlock p.suText {
	float:left;
	width: 75%
}

#signUpBlock p.suSub {
	float:left;
	width: 20%;
}

#signUpBlock p a span {
	color: #4C7B83
}

#signUpBlock form {
	margin: 0.4em 0 0 0;
	width: 100%;
}

#signUpBlock form input.signupbox {
	width: 95%;
	margin:0;
	padding:0;
}

#signUpBlock form input.signupsub {
	background:#B7E2EB none repeat scroll 0%;
	border:medium none;
	color:#5C9294;
	font-size:1.4em;
	margin:0;
	padding:0;
	font-weight: bold;
	font-family:helvetica;
}

#servicesWrapper {
	margin: -1em 0 3em 1.4em;
}

#servicesWrapper h1 {
	color: #75C8D6;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

#footer {
	border-top: 1px solid #B8B8B8;
	color:#545454;
	margin:3em 0pt 0pt 0;
}

#footerTop {
	height:75px;
}

#footerBottom {
	padding: 0.6em 0 1em 1em;
}

#fLogoLeft {
	float:left;
}

#fLogoLeft img {
	margin: 0.2em 0 0 1em;
}

#fLogoRight {
	float:right;
}

#fLogoRight img {
	margin: 0.2em 1em 0 0em;
}

#footer ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0.9em;
	margin: 0.2em 0 0 0;
}

#footer ul li {
	display:inline;
	float: left;
	padding: 0 0 0 0;
	color: #545454;
}

#footer li a {
	padding: 0;
	margin: 0;
	color: #545454;
}

#footer li span {
	margin:0;
	padding: 0 0.5em;
}

#footerLeft {
	width: 75%;
	float: left;
}

#footerRight {
	width: 22%;
	float: right;
	text-align: right;
}

#footer p.newmind {
	font-size: 0.9em;
}

#footer #footerRight p {
	margin: 0 1em 0 0;
}

#contactBlock {
	width:100%;	
	margin: 0 0 0.8em 0;
}

#contactBlock .shadowwrapper {
	border: solid 1px #CBCCCE;
	padding: 0.6em 0.8em 0.8em 0.8em;
	background-color: #FFFFFF;
}

#contactBlock h1 {
	color: #65C0D3;
	font-family:helvetica;
	font-size:1.4em;
	font-weight:bold;
}

#contactBlock p {
	color: #03479A;
}

#contactBlock h2 span {
	display:block;
	color: #03479A;
}

#contactBlock h2 {
	color: #65C0D3;
	font-family:helvetica;
	font-size:1.2em;
	font-weight:bold;
	margin: 0.2em 0 0 0;
}

#contactBlock h2 a {
	color: #65C0D3;
}

#sArchivingBlock {
	width:94%;	
	margin:0.8em 0 0em 12px;
}

#sArchivingBlock .shadowwrapper {
	border: solid 1px #FFFFFF;
	padding: 0.6em 0.8em 0.8em 0.8em;
	background-color: #D1E5E6;
}

#sArchivingBlock h1 {
	font-size: 1.4em;	
	width: 70%;
	font-weight: bold;
	font-family:helvetica;
}

#sArchivingBlock h1 span {
	margin: 0 0 0 0.2em;
}

#sArchivingBlock h1 a {
	color: #4C7B83;
	text-decoration: none;
	position: relative;
}

#sArchivingBlock p {
	font-size: 1.0em;
}

#sArchivingBlock p a {
	position: relative;
	color: #4C7B83;
	text-decoration: none;
}

#sPaperlessBlock {
	width:94%;	
	margin:0.8em 0 0em 12px;
}

#sPaperlessBlock .shadowwrapper {
	border: solid 1px #FFFFFF;
	padding: 0.6em 0.8em 0.8em 0.8em;
	background-color: #8DC3CF;
}

#sPaperlessBlock h1 {
	font-size: 1.4em;	
	width: 90%;
	font-weight: bold;
	font-family:helvetica;
}

#sPaperlessBlock h1 span {
	margin: 0 0 0 0.2em;
}

#sPaperlessBlock h1 a {
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}

#sPaperlessBlock p {
	font-size: 1.0em;
}

#sPaperlessBlock p a {
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
}

#subNav {
	margin: 0em 0 0 7px;
	width:93%;
	font-size: 1.0em;	
	position: relative;
	padding: 0;
	background: #79C2D3;
}

#subNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#subNav ul li {
	position: relative;
	border-bottom: 1px solid #FFF;
}

#subNav ul li.home {
	background: #6EB0BF;
}

#subNav ul li a  {
	display:block;
	margin: 0;
	padding:0.8em 0.6em 0.6em 1em;
	text-decoration: none;
	color: #FFF;
	font-family: arial;
	position: relative;
}

#subNav span a span {
	position:relative;
	display: block;
	background-image: url("/images/leftnavarrow.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding:0pt 1em 0pt 0pt;
}

#subNav ul li	a:hover {
	color: #FFFFFF;
	background: #307A93 url("/images/leftmenubg.gif") repeat-y left;
}

#subNav ul #thissubpage {
	color: #FFFFFF;
	background: #307A93 url("/images/leftmenubg.gif") repeat-y left;
	font-weight: bold;
}

#subNav li span {
	display:block;
	margin:0;
	padding: 0;
}

#breadcrumbNav {
	margin: 1em 1em 1em 1.2em;
	padding:0;
	list-style: none;
	font-family: helvetica;
}

#breadcrumbNav li {
	display: inline;
	color: #3392AE;
	font-weight: bold;
}

#breadcrumbNav a {
	font-weight: bold;
	color: #66B7CC;
}

#breadcrumbNav a:hover {
	color: #3392AE;
}

#breadcrumbNav span {
	color: #66B7CC;
	padding: 0 0.4em 0 0.2em;
}

#contentWrapper #staffList {
	list-style: none;
	padding:0;
}

#contentWrapper #articleNewsList {
	list-style: none;
	padding:0;
	margin: 1em 0 0 0;
}

#contentWrapper #articleNewsList li {
	padding:0 0 1em 0;
	margin: 0;
}

#contentWrapper #articleNewsList a {
	color: #5B595A;
}

#contentWrapper #newsArchive {
	list-style: none;
	padding:0;
	margin: 1em 0 0 0;
}

#contentWrapper #newsArchive li {
	padding:0 0 1em 0;
}

#contentWrapper #newsArchive a {
	color: #5B595A;
}

#downloadsList {
	margin: 1em 0 0 0;
}

#downloadsList img {
	float:left;
}

#downloadsList div.container {
	float: left;
	width: 85%;
	margin: 0 0 1em 1em;
}

#downloadsList div.container p {
	margin: 0;
}

#saveTime {
	background: #92D0DF;
	width:100%;
}

#saveTime img {
	float: left;
	vertical-align: bottom;
}

#saveTime h2 {
	float:left;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 2em;
	margin: 0.2em 0 0 0;
	padding:0;
}

#saveTime p {
	float:left;
	width: 60%;
	color: #FFFFFF;
	margin: 0.1em 0 0 0;
	padding:0;
	font-weight: bold;
}

#saveTime p.moreLink {
	margin: 0.4em 0 0 0;
}

#saveTime a, #saveSpace a, #saveMoney a {
	color: #08488F;
	font-weight: bold;
}

#saveSpace {
	background: #C3DBDF;
	width:100%;
	margin: 0.4em 0 0 0;
}

#saveSpace img {
	float: left;
	vertical-align: bottom;
}

#saveSpace h2 {
	float:left;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 2em;
	margin: 0.2em 0 0 0;
	padding:0;
}

#saveSpace p {
	float:left;
	width: 60%;
	color: #FFFFFF;
	margin: 0.1em 0 0 0;
	padding:0;
	font-weight: bold;
}

#saveSpace p.moreLink {
	margin: 0.4em 0 0 0;
}

#saveMoney {
	background: #CDCDCD;
	width:100%;
	margin: 0.4em 0 0 0;
}

#saveMoney img {
	float: left;
	vertical-align: bottom;
}

#saveMoney h2 {
	float:left;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 2em;
	margin: 0.2em 0 0 0;
	padding:0;
}

#saveMoney p {
	float:left;
	width: 60%;
	color: #FFFFFF;
	margin: 0.1em 0 0 0;
	padding:0;
	font-weight: bold;
}

#saveMoney p.moreLink {
	margin: 0.4em 0 0 0;
}

#contentWrapper ul#faqList {
	list-style: none;
	padding:0;
	margin: 1em 0 0 0;
}

#contentWrapper ul#faqList li {
	list-style: none;
	padding:0;
	margin: 0 0 0.6em 0 ;
}

#contentWrapper #faqList a {
	color: #5B595A;
}

#searchresults {
	margin: 1em 0 0 0 ;
}

#searchresults ul.searchResults {
	margin: 1em 0 0 0;
	padding: 0;
}

#searchresults ul.searchResults a {
	color: #000;
}

#mainContentAK {
	display:none;
}

#ctaScanningBureau {
	float:left;
	background: #92D0DF url("/images/cull_scanningbureau.jpg") no-repeat top left;
	color: #fff;
	padding: 0;
	width: 49%;
	margin: 0 5px 5px 0;
	height: 14.7em;	
}

#contentWrapper #ctaScanningBureau h1 {
	margin:0;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1em;
}

#ctaScanningBureau h1 a {
	display: block;
	padding: 84px 14px 3px 6px;	
	width: 92%;
	color: #fff;
	text-decoration: none;
}

#contentWrapper #ctaScanningBureau p {
	margin: 0;
	font-size: 0.9em;
}

#ctaScanningBureau p a {
	display: block;
	padding: 0px 14px 3px 6px;	
	text-decoration: none;
	color: #fff;
	width: 92%;
}

#contentWrapper p.ctaLink a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#contentWrapper p.ctaLink a span.nolink {
	text-decoration: underline;
	color: #004A91;
}

#ctaHomeWrapper {
	position: relative;
	width: 100%;
}

#ctaMicrofilmEquip {
	float:left;
	width: 49%;
	background: #B5B5B5 url("/images/cull_microfilm.jpg") no-repeat top left;
	color: #fff;
	margin: 0 5px 0 0;
	height: 14.7em;	
}

#ctaMicrofilmEquip h1 a {
	display: block;
	padding: 62px 14px 3px 6px;	
	width: 92%;
	color: #fff;
	text-decoration: none;
}

#contentWrapper #ctaMicrofilmEquip p {
	margin: 0;
	font-size: 0.9em;
}

#ctaMicrofilmEquip p a {
	display: block;
	padding: 0px 14px 3px 6px;	
	text-decoration: none;
	color: #fff;
	width: 92%;
}

#contentWrapper #ctaMicrofilmEquip h1 {
	margin:0;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1em;
}

#ctaDocManagementSoft {
	float:left;
	width: 49%;
	background: #A2C5C9 url("/images/cull_documanagementsoftware.jpg") no-repeat top left;
	color: #fff;
	margin: 0 0 5px 0;
	height: 14.7em;	
}

#ctaDocManagementSoft h1 a {
	display: block;
	padding: 64px 14px 3px 6px;
	width: 92%;
	color: #fff;
	text-decoration: none;
}

#contentWrapper #ctaDocManagementSoft p {
	margin: 0;
	font-size: 0.9em;
}

#ctaDocManagementSoft p a {
	display: block;
	padding: 0px 14px 3px 6px;	
	text-decoration: none;
	color: #fff;
	width: 92%;
}

#contentWrapper #ctaDocManagementSoft h1 {
	margin:0;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1em;
}

#ctaScanMicroMainSup {
	float:left;
	width: 49%;
	background: #999999 url("/images/cull_scanner.jpg") no-repeat top left;
	color: #fff;
	margin: 0;
	height: 14.7em;	
}

#ctaScanMicroMainSup h1 a {
	display: block;
	padding: 62px 14px 3px 6px;
	width: 92%;
	color: #fff;
	text-decoration: none;
}

#contentWrapper #ctaScanMicroMainSup p {
	margin: 0;
	font-size: 0.9em;
}

#ctaScanMicroMainSup p a {
	display: block;
	padding: 0px 14px 3px 6px;	
	text-decoration: none;
	color: #fff;
	width: 92%;
}

#contentWrapper #ctaScanMicroMainSup h1 {
	margin:0;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1em;
}

.TeleWidget
{
	float:right;
	font-size: 1.5em;
	color: #80C6DF;
	margin: 3.2em 0.8em 0 0;	
}

.numberRenderWidget
{
	color: #03479A;
	display:inline;
}

