BODY {
	FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 1.4em; FONT-FAMILY: Tahoma, helvetica, sans-serif; padding:0; margin:0; background:#CCCCCC;
}

/* Menu -- topcorner*/
#menu {
	width: 225px;
	height: 30px;
	margin: 0 auto;
	background-image:url(images/menutop_bg.jpg);
}
#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height:20px;
}
#menu a {
	padding: 5px 7px;
	margin-right: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#003366;
}
#menu a:hover, #menu .current_page_item a {
 color:#0066FF;
}
#menu a:hover {
	text-decoration: underline;
}
/* Menu[ends here] -- topcorner*/

#bcrumb {
	width: px;
	height: 20px;
	margin: 0 auto;
}
#bcrumb ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height:20px;
}
#bcrumb a {
	padding: 5px 7px;
	margin-right: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#003366;
	font-weight:bold;
}
#bcrumb a:hover {
	text-decoration: underline;
}

#tabb{
	background-color: #AFB1B3;
	padding:5px 5px 5px 5px;
	color:#FFFFFF;
	font-weight:bolder;
	}
/* css for fading content [internal css moved to external] */
.fadecontenttoggler a{ /*style for every navigational link within toggler */
text-decoration: none;
padding: 0 5px;

display: block;
color: 002E5B;
}
.fadecontenttoggler a.toc{
/*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated!*/

width: 150px; /*width of menu*/
height:22px;
padding:11px 0px 0px 10px;
border-bottom:dotted #FFFFFF thin;
border-top:dotted #FFFFFF thin;

text-transform: uppercase;
text-decoration: none;
font: 11px Arial, Helvetica, sans-serif;
color:#003366;
}
#welcome{
	padding-top:15px;
	text-align:center;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	color:#003366;
}
.contactustoggler a{ /*style for every navigational link within toggler */
text-decoration: none;
padding: 0 5px;
display: block;
color: 002E5B;
}
#con_ustoggler {
width: 160px; /*width of menu*/
height:20px;
text-transform: uppercase;
text-decoration: none;
font: 11px Arial, Helvetica, sans-serif;
color:#003366;
}
#inset_contact {
margin-left:5px;
margin-right:5px;
}

#qklnk{
	text-transform: uppercase;
	text-decoration:underline;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#003366;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background:#FFFFFF;
color:#64ADF7;
}
.fadecontenttoggler a:hover{ 
background:#FFFFFF;
color:#64ADF7;
}
.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
position: relative;
width: 475px;
height: 230px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
	position: absolute;
	background-color:#FFFFFF;
	visibility: hidden;
	width: 475px;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
	height: 215px;
}
/* end for external css for fadecontent */


/*stylesheet urbangreymenu */

.urbangreymenu{

}
.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}
.urbangreymenu ul li a:visited{
color: black;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
/*accordion vertical menu end */


.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

.fadecontent table td{
	FONT-SIZE: 1em; COLOR:#000000; LINE-HEIGHT: 1.4em;
}

/* lins bottom footer*/
#links_footer {
	width: 800px;
	height: 20px;
	margin: 0 auto;
	text-align:center;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#links_footer ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height:20px;
}
#links_footer a {
	padding: 5px 7px;
	margin-right: 0px;
	text-decoration: none;
	font: bold 9px Arial, Helvetica, sans-serif;
	color:#666666;
}
#links_footer a:hover, #menu .current_page_item a {
 color:#0066FF;
}
#links_footer a:hover {
	text-decoration: underline;
}


#footer {
	padding-top:20px;
	CLEAR: both; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FLOAT: left; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 20px -3px 5px 0px; 
	OVERFLOW: hidden; 
	WIDTH: 910px; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #47423a 8px solid
}
#footer A {
	COLOR: #9c5708; 
	TEXT-DECORATION: none
}
#footer A:hover {
	TEXT-DECORATION: underline
}
#footerNav {
	FONT-SIZE: 0.8em;
	FLOAT: left; 
	WIDTH: 400px
}
#footerNav UL LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 20px; 
	FLOAT: left; PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none
}
#footerNav UL LI A {
	TEXT-TRANSFORM: uppercase; 
	COLOR: #9c5708; 
	TEXT-DECORATION: none
}
#footerNav UL LI A:hover {
	TEXT-DECORATION: underline
}
#copyright {
	PADDING-RIGHT: 20px; 
	PADDING-LEFT: 0px; 
	FONT-SIZE: 0.8em;
	PADDING-BOTTOM: 0px; 
	TEXT-TRANSFORM: uppercase; 
	COLOR: #474747; 
	PADDING-TOP: 0px;
}
#disclosure {
	PADDING-LEFT: 20px; FONT-SIZE: 1em; FLOAT: left; WIDTH: 910px; COLOR: #474747
}
#footerInfo {
	PADDING-RIGHT: 20px; PADDING-LEFT: 0px; FONT-SIZE: 0.8em; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 20px; TEXT-TRANSFORM: uppercase; COLOR: #474747; PADDING-TOP: 0px
}

	
#navigation123 a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:2px 2px 2px 2px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation123 a:hover {
	text-decoration:none;
	background:#64ADF7;
	color:#FFFFFF;
	}

.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

/*kolo_edit : style for companies page >> */
#bullet {
	margin-top: 0;
	margin-left:15px;
	line-height:20px;
}
#heading2_emjltd{
	background-image:url(images/menubg_cnt.jpg);
	width:614px;
	line-height:30px;
	padding-left:10px;
	color:#FFFFFF;
	font-weight:bold;
}
.companies_lnkside a{ /*style for every navigational link within toggler */
text-decoration: none;
padding: 0 5px;
display: block;
color: 002E5B;
}
.companies_lnkside a.toc{
/*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated!*/

width: 160px; /*width of menu*/
height:22px;
padding:11px 0px 0px 10px;
border-bottom:dotted #FFFFFF thin;
border-top:dotted #FFFFFF thin;
text-transform: uppercase;
text-decoration: none;
font: 11px Arial, Helvetica, sans-serif;
color:#003366;
}
.companies_lnkside a:hover{ 
background:#64ADF7;
color:#FFFFFF;
}

.menu_homepage a{ /*style for every navigational link within toggler */
text-decoration: none;
padding: 0 5px;
display: block;
color: #FFFFFF;
background:#64ADF7;
}

.menu_homepage a.toc{
width: 150px;
height:15px;
padding:5px 5px 5px 5px;

border-bottom:dotted #FFFFFF thin;
border-top:dotted #FFFFFF thin;

text-decoration: none;
font: 11px Arial, Helvetica, sans-serif;
color:#003366;
}
.menu_homepage a:hover{ 
background:#002E5B;
color:#FFFFFF;
}


/*ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ   part 002 stylesheet.css       ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ*/

img    {border:0px;}
table  {width:100%;}

body, td, input, textarea, select{
	font:normal 11px Tahoma;
	color:#2A383D;
	line-height:14px;
	vertical-align:top;
	padding:0px;
	margin:0px 0px 0px 0px;
}
body, td, input, textarea, select{
	font:normal 11px Tahoma;
	color:#2A383D;
	line-height:14px;
	vertical-align:top;
	padding:0px;
	margin:0px 0px 0px 0px;
}





/*ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ   part 003 ddsmoothmenu.css       ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ*/

.ddsmoothmenu{
font: 11px Verdana;
background-image:url(images/menubg_cnt.jpg);	/*background of area behind menu(default state)*/
width: 820px;
padding-left:20px;
text-align:left;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background-image:url(images/menubg_cnt.jpg); /*background of menu items (default state)*/
color: white;
padding: 8px 20px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu .current_page a {
background: #64ADF7; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
