/* Define the default first */

/******* em Text Delaration Start *******/

/* Setup Font Family and Size Correctly First. Default(Medium) Font Size is 16px on all browsers */
body *
{
  font-size: 101%; /* for IE bug */
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* Reduce the font size to 68.8% or 11px size
100% = 16
11/16 x 100
*/
body{ font-size: 68.8%; }

/* IE can’t read this */
html>body { font-size: 68.8%;}

/* Ensure forms and tables inherit the correct size */
table, input, select, th, td, textarea { font-size: 1em; }

/* Ensure nested elements inherit the correct size */
ol, ul, li li, li p, td p, blockquote p, div div { font-size: 1em; }

table table td { font-size: 0.95em; }

/* child pixels / parent pixels = child ems
Example(19px for h1) : 19 (child pixels) / 11 (parent pixels) = 1.73
*/

/******* em Text Delaration End *******/

body {margin: 0; padding: 0;}

form, input * {margin: 0; padding:0;}

img {border: 0;}

th {font-weight: normal;}

#ancom_container {font-size: 1.09em; width: 980px; margin: 0 auto; clear: both; color:#585858}
#ancom_header {background: url(/images/logo.gif) no-repeat left top; width: 100%; padding-top:52px; }
#ancom_sidebar {float: left; width: 185px; margin-top:10px; margin-bottom: 40px;}
#ancom_content {float: right; width: 735px; padding:30px; line-height:1.5em;}
#ancom_homecontent {float: right; width: 765px; padding:25px 0px 30px 30px;}
#ancom_footer {font-size: 0.9em; width: 100%; clear: both; text-align:center;}

#ancom_containerPrint {font-size: 1em; width: 477px; margin: 0 auto; clear: both;}
#ancom_contentPrint {width: 477px;}
#ancom_footerPrint {font-size: 0.82em; width: 477px; padding: 10px 0; clear: both; border-top: 1px solid #ccc;}

h1 {font-size: 1.09em; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-bottom: 10px; color:#006699;}
h2 {font-size: 1.09em; font-weight: bold; color:#006dc9;}
h2.ancom_textMainHighlight { color: #006699; margin: 0; font-weight:bold}
h3 {font-size: 1.09em; color: #006699; font-weight: bold;}
h4 {font-size: 1em; font-weight: bold;}
h5 {}
h6 {}

a:link {color: #007ec1; text-decoration: none;}
a:visited {color: #007ec1; text-decoration: none;}
a:hover {color: #007ec1; text-decoration: underline;}

.ancom_linkPDF {background: url(/images/icon_pdf.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ancom_linkHTML {background: url(/images/icon_html.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ancom_linkAudio {background: url(/images/icon_audio.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ancom_linkVideo {background: url(/images/icon_video.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ancom_linkZip {background: url(/images/icon_zip.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ancom_linkArchive {background: url(/images/icon_archive.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ancom_linkView {background: url(/images/icon_view.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}

img.ancom_left {float: left; margin: 0 10px 10px 0;}
img.ancom_right {float: right; margin: 0 0 10px 10px;}
img.ancom_middle {vertical-align: middle;}
img.ancom_center {display:block; margin: 0 auto;}

ul.square {list-style-image: url(/images/square.gif);}
ul.square li {margin-bottom:0.2em;}

.ancom_textRed {color: #ff0000;}
.ancom_textGreen {color: #448800;}
.ancom_textQuestions {color: #00f;}

.ancom_textMainHighlight {color: #006699; font-weight: bold;}
.ancom_textSubHighlight {color: #008ed7;}
.ancom_textFootnote {font-size: 0.9em;}
.ancom_textFootnote ol {font-size: 1em;}
.ancom_textDivider {border-bottom: 1px dotted #9eaab5; margin: 1em 0;}

.ancom_textFooter {text-align: center; background:#daf3fd; padding:5px;}
.ancom_textFooter span {font-size:1.09em; color:#9eaab5; margin:0 10px;}
.ancom_textFooter a:link {color:#007ec1; text-decoration: none;}
.ancom_textFooter a:visited {color:#007ec1; text-decoration: none;}
.ancom_textFooter a:hover {color:#007ec1; text-decoration: underline;}

.ancom_textError {color: #ff0000; font-weight: bold; text-transform: uppercase;}


#ancom_menu {list-style: none; padding: 0; margin: 0;  } /* general menu style */
#ancom_menu a:link {color: #585858; text-transform: uppercase; font-weight:bold; text-decoration: none; background: url(/images/menu_bg.png) no-repeat left top; height:20px; padding-top:20px; display:block;} /* apply to all <a> elements - mainly for group header */
#ancom_menu a:visited {color: #585858; text-transform: uppercase; font-weight:bold; text-decoration: none; background: url(/images/menu_bg.png) no-repeat left top; height:20px; padding-top:20px; display:block;}
#ancom_menu a:hover {color: #008ed7; text-transform: uppercase; font-weight:bold; text-decoration: none; background-position: left bottom; height:20px; padding-top:20px; display:block;}

#ancom_menu .selected {color: #008ed7; text-transform: uppercase; font-weight:bold; background:#f0f0f0 url(/images/menu_selectedbg.png) no-repeat left top;  padding-top:20px; padding-bottom:5px;} /* for selected main menu */
#ancom_menu .selected ul {list-style:none; margin:15px 0 0 26px ; padding:0; }
#ancom_menu .selected a:link {color: #585858; height:20px; padding:0; margin:0; text-transform: none; font-weight:normal; text-decoration: none; background:#f0f0f0; } /* for selected main menu with hyperlink */
#ancom_menu .selected a:visited {color: #585858; height:20px; padding:0; margin:0; text-transform: none; font-weight:normal; text-decoration: none; background:#f0f0f0; }
#ancom_menu .selected a:hover {color: #008ed7; height:20px; padding:0; margin:0; text-transform: none; font-weight:normal; text-decoration: none; background:#f0f0f0; }
#ancom_menu .selected .selected {color: #008ed7; height:20px; padding:0; margin:0; text-transform: none; font-weight:normal; background:#f0f0f0; }


.ancom_tableBorder {border: 1px solid #CCCCCC;}
table.ancom_hover tr:hover td {background: #c3b777;}
table.ancom_hover tr.row1:hover td, table.ancom_hover tr.row1:hover th {background: #c3b777;}
table.ancom_hover tr.row2:hover td, table.ancom_hover tr.row2:hover th {background: #c3b777;}
table.ancom_hover tr.rowHighlight:hover td {background: #c3b777;}
table.ancom_hover tr.rowTSHighlight:hover td {background: #c3b777;}
table.ancom_table tr.ancom_tableTopRow th {background: #006dc9; color: #fff; font-weight: bold;}
table.ancom_table tr.row1 td, table.ancom_table tr.row1 th {background: #e7e7e7;}
table.ancom_table tr.row2 td, table.ancom_table tr.row2 th {background: #f4f4f4;}
table.ancom_table tr.rowHeader th {background: #414141; color: #fff;}
table.ancom_table tr.rowHighlight td {background: #414141; color: #fff;}
table.ancom_table tr.rowTSHighlight td {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ancom_table tr th.cellHeader {background: #414141; color: #fff;}
table.ancom_table tr td.cellHighlight {background: #414141; color: #fff;}
table.ancom_table tr td.cellTSHighlight {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ancom_table tr td.cellTotal {border-top: 1px solid #414141; border-bottom: 1px solid #414141;}
table.ancom_table tr td.cellSubTotal {border-top: 1px solid #414141;}
table.ancom_table tr td.cellRed {background: #ebddd8;}
table.ancom_table tr td.cellGreen {background: #d8ebdc;}

.ancom_floatRight {float:right;}
.ancom_floatLeft {float:left;}
.ancom_clearRight {clear:right;}
.ancom_clearLeft {clear:left;}
.ancom_clearBoth {clear:both;}
.ancom_center {text-align:center;}
.ancom_left {text-align:left;}
.ancom_right {text-align:right;}
.ancom_top {vertical-align:top; display:table-cell;}
.ancom_bottom {vertical-align:bottom; display:table-cell;}
.ancom_justify {text-align:justify;}
.ancom_textCapitalize {text-transform:capitalize;}
.ancom_textUppercase {text-transform:uppercase;}
.ancom_textBold {font-weight:bold;}

.ancom_fullWidth {width:100%; clear:both;}

.ancom_halfWidth {width:48%; float:left;}


.ancom_marginTop {margin-top:1em;}
.ancom_marginBottom {margin-bottom:1em;}
.ancom_marginLeft {margin-left:1em;}
.ancom_marginRight {margin-right:1em;}

.ancom_fixed:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.ancom_fixed{
	display:block;
	}
/*  \*/
.ancom_fixed{
	min-height:1%;
	}
* html .ancom_fixed{
	height:1%;
	}


/* Classes for different layouts. Please use the correct classes. Those that are not in use, please delete. */
.ancom_arContainer {width: 100%; padding: 0; margin: 0;}
.ancom_arLeft {width: 35%; float: left; margin: 0;}
.ancom_arRight {width: 65%; float: right;} /* Add padding-top in % if you want to valign the content to middle or bottom */
#ancom_arSections ul {list-style: none; margin: 0; padding: 0;}
#ancom_arSections ul li {background: url(/images/bullet_ar.gif) no-repeat left top; padding: 2px 0 3px 15px; margin-left: 10px;}
#ancom_arSections ul.border li {border-bottom: 1px dotted #004a88;}
#ancom_arArchive ul {margin: 0; list-style: none; padding: 0;}
#ancom_arArchive ul li {margin:0 15px 15px 0; float: left; text-align: center;}

.ancom_directorContainer a {float: left; margin: 1em 0; width: 87px; height: 22px; background: url(/images/btn_closeview.gif) no-repeat left top; text-indent: -1000em; outline: none;} /* view - close profile */
.ancom_directorContainer.hide a {background-position: left bottom;}
.ancom_directorContainer .ancom_directorDescription {display: block; margin-top: 50px;}
.ancom_directorContainer.hide .ancom_directorDescription {display: none;}

/* End Of Classes for different layouts. */

.ancom_news {width: 100%; padding: 0; margin: 0; list-style: none;}
.ancom_news li {border-bottom: 1px dotted #666;}
.ancom_newsDate {width: 25%; float: left; margin: 1em 0;}
.ancom_newsTitle {width: 74%; float: right; margin: 1em 0;}

.ancom_boxHighlight {width: 97%; background: #e4e4e4; border: 1px dotted #333; padding: 1%;}



/* Define the rest of the classes here */

/* Top Nav */
#top_nav {width:100%; text-align:right; font-size:0.9em}
#top_nav span {color:#9eaab5; margin:0 10px; font-size:1.09em}
#top_nav a:link {color:#4eb0e9; text-decoration: none;}
#top_nav a:visited {color:#4eb0e9; text-decoration: none;}
#top_nav a:hover {color:#4eb0e9; text-decoration: underline;}

.eDividend_box {float:right; height:38px;  margin:9px 15px 4px 0;}

/* Search */
.search_box {float:right; width:187px; height:23px; border:1px solid #cccccc; margin:15px 0 13px 0;}
.search_box input.searchfield {float:left; width:150px; color:#666666; border:0; padding:3px 0 0 5px;}
.search_box input.button {float:right; width:21px;}

/* Home Banner */
#home_bannerLeft {float:left; width:378px; height:257px; padding:0 25px; background: url(/images/home_bannerLeft.png) no-repeat;}
#home_bannerRight {float:right; width:552px; height:257px;}
#typingtext {color:#2d577d; font-size:1.18em; padding-top:100px; line-height:1.2em}

/* bar */
#bar {width:100%; height:30px; background: url(/images/bar_bg.png) no-repeat;}
#site_directory {float:left; width:428px; color:#585858; padding-top:8px;}
#site_directory a:link {color:#4eb0e9; color:#4eb0e9; text-decoration: none;}
#site_directory a:visited {color:#4eb0e9; color:#4eb0e9; text-decoration: none;}
#site_directory a:hover {color:#4eb0e9; color:#4eb0e9; text-decoration: underline;}
#site_directory span {font-style:italic;}
#ir_ticker {float:right; width:552px; padding-top:8px; }

/* Home */
#homeLeft {float:left; width:242px; margin-right:15px;}
#homeMiddle {float:left; width:157px; margin-right:15px;}
#homeRight {float:right; width:336px; }
.home_Content {color: #fff; text-transform: uppercase; font-weight:bold; display:block; background:#006699; padding:3px 0 3px 12px;}
.home_ContentWrapper {height:209px; border:1px solid #ccc; padding:15px;}

/* ir_validBar */
#ir_validBar { width: 128px; height: 15px; margin: 1em auto; }
#ir_validBar a { height: 15px; float: left; text-indent: -1000em; }
#ir_validHTML { background: url(http://ir.listedcompany.com/images/icon_validHTML.gif); width: 59px; }
#ir_validXHTML { background: url(http://ir.listedcompany.com/images/icon_validXHTML.gif); width: 59px; }
#ir_validCSS { background: url(http://ir.listedcompany.com/images/icon_validCSS.gif); width: 59px; margin-left: 10px; }

/* sitemap */
.sitemapLeft {float:left; width:245px;}
.sitemapRight {float:right; width:245px;}
.sitemap {list-style-image: url(/images/square.gif);}
.sitemap li li {margin-bottom:0.2em}

/* slideshow */
#slideshow {width:552px; position:relative; height: 257px; background: url(/images/home_banner5.jpg) no-repeat;}
#slideshow DIV {position:absolute; top:0; left:0px; z-index:8; height: 257px; background: white  /* CSS3 standard */opacity:0.0; }
#slideshow DIV.active {z-index:10; background: white; /* CSS3 standard */opacity:1.0;}
#slideshow DIV.last-active {z-index:9; background: white;}
#slideshow DIV IMG {height: 257px; display: block; border: 0; background: white;}