﻿/***************************************************************************************************
General styles
/***************************************************************************************************/

body { 
  color: #000; 
  font: 12px Arial, Verdana, sans-serif; 
  text-align: center; 
  margin: 0 auto; 
  padding: 16px 0; 
  position: relative;
}

/*to preload mouseover images */
.loader{ display:none; }

img, table, td, tr, form { border: none; padding: 0; margin: 0; }

input { padding:0; margin:0 }

p { line-height: 17px; padding: 0 0 8px 0; margin: 0; }

a { color:#44697D; text-decoration: underline; }

a:hover { color: #0d3046; }

.floatl { float: left; }

.floatr { float: right; }

ul, li { margin: 0; padding: 0; list-style: none; }

h1 { 
  font-size: 25px; 
  color: #44697d; 
  font-weight: normal; 
  line-height: 26px; 
  padding: 10px 0 8px 0; 
  margin: 0 0 8px 0;
}

h1 sup { font-size: 14px;}

h2 {
  color: #3c3c3c;
  font-weight: bold; 
  font-size: 20px;
  margin: 0; 
  padding: 0 0 8px 0;
}

h3 { 
  font-size: 15px; 
  color: #44697d; 
  line-height: 17px; 
  padding: 10px 0 5px 0; 
  margin: 0;
}

h4 { 
  font-size: 13px; 
  color: #44697d; 
  line-height: 17px; 
  padding: 5px 0 5px 0; 
  margin: 0;
}

h5 {
  font-size: 12px;
  color: #44697d;   
  margin: 0;
  padding: 0;
}

h6 {
  font-size: 11px; 
  color: #666; 
  font-weight: bold; 
  margin: 0;
  padding: 0;
}
.headline {
  font-size: 14px; 
  color: #000; 
  font-weight: bold; 
  margin: 0;
  padding: 0;
}
.small { 
  font-size: 10px; 
  color: #727272;
  line-height: 14px;
}
/* used when floating content */
.clearboth { 
  clear: both; 
  height: 0 auto; 
  padding: 0; 
  margin: 0 auto; 
  line-height: 0;
}

/* added style shared for all popup thickbox with a close link */
.tbclose a{ 
  float: right; 
  font-size: 14px; 
  color: #727272; 
  padding-top: 5px; 
}
.tbclose a:hover { color: #0d3046; }

/***************************************************************************************************
Main Container
/***************************************************************************************************/
#container { 
  width: 789px; 
  text-align: left; 
  margin:0 auto; 
  padding: 0 0 100px;
} 
/***************************************************************************************************
Header includes: logo, globalnav, login button and search box and button
/***************************************************************************************************/
#header { width: 789px; height: 114px; }

#logo { width: 225px; float: left; }

/* Global Nav */
#globalnav { 
  float: right; 
  font-size: 11px; 
  color: #727272; 
  font-weight:bold; 
  text-align:right;
}

#globalnav a { 
  color: #44697D; 
  text-decoration: none; 
  font-weight: bold;
  font-family: Arial;
}

#globalnav a:hover { color: #000; }

#globalnav .buttons { 
  vertical-align: text-top; 
  padding-left: 7px;
}

#gnavlinks { height: 15px; }

/* Global Nav search box and button */
#gnavsearch { padding-top: 11px; height: 15px; }

#gnavsearch .searchinput { 
  width: 131px; 
  height: 15px; 
  font-size: 11px; 
  vertical-align: text-bottom;
}

#gnavsearch .searchgo { 
  width: 59px; 
  height: 15px; 
  padding-left: 7px;
}

/***************************************************************************************************
Main navigation
/***************************************************************************************************/
#mainnav { 
  width:751px; 
  margin-left: 38px; 
  margin-bottom: 18px; 
  height: 26px;
}
.mainnav1 { width: 184px; float: left; height: 26px; clear:left; }
.mainnav2 { width: 189px; float: left; height: 26px; }
.mainnav3 { width: 188px; float: left; height: 26px; }
.mainnav4 { width: 190px; float: left; height: 26px; }

/* Dropmenu style for Main navigation */
#jsddm { margin: 0; padding: 0; }
#jsddm li { float: left; list-style: none; }
#jsddm li a { display: block; }
#jsddm li ul { display: none; position: relative; }
#jsddm li ul li { float: none; display: inline; }
.menudiv1 { width: 185px; }
.menudiv2 { width: 190px; }
.menudiv3 { width: 497px; }
.menudiv4 { width: 190px; }

#ul3 { left: -154px; }

.dropmenudiv { 
  position: absolute; 
  z-index: 100; 
  text-align: left; 
  background-color: #83989d; 
  opacity: 0.95; /*CSS3 property. Does not work in IE */ 
  filter: alpha(opacity=95); /* works for IE */ 
  -moz-opacity: 0.95; 
  padding-top: 6px; 
  padding-bottom: 10px; 
}
 
.dropmenudiv h1 { 
  color: #323232; 
  font-weight: bold; 
  font-size: 10px; 
  text-transform: uppercase; 
  padding: 0 0 3px 0; 
  margin: 0; 
  line-height: 13px; }
  
.dropmenudiv a { 
  color: #fff; 
  font-weight: bold; 
  font-size: 12px; 
  display: block; 
  text-decoration: none; 
  width: 143px; 
  padding: 4px 21px 4px 21px; 
  line-height: 13px; }
  
.dropmenudiv a:hover { color: #0d3046; }

/* Third dropmenu has three columns */
#dropmenucol1 { float: left; width: 130px; padding: 6px 12px 5px 28px; clear: left; }
#dropmenucol2 { float: left; width: 130px; padding: 6px 15px 5px 18px; }
#dropmenucol3 { float: left; width: 136px; padding: 6px 28px 5px 0px; }

#dropmenucol1 a { width: 130px; padding: 3px 0px 3px 0px;   text-decoration: none; }
#dropmenucol2 a { width: 130px; padding: 3px 0px 3px 0px;   text-decoration: none; }
#dropmenucol3 a { width: 136px; padding: 3px 0px 3px 0px;   text-decoration: none; }

/* Sub links */  
#dropmenucol1 a.dropmenusub,
#dropmenucol2 a.dropmenusub,
#dropmenucol3 a.dropmenusub {
  color: #fff;
  font-weight: normal; 
  font-size: 11px; 
  display: block; 
  text-decoration: none; 
  line-height: 11px; 
}

#dropmenucol1 a.dropmenusub:hover,
#dropmenucol2 a.dropmenusub:hover,
#dropmenucol3 a.dropmenusub:hover { 
  color: #0d3046;
}

/* Adds extra padding between certain elements in third dropdown */
.dmrowspacing  { margin-top: 11px; }
.dmrowspacing2 { padding-top: 34px; }

/***************************************************************************************************
MIDDLE section to wrap around: Left column, center content and right column
/***************************************************************************************************/
#middle { 
  width:751px; 
  margin-left: 38px; 
  padding-bottom: 18px;
}

/* CONTENT PAGES with: LEFTNAV, CENTER CONTENT, RIGHT COLUMN */
#content { 
  width: 383px; 
  float: left; 
  padding-left: 32px; 
  padding-right: 28px; 
  margin-bottom: 10px; 
  background-image: url("../images/vrt-rule-dashed.png"); 
  background-repeat: repeat-y; 
  background-position: right;
}

/* CONTENT PAGES - NO RIGHT COLUMN */
#contentnorcol { 
  width: 572px; 
  float: left; 
  padding-left: 32px; 
  margin-bottom: 10px;
}

#contentnolcol { 
  width: 552px; 
  float: left; 
  padding-left: 32px;
  padding-right: 20px; 
  margin-bottom: 10px;
}

/* include the horizontal line under the page headers */
#content h1, #contentnorcol h1 { 
  background-image: url("../images/hr-dashed.png"); 
  background-repeat: repeat-x; 
  background-position: bottom; 
}
#content ul {
	margin-bottom: 15px;
}
ul.list li {
	list-style: disc;
	margin-left: 16px;
}
#content h5 {
	margin: 10px 0 10px 0;
}
#contactContainer h5 {
	margin: 25px 0 0 0;
}
#productbox h5 {
	margin: 0;
}
/* BREADCRUMBS */ 
#breadcrumbs { 
  font-size: 10px; 
  color: #727272; 
  text-transform: lowercase; 
}
#breadcrumbs a { color: #727272; }
#breadcrumbs a:hover { color: #0d3046; }


/***************************************************************************************************
LEFT NAVIGATION
/***************************************************************************************************/
#lnav { 
  width: 144px; 
  float: left; 
  margin-top: 7px; 
  border-top: solid 1px #a1b3bd; 
  line-height: normal;
}

#lnav ul { 
  padding: 0px 8px 0px 0; 
  margin: 0; 
  list-style-type: none; 
}

#lnav li { 
  background-image: url("../images/lnav-bgnormal.png"); 
  background-position: bottom; 
  background-repeat: no-repeat;
  font-size: 12px; 
  color: #2e2e2e;
  font-weight: bold; 
  margin:0; 
  padding: 10px 8px 8px 14px;
}
#lnav li a { 
  font-size: 12px; 
  font-weight: bold; 
  color: #727272; 
  text-decoration: none; 
}
#lnav li a:hover { 
  font-size: 12px; 
  font-weight: bold; 
  color: #0d3046;
}
#lnav li.current_page_ancestor { 
  background-image: none;   
  border-bottom: solid 1px #a1b3bd;
  padding-bottom: 3px;
}
#lnav li.current_page_ancestor li.current_page_item { 
  background-image: none;   
  padding-bottom: 3px;
  font-weight: bold;
  margin: 0;
}
#lnav li.current_page_ancestor li.page_item { 
  background-image: none;   
  padding-bottom: 3px;
  font-weight: normal; 
}
#lnav li.current_page_ancestor li.page_item a{ 
  background-image: none;   
  padding-bottom: 3px;
  font-weight: normal; 
}
#lnav li.current_page_ancestor li.current_page_item a { 
  background-image: url("../images/li-arrow.png");
  background-position: left;
  background-repeat: no-repeat;   
  padding-bottom: 3px;
  padding-left: 10px;
  font-weight: bold;
}
#lnav li.page_ancestor, li.current_page_item a { 
  background-image: url("../images/li-arrow.png");
  background-position: left;
  background-repeat: no-repeat;   
  padding-bottom: 3px;
  font-weight: bold;
}
li.page_item, li.current_page_item a { 
  background-image: url("../images/li-arrow.png");
  background-position: left;
  background-repeat: no-repeat;   
  padding-bottom: 3px;
  font-weight: bold; 
}
#lnav li.current_page_item a {
	color: #2e2e2e;
	font-weight: bold;
	background-image: url("../images/li-arrow.png");
    background-position: left;
    background-repeat: no-repeat;
	padding-left: 12px;
	display: list-item;
}

#lnav li.current_page_item { 
  color: #2e2e2e;
  font-weight: bold;
  padding: 0px 8px 8px 2px;
  margin-top: 10px;
}


/* SUB LEFT NAV */
#lsubnav li { padding: 10px 0 0 10px; background-image: none; }

#lsubnav li a { 
	color: #2e2e2e;
	font-weight: bold;
	background-image: url("../images/li-arrow.png");
    background-position: left;
    background-repeat: no-repeat;
	padding-left: 12px;
	display: list-item;
}
#lsubnav li.current_page_item ul {
  padding: 0;
  margin: 0;
}
#lsubnav li a { 
  font-size: 12px; 
  color: #727272; 
  text-decoration: none; 
  font-weight: normal;
}
#lsubnav li a:hover { 
  font-weight: normal;
  color: #0d3046; 
}
#lsubnav li.current_page_item a { 
	color: #2e2e2e;
	font-weight: bold;
	background-image: url("../images/li-arrow.png");
    background-position: left;
    background-repeat: no-repeat;
	padding-left: 12px;
	display: list-item;
}
#lsubnav li.page_item a { 

}
#lsubnav li.page_item a:hover { 

}
/* This is exception class for the Execution, management and connectivity page
to expand the drop down menu when on that page */
#lnav li.page_folder li.current_page_item a{ 
  padding: 0px 8px 0px 10px; 
  margin-top: 10px;
  color: #2e2e2e;
  font-weight: bold;
} 
#lsubnav li.page_item a{ 
  padding: 0px 8px 0px 10px; 
  margin-top: 10px;
  color: #727272;
  font-weight: normal;
  background-image: none;
} 
#lsubnav li.page_folder li.page_item a{ 
  padding: 4px 8px 0px 10px; 
  color: #2e2e2e;
}
#lsubnav li.page_folder li.page_item a:hover{ 
  padding: 4px 8px 0px 10px; 
  color: #2e2e2e;
}

#lnav li.current_page_ancestor li.current_page_item a:hover{ 
  padding: 0px 8px 0px 0px; 
  margin-top: 10px;
}
#lnav li.current_page_ancestor li.page_item a{ 
  padding: 0px 8px 0px 0px; 
  margin-top: 10px;
}
#lnav li.current_page_ancestor li.page_item a:hover{ 
  padding: 0px 8px 0px 0px; 
  margin-top: 10px;
  color: #2e2e2e;
}
#lnav li.page_folder li.current_page_item a{ 
  padding: 0px 0px 0px 10px; 
  color: #2e2e2e;
} 
#lnav li.page_folder li.current_page_item a:hover{ 
  padding: 0px 0px 0px 10px; 
  color: #2e2e2e;
} 

#lnav li.page_folder li{ 
  padding: 0px 0px 0px 12px; 
  margin-top: 4px;
  color: #2e2e2e;
  font-weight: bold; 
  background-image: none;
}  
#lnav li.page_folder li.page_item ul{ 
  margin-top: 4px;
} 
#lnav li.page_item li.current_page_item li.page_folder ul li a {
	color: #2e2e2e;
	font-weight: normal;
	padding-left: 12px;
	display: list-item;
}



/***************************************************************************************************
RIGHT COLUMN: login box, contact box, news, banner ads
/***************************************************************************************************/
#rcol { 
  width: 144px; 
  float: right; 
  padding-right: 1px;
  line-height: normal;
}

#rcol a { color: #666; }
#rcol a:hover { color: #0d3046; }

/* Box containers with background styles: 
this method was used instead of one fixed graphic for
the possibility of expanding if content is needed 
*/

/* Green top box background */
.rboxbggreentop { 
  background-image: url("../images/rboxbggreentop.png"); 
  background-repeat: no-repeat; 
  background-position: left top; 
}

/* Gray box backgrounds (darker version used on home page) */
.rboxbggray1 { 
  background-image: url("../images/rboxbggray1.png"); 
  background-repeat: repeat-y; 
  background-position: left top;
  width: 144px;
}

.rboxbggray1top { 
  background-image: url("../images/rboxbggray1top.png"); 
  background-repeat: no-repeat; 
  background-position: left top;
}

.rboxbggray1bot { 
  background-image: url("../images/rboxbggray1bot.png"); 
  background-repeat: no-repeat; 
  background-position: left bottom; 
}

/* Gray box background - lighter shade used on inside pages */
.rboxbggray2 { 
  background-image: url("../images/rboxbggray2.png"); 
  background-repeat: repeat-y; 
  background-position: left top; 
  width: 144px;
}

.rboxbggray2top { 
  background-image: url("../images/rboxbggray2top.png"); 
  background-repeat: no-repeat; 
  background-position: left top;
}

.rboxgray2bot { 
  background-image: url("../images/rboxbggray2bot.png"); 
  background-repeat: no-repeat; 
  background-position: left bottom; 
  padding-bottom:12px;
}

/* Box spacer when including more than one */
.rboxspacer {
  height: 8px; 
  font-size: 0px; 
  line-height: 0px; 
  background-color: #fff;
}
/* NEWS box */
.rnews { 
  font-size: 11px; 
  color: #666; 
  line-height: 13px; 
  padding: 0 12px 12px 12px; 
}

.rnews h6 { 
  padding: 15px 0 0 0; 
  line-height: normal;
}

.rnewsborder { 
  border-top: solid 1px #d9d9d9; 
  height: 1px; 
  font-size: 0px; 
  line-height: 0px; 
}

.rnewslist li { 
  list-style: none;
  padding: 5px 0 0 15px; 
  font-weight: bold;
  background-image: url("../images/li-dash.png");
  background-repeat: no-repeat;
  background-position: left 10px;
}

/* standard right box content with just basic text */
#rboxcontent { 
  font-size: 12px; 
  color: #666; 
  line-height: 15px; 
  padding: 13px 11px 0 13px; 
}
#rboxcontentAwards { 
  font-size: 12px; 
  color: #000; 
  line-height: 15px; 
  padding: 13px 11px 0 13px; 
}
#rboxcontent h6 { 
  color: #44697d; 
  padding: 0 0 3px 0; 
  line-height: 13px;
}

#rboxcontent ul { padding: 0 0 10px 10px; }
#rboxcontent li { padding-top: 3px; padding-bottom: 3px; }
#rboxcontentAwards li { padding-top: 6px; padding-bottom: 6px; }
#rboxcontent li a { font-size: 11px; }
/* contact us right box */
#rcontact { 
  padding: 20px 0 0 13px; 
  font-size: 11px; 
  color:#666; 
  font-size: 11px; 
  color:#666;
}

#rcontact h6 {
   padding: 2px 0 6px 0; 
}

.rcontacticon { 
  float: left; 
  width: 31px; 
  padding-left: 0px; 
}

.rcontactinfo { 
  float: left;
  width: 85px; 
  padding-right: 15px;
}

/* inquiries box style on contact form */
#rboxinquiries { 
  font-size: 12px; 
  color: #757575; 
  font-weight: bold; 
  line-height: 15px; 
  padding: 13px 10px 0 15px;
}

#rboxinquiries h5 { 
  padding: 8px 0 2px 0; 
}
/***************************************************************************************************
FOOTER
/***************************************************************************************************/
#footer { 
  width:751px; 
  margin-left: 38px; 
  border-top: solid 1px #cecece; 
  padding-bottom: 10px; 
  padding-top: 10px; 
}

#footer a { 
  color: #727272; 
  text-decoration: none; 
  font-weight: normal; 
}

#footer a:hover { 
  color: #0d3046; 
  text-decoration: none; 
}

/* to include the BuysideTM image */
.footerleft { width: 186px; float:left; }

/* to include the copyright and footer links */
.footerright  { 
  float: right; 
  text-align: right; 
  font-size: 11px; 
  color: #727272; 
  padding-right: 3px; 
}

.footerlinks  { 
  font-size: 11px; 
  color: #727272; 
  padding-top: 2px; 
  font-weight: bold; 
}
/***************************************************************************************************
CAREERS PAGE
/***************************************************************************************************/
.cphotos { padding-top: 35px; text-align: right; }
.cphoto { padding-left: 14px; }
/***************************************************************************************************
SOLUTIONS LANDING PAGE: CONTENT BOX WITH SECTION LINKS
/***************************************************************************************************/
#solutionsiam, #solutionsineed, #solutionslocated { 
  width: 340px; 
  margin-bottom: 0px; 
  margin-top: 7px;
  background-color: #e9e9e9; 
  padding: 17px 21px 0 21px;
}
#solutionsiam li, #solutionsineed li, #solutionslocated li { 
  padding-bottom: 8px;
  list-style: none;
  margin-left:0;
}
#solutionsiam ul, #solutionsineed ul, #solutionslocated ul { 
  margin-bottom: 2px;
}
#solutionsiam a, #solutionsineed a, #solutionslocated a { 
  font-size: 11px; 
  line-height: 13px;
}
#solutionsiamleft { 
  width: 100px;
  float:left;
  clear:left;
  padding: 0 18px 0 0;
}
#solutionsiamcenter { 
  width: 105px;
  float:left;
  padding: 0 18px 0 0;
}
#solutionsiamright { 
  width: 99px;
  float:left;
  padding: 0;
}
#solutionsineedleft, #solutionslocatedleft { 
  width: 155px;
  float:left;
  padding: 0 35px 0 0;
}
#solutionsineedright, #solutionslocatedright  { 
  width: 150px;
  float:left;
  padding: 0 0 0 0;
}
/***************************************************************************************************
SOLUTIONS INTERNAL PAGES
/***************************************************************************************************/
#sectionlinks { 
  width: 383px; 
  margin-top: 10px; 
  background: #f3f3f3 url("../images/bg-sectionlinks3cols.png") repeat-y; 
}
#sectionlinks h6 {
    color: #727272;
    font-weight: bold; 
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin: 0; 
    line-height: 13px;
    }
#sectionlinks a { 
  font-weight: bold; 
  font-size: 12px;
  padding: 0px 0px 4px 0; 
  line-height: 14px;
  }
/* Sub links */  

#sectionlinks .sublink li{
  padding-top: 6px;
  padding-left: 0px;
  line-height: 13px;
  list-style: none;
  margin: 0;
}
#sectionlinks .sublink a {
  font-weight: normal; 
  font-size: 11px; 
  text-decoration: underline;
  line-height: 14px; 
}

sup { 
  font-size: 8px; 
  vertical-align: top; 
  padding-left: 1px; 
  line-height: 13px; 
  text-decoration: none; }

#sectionlinks a.sublink:hover { 
  color: #0d3046;
}
#sectionlinksleft { 
  width: 110px;
  float:left;
  clear:left;
  padding: 10px 8px 16px 8px;
}
#sectionlinks li, h6 {
	list-style-type: none;
	margin-top: 10px;
}
#sectionlinkscenter { 
  background-color: #f3f3f3; 
  width: 105px;
  float:left;
  padding: 10px 8px 16px 8px;
  margin-left: 5px;
  margin-right: 5px;
}
#sectionlinksright {
  background-color: #f3f3f3; 
  width: 110px;
  float:left;
  padding: 10px 8px 16px 8px;
}
.slrowspacing  { margin-top: 18px; }
.slrowspacing2 { padding-top: 40px; }

/***************************************************************************************************
OFFERINGS SECTION LINKS
/***************************************************************************************************/
#offeringslinks { 
  width: 520px; 
  margin-top: 2px; 
  background-color: #f3f3f3; 
  padding: 16px 16px 16px 0;
}
#offeringslinks h6 {
    color: #727272;
    font-weight: bold; 
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin: 0; 
    line-height: 13px;
    }
#offeringslinks a { 
  font-weight: bold; 
  font-size: 12px;
  padding: 0px 0px 4px 0; 
  line-height: 14px;
  }
#offeringslinks li {
  list-style: none;
}
/* Sub links */  
#offeringslinks .sublink li{
  padding-top: 10px;
  line-height: 13px;
  color: #757575;
  margin: 5px 0 5px 0;
}
#offeringslinks .sublink a {
  font-weight: normal; 
  font-size: 12px; 
  text-decoration: underline;
  line-height: 16px;
}

#offeringslinks a.sublink:hover { 
  color: #0d3046;
}
#offeringslinksleft { 
  width: 163px;
  float:left;
  clear:left;
  padding: 0 18px 0 0;
}
#offeringslinkscenter { 
  background-color: #f3f3f3; 
  width: 163px;
  float:left;
  padding: 0 18px 0 0;
}
#offeringslinksright {
  background-color: #f3f3f3; 
  width: 158px;
  float:left;
  padding: 0;

}
#offeringslinks .slrowspacing  { margin-top: 18px; }
#offeringslinks .slrowspacing2 { padding-top: 40px; }

#executionlinks li { padding: 5px 0px 5px 0; }

#executionlinks a { 
  font-weight: bold; 
  font-size: 12px;
  padding: 0px 0px 4px 0; 
  line-height: 14px;
  }

/***************************************************************************************************
TRITON PAGE - CONTENT BOX WITH LISTS
/***************************************************************************************************/
#productbox { 
  width: 340px;
  margin-bottom: 15px;
  color: #666; 
  background-color: #e9e9e9; 
  padding: 8px 21px 0px 18px;
}
#productbox h5 { padding-bottom: 8px; padding-top: 7px; }

.entry ul li { 
	margin: 5px 0 5px 20px; 
	padding: 0; 
	list-style: disc;  /*added to style list in middle content */
	line-height: 17px;
}

#productbox li { 
  padding: 0;
  line-height: normal;
/*  background-image: url("../images/li-disc.png"); 
  background-repeat: no-repeat; 
  background-position: 10px 5px; */ 
}
#productbox ul {
	margin: 0 0 9px 0;
	padding:0;
}
.productboxleft { 
  width: 179px;
  float:left;
  padding: 0 10px 0 0;
}
.productboxright { 
  width: 151px;
  float:left;
  padding: 0 0 0 0;
}
/***************************************************************************************************
NEWS, RESEARCH AND EVENTS PAGE
/***************************************************************************************************/
#news ul { padding-top: 2px; }
#news li { padding-bottom: 10px; }
#research ul { padding-top: 2px; }
#research li { padding-bottom: 10px; }
#news li.ndate { 
  float: left; 
  clear: left; 
  width: 70px;
  padding-right: 10px; 
  font-size: 11px; 
  font-weight: bold; 
  color: #757575; 
  padding-top: 2px;
}
#research li.ndate { 
  float: left; 
  clear: left; 
  width: 70px;
  height: 5px;
  overflow: hidden;
  padding-right: 10px; 
  font-size: 11px; 
  font-weight: bold; 
  color: #757575; 
  padding-top: 2px;
}
#press li.ndate {
	list-style: none;
	display: inline;
}
#press li.ntitle {
	list-style: none;
	float: left; 
	width: 300px; 
	line-height: 17px;
}
#news li.ntitle { float: left; width:  300px; line-height: 17px; }
#news li.nmore { clear: both; padding-left: 80px; padding-bottom: 24px; list-style: none;}
#news li.nmore a { font-size: 11px; }
#news li.nmore img { padding-right: 5px; vertical-align: middle; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Widgets */
h2.widgettitle {
	font-size: 11px;
}
/***************************************************************************************************
BOARD OF DIRECTORS TABLE
/***************************************************************************************************/

#bod { width: 560px; }

#bod h1 { 
  font-size: 25px; 
  float:left; 
  clear:left; 
  color:#44697d; 
  margin: 0; 
  padding: 0 0 10px 0;
}

#bod table { 
  text-align: center; 
  margin: 0 auto; 
  border-top: solid 1px #b7b7b7; 
  border-left:solid 1px #b7b7b7; 
  width: 740px; 
  font-size: 11px; 
  color: #727272; 
  line-height: 13px; 
}

#bod td { 
  padding: 10px 10px 10px 10px; 
  border-right: solid 1px #b7b7b7; 
  border-bottom: solid 1px #b7b7b7; 
}

#bod tr { 
  text-align: left; 
  vertical-align: top; 
}

#bod tr.header { 
  vertical-align: top; 
  font-size: 11px; 
  color: #2e2e2e; 
  font-weight: bold; 
  text-align: center;
}

#bod tr.bgcolor { background-color: #ecf0f2; }

#bod ul { 
  margin: 0 0 0 0px; 
  padding-left: 0px; 
  list-style-type: none; 
}

#bod li { 
  background-image: url("../images/li-disc.png"); 
  background-repeat: no-repeat; 
  background-position: left 3px; 
  padding: 0 0 6px 10px; 
}

ol li{
	list-style: decimal;
	margin-left: 25px;
}
ol {
	margin-bottom: 15px;
}

/***************************************************************************************************
TRADING VOLUME TABLE
/***************************************************************************************************/

#vol{ width: 560px; }
#vol h1 { 
  font-size: 25px; 
  float:left; 
  clear:left; 
  color:#44697d; 
  margin: 0; 
  padding: 0 0 10px 0;
}
#vol table { 
  text-align: center; 
  margin: 0 auto; 
  border-top: solid 1px #b7b7b7; 
  border-left:solid 1px #b7b7b7; 
  width: 740px; 
  font-size: 11px; 
  color: #727272; 
  line-height: 13px; 
}
#vol td { 
  padding: 10px 10px 10px 10px; 
  border-right: solid 1px #b7b7b7; 
  border-bottom: solid 1px #b7b7b7;
  text-align: center;
}
#vol tr { 
  text-align: left; 
  vertical-align: top; 
}
#vol tr.header { 
  vertical-align: top; 
  font-size: 11px; 
  color: #2e2e2e; 
  font-weight: bold; 
  text-align: center;
}
#vol tr.bgcolor { background-color: #ecf0f2; }

#vol td.blank {
	border: none;
}

/* Sitemap */
#sitemap li.page_item {
	background-image: none;
}
/* Search */
strong.search-excerpt {
	font-weight: bold;
}

/* Publication Meta Data */
ul.post-meta li {
	list-style: none;
	margin: 0 0 0 -66px;
	padding: 0;
	color: #555;
}
.post-meta-key {
	color: #fff;
}