/* MainWebSite */
/* HTML TAGS */
body, html {
	color: #333333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #D9D9D9 url(../portal/images/pagelayout/bg_body_gray.jpg) repeat-x;
	margin: 0px;
	
	scrollbar-base-color: #003366;
	
	/*scrollbar-shadow-color: #dddddd;
	scrollbar-highlight-color: #dddddd;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #dddddd;
	scrollbar-track-color: #eeeeee; 
	scrollbar-arrow-color: #003366;*/
}

p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 14px;
}

a {
	color: #0A357A;
	text-decoration: underline;
}
a:hover {
	color: #A96410;
	text-decoration: none;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	color: #666666;
	font-size: 22px;
}
h2 {
	color: #07285F;
	font-size: 18px;
}
h3 {
	color: #91884F;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	color: #07285F;
	font-size: 14px;
	font-weight: bold;
}
h6 {
	color: #91884F;
	font-size: 14px;
	font-weight: bold;
}
blockquote {
	margin: 0px 0px 0px 30px;
}
ol {
	margin-left: 30px;
}
.olListing {
	list-style: upper-alpha;
}
.olListing li li li {
	list-style: lower-alpha;
}

ul {
	line-height: 16px;
}
ul li li {
	line-height: 16px;
	list-style: disc;
}

hr {
	border-top: 1px solid #CCCCCC;/*the border*/
	width: 100%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	margin: 0px;
}
form {
	/*background: #F9F9F0;
	border: 1px solid #ACACAC;*/
}

fieldset{
	margin:20px 0px 30px;
	position:relative;
	display:block;
	padding: 0px 10px 10px;
	border: 1px solid #666666;
	background: #F9F9F9;
}

legend{
	color:#FFF;
	padding:5px;
	margin:0px 0px 10px;
	position:relative;
	top: -18px;
	background: url(../portal/images/buttons/btn_sidenavbar_03_up.jpg) repeat-y;
	font-weight: bold;
	border: 1px solid #666666;
}
input {
	background: #FFFFFF;
	font: 11px Tahoma, Arial;
	color: #000000;
	padding: 3px;
	border: 1px solid #666666;
}
input.buttonForm {
	background: #0B3B83 url(../portal/images/buttons/btn_forms_up.jpg) no-repeat;
	margin-bottom: 4px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 4px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-transform: uppercase;
	height: 22px;
	margin-left: 0px;
}
input.buttonForm:hover {
	background: #000 url(../portal/images/buttons/btn_forms_over.jpg) no-repeat 100% 0px;
	color: #FFCC00
}
input#q {
	background: #F0F0F0;
	width: 150px;
	text-indent: 5px;
	position: relative;
	padding: 3px 2px 3px 3px;
	border: 1px solid #666666;
	margin: 0px 0px 5px;
}
select {
	background: #FFFFFF;
	font: 11px Tahoma, Arial;
	color: #000000;
	padding: 3px;
	border: 1px solid #666666;
}
textarea {
	background: #FFFFFF;
	border: 1px solid #999999;
	font: 11px Tahoma, Arial;
	color: #000000;
	padding: 5px;
}
sup
{
	color: #036;
}

span#search-scope input {
	POSITION: relative
}
/* CSS DIV CONTROLS */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatLeftHalf {
	float: left;
	width: 48%;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #D9D9D9;
}
.floatRightHalf {
	float: right;
	width: 48%;
}
.clearBoth {
	clear: both;
}
#pageContainer/* PAGE LAYOUTS */
 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../portal/images/pagelayout/bg_page_narrow.jpg) repeat-y;
}
#pageContainerSecure/* PAGE LAYOUTS */
 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../portal/images/pagelayout/bg_page_narrow.jpg) repeat-y;
}
#pageContainerSecureAdmin/* PAGE LAYOUTS */
 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
.pageContainerHome/* PAGE LAYOUTS */
 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../portal/images/pagelayout/bg_page.jpg) repeat-y;
	padding: 0px;
	height: auto;
	clear: both;
}
#mastheadContainer {
	height: 60px;
	width: 950px;
	background: #FFF;

}
#mastheadLogo {
	height: 60px;
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}
#mastheadSubNavigation
{
	height: 35px;
	width: 240px;
	padding-right: 20px;
	padding-left: 390px;
	float: left;
	padding-top: 25px;
	margin: 0px;
	text-align: right;
}
#mastheadSubNavigation a
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #0A357A;
	text-decoration: underline;
}
#mastheadSubNavigation  a:hover
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #C97814;
	text-decoration: none;
}


#mastheadNavigation {
	clear: both;
}
#flashContainer
{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 260px;
	width: 950px;
	display: block;
}
#mastheadImageLeft
{
	display: block;
	height: 260px;
	width: 650px;
	float: left;
	background: url(../portal/images/pagelayout/bg_welcome.jpg) no-repeat;
}
#mastheadImageLeftCopy
{
	font: 14px Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 10px 20px 20px;
}
#mastheadImageLeftCopy h1
{
	color: #FFF;
	font-weight: bold;
}

#mastheadImageLeftCopy p
{
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}


#mastheadImageRight
{
	display: block;
	height: 240px;
	width: 280px;
	float: left;
	background: #C0C0C0 url(../portal/images/pagelayout/bg_casestudies.jpg) no-repeat;
	padding: 10px;
	color: #FFF;
}
#mastheadImageRight a
{
	text-transform: uppercase;
	color: #F93;
	font-weight: bold;
	font-size: 11px;
}
#mastheadImageRight h2
{
	color: #FFF;
	margin-bottom: 5px;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#mastheadImageRight p
{
	color: #FFF;
	margin-bottom: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}
#newsReleaseArticles
{
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.custName 
{
	color: #FBB931;
	text-transform: uppercase;
	font: bold 18px "Arial Narrow", Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.custNameSmall 
{
	color: #FFF;
	font-size: 11px;
}


#copyContainer {
	clear: both;
	/*visibility: visible;*/
}
#copyLeftContainer33Top {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 320px;
	/*visibility: visible;*/
}
#copyLeftContainer33Bottom {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 320px;
	/*visibility: visible;*/
}
#copyRightContainer66Top {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 630px;
	/*visibility: visible;*/
}
#copyMiddleContainer33Bottom {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 315px;
	/*visibility: visible;*/
}
#copyRightContainer33Bottom {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 315px;
	/*visibility: visible;*/
}
#copyFull {
	padding: 20px;
	clear: both;

}
#copy100 {
	padding: 0px;
	margin: 0px;
	clear: both;

}
#copyLeft12 {
	float: left;
	width: 435px;
	padding: 20px;
}
#copyLeft20 {
	width: 180px;
	left: 0px;
	float: left;
	padding: 20px 10px;
}

#copyLeft33 {
	left: 0px;
	padding: 10px 40px 10px 10px;
}
#copyLeft20 {
	width: 180px;
	left: 0px;
	float: left;
	padding: 20px 10px;
}
#copyLeft67 {
	float: left;
	width: 610px;
	height: auto;
	padding: 20px;
}
.copyLeft67ColumnLeft {
	float: left;
	width: 290px;
	height: auto;
	padding: 0px 30px 0px 0px;
}
.copyLeft67ColumnRight {
	float: left;
	width: 290px;
	height: auto;
	padding: 0px;
}
#copyLeft74 {
	float: left;
	width: 685px;
	height: auto;
	padding: 20px;
}
#copyLeftContainer
{
	height: auto;
	width: 650px;
	float: left;
}
#copyLeftContainerInt
{
	height: auto;
	width: 725px;
	float: left;
}
#copyMiddle12 {
	border-left: 1px solid #CCCCCC;
	width: 509px;
	float: left;
	padding: 20px;
}
#copyMiddle33 {
	left: 0px;
	padding: 10px 20px 10px 0px;
}
#copyMiddle35 {
	width: 410px;
	float: left;
	padding: 20px;
}
#copyMiddle47 {
	width: 410px;
	float: left;
	padding: 20px;
}
#copyMiddle56 {
	width: 495px;
	float: left;
	padding: 20px 20px 20px 10px;
}

#copyRight66 {
	left: 0px;
	padding: 10px 10px 10px 0px;
}
#copyRightContainer
{
	height: auto;
	width: 300px;
	float: left;
}
#copyRightContainerInt
{
	height: auto;
	width: 225px;
	float: left;
	background: url(none);
}
#copyRight14 {
	width: 160px;
	float: left;
	padding: 20px;
}
#copyRight12 {
	float: left;
	width: 435px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#copyRight24 {
	width: auto;
	left: 0px;
	padding: 10px;
	height: auto;
	clear: both;
}
#copyRight33 {
	left: 0px;
	padding: 0px 10px;
}
#copyRight33Extra
{
	clear: both;
	margin: 0px;
	padding: 0px 10px;
}
#copyRight24Extra
{
	clear: both;
	margin: 0px;
	padding: 0px 10px;
}
#copyRight24SocialMedia
{ clear: both; margin: 0px; padding: 10px; text-align: center; 
}

#footerContainer {
	clear: both;
	font: bold 11px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background: url(../portal/images/pagelayout/bg_footer.jpg) repeat-x;
	height: 40px;
	border-top: 1px solid #666666;
}
#footerContainer  p {
	color: #3F3F3F;
	margin: 0px;
	display: block;
	float: left;
	padding: 15px 15px 2px;
}
#footerContainer  a {
	color: #3F3F3F;
	display: block;
	padding: 15px 10px 2px;
	float: left;
	margin: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footerContainer   a img {
	padding: 0px 15px;
	margin: 0px;
	text-decoration: none;
	top: -5px;
}
#footerContainer  a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footerAnoto a
{
	margin: 0px;
	padding: 0px;
	float: left;
	border-style: none;
}


/* NAVIGATION MENUS */
#MainNavScheme {
	width: 100%;
	overflow: auto;
	padding: 10px 0px;
	height: auto;
}
#MainNavScheme ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFF;
	text-transform: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#MainNavScheme li {
	list-style: none;
	display: block;
}
#MainNavScheme li p{
	font-size: 12px;
	margin: 0px 0px 1px;
	padding: 7px 5px 7px 30px;
	display: block;
	height: auto;
	width: auto;
	font-weight: bold;
	background: #2D5869 url(../portal/images/buttons/btn_sidenavbar_01_up.jpg) no-repeat;
	text-transform: uppercase;
	border-bottom: 1px solid #284D5B;

}
#MainNavScheme li a {
	padding: 7px 5px 7px 30px;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
	font-size: 12px;
	color: #FFF;
	background: #2D5869 url(../portal/images/buttons/btn_sidenavbar_01_up.jpg) no-repeat;
	text-transform: uppercase;
	border-bottom: 1px solid #284D5B;
	margin: 0px 0px 1px;
}
#MainNavScheme li a:hover {
	color: #FFF;
	text-decoration: underline;
	background: #2D5869 url(../portal/images/buttons/btn_sidenavbar_01_over.jpg) no-repeat;
	border-bottom: 1px solid #926218;
}

#MainNavScheme li li a {
	display: block;
	padding: 4px 10px 4px 40px;
	color: #FFF;
	text-decoration: none;
	height: auto;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	background: #2D5869 url(../portal/images/buttons/btn_sidenavbar_03_up.jpg) no-repeat;
	margin: 0px 0px 1px;

}
#MainNavScheme li li a:hover {
	color: #FFF;
	text-decoration: underline;
	background: #2D5869 url(../portal/images/buttons/btn_sidenavbar_02_over.jpg) no-repeat 0px -3px;
}
#MainNavScheme li li li a{
	display: block;
	padding: 3px 10px 3px 55px;
	color: #FFF;
	text-decoration: none;
	height: auto;
	width: auto;
	font-size: 11px;
	margin-bottom: 1px;
	font-weight: normal;

}
#MainNavScheme li li li a:hover {
	color: #FFF;
	text-decoration: underline;
	background: #2D5869 url(../portal/images/buttons/btn_sidenavbar_03_over.jpg) repeat-y;
}
#SubNavScheme/* NAVIGATION MENUS */
 {
	width: 100%;
	overflow: auto;
	background: #F3F2E9;
	border: 1px solid #BEB789;
}
#SubNavScheme  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #333333;
	text-transform: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#SubNavScheme  li {
	list-style: none;
}
#SubNavScheme   li p {
	list-style: none;
	padding: 3px 0px 3px 15px;
	margin: 0px;
	display: block;
	color: #3F3F3F;
	font-weight: normal;
}
#SubNavScheme   li p a{
	list-style: none;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	display: block;
	color: #3F3F3F;
	font-weight: normal;
	text-align: right;
}
#SubNavScheme  li  a {
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
	font-size: 12px;
	margin-bottom: 1px;
	color: #08295E;
}
#SubNavScheme  li  a:hover {
	color: #A96410;
	text-decoration: underline;
}
#SubNavScheme  li  li  a {
	display: block;
	padding: 2px 10px 2px 25px;
	color: #0C2B61;
	text-decoration: underline;
	height: auto;
	width: auto;
	font-size: 11px;
	margin-bottom: 1px;
	font-weight: normal;

}
#SubNavScheme  li  li  a:hover {
	color: #A96410;
	text-decoration: underline;
}

#MainExtra {
	clear: both;
	width: 170px;
}
#PrinterFriendly {
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	margin-top: 15px;
}
#Notice {
	height: auto;
	width: 500px;
	background: #FFFFFF;
	margin: 15px;
	padding: 5px;
}
#panelAwards {
	background: url(../portal/images/icons/icon_panel_awards.jpg) no-repeat;
}
#panelMission {
	background: url(../portal/images/icons/icon_panel_mission.jpg) no-repeat;
}
#panelCommunity {
	background: url(../portal/images/icons/icon_panel_community2.jpg) no-repeat;
}
#panelCommitExcellence {
	background: url(../portal/images/icons/icon_panel_commitexcellence.jpg) no-repeat;
}
#panelCoreValues {
	background: url(../portal/images/icons/icon_panel_corevalues.jpg) no-repeat;
}
#panelNews {
	background: url(../portal/images/icons/icon_panel_news.jpg) no-repeat;
}
#panelExecTeam {
	background: url(../portal/images/icons/icon_panel_executive.jpg) no-repeat;
}
#panelCareers {
	background: url(../portal/images/icons/icon_panel_career.jpg) no-repeat;
}
#panelCaseStudies {
	background: url(../portal/images/icons/icon_panel_case_studies.jpg) no-repeat;
}
#panelContactSales {
	background: url(../portal/images/icons/icon_panel_contactsales.jpg) no-repeat;
}
#panelContactSupport {
	background: url(../portal/images/icons/icon_panel_contactsupport.jpg) no-repeat;
}
#panelDigitalPen {
	background: url(../portal/images/icons/icon_panel_digital_pen.jpg) no-repeat;
}
#panelDigitalWritingTechnology {
	background: url(../portal/images/icons/icon_panel_digital_writing_technology.jpg) no-repeat;
}
#panelEDWriting {
	background: url(../portal/images/icons/icon_panel_edw.jpg) no-repeat;
}
#panelEDWServer {
	background: url(../portal/images/icons/icon_panel_edw_server.jpg) no-repeat;
}
#panelFaqs {
	background: url(../portal/images/icons/icon_panel_faqs.jpg) no-repeat;
}
#panelCommDevices {
	background: url(../portal/images/icons/icon_panel_communicationdevices.jpg) no-repeat;
}
#panelPatternedPaper {
	background: url(../portal/images/icons/icon_panel_patterned_paper.jpg) no-repeat;
}
#panelFormsAnalysis {
	background: url(../portal/images/icons/icon_panel_forms_analysis.jpg) no-repeat;
}
#paneSignatureCapture {
	background: url(../portal/images/icons/icon_panel_signature_capture.jpg) no-repeat;
}
#panePartnerBenefits {
	background: url(../portal/images/icons/icon_panel_partner_benefits.jpg) no-repeat;
}
#panelPartnerDirectory {
	background: url(../portal/images/icons/icon_panel_commitexcellence.jpg) no-repeat;
}
#panelPartnerProgram {
	background: url(../portal/images/icons/icon_panel_partner_program.jpg) no-repeat;
}
#panelPartnerRequest {
	background: url(../portal/images/icons/icon_panel_partner_request.jpg) no-repeat;
}
.panels {
	padding-top: 85px;
	height: auto;
	width: 235px;
	float: left;
	margin-right: 90px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 12px;
}
.panels   h6  a{
	font: bold normal 12px/14px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding-right: 35px;
	margin-top: 0px;
	margin-bottom: 16px;
	text-decoration: underline;
	text-transform: none;
	display: block;
}
.panels   a:hover{
	text-decoration: none;
}
.panelsCentered {
	padding-top: 85px;
	height: auto;
	width: 235px;
	float: left;
	margin-right: 90px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 12px;
	margin-left: 160px;
}
.panelsCentered   h6  a{
	font: bold normal 12px/14px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding-right: 35px;
	margin-top: 0px;
	margin-bottom: 16px;
	text-decoration: underline;
	text-transform: none;
	display: block;
}
.panelsCentered   a:hover{
	text-decoration: none;
}

.mktgNavnugMain/* OBJECTS */
 {
	margin: 0px 0px 10px;
	clear: both;
	padding-bottom: 3px;
}
.mktgNavnugMain  h2 {
	padding: 8px 12px 12px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.mktgNavnugMain  a {


}
.mktgNavnugMain  p {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 2px;
}
a.buttonLink {
	padding: 10px;
	color: #003399;
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	float: left;
	background: #C4DBFF;
	border: 1px solid #497EBA;
	margin: 5px;
}
a.buttonLink:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #1D78A5;
}
a.textlink {
	padding: 2px 0px 2px 12px;
	color: #03346D;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 10px;
	background: url(../portal/images/icons/icon_textlink.jpg) no-repeat left center;
	margin: 0px;
	height: auto;
	width: auto;
	display: block;
}
.imageLogoBox {
	display: block;
	height: auto;
	width: 200px;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
	padding: 4px 2px 2px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.imageLB {
	margin-bottom: 10px;
	margin-left: 10px;
}
.imageRB {
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageFrame {
	border: 1px solid #666666;
}
.imageFrameLB {
	margin-bottom: 10px;
	border: 1px solid #666666;
	margin-left: 10px;
}
.imageFrameRB {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}
table {

}
table  td {
	vertical-align: top;
}


/* FONT STYLES */
.captions {
	font: 11px Arial, Verdana, sans-serif;
	color: #827940;
}
.disclaimer {
	color: #545429;
	font-size: 9px;
}
.footnote {
	font-size: 9px;

}
.message {
	color: #990000;
}
.pullquote {
	color: #333;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
.quicklinks {
	color: #00376A;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 20px;
	font: 11px Arial, Verdana, sans-serif;
}
.titles {
	font: 11px Arial, Verdana, sans-serif;
	color: #07285F;
}
.bglevel1 { background: #FBB034; }
.bglevel2 { background: #FB4439; }
.bglevel3 { background: #00AEEF; }
.bglevel4 { background: #06357A; }
.textLevel1 { color: #FBB034; }
.textLevel2 { color: #FB4439; }
.textLevel3 { color: #00AEEF; }
.textLevel4 { color: #06357A; }
.accHeader {
	padding: 5px;
	margin-bottom: 5px;
	display: block;
	width: auto;

}
.accHeaderHidden {
	display: none;
}

.accHeader h2
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
	color: #214889;
}
.accHeader a
{
	color: #214889;
	display: block;
	width: auto;
	background: url(../portal/images/icons/icon_plusbox.jpg) no-repeat left 2px;
	margin: 0px;
	padding: 0px 0px 0px 20px;

}

.accContent {
	padding: 0px 15px 0px 35px;
	display: block;
	margin: 0px;

}

.accContentHidden {
	display: none;
}

.regTrademark
{
	vertical-align: top;
	font-size: 8px;
	padding-bottom: 3px;
	display: inline;
}
