
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
width: 100%;
list-style-type: none;
background-color: #465059;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 3px 8px;
width: 73px; /*Width of top level menu link items*/
border: 1px solid #465059;
border-left: 1px solid white;
text-decoration: none;
text-align: center;
color: white;
background-color: #465059;
font: bold 13px arial;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
padding: 1px 3px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}


/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 165px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 136px; /*width of sub menu levels*/
/*color: #4B5861;*/
background-color: #4B5861;
color: white;
background-color: #465059;
text-decoration: none;
text-align: left;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: white;
color: #465059;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
color: white;
background: #465059 no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
color: white;
background: #465059 url(arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: right; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/************************* General Formatting ***********************************/

body 
{
	background: url('bckgrd1.jpg');
}

p 
{
	font-family: sans-serif;
	font-size: 12;
	test-align: justify;
}

h1
{
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 18;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

h2
{
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 16;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.directors
{
	padding: 6;
	margin: 6;
	font-family: arial, sans-serif;
	font-size: 12;
	text-align: justify;
}

	
.directors a:link {
font: 11 arial;
color: #465059;
}

.directors a:visited {
font: 11 arial;
color: #465059;
}

.directors a:active {
font: 11 arial;
color: #465059;
}

.directors a:hover {
font: 11 arial;
color: #465059;
}


.list
{
	background-image: url(bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
}

.list1
{
	margin-left: 20px;
	list-style: circle outside;	
}


.tbstyle
{	
	table-layout: fixed;
	margin: 0;
}


.tbbline
{
	table-layout: fixed;
	text-align: justify;
	border-bottom-style: solid;	
	border-bottom-color: #4B5861;	
	border-bottom-width: 2px;
	border-collapse: seperate;
}

.tdstyle
{
	padding: 8px;
	font-family: arial, sans-serif;
	font-size: 12;
}

.tdstyle2
{
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12;
}

.tdstyle3
{
	padding: 6;
	margin: 6;
	font-family: arial, sans-serif;
	font-size: 12;
	text-align: justify;
}

.tdstyle4
{
	padding: 8;
	margin: 8;
	font-family: arial, sans-serif;
	font-size: 12;
	text-align: right;
}


.tdheader
{
	padding: 10;
	margin: 10;
	border-right-style: solid;	
	border-right-color: silver;	
	border-right-width: 1px;
	border-collapse: seperate;
}

.tdedge
{
	padding: 8;
	margin: 8;
	font-family: arial, sans-serif;
	font-size: 12;
	border-bottom-style: solid;	
	border-bottom-color: silver;	
	border-bottom-width: 1px;
}

.tdedge1
{
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12;
	border-bottom-style: solid;	
	border-bottom-color: silver;	
	border-bottom-width: 1px;
}

.rline 
{  
	border-right-style: solid;	
	border-right-color: silver;	
	border-right-width: 1px;
	border-collapse: collapse;
 }
		
.lline 
{ 
	border-left-style: solid;	
	border-left-color: silver;	
	border-left-width: 1px;
	border-collapse: collapse;
 }
 
 .lines
{  
	border-right-style: solid;	
	border-right-color: silver;	
	border-right-width: 1px;
	border-left-style: solid;	
	border-left-color: silver;	
	border-left-width: 1px;
	border-collapse: collapse;
 }
 
 /************************* The Three Divisions table 2 ******************************/

#devision3
{
	height:25px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #465059;
}



 /************************* The tabs for TSX-V, EOR and etc. ******************************/
 
.solidblockmenu{
magin: 0;
padding: 5;
list-style-type: none;
}

.solidblockmenu li{
float: left;
display: inline;
}

.solidblockmenu li a{
display: block;
width: 82px;
height:22px;
padding: 5px 0px;
float: left;
color: #0000FF;
font: bold 13px arial;
text-decoration: underline;
text-align: center;
border-right: 2px solid white;
background-color: #C8C8C8;
}

.solidblockmenu li a:hover{
/*color: #0000FF;*/
text-decoration: underline;
background: #465059 center center repeat-x;
}

/************************************************/
.menulable{
magin: 0;
padding: 0;
list-style-type: none;
}

.menulable li{
float: left;
display: inline;
}

.menulable li a{
display: block;
width: 82px;
padding: 0px 0px;
float: left;
color: black;
font: 13px arial;
text-decoration: none;
text-align: center;
}

/******************for the footer**********************************/
#footer-left{
padding: 5px 0px;
color: white;
font: 11px arial;
text-decoration: none;
text-align: center;
background-color: #465059;
}

#footer-left a:link {
text-decoration: none;
color: white;
font: 11px arial;
}

#footer-left a:visited {
text-decoration: none;
color: white;
font: 11px arial;
}

#footer-left a:active {
text-decoration: none;
color: white;
font: 11px arial;
}

#footer-left a:hover {
text-decoration: none;
color: white;
text-decoration: underline;
font: 11px arial;
}

#developby{
padding: 5px 0px;
color: #808080;
font: 10px arial;
text-decoration: none;
text-align: left;
}

#developby a:link {
text-decoration: none;
color: #808080;
font: 10px arial
}

#developby a:visited {
text-decoration: none;
color: #808080;
font: 10px arial
}

#developby a:active {
text-decoration: none;
color: #808080;
font: 10px arial
}

#developby a:hover {
text-decoration: none;
color: #808080;
text-decoration: underline;
font: 10px arial
}


#copyright{
padding: 5px 0px;
color: #808080;
font: 10px arial;
text-decoration: none;
text-align: right;
}

/******************text with image style**********************************/

.somediv{
width: 576px;
clear: left;
border: 0px solid gray;
}

.somediv .floatbox{
float: left;
width: 109px;
}

* html .somediv p{ /* IE 3px jog hack*/
height: 0%;
}

.somediv p{
margin-top: 0;
margin-left: 115px;
}