﻿
/* PNG reset */
* html img,
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

/* GLOBAL
--------------------------------------------------------------- */
body {
	background: url(/images/base/bgd-header-nav.png) repeat-x scroll 0 110px;
	color: #333;
}

div {
	position: relative;
}

#aci-body {
	width: 100%;
	min-height: 400px;
}

div.wrap {
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

div.wrap div.inner {
	margin-right: 15px;
	margin-left: 15px;
}

div.wrap #left-sidebar div.inner {
	margin-right: 15px;
	margin-left: 5px;
}

.hidden {
	right: 100%;
	display: none;
}



/* TABS
--------------------------------------------------------------- */
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	float: left;
}

ul.menu li {
	margin: 0;
	float: left;
	position: relative;
	background-color: transparent;
	padding: 0 15px;
	border-left: 1px solid #d9d9d9;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 15px;
}

ul.menu li.last {
	border-right: 1px solid #d9d9d9;
}

ul.menu li a {
	/*color: #00539f;* vreid color changed as per logan 8/3/2016 for tab header */
	color : #445469;
	text-decoration: none;
	float: left;
}

/* Hovers and Current Tab */

ul.menu li:hover,
ul.menu li.selected {
	background-color: white;
}

/* Drop Down */
ul.menu li ul.submenu {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	float: left;
	display: none;
	top: 40px;
	left: -1px;
	background-image: none;
	background-color: white;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

ul.menu li ul.submenu li {
	clear: left;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
	border-left-style: none;
	border-left-width: 0;
	padding: 0 10px;
	background-image: none;
	border-bottom: 1px solid #d9d9d9;
}

ul.menu li ul.submenu li.firstsub {
	margin-top: 10px;
}

ul.menu li ul.submenu li.lastsub {
	margin-bottom: 10px;
	border-right-style: none;
	border-right-width: 0;
	border-bottom: 0px solid #d9d9d9;
}

ul.menu li ul.submenu li:hover {
   background-color: #00539f;
   background-image: url(/images/fallback-gradient.png);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00a0df), to(#00539f));
   background-image: -webkit-linear-gradient(top, #00a0df, #00539f);
   background-image:    -moz-linear-gradient(top, #00a0df, #00539f);
   background-image:     -ms-linear-gradient(top, #00a0df, #00539f);
   background-image:      -o-linear-gradient(top, #00a0df, #00539f);
}

ul.menu li ul.submenu li:hover a {
	color: white;
}

ul.menu li:hover ul.submenu {
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
}

.shadow {
	/* x-offset, y-offset, radius, color */
	-moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d9d9d9')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d9d9d9');
}



/* NAVIGATION
--------------------------------------------------------------- */

#left-sidebar {
	width: 180px;
	float: left;
	margin-top: 60px;
	margin-bottom: 30px;
}

ul.nav {
	list-style: none;
	width: 160px;
	position: relative;
}

ul.nav li {
	/*color: #00539f;*/
	color : #445469;
	margin: 0;
	list-style: none;
	vertical-align: middle;
	font-size: 16px;
	padding: 3px 10px;
	line-height: 16px;
}

ul.nav li a {
	text-decoration: none;
}

ul.nav li ul.submenu {
	top: 10px;
	left: -10px;
	position: relative;
	border-top: 1px solid #d9d9d9;
	width: 160px;
}

ul.nav li ul.submenu li {
	clear: left;
	font-size: 13px;
	padding: 6px 10px;
	border-bottom: 1px solid #d9d9d9;
	width: 140px;
}

ul.nav li ul.submenu li.selected {
	font-weight: bold;
}

ul.nav li ul.submenu li:hover a {
	color: white;
}

ul.nav li ul.submenu li:hover {
   background-color: #00539f;
   background-image: url(/images/fallback-gradient.png);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00a0df), to(#00539f));
   background-image: -webkit-linear-gradient(top, #00a0df, #00539f);
   background-image:    -moz-linear-gradient(top, #00a0df, #00539f);
   background-image:     -ms-linear-gradient(top, #00a0df, #00539f);
   background-image:      -o-linear-gradient(top, #00a0df, #00539f);
}

ul.nav li ul.submenu li ul.subsubmenu {
	margin-top: 5px;
	padding-left: 20px;
}

ul.nav li ul.submenu li ul.subsubmenu li {
	clear: left;
	border-bottom: 0 none #d9d9d9;
	font-weight: normal;
	font-style: normal;
	list-style-type: disc;
	list-style-position: outside;
	padding: 3px 10px 3px 0;
	list-style-image: url(/images/base/bul-disc-solid.png);
}

ul.nav li ul.submenu li ul.subsubmenu li a {
	left: -3px;
	position: relative;
}

ul.nav li ul.submenu li.selected:hover, 
ul.nav li ul.submenu li ul.subsubmenu li:hover {
	background-color: transparent;
	background-image: none;
}

ul.nav li ul.submenu li.selected:hover a, 
ul.nav li ul.submenu li ul.subsubmenu li:hover a {
	color: #00539f;
}

ul.nav li ul.submenu li.selected:hover a:hover, 
ul.nav li ul.submenu li ul.subsubmenu li:hover a:hover {
	text-decoration: underline;
}


/* LINKS
--------------------------------------------------------------- */

ul.links {
	width: auto;
}

ul.links li {
	line-height: 26px;
	height: 26px;
	list-style: none;
	float: left;
	border-right: 1px solid #d9d9d9;
	padding-right: .75em;
	padding-left: .75em;
}

ul.links li a {
	text-decoration: none;
}

ul.links li a:hover {
	text-decoration: underline;
}

ul.links li.last {
	border-right-style: none;
	border-right-width: 0px;
	padding-right: 0;
}



 
/* HEADER
--------------------------------------------------------------- */

#aci-header {
	height: 160px;
	width: 100%;
	background-color: transparent;
	z-index: 9000;
}

#aci-header img.logo {
	position: absolute;
	top: 20px;
	left: 15px;
}

#aci-header ul.menu {
	position: absolute;
	top: 120px;
	left: 0;
}

#aci-header ul.links {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 13px;
}

#aci-header form.search {
	position: absolute;
	top: 122px;
	left: 683px;
	width: 325px;
	z-index: -1;
}

#aci-header form.search input {
	width: 150px;
	height: 28px;
	line-height: 28px; 
	background: transparent url(/images/base/bgd-search-trans.png) no-repeat scroll 0 2px; 
	padding-left: 26px;
	border: 1px solid #d9d9d9; 
	padding-right: 5px;
	font-size: 12px;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
}

#aci-header form.search div.field input:focus {
	outline-color: transparent;
	outline-style: none;
	background-color: white;
}

#aci-header form.search div.button {
	height: 28px;
	width: 75px;
	line-height: 28px; 
	border: 1px solid #d9d9d9; 
	width: 100px;
	text-align: center;
	font-size: 15px;
	color: #00539f;
	position: absolute;
	top: 0;
	left: 182px;
}

#aci-header form.search div.button:hover {
	cursor: pointer;
	color: #fff;
	border: 1px solid #d9d9d9; 
	background-color: #00539f;
	background-image: url(/images/base/fallback-gradient.png);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00a0df), to(#00539f));
	background-image: -webkit-linear-gradient(top, #00a0df, #00539f);
	background-image:    -moz-linear-gradient(top, #00a0df, #00539f);
	background-image:     -ms-linear-gradient(top, #00a0df, #00539f);
	background-image:      -o-linear-gradient(top, #00a0df, #00539f);
}

#aci-header form.search a:hover {
	text-decoration: none;
}

#fixipad {
	width: 100%;
	background-color: white;
	height: 10px;
	position: absolute;
	top: 105px;
}



/* MAIN
--------------------------------------------------------------- */

#main {
	font-size: 14px;
	line-height: 1.4em;
	float: right;
	width: 800px;
	background: url(/images/base/bgd-main-columns.gif) repeat-y scroll 0 0;
	margin-top: 60px;
	margin-bottom: 30px;
}

#main p.intro {
	color:#666666;
	font-size: 15px;
	line-height: 1.3em;
}

#main blockquote {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin: 15px 0;
	padding: 5px 0;
}

#main p.fine-print {
	color:#333;
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 10px;
	border-top: 1px solid #d9d9d9;
	margin-top: 30px;
}

#main blockquote img {
	margin-right: 15px;
	text-align: left;
}

#main blockquote p {
	font-size: 15px;
	line-height: 1.35em;
	color: #00539f;
	margin: 20px 15px 0;
	padding: 0;
}

#main img.floatRight {
	float: right;
	margin-left: 10px;
}

#main #center {
	width: 560px;
	float: left;
}

#main div.downloads {
	margin-bottom: 15px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
}

#main div.downloads img {
	margin-right: 7px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}



/* Tweaks for wide column version */

#main.wide {
	background: url(/images/base/bgd-main-column.gif) repeat-y scroll 0 0;
}

#main.wide #center {
	width: 800px;
}

#main.wide h1 {
	border-bottom: 0 none #d9d9d9;
	margin-bottom: 15px;
	padding-bottom: 0;
}







/* SIDEBAR
--------------------------------------------------------------- */

#main #right-sidebar {
	width: 240px;
	float: right;
	font-size: 12px;
}

#right-sidebar div.block {
	margin-bottom: 20px;
}

#right-sidebar div.block.last {
	margin-bottom: 0;
}

#right-sidebar #stock table {
	border-collapse: collapse;
	position: relative;
	top: -10px;
}

#right-sidebar #stock td {
	border-bottom: 1px solid #d9d9d9;
	height: 27px;
	width: 210px;
}

#right-sidebar #stock td.data {
	text-align: right;
	font-weight: bold;
}

#right-sidebar #stock td.last {
	font-size: 10px;
}

#right-sidebar #stock a {
	text-decoration: none;
	margin-left: 10px;
	font-size: 11px;
}

#right-sidebar #stock a:hover {
	text-decoration: underline;
}


#right-sidebar #news table {
	border-collapse: collapse;
	position: relative;
	top: -10px;
}

#right-sidebar #news td {
	border-bottom: 1px solid #d9d9d9;
	width: 210px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

#right-sidebar #news td.date {
	font-weight: bold;
	color: #00a0df;
	width: 70px;
}

#right-sidebar #news a {
	text-decoration: none;
	color: #333;
}

#right-sidebar #news a:hover {
	text-decoration: underline;
	color: #00539f;
}


#right-sidebar #story {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
}

#right-sidebar #story p {
	margin-bottom: 5px;
}

#right-sidebar #story img {
	position: relative;
}

#right-sidebar #story div.border {
	margin-bottom: 5px;
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	top: -11px;
	border-left: 0 solid #d9d9d9;
	border-right: 0 solid #d9d9d9;
}

#right-sidebar #story div.border-inner {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 0 solid #d9d9d9;
	border-right: 0 solid #d9d9d9;
}

#right-sidebar #story p {
	position: relative;
	top: -6px;
}






/* FOOTER
--------------------------------------------------------------- */

#aci-footer {
	width: 100%;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 20px;
}

#copyright {
	float: left;
	font-size: 11px;
	top: 20px;
	left: 10px;
}

div#aci-footer ul.links {
	font-size: 12px;
	float: right;
	top: 15px;
	position: relative;
	right: 10px;
}
div#aci-footer ul.links li.last {
	border-right-style: none;
	border-right-width: 0px;
	margin-right: 20px;
}

div#aci-footer ul.links li.icon {
	border-right-style: none;
	border-right-width: 0px;
	padding-right: 0;
	padding-left: 0;
	margin-right: 5px;
}

div#aci-footer ul.links li.last.icon {
	margin-right: 0;
}

table.aci {
	width: 100%;
}

table.aci tr td {
    font-size: 13px;
    vertical-align: top;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    line-height: 1.35em;
}

table.aci tr.ttl {
   background-color: #efefef;
   background-image: url(/images/fallback-gradient.png);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#efefef));
   background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
   background-image:    -moz-linear-gradient(top, #ffffff, #efefef);
   background-image:     -ms-linear-gradient(top, #ffffff, #efefef);
   background-image:      -o-linear-gradient(top, #ffffff, #efefef);
}

table.aci tr.ttl td {
    color: #00a0df;
    font-weight: bold;
    border-top: 1px solid #d9d9d9;
}

table.aci tr td.first {
    border-left: 0px solid #d9d9d9;
}