/* CSS Document */


/* ----- HTML Element Base Styles -----  */
body {
	background-image: url(../graphics/back.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
form {
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0097C0;
}
a:hover {
	text-decoration: underline;
}
h5 {
	font-size: 11px;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	margin: 0;
	padding: 0 0 2px 0;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
}
hr {
    height: 1px;
    border-top: 1px solid #333;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    padding: 0;
	margin: 10px 0;
}
p {
	margin: 15px 0;
}

/*  ----- END -----  */


/*  ----- Header Styles -----  */
#logoImage {
	float: left;
	margin-top: 17px;
	width: 250px;
}
#headerLinks {
	float: none;
	text-align: right;
	font-size: 10px;
	padding-top: 0px;
	margin-top: 5px;
	color: #CCC;
	width: 735px;
	height: 10px;
	background-repeat: no-repeat;
	padding-right: 5px;
	position: absolute;
}
#headerLinks a:link, #headerLinks a:visited {
	color: #CCCCCC;
	padding-right: 5px;
}
#mainNavBar {
	background-image: url(../graphics/main-nav-background.gif);
	background-repeat: no-repeat;
	height: 30px;
	clear: left;
	padding: 0 0 0 10px;
	margin: 0;
}
#mainNavLinks {
	float: left;
}
#mainNavLinks ul {
	margin: 0px;
	padding: 7px 7px 12px 0px;
	white-space: nowrap;
}
#mainNavLinks li {
	display: inline;
	list-style-type: none;
}
#mainNavLinks a {
	padding: 7px 7px 8px 7px;
	color: #FFF;
	text-decoration: none;
}
#mainNavLinks a:hover {
	color: #EEE;
	background-color: #2b2b2b;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}
#mainNavLinks a.active {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0097C0;
	border-right-color: #0097C0;
	border-bottom-color: #0097C0;
	border-left-color: #0097C0;
}
#searchContainer {
	float: right;
}
#searchContainer #zoom_query { /* .searchField */
	width: 104px;
	height: 13px;
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 0;
}
#searchContainer #search { /* .searchButton */
	margin: 5px 5px 0 0;
}
/*  ----- END -----  */


/*  ----- Home Page Styles -----  */
#homeMain {
	clear: left;
	margin: 10px 0 10px 0;
}
#quicklinks {
	float: left;
	width: 152px;
	background-image: url(../graphics/quicklinks-back.gif);
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 10px;
	color: #808080;
	margin: 0;
}
#quicklinks ul {
	margin: 2px 0 10px 0;
	padding: 0;
}
#quicklinks li {
	list-style-type: none;
	background-image: url(../graphics/single-arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding: 0 0 2px 15px;
}
#quicklinks li.pdfLink {
	background-image: url(../graphics/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
}
#quicklinks a:link, #quicklinks a:visited {
	color: #808080;
}
#quicklinks a:hover {
	text-decoration: underline;
	color: #A6A6A6;
}
#mainNews {
	float: left;
	margin: 0 0 20px 0;
	padding: 5px 10px 10px 15px;
	width: 381px;
}
#mainNews ul {
	margin: 0;
	padding: 0;
}
#mainNews ul li {
	list-style-type: none;
	background-image: url(../graphics/news-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0 0 4px 15px;
}
#mainNews li.lockLink {
	background-image: url(../graphics/lock-icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
#mainNews li.articleLink {
	background-image: url(../graphics/article-icon.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#mainNews a:link, #mainNews a:visited {
	color: #333;
}
#mainNews a:hover {
	text-decoration: none;
	color: #777;
}
#mainNews li.more {
	background-image: none;
	padding-top: 5px;
}
#mainNews li.more a {
	background-image: none;
	font-weight: bold;
	color: #0097C0;
}
#mainNews h3 {
	color: #0097C0;
}
.figure {
	color: #333;
	font-size: 9px;
	margin-right: 3px;
	text-transform: uppercase;
}
.date {
	color: #AAA;
	font-size: 9px;
	margin-right: 3px;
	text-transform: uppercase;
	line-height: 1.25em;
}
#loginBox {
	position: relative;
	float: right;
	width: 162px;
	background-color: #E6E6E6;
}
#customerLogin {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #E6E6E6;
	background-image: url(../graphics/login-back-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#eservicesLogin {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-color: #E6E6E6;
	background-image: url(../graphics/login-back-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.loginField, .textArea {
	width: 97%;
	font-size: 11px;
	margin: 2px 0 3px 0;
}
.textArea {
	width: 97%;
	height: 60px;
	font-size: 11px;
	margin: 2px 0 3px 0;
	font-family: "Microsoft Sans Serif";
}
.formBox {
	padding: 10px;
	margin: 0;
	font-size: 10px;
	color: #333;
}
.formFieldLabel {
	color: #808080;
	font-size: 10px;
}
.loginButton {
	float: right;
	margin-top: 3px;
}
#loginBox a {
	color: #0097C0;
	font-size: 10px;
}
#loginBox a:hover {
	color: #4CB6D3;
	text-decoration: none;
}
/*  ----- END -----  */


/*  ----- Layout Styles -----  */
#container, #solutionsContainer, #customersContainer, 
#companyContainer, #supportContainer, #newsContainer {
	margin: 0 auto;
	width: 740px;
	background-color: #FFF;
	padding: 10px 16px 30px 16px;
	text-align: left;
}
#solutionsContainer a.solutions, #customersContainer a.customers, 
#companyContainer a.company, #supportContainer a.support, #newsContainer a.news {
	border-style: solid;
	border-width: 0 0 3px 0;
	border-color: #0097C0;
}
#miscContainer {
	margin: 20px 20px 50px 20px;
}
/*  ----- END -----  */


/*  ----- Footer Styles -----  */
#footer {
	clear: both;
	width: 720px;
	margin: 0;
	padding: 5px 10px 0 10px;
	background-image: url(../graphics/footer-background.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #BBB;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #888;
	text-decoration: none;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}
#partnerInfo {
	clear: both;
	padding: 20px 0 10px 0;
	color: #999;
	text-align: right;
}
/*  ----- END -----  */



/*  ----- Left Column/Sub-navigation Styles -----  */
#leftColumn {
	margin: 32px 0px 20px 0px;
	width: 185px;
	font-size: 10px;
	color: #999;
}
/* 
#leftColumn ul {
	margin: 3px 0 0 0;
	padding: 0;
}
#leftColumn li {
	list-style-type: none;
	padding: 0 0 4px 10px;
}
*/
#subNav {
	margin: -3px 0 40px 0;
	font-size: 11px;
}
#subNav p {
	margin: 0;
	padding: 10px 0 0 0;
}
#subNav a {
	color: #333;
}
#subNav .active {
	font-weight: bold;
	color: #333;
}
#subNav p .active {
	padding: 12px 0 2px 10px;
	margin: 0;
	display: block;
	background-color: #EEE;
	background-image: url(../graphics/sub-nav-active-top.gif);
	background-repeat: no-repeat;
}
#subNav a:hover {
	color: #0097C0;
	text-decoration: none;
}
#subNav .subNavChild {
	margin: 0;
	padding: 5px 10px 20px 10px;
	background-color: #EEE;
	background-image: url(../graphics/sub-nav-child-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.subNavChild li {
	list-style-type: none;
	background-image: url(../graphics/single-arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	margin: 0;
	padding: 0 0 3px 12px;
}
#leftColumnContent {

}
#leftColumnContent ul {
	margin: 3px 0 0 0;
	padding: 0;
}
#leftColumnContent li {
	list-style-type: none;
	background-image: url(../graphics/dot-bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding: 0 0 4px 10px;
}
#leftColumnOuter {
	margin: 0 10px 0 0;
	background-color: #F4F4F4;
	background-image: url(../graphics/sidebar-background.gif);
	background-repeat: repeat-x;
	width: 185px;
	padding: 5px 0 0 0;
	font-size: 10px;
	color: #333;
}
#leftColumnOuter h5 {
	background-color: #E6E6E6;
	padding: 4px 2px 4px 8px;
	margin: 0 0 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	letter-spacing: -1px;
}
#leftColumnOuter p, #leftColumnOuter ul {
	padding: 0 10px;
}
/*  ----- END -----  */



/*  ----- Main Content Styles -----  */
#contentMain {
	float: right;
	margin: 28px 5px 50px 0;
	width: 515px;
}
#contentMain p, #miscContainer p {
	line-height: 1.25;
}
#contentMain h1, #miscContainer h1 {  /* Product Name */
	color: #0097C0;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
#contentMain h2, #miscContainer h2 {  /* Product tagline/subhead */
	color: #333;
	font-size: 16px;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: -5px 0 20px 0;
}
#contentMain h3, #miscContainer h3 {  /* Section head */
	color: #AAA;
	margin: 0 0 10px 0;
}
#contentMain h4, #miscContainer h4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 0 0 2px 1px;
	border-style: solid;
	border-color: #CCC;
	border-width: 0 0 1px 0;
	color: #333;
}
#contentMain .greyBoxOuter h3 {
	margin: 0 0 5px 0;
}
ul.linkList {
	margin: 0 0 0 3px;
	padding: 0;
}
.linkList li {
	list-style-type: none;
	background-image: url(../graphics/single-arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding: 0 0 4px 14px;
}
.linkList li.pdfLink {
	background-image: url(../graphics/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.linkList li.lockLink {
	background-image: url(../graphics/lock-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.linkList li.articleLink {
	background-image: url(../graphics/article-icon.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
ul.bodyList {
	margin: 0 10px;
	padding: 0;
}
.bodyList li {
	list-style-type: none;
	background-image: url(../graphics/dot-bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	padding: 2px 0 2px 16px;
}
ul.anchorList {
	margin: 0 10px;
	padding: 0;
}
.anchorList li {
	list-style-type: none;
	background-image: url(../graphics/single-arrow-bullet-down.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 2px 0 2px 16px;
}
p.leadinText {
	font-size: 15px;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
}
.greyBoxOuter {
	margin: 10px 0;
	background-color: #F4F4F4;
	background-image: url(../graphics/greybox-background.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding: 5px 15px 11px 15px;
}
#contentMain div.greyBoxOuter h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px -6px;
	padding-top: 1px;
	color: #666;
}
#rightColumn {
	float: right;
	width: 160px;
	padding: 0 0 10px 20px;
	margin: 0;
	font-size: 10px;
	color: #808080;
	background-color: #FFF;
}
#rightColumnOuter {
	margin: 0 11px 0 0;
	background-color: #F4F4F4;
	background-image: url(../graphics/sidebar-background.gif);
	background-repeat: repeat-x;
	width: 160px;
}
#rightColumnInner {
	background-image: url(../graphics/right-column-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 7px 0 10px 0;
	margin: 0;
	font-size: 10px;
}
#rightColumnInner h5 {
	background-color: #E6E6E6;
	padding: 4px 2px 4px 8px;
	margin: 0 0 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	letter-spacing: -1px;
}
#rightColumnInner p, #rightColumnInner ul, #rightColumnOuter ol {
	padding: 0 10px;
}
.quote {
	font-size: 16px;
	font-family: "Microsoft Sans Serif", Arial, sans-serif;
	color: #999;
	text-indent: 20px;
	padding-left: 0px;
	background-image: url(../graphics/quotemark-left.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 25px 0 10px 0;
}
.quoteNoMark {
	font-size: 16px;
	font-family: "Microsoft Sans Serif", Arial, sans-serif;
	color: #999;
	margin: 25px 0 0 0;
}
.featuresOuter {
	background-color: #EEE;
	margin: 0;
	padding: 15px;
}
.featuresOuter ul, .featuresOuter ul, .articleSidebarOuter ul  {
	margin: 3px 0 0 0;
	padding: 0;
}
.featuresOuter li, .featuresOuter li, .articleSidebarOuter li {
	list-style-type: none;
	background-image: url(../graphics/dot-bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding: 0 0 4px 10px;
}
ul.gadgetListMain {
	margin: 0;
	padding: 0 10px 10px 10px;
}
.gadgetListMain li {
	list-style-type: none;
	background-image: none;
	margin: 0;
	padding: 2px 0 2px 16px;
	font-weight: bold;
}
ul.gadgetListSub {
	margin: 0 0 5px 0;
	padding: 0 10px 10px 10px;
}
.gadgetListSub li {
	list-style-type: none;
	background-image: none;
	margin: 0;
	padding: 2px 0 2px 16px;
}
ul.relatedLinksList {
	margin: 0 0 10px 0;
}
.relatedLinksList li {
	list-style-type: none;
	background-image: url(../graphics/single-arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	margin: 0;
	padding: 2px 0 1px 14px;
	line-height: 1.1em;
}
.relatedLinksList li.articleLink {
	background-image: url(../graphics/article-icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
.rightColumnNumberedList {
	margin: 0 0 8px 23px;
	padding: 0;
}
.rightColumnNumberedList li {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}
ul.sidebarTextList {
	padding: 0 10px;
	margin: 5px 0;
}
.sidebarTextList li {
	list-style-type: none;
	background-image: url(../graphics/dot-bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding: 0 0 4px 12px;
	line-height: 1.1em;
}
li.screenshotLink {
	background-image: url(../graphics/screenshot-icon.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
li.pdfLink {
	background-image: url(../graphics/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
li.printLink {
	background-image: url(../graphics/print-icon.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
li.lockLink {
	background-image: url(../graphics/lock-icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
a.lockLink {
	background-image: url(../graphics/lock-icon.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 14px;
	margin-right: 2px;
}
li.bookmarkLink {
	background-image: url(../graphics/bookmark-icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
li.emailLink {
	background-image: url(../graphics/email-icon.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
li.articleLink {
	background-image: url(../graphics/article-icon.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
li.newsLink {
	background-image: url(../graphics/news-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
a.emailLink {
	background-image: url(../graphics/email-icon.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 15px;
	margin-right: 1px;
}
a.pdfLink {
	background-image: url(../graphics/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	margin-right: 1px;
}
.gadgetListSub a:link, .gadgetListSub a:visited, .gadgetListMain a:link, .gadgetListMain a:visited {
	color: #808080;
}
.moreInfoOuter {
	background-color: #F8F0AA;
	margin: 20px 0 0 0;
	padding: 12px 15px;
}
.moreInfoOuter a {
	color: #333;
	text-decoration: underline;
}
.interfaceList .header {
	color: #FFF;
	background-color: #0097C0;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}
.interfaceList td.sectionHeader {
	background-color: #AAA;
	font-weight: normal;
	padding: 3px;
	color: #FFF;
}
.interfaceList td.sortHeader {
	background-color: #AAA;
	font-weight: normal;
	padding: 0px;
	color: #FFF;
}
.interfaceList td.sortHeader a.sort {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px 0;
	text-indent: 5px;
}
.interfaceList td.sortHeader a:hover {
	background-color: #999;
}
.interfaceList td.sortHeader a:active {
	background-color: #777;
}
table.interfaceList td {
	border-style: solid;
	border-color: #DDD;
	border-width: 0 0 1px 1px;
	padding: 3px;
}
table.interfaceList {
	border-style: solid;
	border-color: #DDD;
	border-width: 1px 1px 0 0;
}
#dealerLinks p {
	border-style: solid;
	border-color: #CCC;
	border-width: 0 0 1px 0;
	padding-bottom: 15px;
}
#dealerLinks img {
	margin: 0 0 5px 10px;
	border-color: #BBB;
}
/*  ----- END -----  */




/*  ----- News Styles -----  */
.newsHeadline {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, "Microsoft Sans Serif", Helvetica, sans-serif;
	margin: 10px 0 2px 0;
	padding: 0;
}
.newsSubHeadline {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, "Microsoft Sans Serif", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.newsHeadline a:hover {
	text-decoration: none;
	border-style: solid;
	border-width: 0 0 1px 0;
	color: #4CB6D3;
}
p.newsBlurb {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
.articleSidebarOuter {
	background-color: #B6DAEE;
	margin: 0;
	padding: 7px 15px 5px 15px;
	background-image: url(../graphics/article-sidebar-background.gif);
	background-repeat: repeat-x;
}
.articleSidebarOuter a {
	font-weight: bold;
}
.articleSidebarOuter h5 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0 0 2px 1px;
	border-style: solid;
	border-color: #333;
	border-width: 0 0 1px 0;
	color: #333;
}
.articleSidebarOuter p.caption {
	color: #666;
}
#contentMain div.articleSidebarOuter h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-width: 0;
	margin: 0 auto 20px auto;
	padding-top: 2px;
}
p.caption {
	font-size: 10px;
	margin: 0 0 20px 0;
	color: #999;
}
.new {
	background-image: url(../graphics/new.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 30px;
	display: block;
}
.idonly {
	background-image: url(../graphics/id-only-icon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	display: block;
}
/*  ----- END -----  */




/*  ----- Misc Styles -----  */
.smallText {
	font-size: 9px;
}
.formfield {
	width: 97%;
	font-size: 11px;
	margin: 2px 0 3px 0;
}
.textArea {
	width: 97%;
	font-size: 11px;
	margin: 2px 0 3px 0;
	font-family: "MS Sans Serif", Arial;
}
.textArea#comments {
	height: 87px;
}
.dealerLinksAlpha {
	color: #BBB;
	margin: 15px 0;
}
.dealerLinksAlpha a:link, .dealerLinksAlpha a:visited {
	padding: 6px;
	background-color: #BBB;
	text-decoration: none;
	color: #FFF;
	margin: 0 1px 0 0;
	font-weight: bold;
}
.dealerLinksAlpha a:hover {
	color: #EEE;
	background-color: #AAA;
	text-decoration: none;
}
#infoRequestFormonPage {
	padding: 38px 10px 10px 10px;
	background-color: #F4F4F4;
	background-image: url(../graphics/more-info-form-top.gif);
	background-repeat: no-repeat;
}
#contactForm {
	padding: 38px 10px 10px 10px;
	background-color: #F4F4F4;
	background-image: url(../graphics/contact-form-top.gif);
	background-repeat: no-repeat;
}
.note {
	background-color: #FFF7AD;
	border: 1px dotted #CC9900;
	padding: 8px;
	color: #333;
}
/*  ----- END -----  */




/*  ----- Tooltip Styles ----- */

.tooltipFG {
	background-color: #FFFFCC;
	border: 1px solid #BCBC77;
	padding: 10px;
}
.tooltipTEXT {
	color: #333;
	text-align: left;
	font-size: 10px;
}

/*  ----- END -----  */




/*  ----- Keep at the end of the style sheet ----- */

li.noBullet {
	background-position: -9999px;
}
li.noBullet a {
	background-image: url(../graphics/sub-nav-child-icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding-left: 10px;
	display: block;
}
a.more {
	color: #0097C0;
	font-weight: bold;
}
a.more:hover {
	color: #4CB6D3;
	text-decoration: none;
}

