﻿/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

#content.main{
	width:825px;
	height:auto;
	float: left;
	position:absolute;
	left:125px;
	top:138px;
	background-color:#FFF;
	padding:15px;
	}
	
#Lead {
	width:100%;
	}

#HAreports{
	width:650px;
	height:auto;
	position:relative;
	left:80px;
	float:left;
	margin:0;
	padding:20px;
	}
		
#NavThumbs{
	width:560px;
	height:auto;
	position:relative;
	left:132px;
	float:left;
	margin:0;
	padding:20px;
	}

	
#Products {
	float:left;
	background-color:#000000;
	background-position:left;
	margin:0;
	padding:0;
	width:160px;
	height:215px;
	background:url(images/ProductsThumb.png);
	}
#Products:hover{
	background-image:url(images/ProductsThumbclicked.png);
	}
	
#Services {
	float:left;
	background-color:#000000;
	background-position:left;
	position:relative;
	left:20px;
	margin:0;
	padding:0;
	width:160px;
	height:215px;
	background:url(images/ServicesThumb.png);
	}
#Services:hover{
	background-image:url(images/ServicesThumbclicked.png);
	}
	
#Cases {
	float:left;
	background-color:#000000;
	background-position:left;
	position:relative;
	left:40px;
	margin:0;
	padding:0;
	width:160px;
	height:215px;
	background:url(images/CasesThumb.png);
	}
#Cases:hover{
	background-image:url(images/CasesThumbclicked.png);
	}
	
#Tips {
	float:left;
	clear:left;
	background-color:#000000;
	background-position:left;
	margin:0;
	padding:0;
	width:160px;
	height:215px;
	background:url(images/TipsThumb.png);
	}
#Tips:hover{
	background-image:url(images/TipsThumbclicked.png);
	}

#Testimonials {
	float:left;
	background-color:#000000;
	background-position:left;
	margin:0;
	position:relative;
	left:0px;
	padding:0;
	width:160px;
	height:215px;
	background:url(images/TestimonialsThumb.png);
	}
#Testimonials:hover{
	background-image:url(images/TestimonialsThumbclicked.png);
	}
	
#TopTen {
	float:left;
	background-color:#000000;
	background-position:left;
	margin:0;
	position:relative;
	left:20px;
	padding:0;
	width:160px;
	height:215px;
	background:url(images/TopTenThumb.png);
	}
#TopTen:hover{
	background-image:url(images/TopTenThumbclicked.png);
	}
	
#Client {
	float:left;
	background-color:#000000;
	background-position:left;
	position:relative;
	left:40px;
	margin:0;
	padding:0;
	width:160px;
	height:215px;
	background:url(images/ClientThumb.png);
	}
#Client:hover{
	background-image:url(images/ClientThumbclicked.png);
	}
	

#ProductThumbs{
	width:700px;
	height:auto;
	position:relative;
	left:60px;
	float:left;
	margin:0;
	padding:20px;
	}
	
#CAPSFour {
	float:left;
	background-color:#000000;
	background-position:left;
	margin:0;
	padding:0;
	width:160px;
	height:215px;
	background:url(images/CAPS4Thumb.png);
	}
#CAPSFour:hover{
	background-image:url(images/CAPS4ThumbClicked.png);
	}	
	
#Risk {
	float:left;
	background-color:#000000;
	background-position:left;
	position:relative;
	left:40px;
	margin:0;
	padding:0;
	width:160px;
	height:215px;
	background:url(images/RiskThumb.png);
	}
#Risk:hover{
	background-image:url(images/RiskThumbclicked.png);
	}
	
#Query {
	float:left;
	background-color:#000000;
	background-position:left;
	position:relative;
	left:20px;
	margin:0;
	padding:0;
	width:160px;
	height:215px;
	background:url(images/QueryThumb.png);
	}
#Query:hover{
	background-image:url(images/QueryThumbclicked.png);
	}
	
#Holdings {
	float:left;
	background-color:#000000;
	background-position:left;
	position:relative;
	left:60px;
	margin:0;
	padding:0;
	width:160px;
	height:215px;
	background:url(images/HoldingsThumb.png);
	}
#Holdings:hover{
	background-image:url(images/HoldingsThumbclicked.png);
	}
	
#flashbutton{
	background-image:url(images/PlayClipButton.png);
	width:42px;
	height:28px;
	padding:0px;
	margin:0px;
	}
	
	
/*!!!!!!!!!!! NavHistory !!!!!!!!!!!!!*/

.NavHistoryMain
{
    text-align:leftt;
	width:400px;
    margin:2px 0px 0px 0px;
    padding:3px 5px 7px 5px;
}

.NavHistoryMain a, {
text-decoration:underline
}

.NavHistoryMain a,
.NavHistory,
.lastNavHistory,
.NavHistoryArrow
{
    font-size:12px;
    text-decoration:none;
}

.NavHistoryMain a.lastNavHistory,
.lastNavHistory
{
    text-transform:uppercase;
    font-weight:bold;
    color:#6DA0E3;
}

.lastNavHistory:hover
{
    color:#6DA0E3;
	text-decoration:underline;
}

.NavHistory:hover
{
    color:#687A87;
}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	size:12em;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
	border:none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}



h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 text-align:left;
 color: #0033CC;
 margin: 0px;
 padding: 0px;
 border:0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
	font-family: Arial,sans-serif;
 	font-size: 100%;
	text-align:right;
	color:#FFFFFF;
	margin: 1px;
	padding: 0px;
	
}



ol{
	list-style-type:armenian;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.style6 {
	color: #003366;
	font-weight: bold;
	text-decoration:underline
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(images/bannerOrig.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 110px;
	background-color: #FFFFFF;
	z-index:-1;
}

#LogoLink a{
	display:block;
	background-image:url(images/bannerMAP.png);
	background-repeat:no-repeat;
	z-index:10;
	position:absolute;
	height:55px;
	width:208px;
	top:28px;
	left:11px;
	padding:0px;

	}

#productheader {
	background-repeat:no-repeat;
	margin-left:25%;
	padding-left:0;
	height:35px;
	width:auto;
	float:none;
	}

#productheader.caps4 {
	background-image:url(images/CAPS4header.png);
	}
	
#navBar{
	float: left;
	width: 140px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	background-image: url(images/nav1normal.png);
	border-bottom: 0px solid Gray;
}

#editregion4{
	float:left;
	position:absolute;
	left:190px;
	top:175px;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}



#content.cases{
	float: left;
	position:absolute;
	left:125px;
	top:112px;
	width: 100%;
	padding:15px;
	max-width:100%;
	margin: auto;
}

#content.flash{
	float: left;
	position:absolute;
	left:150px;
	top:130px;
	width: 100%;
	max-width:100%;
	margin: auto;
}

#caps4Nav{
	float:right;
	width:100px;
	position:relative;
	top:30px;
	/*left:900px;*/
}

/*        V2        */

.outer{
	margin:0px;
	padding:0px;
}	
#menu {
	float:left;
	position:relative;
	top:30px;
	width: 120px;
	border:solid;
	border-width:0px;
	border-color:#000066;
	margin-right:0px;

	}
#menu ul{
	text-align:center;
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin:0px;
	font-size:.75em;
	vertical-align:sub;
	}
	
#menu li a {
	position:relative;
	font-size:12px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 21px;
	line-height:21px;
	text-decoration: none;
	font-weight:bold;
	}	
	
#menu li.heading {
	height: 50px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 120px;
	text-decoration: none;
	font-weight:bold;
	margin-right:0px;
	background-repeat:no-repeat;
	background-image:url(images/menuheader.png);
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	background: url(images/navmenu.png) 0 -48px;
	background-repeat:no-repeat;
	width:120px;
	padding: 0px 0px 0px 0px;
	}
	
#menu li a:hover {
	color: #FFFFFF;
	background: url(images/navmenu.png) 0 -6px;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#menu li a.active {
	color: #FFFFFF;
	background: url(images/navmenu.png) 0 -26px;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	}
#menu li.footer {
	height: 29px;
	line-height:29px;
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 120px;
	text-decoration: none;
	font-weight:bold;
	margin-right:0px;
	background-repeat:no-repeat;
	background-image:url(images/menufooter.png);
	}	

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
width:292px;
position:absolute;
border:outset;
border-width:thin;
border-bottom:none;
border-right:none;
left:725px;
top:60px;
z-index:+20;
color: #FFFFFF;
}

#globalNav img{
 display: block;
}

#globalNav a {
	color: #FFFFFF;
	font-size: 90%;
	padding: 0 4px 0 0;
}

#globalNav a.active {
	text-decoration:underline;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#NavHistory{
	font-size: 80%;
	color:#999999;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px;
	font-size: 100%;
	width:855px;
	border:solid #999999 3px;
	border-top:none;
	border-bottom:none;
}

.storyreflec{
	padding: 10px;
	font-size: 100%;
	width:855px;
	border:solid #999999 3px;
	border-top:none;
	border-bottom:none;	}

.story p{
	padding: 0px;
}

.style5 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
.style7 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color:#000066; font-weight:bold;}

li {font-size: 14px; font-family: Arial, Helvetica, sans-serif; }

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width:855px;
	height:auto;
	font-size: 75%;
	color: #999999;
	padding: 10px;
}

#siteInfo a{
	clear: both;
	width:855px;
	height:auto;
	font-size: 100%;
	color: #999999;
	padding: 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#PrivacyPolicy {
	width:100px;
	float:left;
	text-align:left;
	}
	
#Copyright {
	width:655px;
	float:left;
	text-align:center;
	}
	
#TermsofUse {
	width:100px;
	float:left;
	text-align:right;
	}
	
#LegalNotice {
	width:855px;
	float:left;
	clear:left;
	text-align:center;
	}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #caps4Nav link styles ***********/

#caps4NavTop{
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	top:-1px;
	text-align:center;
	border-bottom:1px #666666;
	height:59px;
	margin: 0px;
	padding-top: 0px;
	background-image:url(images/ProductnavTop.png);
}

#caps4NavTop a{
	padding-top: 30px;
	color:#FFFFFF;
	font-size:1.5em;
}

#caps4NavThin{
	font-family: Arial,sans-serif;
	position: relative;
	height:24px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/ProductnavThin.png)
}

#caps4NavThin a{
	font-family: Arial,sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	display: block;
	position: relative;
	height:24px;
	margin: 0px;
	padding-left: 5px;
	font-size: 100%;
	background-image:url(images/ProductnavThin.png)
}

#caps4NavThin a.active{
	background-image:url(images/ProductnavThinA.png);
	color:#FFFFFF;
	font-weight:bold;
}

#caps4NavThin a:hover{
	background-image:url(images/ProductnavThinA.png)
}

#caps4NavBottom{
	position: relative;
	top:1px;
	border-top:1px #666666;
	height:38px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/ProductnavBottom.png)
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-family: Arial,sans-serif;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid gray;
	font-size: 100%;
	top: -1px;
	cursor:pointer;
}

#sectionLinks h3{
	padding: 0px 0px 0px 0px;
}

#sectionLinks a {
	color:#000066;
	display: block;
	border-top: 1px solid #cccccc;
	padding: 10px 25px 10px 5px;
}

#sectionLinks a.active {
	background-image: url(images/nav1active.png);
	color: #FFFFFF;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-image: url(images/nav1active.png);
	color:#FFFFFF;
	text-decoration: none;
}

#submenu{
	font-family: Arial,sans-serif;
	position: relative;
	margin: 0px;
	background-color:#FFFFFF;
	padding: 0px;
	font-size: 100%;
	top: -1px;
	color:#000066
}

#submenu a{
	font-family: Arial,sans-serif;
	font-weight:bold;
	position: relative;
	margin: 0px;
	background-color:#FFFFFF;
	display: block;
	padding: 4px 20px 4px 10px;
	font-size: 75%;
	top: -1px;
	color:#000066
}

.hide{
	display:none;
}

.show{
	display:block;
}

/*#subsectionLinks a {
	;
	
	border-top: 1px solid #cccccc;
	margin-left:20px
	padding: 2px 25px 2px 5px;
	font-size:0.75em;
}*/


/*
#sectionLinks a.first {
	background-image:url(images/button1.png);
}

#sectionLinks a.second {
	background-image:url(images/button2.png);
}	

#sectionLinks a.third {
	background-image:url(images/button3.png);
}	

#sectionLinks a.fourth {
	background-image:url(images/button4.png);
}	

#sectionLinks a.fifth {
	background-image:url(images/button5.png);
}	



#sectionLinks a.first:hover{
	background-image: url(images/button1hover.png);
	color:#FFFFFF;
	text-decoration: none;
}

#sectionLinks a.second:hover{
	background-image: url(images/button2hover.png);
	color:#FFFFFF;
	text-decoration: none;
}

#sectionLinks a.third:hover{
	background-image: url(images/button3hover.png);
	color:#FFFFFF;
	text-decoration: none;
}

#sectionLinks a.fourth:hover{
	background-image: url(images/button4hover.png);
	color:#FFFFFF;
	text-decoration: none;
}

#sectionLinks a.fifth:hover{
	background-image: url(images/button5hover.png);
	color:#FFFFFF;
	text-decoration: none;
}
*/



/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************* LIGHTBOX ************************/
#lightbox{	
	position: absolute;	
	left: 0; 
	width: 100%;
	z-index: 100; 
	text-align: center; 
	line-height: 0;
	}
	
#lightbox img{ width: auto; 
	height: auto;
	}

#lightbox a img{ 
	border: none;
	}

#outerImageContainer{ position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
	}
		
#imageContainer{ padding: 10px;
	}

#loading{ position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
	}
	
#hoverNav{ position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
	}
	
#imageContainer>#hoverNav{ 
	left: 0;
	}
	
#hoverNav a{ 
	outline: none;
	}

#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:imageLB/gif;base64,AAAA); 
	/* Trick IE into showing hover */ 
	display: block; 
	}
	
#prevLink { 
	left: 0; 
	float: left;
	}
#nextLink { 
	right: 0; 
	float: right;
	}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../imagesLB/prevlabel.gif) left 15% no-repeat; 
	}
	
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../imagesLB/nextlabel.gif) right 15% no-repeat; 
	}

#imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
	}

#imageData{	
	padding:0 10px; 
	color: #666; 
	}
	
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	
	
#imageData #caption{ 
	font-weight: bold;	
	}
	
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}
				
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
	}	 	

#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
	}
