@charset "utf-8";
body {
	background: #FFFFFF;
	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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	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. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.oneColFixCtrHdr #header p {
	text-align: right;
	padding-bottom: 15px;
}
.oneColFixCtrHdr #header a {
	color: #666666;
	text-decoration: none;	
}
.oneColFixCtrHdr #header a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding: 20px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 24px;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: 16px;
}
.oneColFixCtrHdr #mainContent table {
	font-weight: normal;
	text-align: left;
	font-style: normal;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(Images/Line.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
.oneColFixCtrHdr #footer table p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.Introduction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	font-weight: bold;
	line-height: 125%;
}

#Analytics { border:0px; width:1px; height:1px; }
.Reviews {
	background-image: url(Images/Review_Background.gif);
	background-repeat: no-repeat;
}
.Reviews2 {
	background-image: url(Images/Reviews_Background_700.gif);
	background-repeat: no-repeat;
}
.ReviewsText { 
	padding-left: 15px;
	padding-right: 15px;
}
.ReviewsHead { 
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.Left {
	border-left: solid 1px #EBD7CC;
}
.Right {
 	border-right: solid 1px #EBD7CC;
}
.NuanceSoftware {
	padding-right: 200px;
}
.Official {
	font-size: 18px;
	font-weight: bold;
}
.NuanceNav {
	background-image: url(Images/Nuance_Side.gif);
	background-repeat: no-repeat;
}
.NuanceNav a {
	text-decoration: underline;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 110%;
}
.NuanceNav a:hover {
	background-color: #F3F2EE;
	text-decoration: none;
}	
.NuanceNavSmall {
	background-image: url(Images/Nuance_Side_Small.gif);
	background-repeat: no-repeat;
}
.NuanceNavSmall a {
	text-decoration: underline;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 110%;
}
.NuanceNavSmall a:hover {
	background-color: #F3F2EE;
	text-decoration: none;
}	
.center {
	text-align: center;
}
.frame {
	border: 1px solid #000000;
}
.NAP {
	color: #afadad;
	text-align: right;
}