@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5; /* Unitless for proper inheritance */
	font-size: 75%; 
	background-color:#000000;
}

p { 
	margin-bottom: 1.0em;
}

p.caption {
	font-size: 11px;
	font-style: italic;
	text-align: center
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:.2em;
}

h2 {
	margin-top:1em;
	margin-bottom:.5em;
	font-size:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	line-height:1.3em;
}

h3 {
	margin-bottom:.4em;
	font-style:italic;
	font-weight:normal;
	font-size:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	margin-bottom:.3em;
	font-weight:normal;
	font-size:1.2em;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	margin-bottom:1em;
}

h6 {
	margin-bottom:1em;
}
	
ul, ol {
	margin: 0 0 1.5em 1.5em; 
	}
ul {
	list-style-type:square;
}
ol {
	list-style-type: decimal; 
	}
dl { 
	margin-bottom: 1em;
	padding:1em ;
	background-color:#E6E6E6;	}
dl dt {
	font-weight: bold;
	}

dt {
	float:left;
	width:120px;
	margin-bottom:.5em;
}
dd{
	margin-bottom:.5em;
	width:470px;
}

a { 
	color: #231F76;
	text-decoration:none;
}
a:hover { 
	color: #FF9933;
}



blockquote  { 
	margin: 0 0 1em 0; 
	font-style: italic; 
	}
cite {
	display:block;
	text-align:right;
	font-style: normal;
	font-size:.9em; 
}
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

label     { font-weight: bold; }
textarea  { height: 180px; width: 300px; }
input {
	font-family:Arial, Helvetica, sans-serif;
}	

input.button {
	display:block;
	width:120px;
	height:20px;
	background-image:url(../images/but_links_blue.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom-color:#224085;
	text-align:center;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	border:none;
}

input.button:hover {
	background-image:url(../images/but_links_blue-hover.gif);
	color:#FFFFFF;
	}

hr {
	border:0;
	border-top:1px solid #CCCCCC;
}
.right {
	float:right;
	margin-left:2em;
	margin-bottom:1em;
	clear:right;
}

.page-wrapper {
	min-width:775px;
	background-color:#FFFFFF;
}

.page-header {
	background-color:#000000;
	position:relative;
	overflow:hidden;
}

.logo {
	padding: 8px 16px 8px 16px;
}

.tagline {
	padding: 8px 16px 8px 350px;
	text-align:right;
	margin-top:-40px;
	margin-bottom:4px;
}

.tagline p {
	color:#FFFFFF;
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

div.primary-nav {
	background-image:url(/images/bac_primary_nav.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#666666;
	height:30px;
	text-align:center;
}

div.primary-nav ul {
	margin:0 auto 0 auto;
	width:750px;
	border-left:1px solid #808080;
	height:30px;
}

div.primary-nav ul li {
	float:left;
	height:30px;
	list-style:none;
	border-right:1px solid #808080;
}


div.primary-nav ul li a {
	color:#000000;
	display:block;
	font-size:1.1em;
	height:23px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	width:141px;
	padding:4px 4px 0 4px;
}

div.primary-nav ul li a:hover, div.primary-nav ul li a.current {
	border-bottom:3px solid #ff9933;
	color:#000000;
}

.page-body {
	position:relative;
	overflow:hidden;
	min-height:400px;
}

#twocolumn-body-promo {
	background-image:url(/images/bac_page_body.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

#twocolumn-nav-body {
	background-image:url(/images/bac_page_body.gif);
	background-position:top left;
	background-repeat:repeat-y;
}


#twocolumn-nav-body .nav-column {
	float:left;
	width:220px;
}
.body-column {
	padding:16px 32px 32px 32px;
}

#twocolumn-body-promo .body-column {
	margin-right:220px;
}

#twocolumn-nav-body .body-column {
	margin-left:220px;
	}

.promo-column {
	float:right;
	width:220px;
	background-color:#CCCCCC;
}

#twocolumn-nav-body .promo-column {
	display:none;
}

.body-promo {
	display:block;
	height:250px;
	background-color:#000000;
	background-image:url(/images/photo_promo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.page-footer {
	background-color:#000000;
	padding: 8px 16px 8px 16px;
	position:relative;
	overflow:hidden;
	text-align:center;
	clear:both;
}

.page-footer p {
	color:#FFFFFF;
	margin-bottom:0;
}
.page-footer a {
	color:#FFFFFF;
}

.page-footer a:hover {
	color: #FF9933;
}

.item {
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #B3B3B3;
	margin-bottom:1em;
}

.item-header {
margin-bottom:.3em;
}
.item-header .image {
	float:right;
	margin-left:2em;
	margin-bottom:1em;
}
.item-header h3 {
	display:inline;
	font-style:normal;
	font-weight:bold;
}

.item-header h4 {
	display:inline;
	color:#FF0000;
	margin-left:100px;
}

.item-body {
}

.item-body h4 {
	font-family:Arial, Helvetica, sans-serif;
}

.item-footer {

}
ul.buttons {
	list-style:none;
	margin:0 0 1em 0;
	height:20px;
}

ul.buttons li {
	float:left;
	margin-right:2em;
}
ul.buttons li a {
	display:block;
	width:120px;
	height:20px;
	background-image:url(../images/but_links_blue.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom-color:#224085;
	text-align:center;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
}

ul.buttons li a:hover {
	background-image:url(../images/but_links_blue-hover.gif);
	color:#FFFFFF;
	}

div.promo {
	padding:16px;
	border-bottom:2px solid #FFFFFF;
}
.secondary-nav {
	border-bottom:2px solid #FFFFFF;
	padding-bottom:16px;
}

div.promo h2, .secondary-nav h2 {
	font-style:normal;
	color:#666666;
	font-weight:bold;
	margin-bottom:.3em;
	margin-top:0;
}
.secondary-nav h2 {
	margin:16px 16px 0 16px;
}

.secondary-nav ul {
	list-style:none;
	margin:0;		
}

.secondary-nav ul li a {
	display:block;
	padding:4px 16px 4px 16px;
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:188px;
}
.secondary-nav ul ul li a {
	padding:2px 16px 2px 32px;
	width:172px;
	font-size:1.1em;
}

.secondary-nav ul ul ul li a {
	padding:2px 16px 2px 48px;
	width:140px;
	font-size:1.0em;
}
.secondary-nav ul li a:hover {
	color: #FF9933;
	background-color:#E6E6E6;
	}

.secondary-nav ul li a.current {
	background-color:#E6E6E6;
	}
	
.nav-column div.promo h2 a, .nav-column div.promo p a, .promo-column div.promo h2 a, .promo-column div.promo p a, .secondary-nav h2 a, .secondary-nav li a {
	color:#666666;
}

.nav-column div.promo p, .promo-column div.promo p {
	color:#666666;
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.promo h2 a:hover, div.promo p a:hover, .secondary-nav h2 a:hover, .secondary-nav li a:hover {
	color: #FF9933;
}

div.promo blockquote {
	color:#666666;
}

div.promo cite {
	color:#666666;
}

.body-column div.promo {
	background-color:#CCCCCC;
}

.body-column div.promo h2 {
	margin-top:0;
	color:#666666;
}

.body-column div.promo p {
	color:#666666;
}

.body-column div.promo h3 {
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	margin-bottom:0;
	color:#666666;
}
.body-column div.promo h4 {
	color:#666666;
}

h1.inline {
	display:inline;
}

h4.inline {
	display:inline;
	color:#FF0000;
	margin-left:60px;
}

/* ---------------DATA TABLE */

table {
  border-width:1px 0 0 1px;
  margin-bottom:1em;
}
table th, table td {
  border-width:0 1px 1px 0;
  border-bottom-color:#666666;
  padding:4px 8px 4px 8px;
  color: #000000;
}

table th {
  text-align:left;
  font-weight:bold;
  }
  
table thead th {
	background-color:#CCCCCC;
  }
  
table caption {
	font-weight:bold;
	padding: 3px 10px 3px 10px;
	margin: 0;
	color:#FFFFFF;
	text-align:left;
	border-bottom:1px solid #666666;
	border-right:1px solid #999999;
	border-bottom-color:#666666;
	}

table td p, table td h5, table td h4, table td h3, table td h6 {
	margin:0;
	}
	
td.section-head, th.section-head {
	font-weight:bold;
	background-color:#336699;
	padding: 3px 10px 3px 10px;
	margin: 0;
	color:#FFFFFF;
	text-align:left;
	border-bottom:1px solid #666666;
	border-right:1px solid #999999;
	border-bottom-color:#666666;
}

.footnote {
	font-size:.9em;
	font-style:italic;
	margin-bottom:.5em;
}

ul.promo {
	font-size:1.4em;
}

ul.promo li {
	margin-bottom:.2em;
}

.array, div.twocol, div.threecol {
	display: block;
	height: auto;
	}

div.array:after, div.twocol:after, div.threecol:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
	}
	
.element {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	}

div.twocol, div.threecol {
}

div.twocol-left {
	float:left;
	width:47%;
	margin-right:1em;
	overflow:hidden;
	}

div.twocol-right {
	float:left;
	width:47%;
	overflow:hidden;
	}
	
div.twocol .item {
	border:0;
}

div.twocol .item h4 {
	display:block;
	margin-left:0;
}

#imgbox-loading {
        background: url(/images/ajax-loader.gif) no-repeat;

        width: 24px;
        height: 24px;

        /*text-indent: -10000px;*/
}
#imgbox {
	background: #E6E6E6;
	z-index: 100;
	position:fixed;
	top:2em;
	right:190px;
	padding:1em;
	border:1px solid #D1D2D4;
	}
	
#imgbox p {
	padding:0;
	margin:0;
}

#imgbox p img {
		border: 1px solid #333;
}

#imgbox p.description {
	padding:1em;
	text-align:center;
}

