body {
    font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:1.2;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color:#425968;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust:none
}
.site-header {
	width: 1366px;	
	padding: 0;
	background-image:url(topNavBk-FPO-1366.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:105px;
}
.site-content {
	
}
ol ul li {
	list-style-type: disc;
}
ul ul li {
	list-style-type: disc;
}


.site-container{
	max-width: 1366px;
	width: 1366px;
    margin: 0 auto;}

/*Searchbox formatting*/
.searchbox {
	float: right;
	padding-top: 15px;
	padding-right: 60px;
	font-family: sans-serif;
	font-size: 12px;
}
form {
	margin: 0 auto;
}
.search{
	padding: 5px 50px 5px 20px;
	margin:0; 
	background: url(search.png) no-repeat 5px 4px; 
}
input[type=text]{
	color:#bcbcbc;
	border:1px solid #d0d0d0;
	background-color:#ffffff;
}
a:link {
	color:#001ca7; /*#2a338f;*/
	text-decoration:underline;
}
a:visited {
	color:#001ca7; /*#2a338f;*/
	text-decoration:underline;
}




/* Giving a background-color to the nav container. */
nav {
    margin: 0;
	padding-top: 66px;
    /*background-color: #ffffff;*/
}
 
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
 
nav:after {
    content:"";
    display:table;
    clear:both;
}
nav a:link {
	color:#425968;
	text-decoration:none;
}
nav a:visited {
	color:#425968;
	text-decoration:none;
}
/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    /*padding-top:20px;
    padding-bottom:0;*/
    padding-left:30px;
    margin:0;
    list-style: none;
    position: relative;
	color:#425968;
    }
 
/* Positioning the navigation items inline */
nav ul li {
    display:inline-block;
    float: left;
	position:relative;
	
	font-family: AntennaCond, sans-serif;
	font-size:16px;
	text-align:center;
	color:#425968;
    list-style: none;
	
	/*padding-bottom:10px;
	padding-top:10px;*/
	width:185px;
	
	cursor: pointer;
	cursor: hand;
}
 
/* Styling the links */
nav a {
	color:#425968;
    text-decoration:none;
}
 
/* Background color change on Hover */
nav a:hover {
    /*background-color: #ffffff;*/
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position:absolute;
	padding-top:10px;
    list-style: none;
	/*width: 15em;
	background-color:#ff0000;*/
    
}
 
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display:block;
    list-style: none;
}
 
/* First Tier Dropdown */
nav ul ul li {
	width:180px;
    min-width:180px;
    float:none;
    display:list-item;
    position: relative;
    list-style: none;
	
	border-width:1px;
	border-style:solid;
	border-color:#a4b2be;
	
	padding:20px;
	vertical-align:top;
    background-color: #efeff0;
	text-align:left;
	
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.25;
	
	margin-top:-1px;
}

nav ul ul li:hover {
 background-color: #c5e2f7;
    list-style: none;
}



.hoverText area {
    position: relative;
	cursor: pointer;
	cursor: hand;
	}
.hoverText area:hover > .nestedhoverBox{
    display:block;
}

.hoverText{
    position: relative;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	/*font-weight:bold;*/
}
.hoverText:hover > .nestedhoverBox{
    display:block;
}
.nestedhoverBox {

	display: none;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);

	background-color: #fffffe;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 15px;	
	
	color: #425968;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	
    position:absolute;
	left: 70%;
	top: 80%;
	z-index:2;
}


.hoverList{
	position: relative;
}
.hoverListBox {
	background-color:#e4f1fb;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	overflow: show;
	padding: 15px;
	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	
	color: #425968;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	
	float:left;
	position:absolute;

	z-index:2;
}






/*hover box rollover pop ups*/
.hoverBox{
	background-color: #ffffff;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;

	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	
	overflow:show;
	padding: 20px;	
	
	color: #425968;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	
	float:left;
	position:absolute;
}
.hoverBox2{
	background-color: #ffffff;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;

	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	
	overflow:show;
	padding: 20px;	
	
	color: #425968;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	
	float:left;
	position:relative;
}
/*clickBox*/
.clickBox{
	background-color:#e4f1fb;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	overflow: show;
	padding: 15px;
	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
	
	color: #425968;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	
	float:left;
	position:relative;
	/*visibility: hidden;*/
}
.clickImageBox{
	border-color: #000000;
	overflow: hidden;
	padding: 0px;
	float:left;
	position:relative;
}





.hoverChart{
	float:left;
	position: relative;
	/*visibility: hidden;*/
	bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
.hoverChart table {
    border-collapse: collapse;
	bottom:0;
	padding-bottom:0;
	margin-bottom:0;
	/*width:100%;*/
}
.hoverChart table, th, td {
}
.hoverChart table, th {
    text-align: left;
	background-color:#fffffe;
	border: 1px solid black;
}
.hoverChart table, td {
    vertical-align: top;
	padding: 15px;
	border: 1px solid #8cb5cc;
}
.hoverChart .firstRow {
	background-color:#abd3e5;
	border: 1px solid #6fb9da;
	font-weight:bold;
}
.hoverChart .firstCell{
	color: #3a4a53;
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
}
.bar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:15px;
	z-index:10;
}
table.noClass {
	border: 0;
	padding: 0;
}
.noClass table td {
	border: 0;
	padding: 0;
}

.newChange{
	color: #5b246d;
	font-weight:400;
	text-decoration:none;
}
.lightbox { display: none; }
