

/*CONTENT PAGES - list and detail templates*/
/* ---TERTIARY TAB NAVIGATION----CONTENT PAGES------*/ 
#tertiarynav { color: #ffffff; clear: both; width: 100%; padding: 0px; margin: 0px; font-size: x-small; }
div#tertiarynav{ clear: both; /*float: left; */ width: 100%; padding: 0px; margin: 0px; margin-top: 10px; vertical-align: middle; }
#tertiarynav ul{ display: inline; margin: 0px; padding: 0px; list-style: none; }
#tertiarynav ul  li{ font-weight: bold; font-size: small; min-width: 14%; display: inline; background-image: url(../images/navigation/tertiary/left_tab.gif); background-position: top left; background-repeat: no-repeat; list-style: none; vertical-align: middle; margin: 0px; padding: 0px; }
#tertiarynav ul li a { color: #ffffff; background-color: #c8c8c8; text-align: center; font-weight: bold; margin: 0px; padding-right: 10px; margin-left: 4px; background-image: url(../images/navigation/tertiary/right_tab.gif); background-repeat: no-repeat; background-position: top right; text-decoration: none; white-space: nowrap; }
#tertiarynav ul li a:link:active:visited { color: #ffffff; text-align: center; background-image: url(../images/navigation/tertiary/right_tab.gif); background-repeat: no-repeat; background-position: top right; }
#tertiarynav ul li a:hover { color: #407292; text-align: center; background-image: url(../images/navigation/tertiary/right_tab.gif); background-repeat: no-repeat; background-position: top right; }
#tertiarynav li.activelink{ font-weight: bold; background-image: url(../images/navigation/tertiary/left_tab_current.gif); }
#tertiarynav li.activelink a{ font-weight: bold; background-image: url(../images/navigation/tertiary/right_tab_current.gif); background-position: right top; color: #ffffff; }
#tertiarynav li.activelink a:link:active:visited{ background-image: url(../images/navigation/tertiary/right_tab_current.gif); background-position: right top; color: #ffffff; }
#tertiarynav li.activelink a:hover{ background-image: url(../images/navigation/tertiary/right_tab_current.gif); background-position: right top; color: #ffffff; }



/* ---LEFT NAVIGATION----CONTENT PAGES------ */
div#leftnav ul{ margin: 0px; padding: 0px; }
#leftnav{ margin: 28px 0px; height:300px; }
#leftnav ul{ font-size: x-small; margin: 0px; padding: 0px; }
#leftnav ul li{list-style:none; padding: 5px 0px 5px 5px; border: solid 1px #cccccc; margin: 0px 0px 5px 0px; }
#leftnav a{ color: #00436e; text-decoration: none; text-decoration: none; padding: 0px 15px 0px 0px; margin: 0px; background-repeat: no-repeat; background-position: top right; display: inline-block; background-image: url(../images/bullets/arrow.gif); }
#leftnav a:link:active:visited{ color: #00436e; text-decoration: none; text-decoration: none; padding: 0px 15px 0px 0px; margin: 0px; background-repeat: no-repeat; background-position: top right; display: inline-block; background-image: url(../images/bullets/arrow.gif); }
#leftnav a:hover{ color: #00436e; text-decoration: none; text-decoration: none; padding: 0px 15px 0px 0px; margin: 0px; background-repeat: no-repeat; background-position: right top; background-image: url(../images/bullets/arrow_red.gif); }
#leftnav li.current { background-repeat: no-repeat; color: #333333;  border: none; background-color: #f6f6f7; border-top: solid 1px #cccccc; border-bottom: solid 1px #cccccc; font-weight:bold;}
#leftnav ul li.current a{ color: #333333; font-weight:bold; }
#leftnav ul li.current a:LINK:ACTIVE:VISITED{ color: #333333; font-weight:bold; }
#leftnav li.current li a{color:#00436e;	font-weight:normal;}
#leftnav li.current li a:link:active:visited{	color:#00436e; font-weight:normal;}




#leftnav ul ul { margin: 10px 0px; }
#leftnav  li li{ padding: 2px 0px 2px 0px; border: none; }
#leftnav li li a{ padding: 0px 0px 0px 13px; background-image: url(../images/bullets/bullet_yellow.gif); background-repeat: no-repeat; background-position: top left;  font-weight:normal; }
#leftnav li li a:link:active:visited{ padding: 0px 0px 0px 13px; background-image: url(../images/bullets/bullet_yellow.gif); background-repeat: no-repeat; background-position: top left; font-weight:normal;  }
#leftnav li li a:hover{ padding: 0px 0px 0px 13px; text-decoration: underline; color: #ff1d37; background-image: url(../images/bullets/bullet_yellow.gif); background-repeat: no-repeat; background-position: top left; }
#leftnav ul ul li.current { border: none; font-weight: bold; background-repeat: no-repeat; background-position: top left; background-image: url(../images/bullets/bullet_red.gif); }
#leftnav ul ul li.current a{ background-image: none; font-weight: bold; color: #333333; }
#leftnav ul ul li.current a:link{ background-image: none; font-weight: bold; color: #333333; }
#leftnav ul ul li.current a:active{ background-image: none; font-weight: bold; color: #333333; }
#leftnav ul ul li.current a:visited{ background-image: none; font-weight: bold; color: #333333; }
#leftnav ul ul li.current a:hover{ background-image: none; font-weight: bold; color: #333333; }
/* ---CONTENT PANEL------ */
#contentpanel{ display: block; }
#contentpanel h1{ margin: 0px; color: #333333; border-bottom: solid 2px #407292; }
/*#contentpanel h2{ color: red; }
#contentpanel h3{ color: green; }
#contentpanel h4{ color: yellow;}
#contentpanel h5{ color: blue; }
#contentpanel h6{ color: pink; }*/

#contentpanel p{ line-height: 150%; margin: 10px; color:#333333; }
#contentpanel img{
	margin-top:10px; margin-left: 10px;
}
#contentpanel form{ width: 350px; margin-left: 20px; }
#contentpanel label{ display: inline-block; width: 100px; color: #333333; margin-right: 20px; vertical-align:top; }
/*#contentpanel input{ margin-right: 20px; }*/
#contentpanel fieldset{ margin: 10px 0px; padding: 10px; clear: both; width: 450px; }
#contentpanel form #buttons{ margin-top: 10px; float: right; }
#contentpanel legend{ FONT-WEIGHT: bold; FONT-SIZE: medium; MARGIN-BOTTOM: 10px; COLOR: #333333}
#contentpanel span{	BORDER-RIGHT: #dddddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #dddddd 1px solid; DISPLAY: block; PADDING-LEFT: 5px; FONT-SIZE: small; PADDING-BOTTOM: 17px; MARGIN: 5px 0px; BORDER-LEFT: #dddddd 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #dddddd 1px solid; BACKGROUND-COLOR: #f8fafb}
#contentpanel div h3{ color: #333333; border-bottom: none; text-decoration: none; margin: 0px 15px; font-size: small; }
div#contentbox  h2{ color: #333333; margin-top: 40px; font-size: 1.1em; background-color: #e5ecf0; }
div#contentbox p{ font-size: small; }
div#contentbox ul{ margin: 20px 20px 20px 35px; display: block;}
div#contentbox ol li{ margin: 20px; display: block; color:#333333; }
#contentpanel FORM INPUT {font-weight:normal;	FONT-SIZE: small; MARGIN: 0px 5px 0px 0px; VERTICAL-ALIGN: middle; WIDTH: auto; COLOR: #333333}
#contentpanel FORM TEXTAREA {	FONT-SIZE: small; MARGIN: 5px 0px 0px; VERTICAL-ALIGN: middle; height:50px; WIDTH: auto; COLOR: #333333}
#contentpanel FORM SELECT {	FONT-SIZE: small; MARGIN: 5px 0px 0px; VERTICAL-ALIGN: middle; WIDTH: auto; COLOR: #333333}
#contentpanel td {vertical-align: top;}

#contentbox ul#anchor{ margin-left: 30px; }
#contentbox ul li{ list-style-image: url(../images/bullets/bullet_grey.gif); padding: 0px; }
#intro{ clear: both; /*border: dotted 1px #cccccc;*/ padding: 10px; margin: 0px 0px 25px 0px;}
#intro p{ padding-bottom: 10px; font-size: small; color: #333333; }
#intro img{ float: left; margin: 10px 20px 10px 10px; }
#intro div {padding:0px; min-height:130px; margin:0px; margin-top:10px; display:block;  /*width:400px;*/  }
#intro  p.quote{	padding:0px; margin:0px; font-style: italic;  color:#666666; font-size:0.9em;  /*
background-image: url(../investor/images/capital_raising/quote.gif);  background-repeat: no-repeat; */   }
#intro div p.quote2{font-weight:bold;  float:right; clear:left;	padding:0px 10px; margin:0px;}



#contentbox table{ border: 1px solid #cccccc; border-top: none; margin: 0px; padding: 0px; font-size: x-small; color: #333333; width: 99%; border-collapse: collapse; /*#9ac9dc*/ }
#contentbox table td{ vertical-align: top; padding: 5px 5px 5px 8px; margin: 0px; border-style: solid; border-width: 1px; border-color: #dddddd; }
#contentbox table{ border: 1px solid #cccccc; border-top: none; margin: 0px; padding: 0px; font-size: x-small; color: #333333; width: 99%; border-collapse: collapse; /*#9ac9dc*/ }
#contentbox table td{ vertical-align: top; padding: 5px 5px 5px 8px; margin: 0px; border-style: solid; border-width: 1px; border-color: #dddddd; }
#contentbox th{ color: #ffffff; background-color: #407292; padding:5px;}
#contentbox table tr{ }
#contentbox img{ padding-top: 10px; margin-right: 10px; float: left; }

.title{ background-color: #d1d2d4; font-size: x-small; font-weight: bold; }


/*PRODUCT LISTING PAGE*/
#contentbox .producta { margin: 15px 16px 15px 0px; float: left; width: 45%; font-size: x-small; }
#contentbox .producta h2 { color: #00436e; background-color: #ffffff; }
#contentbox .producta h2 a{ color: #00436e; text-decoration: underline; }

.producta img{ padding-top: 10px; margin-right: 10px; float: left; }
#footnote{ margin-top: 40px; }
div#footnote p{ font-size: x-small; }
#footnote img{ margin-right: 10px; float: left; }
table caption{ text-align: center; font-size: small; font-weight: bold; }
table tr.sock1{ background-color: #f6f6f7; }
p.contentsmall{font-size: .65em; color: red;}

