/* 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, Verdana, Helvetica, sans-serif;
}

/* Reduce the font size to 68.8% or 11px size
100% = 16
11/16 x 100
*/
body{ font-size: 12px; line-height: 15px; }

/* IE can’t read this */
html>body { font-size: 12px;}

/* 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; background: #E0E0E0 url(/images/center_bg.gif) repeat-x;}

form, input * {margin: 0; padding:0;}

img {border: 0;}

th {font-weight: normal;}

#container { font-size: 1em; width: 967px; margin: 0 auto; padding: 20px 0 0; clear: both; background: url(/images/topBox.gif) no-repeat; }

#header { float: left; width: 100%; }

#headerRight {float:right; width:300px;}
#header_contactUs {float:left; padding-top:12px;width:80px;}

#siteTitle { margin: 0 0 0 15px; float: left; }
#siteTitle a { background: url(/images/global_palm_logo.jpg); display: block; width: 147px; height: 83px; text-indent: -1000em; }


#headerFlashBanner {  padding-left: 3px; position: relative; clear: both; }
#headerFlashBanner #ir_pageTitle { width:961px; height: 293px; text-indent: -1000em; margin: 0; position: absolute; ;}


/**** Main Menu ****/
#mainNav {list-style: none; padding: 0; margin: -30px 5px 0 0; float: right; }
#mainNav li {float: left; }

#mainNavHome a { width:128px; height:36px; background:url(/images/nav_home.gif) no-repeat; display:block; float:left;}
#mainNavHome a:hover {display:block; background-position: 100% 100%;}
#mainNavHome a.selected {display:block; background-position: 100% 100%;}

#mainNavAboutUs a {width:132px; height:36px; background:url(/images/nav_aboutUs.gif) no-repeat; display:block; float:left;}
#mainNavAboutUs a:hover {display:block; background-position: 0% 100%;}
#mainNavAboutUs a.selected {display:block; background-position: 0% 100%;}

#mainNavOurBusiness a {width:132px; height:36px; background:url(/images/nav_ourBusiness.gif) no-repeat; display:block; float:left;}
#mainNavOurBusiness a:hover {display:block; background-position: 0% 100%;}
#mainNavOurBusiness a.selected {display:block; background-position: 0% 100%;}

#mainNavCSR a {width:132px; height:36px; background:url(/images/nav_crs.gif) no-repeat; display:block; float:left;}
#mainNavCSR a:hover {display:block; background-position: 0% 100%;}
#mainNavCSR a.selected {display:block; background-position: 0% 100%;}

#mainNavContactUs a {width:138px; height:36px; background:url(/images/nav_IR.gif) no-repeat; display:block; float:left;}
#mainNavContactUs a:hover {display:block; background-position: 0% 100%;}
#mainNavContactUs a.selected {display:block; background-position: 0% 100%;}


/***********************************************************************/
#contentBG { background: url(/images/centerBox.gif) repeat-y; padding: 0; }
#content { color: #434444; float: left; width: 705px; padding-left:16px; padding-right: 20px; padding-bottom: 20px; text-align: justify; border-right: 1px solid #D3D3D3; padding-top: 15px; }
#home #content { border: none; margin-top: 0; color: #434444; float: left; width: 925px; padding-left:16px; padding-bottom: 0; text-align: justify; }
#sidebar {float: right; width: 200px; margin-right: 25px;   }

* html #sidebar { margin-right: 12px;   }

.readMoreNews { margin:0; float: right; }
.readMoreNews a {text-indent:-1000em; background: url(/images/btn_more.gif) no-repeat 0 0; width:79px; height:19px; line-height: 19px; display: block;}


.readMore {  margin: 0; width: 100%; height: 19px; padding-right: 20px; }
.readMore a {text-indent:-1000em; background: #f00 url(/images/btn_more.gif) no-repeat 0 0; width:79px; height:19px; display: block; margin: 0 20px 0 0; float: right;}
.homeImg { padding-bottom: 11px; margin:0; }

.corp_video { position: absolute; right: 20px; top: 0; }
.fontSmall { font-size: 9px; }

#home_subcontainerA { width: 650px; float:left; padding-right: 20px; border-right: 1px solid #D3D3D3;}
#home_subcontainerB { width: 230px; float:left; margin-left: 20px; position: relative; }
.newsDate { color: #0196DA; font-size: 11px; font-weight: bold; margin: 1em 0;}
.si_fixed { padding: 1em 0; }

#home_subcontainerA p { margin: 12px; }

#home #sidebar { padding : 0; margin:0; }



/**** subNav ****/
#subNav { margin: 0; padding: 0; list-style:none; background-color: #fff; line-height: 18px; }
#subNav li { background: url(section_divider.gif) no-repeat bottom center; margin: 0; padding: 0; text-decoration:none; display:block; padding: 9px 0 9px 7px;}

#subNav ul li { background: none; margin: 0; padding: 0; text-decoration:none; display:block; padding: 2px 0 2px 0; list-style: none;}

#subNav li a {color: #000; text-decoration:none; padding-left: 29px; display: block;  }
#subNav li a:hover { color: #3399FF; background: url(arrow.gif) no-repeat left center; font-weight: bold; }

#subNav .selected {color: #000; background: url(arrow.gif) no-repeat left center; font-weight: bold;}
#subNav .selected a {color: #3399FF; background: url(arrow.gif) no-repeat left center;}

#subNav ul li {display: block;  }
/***********************************************************************/


h1 {font-size: 20px; font-weight: normal; margin: 0; color: #343C94; }
h2 {font-size: 1.09em; color: #006dc9; font-weight: bold; padding-top: 7px; }
h2.ir_textMainHighlight {font-size: 14px; color: #64BB46; font-weight: bold; margin: 0; padding: 0; }
h3 {font-size: 12px; font-weight: bold; color: #0196DA;}
h4 {font-size: 10px;}
h5 {}
h6 {}

a:link {color: #666666; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #3399FF; text-decoration: none;}

img.ir_spacerRight {margin-right:10px;}
img.ir_spacerLeft {margin-left:10px;}
img.ir_left {float: left; margin: 0 10px 10px 0;}
img.ir_right {float: right; margin: 0 0 10px 10px;}
img.ir_middle {vertical-align: middle;}
img.ir_border {border:1px solid #cccccc;}


/**** Footer ****/
#footer { clear:both; background: url(/images/bottomBox.gif) no-repeat; width: 967px; margin: 0; padding: 0; }
#footer p { margin: 0; font-size: 11px; margin: 20px 0 0 20px; }
#footer span {color: #343C94; }
#copyright { float: left; color: #6F6F6F; }
#designedBy { float: right; color: #6F6F6F; padding-right: 48px; }

#footer #copyright .footer a:link {color: #343C94; text-decoration: none;}
#footer #copyright .footer a:visited {color: #343C94; text-decoration: none;}
#footer #copyright .footer a:hover {color: #343C94; text-decoration: none;}

#designedBy a:link {color: #6F6F6F; text-decoration: none;}
#designedBy a:visited {color: #6F6F6F; text-decoration: none;}
#designedBy a:hover {color: #6F6F6F; text-decoration: none;}




/***********************************************************************/

.profileContainer { border: 2px solid #FEC947; padding: 0 15px 15px 15px;  }

.ir_textDivider { border: 1px dotted #ccc; margin: 1em 0 ; clear: both; }






/* Search*/
#searchForm { float: right; margin: 10px 10px 0 0; padding: 0; }
#searchkey { background: url(/images/btn_search.gif) no-repeat 157px center; width: 150px; border: 1px solid #ccc; padding: 3px 22px 3px 3px; font: normal 11px arial, sans-serif; }



/* BOD */

.managementSub { color: #E85E26; font-size: 12px; font-weight: normal;  }




/* Define the rest of the classes here */
.ir_news {width: 100%; padding: 0; margin: 0; list-style: none;}
/*.ir_news li {border-bottom: 1px dotted #666;}*/
.ir_newsDate {width: 15%; float: left; margin: 1em 0;}
.ir_newsTitle {width: 85%; float: right; margin: 1em 0;}

.ir_newsNewsletter {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_newsNewsletter li {border-bottom: 1px dotted #666;}
.ir_newsDateNewsletter {width: 25%; float: left; margin: 1em 0;}
.ir_newsTitleNewsletter {width: 74%; float: right; margin: 1em 0;}


.ir_tableBorder {border: 1px solid #CCCCCC;}
table.ir_hover tr:hover td {background: #c3b777;}
table.ir_hover tr.row1:hover td, table.ir_hover tr.row1:hover th {background: #FF7070;}
table.ir_hover tr.row2:hover td, table.ir_hover tr.row2:hover th {background: #FF7070;}
table.ir_hover tr.rowHighlight:hover td {background: #c3b777;}
table.ir_hover tr.rowTSHighlight:hover td {background: #c3b777;}
table.ir_table tr.ir_tableTopRow td, table.ir_table tr.ir_tableTopRow th {background: #494343; color: #fff; font-weight: bold;}
table.ir_table tr.row1 td, table.ir_table tr.row1 th {background: #e7e7e7;}
table.ir_table tr.row2 td, table.ir_table tr.row2 th {background: #f4f4f4;}
table.ir_table tr.rowHeader th {background: #414141; color: #fff;}
table.ir_table tr.rowHighlight td, table.ir_table tr.rowHighlight th {background: #414141; color: #fff;}
table.ir_table tr.rowTSHighlight td {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr th.cellHeader {background: #414141; color: #fff;}
table.ir_table tr td.cellHighlight {background: #414141; color: #fff;}
table.ir_table tr td.cellTSHighlight {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr td.cellTotal {border-top: 1px solid #414141; border-bottom: 1px solid #414141;}
table.ir_table tr td.cellSubTotal {border-top: 1px solid #414141;}
table.ir_table tr td.cellRed {background: #ebddd8;}
table.ir_table tr td.cellGreen {background: #d8ebdc;}


.certImage {float:left; margin: 20px 15px 0 15px; }
.certImage_left {float:left; margin: 20px 15px 10px; }
.certText {float:left; width:270px; text-align: left; }
.certText_left{width:320px; }
.logoImage {float:left; margin: 20px 45px 10px 15px; }
.logoText {float:left; width:215px; text-align: left; }


p.ir_left img { display:block; position:relative; top:10px; }
p.ir_left span { display:block; padding: 15px 0 0 0; }

.rental{font-size: 16px; font-weight: bold; color: #0088D4; text-align: center; }

#menu {   
   padding-left:40px;   
   margin:0;   
   }   
 #menu li {   
   list-style-type:none;  

   }
   
.bod_left {float: left; padding-bottom: 10px; }
.bod_right {float: left; width: 530px; margin-left: 15px;  }


/*** profile's chart ***/
#profilePic { position: relative; height: 906px; color: #000;}
#profilePic * { margin: 0; text-align: left; }
#profilePic strong { color: #e95e27; font-size: 22px; display: block; margin: 5px 0 12px; }
#profilePic .orange { color: #e95e27; }
#profilePic h3 { font-weight: bold; font-size: 35px; line-height: 30px; color: #e95e27; }
#profilePic h4 { font-weight: bold; color: #e95e27; font-size: 11px; }
#profilePic .block { position: absolute; height: 300px; padding:5px 0 0 360px; left:0;}
