/*
   SAMS style.css
   // COLOUR INDEX
   #6ba3e3 - mainnav rollover / sidenav rollover / inline links
   #d5d5d5 - footer rollover
   #5d5d5d - body copy
-------------------------------------------------------*/

/*
   BODY
-------------------------------------------------------*/
body {
   text-align: center;
   background: #FFF url(../images/corp_bg-body.jpg) repeat-x top left;
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   color: #5d5d5d;
}

/*
   CLEARFIX
-------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h2, h3, h4, h5, h6 {
   font-weight: normal;
   z-index:100;
}

h1 {
	text-indent: -9999px;
}

	/* requires w, h,  */
	h1 a {
	   width: 225px;
	   height: 23px;
	   display: block;
	   background: url(../images/bg-h1.png) no-repeat top left;
	   position: absolute;
	   top: 53px;
	   left: 29px;
	}

h2 {
   color: #6ba3e3; 
   font-size: 24px;
}

div.header2 {
	color: #6ba3e3; 
	font-size: 24px;
}
div.headerBG {
	color: #6ba3e3; 
	font-size: 48px;
}

h3 {
   color: #5d5d5d;
   font-size: 14px;
   font-weight: bold;
   padding-bottom: 5px;
}

   .news-mini-entry h3 {
      font-size: 14px;
   }
   
   h3.alt {
      color: #6ba3e3;
   }
   
h4 {
   color: #5d5d5d;
   font-size: 12px;
   font-weight: bold;
   padding-bottom: 5px;
}

h5 {
   color: #6ba3e3;
   font-size: 12px;
   font-weight: bold;
   padding-bottom: 5px;
}

h6 {
   color: #6ba3e3; 
   font-size: 12px;
}

/* paragraphs etc. */
p {
   line-height: 1.5;
   padding-bottom: 20px;
}

	p.left {
	   text-align: left;
	}
	
	p.right {
	   text-align: right;
	}
	
	p.center {
	   text-align: center;
	}
	
	p.date {
      font-size: 10px;
      padding-bottom: 0;
   }
   
      p.date-below {
         font-size: 10px;
         padding-bottom: 10px;
      }
      
      p.date-below span {
         padding-left: 15px;
         margin-left: 5px;
         background: url(../images/bg-comment.gif) no-repeat left center;
      }
	
	p.news-archive {
	   padding: 0 0 10px;
	}
	
	p.feature-light {
		color: #FFF;
	}

big {
   font-size: 120%;
}

small {
   font-size: 80%;
}

strong, b {
   font-weight: bold;
}

em, i {
   font-style: italic;
}

blockquote {
   padding: 0 20px;
}

/* lists - usually have to put #content in front */
#content ul {
   line-height: 1.5;
   list-style: none;
   margin-left: 0;
   padding-left: 0;
   padding-bottom: 20px;
}

#content ul ul {
   padding-bottom: 0;
}

#content ul li {
   background: url(../images/bg-subnav.gif) no-repeat 0 3px;
   padding-left: 15px;
}

#content ol {
   line-height: 1.5;
   list-style: decimal outside;
   margin-left: 36px;
   padding-bottom: 20px;
}

#content ol ol {
   padding-bottom: 0;
}

/* links */
a, a:visited {
   text-decoration: none;
   font-weight: bold;
   color: #6ba3e3;
}

a:hover {
   text-decoration: underline;
}

#slideshow a.more_button {
   float: right;
   display: block;
   width: 150px;
   height: 38px;
   margin-right: 50px;
   text-indent: -9999px;
   background: url(../images/Learn_More_Button.png) no-repeat 0 0;
}

.news-mini-entry a.more, .entry a.more {
   padding-left: 18px;
   background: url(../images/bg-plus.gif) no-repeat 0 50%;
}

a.taics {
   display: block;
   width: 300px;
   height: 100px;
   text-indent: -9999px;
   position: absolute;
   top: 32px;
   right: 29px;
   background: url(../images/corp_taics-logo.png) no-repeat top left;
}

/* images */
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

img.right {
   float: right;
   margin-left: 10px;
   margin-bottom: 20px;
}

img.center {
	margin: 0 auto 20px;
	display: block;
}

img.border {
   padding: 5px;
   border: 1px solid #d6d6d6;
}

/* horizontal rule */
hr {
	color: #eee;
	background-color: #eee;
	border: 0;
	height: 1px;
}

/* tables */
table {
   margin-bottom: 20px;
}

#ibm-maximo table {
   width: 95%;
   border-collapse: collapse;
}

#ibm-maximo tr {
   
}

#ibm-maximo th {
   background: #548ac6;
   color: #fff;
   font-weight: bold;
   text-align: left;
}

#ibm-maximo td {
   border: 3px solid #fff;
   background: #f0f6fc;
   padding: 10px 5px;
}

/* forms */
form {
   margin-bottom: 20px;
   position: relative;
}

#contact_form input.txt,
#contact_form textarea {
   width: 300px;
   border: 1px solid #9d9d9d;
}


fieldset {
   
}

legend {
   
}

#comment_form label {
   float: left;
   width: 60px;
   clear:both;
}

input.comment-txt {
   border: 1px solid #9d9d9d;
   width: 250px;
}

textarea.comment-area {
   border: 1px solid #9d9d9d;
   width: 538px;
   height: 200px;
}

.error, .required {
   color: #AC1A1E;
}

.form-subscribe {
   float: right;
   margin-top: -20px;
}

.subscribe-link {
   position: absolute;
   top: 0;
   right: 50px;
}

.form-subscribe img, .subscribe-link img {
   vertical-align: middle;
}



/*
   CONTAINER / 970px
-------------------------------------------------------*/
#container {
   width: 970px;
   margin: 0 auto;
   text-align: left;
}

/*
   BRANDING
-------------------------------------------------------*/
#branding {
	float: left;
	width: 970px;
	height: 144px;
	position: relative;
}
#header_photo {
	float: left;
	width: 970px;
	height: 180px;
	position: relative;
	background:  url(../images/header_photobar.png) no-repeat top left;
	margin-top:25px;
}

/*
   MAINNAV
   See mainnav.css
-------------------------------------------------------*/


/*
   SEARCH
-------------------------------------------------------*/
#search {
   width: 158px;
   height: 35px;
   position: absolute;
   right: 30px;
   background: url(../images/bg-search.png) no-repeat top left;
}

.search-txt {
   display: inline;
   float: left;
   width: 114px;
   height: 18px;
   margin: 14px 0 0 18px;
   border: 0;
   background: transparent;
}

.search-btn {
   display: inline;
   float: left;
   margin-top: 13px;
}

/*
   CONTENT
-------------------------------------------------------*/
#content {
   float: left;
	width: 970px;
	background: url(../images/bg-content.png) no-repeat 0 0;
}
#content_full {
   float: left;
	width: 970px;
	background: url(../images/bg-content_full.png) no-repeat 0 0;
}

.vert_div {
	border-left: 1px #eeeeee solid;
}


#home #content {
   background: none;
   padding: 0;
}

.edit {
   padding: 10px;
   text-align: right;
}

/*
   SLIDESHOW
-------------------------------------------------------*/
#slideshow {
   float: left;
   width: 962px;
   height: 392px;
   padding: 0 9px 9px;
   margin-bottom: 40px;
   background: url(../images/bg-features.png) no-repeat top left;
}

.feature {
   float: left;
   width: 959px;
   height: 392px;
}

.feature-txt {
   float: left;
   width: 426px;
   padding: 60px 0 0 50px;
}

.feature-txt h2 {
   display:block;
   margin-bottom: 10px;
   color: #6ba3e3; 
   font-size: 54px; 
   padding: 0 10px; 
}

.feature-txt h2.light {
   color: #FFF;
}

.feature-txt p {
   display:block;
   margin-left: 10px;
   line-height: 1.5;
   font-size: 14px;
}

.feature-img {
   float: left;
   width: 476px;
}

/*
   BREADCRUMB
-------------------------------------------------------*/
#breadcrumb {
   float: left;
   width: 560px;
   height: 20px;
   padding: 37px 50px 10px 360px;
   font-size: 11px;
}

#breadcrumb a {
   font-weight: normal;
}

#breadcrumb_full {
   float: left;
   width: 560px;
   height: 20px;
   padding: 37px 40px 10px 60px;
   font-size: 11px;
}
#breadcrumb_full a {
   font-weight: normal;
}

/*
   COL-1
-------------------------------------------------------*/
#col-1 {
   float: left;
   width: 250px;
   padding: 0 50px 0 60px;
   z-index:100;
}

#home #col-1 {
	width: 550px;
	padding: 0 0 0 60px;
	z-index:100;
}
#col-full {
   float: left;
   width: 875px;
   padding: 0 50px 0 60px;
   z-index:100;
}

/*
   SUBNAV
-------------------------------------------------------*/
#subnav {
   padding-bottom: 15px;
}

#subnav ul {
   list-style: none;
   margin-left: 0;
}

#subnav ul ul {
   margin-left: 20px;
}

#subnav ul ul ul {
   margin-left: 10px;
}

#content #subnav li {
   padding: 3px 0;
   background: none;
}

#subnav li a,  #subnav li.here li a {
   font-weight: normal;
   color: #5d5d5d;
   padding-right: 20px;
   background: none;
}

#subnav li a:hover, #subnav li.here a, #subnav li.here li a:hover {
   color: #6ba3e3;
   text-decoration: none;
   background: url(../images/bg-subnav.gif) no-repeat right 50%;
}

/*
   COL-2
-------------------------------------------------------*/
#col-2 {
   float: left;
   width: 550px;
   padding: 0 50px 0 0;
   position: relative;
   z-index:100;
}

#home #col-2 {
	width: 250px;
	padding: 0 60px 0 50px;
	z-index:100;
}

.std_content {
	font-size:14px;
	font-weight:normal;
	line-height:normal;
	padding-top:5px;
	padding-bottom:5px;
}

.services_img {
	margin-right:12px;
	margin-bottom:10px;
	border:3px double #CCC;
	float:left;
}
div.services_hdr {
	padding-left: 25px;
	padding-bottom: 5px;
}
div.services_content {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 8px;
	display:block;
}
	
.news-mini-entry {
   padding-bottom: 30px;
   padding-left: 30px;
   background: url(../images/bg-calendar.gif) no-repeat top left;
}

.news-mini-entry p {
   padding-bottom: 0;
}

.entry {
   float: left;
   width: 550px;
   padding-top: 5px;
}

   #ibm-maximo .entry {
      margin-bottom: 25px;
      padding-bottom: 5px;
      overflow: hidden;
   }
   
   #ibm-maximo .comment {
      border-bottom: 1px solid #d3d3d3;
      margin-bottom: 20px;
      overflow: hidden;
   }

.col-a {
   float: left;
   width: 175px;
}

.col-b {
   float: left;
   width: 375px;
}
div.left_display {
	background-color:#F9F9F9;
	padding: 6px;
}

/*
   FOOTER
-------------------------------------------------------*/
#footer {
   float: left;
   width: 832px;
   padding: 20px 60px;
   margin: 0 9px;
   border-top: 1px solid #d3d3d3;
   font-size: 10px;
   position: relative;
}

#footer strong {
   color: #000;
   font-weight: normal;
}

#footer .esri {
   position: absolute;
   top: 22px;
   right: 192px;
}

#footer .ibm {
   position: absolute;
   top: 22px;
   right: 60px;
}

/*   Corporate Header Navigation
-------------------------------------------------------*/

.corp_nav_links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-right:15px;
	padding-top:6px;
	padding-left:25px;
	color:#9bbadd;
}

#pad {
	height:140px;
}
#menu {
	padding:0;
	padding-left:40px;
	margin:0;
	list-style:none;
	height:25px;
	position:absolute;
	z-index:1000;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
}
#menu li {
	float:left;
	margin-right:1px;
	border-right:#000 1px solid;
}
#menu li a {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 15px 0 15px;
}
#menu table {
	border-collapse:collapse;
	width:0; height:0;
	position:absolute;
	top:0;
	left:0;
}

/* Default link styling */
/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:500;
	position:relative;
	color:#fff;
}
#menu li:hover {
	position:relative;
	z-index:500;
}
#menu li:hover > a {
	color:#fff;
}
#menu li:hover > a.sub {
	color:#fff;
}

#menu li.current a {
	color:#fff;
}

#menu li a.sub {
	color:#fff;
}
#menu li.current a.sub {
	color:#fff;
}

#menu :hover ul {
	left:0;
	top:25px;
	width:325px;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#menu :hover ul :hover ul {
	left:120px;
	top:-1px;
	background:#6091c9;
	white-space:nowrap;
	width:325px;
	z-index:1000;
	height:auto;
}
#menu :hover ul li {
	margin:0;
}
#menu :hover ul li a {
	width:325px;
	padding:0;
	text-indent:10px;
	background:#6091c9;
	color:#fff;
	height:25px;
	line-height:25px;
	border-bottom:1px #303030 solid;
}
#menu :hover ul li a.fly {
	background:#6091c9;
}
#menu :hover ul :hover {
	background-color:#9bbadd;
	color:#fff;
}
#menu :hover ul :hover a.fly {
	background-color:#9bbadd;
	color:#fff;
}
#menu :hover ul li.currentsub a {
	background:#9bbadd;
	color:#fff;
}
#menu :hover ul li.currentsub a.fly {
	background:#9bbadd;
	color:#fff;
}

#menu :hover ul :hover ul li a {
	width:325px;
	padding:0;
	text-indent:10px;
	background:#9bbadd;
	color:#fff;
}
#menu :hover ul :hover ul :hover {
	background-color:#9bbadd;
	color:#fff;
}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {
	background:#9bbadd;
	color:#fff;
}

/*  SITEMAP ____________________________________________*/

.sitemap_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-bottom:#fff 1px solid;
	background-color:#6995c7;
	padding: 10px;
	list-style-type:none;
	color:#000;
}
.sitemap_header a {
	color:#000;
	text-decoration:none;
}
.sitemap_header a:hover {
	color:#000;
	text-decoration: underline;
}
.sitemap_page {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:#fff 1px solid;
	list-style-type:none;
	background-color: #b8d0e8;
	padding: 2px;
	padding-left: 8px;
	color:#022c57;
}
.sitemap_page a {
	color:#022c57;
	text-decoration:none;
}
.sitemap_page a:hover {
	color:#022c57;
	text-decoration: underline;
}
.sitemap_subpage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:#fff 1px solid;
	list-style-type:none;
	background-color: #ebf2f9;
	padding: 2px;
	padding-left: 8px;
	color:#022c57;
}
.sitemap_subsubpage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:#EAECFF;
	border-bottom:#fff 1px solid;
	list-style-type:none;
	background-color: #fff;
	padding: 2px;
	padding-left: 8px;
	color:#022c57;
}


/*
   DIAGNOSTICS
-------------------------------------------------------*/
/*  
img[alt=""] {border: 3px dotted red;}

a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
*/