/* ----------------------------- Resets -------------------------------------- */
/*
 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.6.0
 */
html {
    color: #666;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

li {
	background: url('../img/arrow-orange.gif') no-repeat 0 6px;
	padding: 0 0 0 17px;
	display: inline-block;
	margin: 0 0 5px 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 30px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
	padding: 1px 0 0 0;
}

input, textarea, select { *font-size:100%;}

legend {
    color: #000;
}

del, ins {
    text-decoration: none;
}

/* ----------------------------- Main -------------------------------------- */
html, body {
    border: 0;
    text-align: center;
    color: #666;
    background: #43535d;
}

html, body, td, p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
@media print {

html, body {
        color: #666;
        background: #fff;
}
}

/* link specificity: link, visited, hover, active */
a, a:link, a:visited {
    color: #355b95;
    background-color: transparent;
    text-decoration: none;
    text-transform: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

img {
    border: 0;
    vertical-align: middle;
}

form {
    display: inline;
}

select {
    min-width: 1.5em;
}

select, option {
}

p {
    margin: 5px 0 20px 0px; /*text-align:justify;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #f78f1e;
	margin: 0 0 10px 0;
}

h4 {
    font-size: 13px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

strong {
    font-style: normal;
    font-weight: bold;
}

em {
    font-style: italic;
    font-weight: bold;
}

/* ---------------------------- Common ------------------------------------- */
.clear-both {
    clear: both !important;
}

.bold {
    font-weight: bold !important;
}

.error {
    color: #ff3333 !important;
}

.input {
    border: 1px solid #ccc;
    padding: 0px 2px;
}

.btn {
    color: #fff;
    background: url('../img/button-right.gif') no-repeat right top;
    height: 27px;
	width: auto;
	_width: 120px;
	display: inline-block;
}
.btn a {
	color: #ffffff !important;
	background: url('../img/button-left-long.gif') no-repeat left top;
	display: block;
	margin: 0 9px 0 0;
	padding: 0;
	height: 27px;
	_width: 120px;
}
.btn a span {
	display: block;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 9px 2px 15px;
}

.print-page {
    /*    background: transparent url(/img/icon_print.gif) no-repeat top left; */
}

.share-page {
    /*    background: transparent url(/img/icon_share.gif) no-repeat top left; */
}

.quote-open {
    margin-right: 6px;
}

.quote-close {
    margin-left: 4px;
}

.dot-line {
    display: block;
    clear: both;
    height: 2px;
    background: url('../img/dotted-line.gif') no-repeat center top;
}

.line {
	display: block;
    clear: both;
    height: 2px;
    border-top: 2px solid #EEF0F0;
	margin: 10px 0;
}

.strong {
	font-weight: bold;
}

.date {
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.border {
	border: 1px solid #e3e3e3;
}

p.footnote {
	margin: 5px 0 15px 0;
}
.footnote {
	font-size: 13px;
}

/* ----------------------------- Message Stack ----------------------------- */
.message_stack {
    width: 420px;
    margin-bottom: 35px;
    padding: 15px 0px;
    border: 1px solid #0393cf;
    background-color: #f9fbfc;
    color: #ff3333;
    font-weight: bold;
	display: block;
}

.message_stack div {
    padding: 0px 15px;
}

#divFloatPop {
    /*background:#F8F8F8 url(../img/logo.gif) no-repeat scroll 10px 10px;*/
    background-color: #F8F8F8;
    border:2px solid #8c96aa;
    display:block;
    height:auto;
    padding:50px;
    position: absolute;
    text-align:center;
    width:400px;
    
}
#divFloatPop a {
    background-color:#8c96aa;
    border:1px solid #fff;
    color:#FFFFFF;
    font-weight:bold;
    margin:45px 40px 0 40px;
    padding:5px 20px;
    width:100px;
}

/* ---------------------- Zoomedia Built At -------------------------------- */
#built-at-zoomedia {
    background: #efefe8;
    text-align: right;
    font-size: 10px;
}

#built-at-zoomedia a, #built-at-zoomedia a:link, #built-at-zoomedia a:visited {
    color: #b8bc9b;
    font-size: 10px;
    line-height: 12px;
}
@media print { #built-at-zoomedia {

display:none;
}
}

/* ---------------------------- Container ---------------------------------- */
#container {
    width: 996px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 0;
    text-align: left;
}
@media print { #container {

width:
        640px;

margin: 0;
padding: 0;
}
}

/* ----------------------------- Page ----------------------------------- */
#page {
    width: 974px;
    padding: 0;
    margin: 0 auto;
}

#page-top {
    width: 996px;
    height: 21px;
    background: url('../img/container-top.gif') no-repeat left bottom;
}

#page-container {
    width: 996px;
    height: auto;
    padding: 5px 0;
    display: block;
    background: url('../img/container-tile.gif') repeat-y 0 0;
}

@media print { #page-container, #page {
	width: 640px;
	padding: 0;
	margin: 0;
	background: none;
}
.clear-both {
	display: none;
}
}


#page-bottom {
    width: 996px;
    height: 21px;
    background: url('../img/container-bottom.gif') no-repeat left top;
}

@media print { #page-top #page-bottom {
	display: none;
}}

/* ----------------------------- Wrapper ----------------------------------- */
#wrapper {
    width: 996px;
    margin: 0;
    padding: 0;
}
@media print { #wrapper {

position:relative;

top:
        0px;

color:
        #666;

background:
        #fff;

width:
        640px;
}
}

/* ------------------------------ Header ----------------------------------- */
#header {
    width: 974px;
    margin: 0;
    pading: 0;
}
@media print { #header {

color:
        #333;

background:
        #fff;

width:
        640px;
height: 115px;
page-break-after: avoid;
}
}

#header-left {
    float: left;
    width: 286px;
    height: 115px;
    margin: 0 0 0 50px;
    padding: 0;
}

#header-right {
    float: right;
    width: 500px;
    height: 86px;
    margin: 49px 0 0 10px;
    padding: 0;
    text-align: right;
}

#utility-bar {
    float: left;
    width: 425px;
}

#sharethis_0 {
	display: none;
}

#toolbar {
	float: right;
	margin: 0 0 10px 0;
}
@media print { #toolbar {
	display: none;
}}

#toolbar span.utility-bar-link {
 	display: inline;
	margin: 0 10px 0 0;
}
#textsizer {
	display: inline;
}

#link-bar {
    float: left;
	margin: 5px 0 0 0;
}

#link-bar a {
    float: left;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}
@media print { #header-left {

	position:static;
	float:none;
	width:640px;
	height:115px;
	margin: 0;
	padding: 0;
}
#header-right {
	display: none;
}
}

#page-header {
    margin: 0;
    padding: 0;
	display: block;
	width: 100%;
}

@media print { #page-header {
	display: none;
}}

#page-title {
    margin: 15px 0 15px 0;
}

#page-title h1 {
    color: #666666;
}

/* ------------------------------- Logo ------------------------------------ */
#logo {
    margin: 0;
    padding: 0;
    border: 0;
    width: 227px;
    height: 86px;
}

#logo a {
    display: block;
}

#logo #logo-img {
    display: block;
}

#logo #logo-print-img {
    display: none;
}
@media print { #logo {

margin:
        0;
}

}

/* -------------------------- Search -------------------------------------- */
#search-form {
}

.search-field {
    width: 150px;
    background-color: #eeF0F0;
    border: 1px solid #dcdbd6;
	font-size: 14px;
    line-height: 1em;
	display: block;
	margin: 2px 0 0 0;
}

.search-btn {
    margin: 0 0 0 5px;
    display: block;
}

/* -------------------------- Content -------------------------------------- */

#content, #content-home {
    margin: 0;
    padding: 30px 0 0 0;
    background: url('../img/gradient-tile.jpg') repeat-x left top;
}
@media print { #content, #content-home {

position:static;
padding: 0;
margin: 0;
float:none;
width:
        640px;
page-break-before: avoid;
}
}

#content-home #content-wrapper, #content #content-wrapper {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 883px;
}
@media print { #content-home #content-wrapper, #content #content-wrapper {

position:static;

float:none;

width:
        640px;
}
}

#content-home .left-col {
    position: relative;
    float: left;
    width: 30%;
	padding: 10px;
}

#content-home .left-col p, 
#content-home .left-col .btn a,
#content .left-col p, 
#content .left-col .btn a {
	font-size: 14px;
}

#content-home #news-zone {
	width: 65%;
	padding: 10px;
	float: left;
}

ul.list-news {
    display: inline-block;
	margin: 5px 0 0 0;
	padding: 20px 0;	
}

ul.list-news li {
	margin: 0 0 15px 0;
}

ul.list-news li a {
	font-size: 14px;
}

#content-home .content-main {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
	display: block;
}

#content .left-col {
    position: relative;
    float: right;
    width: 210px;
	margin: 0;
	padding: 0;
}

#content .left-col .rt-col-item {
	display: block;
	margin: 0 0 50px 0;
}

#content .content-main {
    position: relative;
    float: left;
    padding: 0 0 25px 0;
    margin-left: 10px;
    margin-right: 0;
}

#content .content-main h1,
#content .content-main h2,
#content .content-main h3 {
	color: #666666;
	font-weight: bold;
} 

#content .content-main img {
	margin: 0 10px 5px 0;
}


/* --------------------------- Content: Main --------------------------------- */
.content-main h1 {
    padding-top: 8px;
}

.content-main h2 {
    padding-top: 6px;
}
@media print { #content .content-main {

position:static;

float:none;

width:
        640px;
}
}

#content-hole {
    margin: 0;
	padding: 0 0 0 15px;
}

.hp-item {
	display: inline-block;
	padding: 10px 10px 25px 10px;
	margin: 5px 0;
	height: auto;
	border-bottom: 2px solid #EEF0F0;
}

.hp-item-img {
	float: left;
	width: 32%;
	*width: 270px;
	height: auto;
	text-align: left;
	display: block;
}
.hp-item-content {
	float: left;
	width: 68%;
	height: auto;
	text-align: left;
	display: block;
}
.hp-item-content h2, #news-zone h2 {
	color: #f78f1e;
}
.hp-item-content p {
	padding: 0 35px 0 0;
}


/* ---------- Content: Font Changes ----------- */
#content-hole.medium .footnote {
    font-size: 15px !important;
	line-height: 1.2em;
}
#content-hole.large .footnote {
    font-size: 17px !important;
	line-height: 1.3em;
}

#content-hole.medium .btn a:link, 
#content-hole.medium .btn a:visited, 
#content-hole.medium .btn a:hover,
#content-hole.large .btn a:link, 
#content-hole.large .btn a:visited, 
#content-hole.large .btn a:hover {
    font-size: 15px !important;
	line-height: 1.3em;
}
#content-hole.medium p, 
#content-hole.medium a:link, 
#content-hole.medium a:visited, 
#content-hole.medium a:hover,
#content-hole.medium a.glossary-item, 
#content-hole.medium a.glossary-item:link, 
#content-hole.medium a.glossary-item:visited, 
#content-hole.medium a.glossary-item:active, 
#content-hole.medium a.glossary-item:hover {
    font-size: 17px !important;
	line-height: 1.4em;
}
#content-hole.large p, 
#content-hole.large a:link, 
#content-hole.large a:visited, 
#content-hole.large a:hover,
#content-hole.large a.glossary-item, 
#content-hole.large a.glossary-item:link, 
#content-hole.large a.glossary-item:visited, 
#content-hole.large a.glossary-item:active, 
#content-hole.large a.glossary-item:hover {
    font-size: 19px !important;
	line-height: 1.4em;
}
#content-hole.medium h1 {
    font-size: 34px !important;
	line-height: 1.4em;
}
#content-hole.large h1 {
    font-size: 38px !important;
	line-height: 1.4em;
}
#content-hole.medium h2 {
    font-size: 24px !important;
	line-height: 1.4em;
}
#content-hole.large h2 {
    font-size: 28px !important;
	line-height: 1.4em;
}


/* --------------------------- Content: Left Column ---------------------------- */
#content-home .left-col .border, 
#content .left-col .border {
	width: 185px;
	padding: 0 10px 10px 10px;
	margin: 0 0 0 20px;
}

#content-home .left-col h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
}

#content-home .lef-tcol h2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1em;
}

#content .left-col h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
}

#content .lef-tcol h2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1em;
}

#content .left-col .zone {
    position: relative;
    float: left;
    padding-bottom: 15px;
}

#content .leftcol .zone h1 {
    font-size: 26px;
    line-height: 26px;
    padding-left: 20px;
    margin-bottom: 5px;
    /*    background: transparent url(/img/z_caret.gif) no-repeat center left; */
}

#content .left-col .zone p {
    padding-left: 0;
}

#content .left-col .zone span.caption {
    display: block;
    font-size: 10px;
    line-height: 1.5em;
    margin-top: 3px;
}

/* --------------------------- Footer -------------------------------------- */
#footer {
    display: block;
    text-align: left;
    margin-top: 20px;
	padding: 0 0 0 30px;
}

#footer a, #footer a:link, #footer a:visited {
    font-weight: bold;
    font-size: 12px;
	text-transform: uppercase;
	margin: 0 25px 0 0;
}
@media print { #footer {

width:
        640px;

text-align:left;

background:none;
}

#footer a {
        display: none
}

#footer #copyright {
        color: #333;
}
}

#disclaimer {
color:#999;
font-size:11px;
font-weight:normal;
line-height:1.15em;
margin-top: 15px;
}


/* --------------------------- Menu ---------------------------------------- */
#menu-ct {
    background: url('../img/nav-tile-off.jpg') repeat-x 0 0;
    height: 60px;
}

#menu {
    position: relative;
    height: auto;
    margin: 0 0 0 13px;
}
@media print { #menu, #menu-ct {

display:none;
}
}

#menu ul, #menu li, #menu a {
    height: 60px;
    line-height: 27px;
    vertical-align: middle;
}

#menu ul {
    list-style: none;
    width: auto;
}

#menu.menu li {
    position: relative;
    float: left;
    height: auto;
	background: none;
	padding: 0;
	margin: 0;
}

#menu.menu li.first {
    border-left: 1px solid #fff;
}

#menu a, #menu a:link, #menu a:visited {
    position: relative;
    float: left;
    display: block;
    color: #355b95;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
    width: 157px;
    border-right: 1px solid #fff;
    background: transparent url('../img/nav-tile-sliding.jpg') repeat-x top left;
}

#menu .on, #menu a:hover, #menu a.hover {
    background: transparent url('../img/nav-tile-sliding.jpg') repeat-x bottom left !important;
    color: #F5901C !important;
}

#menu a span {
    display: block;
    padding: 0 0 0 25px;
	*padding: 0 0 0 5px;
    margin: 17px 0 0 0;
    width: 107px;
	*width: 100px;
}

#menu li#menu_contact_us a span {
    width: 83px;
	padding: 0 0 0 35px;
	*padding: 0 0 0 5px;
}

#menu span.label {
}

/* submenu styles */
#menu .submenu, #menu .submenu li, #menu .submenu a {
    height: auto !important;
    line-height: 18px !important;
}

#menu .submenu {
    width: 185px !important;
    list-style: none;
    position: absolute;
    top: 27px;
    left: 0;
    visibility: hidden;
    background-color: #0092cf;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    z-index: 1000;
}

#menu .submenu li {
    float: left !important;
    clear: both;
    width: 185px;
}

#menu .submenu a {
    float: none !important;
    font-size: 10px !important;
    background: none !important;
}

#menu .submenu a, #menu .submenu a:link, #menu .submenu a:visited {
}

#menu .submenu .on, #menu .submenu a:hover, #menu .submenu a.hover {
    background-color: #999999 !important;
}

#menu .submenu span {
    padding: 4px 0 4px 14px !important;
}

#menu .submenu span.label {
}

/* -------------------------- Copyright ------------------------------------ */
#copyright {
    margin: 5px 50px 0 0;
	font-size: 11px;
	color: #999;
	display: block;
}

/* --------------------------- Page ---------------------------------------- */
.home-page #page {
    /*    background: transparent url(/img/bkgd_top_new.jpg) no-repeat top left; */
}

.page #page {
    /*    background: transparent url(/img/bkgd_section_sec_hdr.jpg) no-repeat top left; */
}

.tert-page #page, .utility-page #page {
    /*    background: transparent url(/img/bkgd_section_tert_hdr.jpg) no-repeat top left; */
}
@media print { #page {

float:none
        !important;

width:
        640px !important;

padding:
        0 !important;

background:none
        !important;
}
}

.flv_player {
	/*background-color:#FFFFFF;*/
	/*border:1px solid #8B92A8;*/
	display:none;
	height:350px;
	position:absolute;
	width:438px;
	z-index:5000;
}

/* --------------------------- Navigation ---------------------------------- */
#nav {
    height: 40px;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    vertical-align: middle;
    padding: 0 0 0 30px;
	display: block;
	background-color: #8993a7;
}
@media print { #nav {

display:none;
}
}

#nav a, #nav a:link, #nav a:visited {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
}

#nav a span {
    display: block;
    padding: 5px 4px 5px 8px;
	margin: 2px 0;
}

#nav a:hover, #nav a.on {
    text-decoration: none !important;
    background-color: #f78f1e;
}

#nav div.nav-row-ct {
	display: inline-block;
	float: left;
	margin: 0 15px 0 0;
}

#nav div.nav-row-ct.first {
    /*    background: #0092cf url(/img/lnav_corner_top.gif) no-repeat top right; */
}

#nav div.nav-row-ct.last {
    /*    background: #0092cf url(/img/lnav_corner_bot.gif) no-repeat bottom right; */
}

#nav div.nav-row-ct.first div.nav-row-ct.last {
    background-color: transparent;
}

#nav div.nav-row.on {
    /*    background: #fff url(/img/caret_nav_on.gif) no-repeat 0px 8px; */
}

#nav .nav_quat a, #nav .nav_quat a:link, #nav .nav_quat a:visited {
    /*    background: url('/img/caret_lnav.gif') no-repeat 4px 11px; */
    padding-left: 4px;
    font-size: 11px;
    font-weight: normal;
}

#nav a.on.current, #nav .nav_quat a:hover {
    background-color: #f78f1e;
}

/* ------------------------- Masthead -------------------------------------- */
#masthead {
    clear: both;
    width: 942px;
    margin-left: 28px;
}

#masthead h1 {
    color: #d87300;
    padding-left: 35px;
    padding-top: 55px;
    line-height: 36px;
    width: 680px;
}

#masthead p {
    padding-left: 35px;
    padding-top: 0px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #006b6e;
}

.home-page #masthead {
    height: 471px;
    margin-bottom: 34px;
}

.page #masthead, .tert-page #masthead, .utility-page #masthead {
    background-repeat: no-repeat;
}

.page #masthead {
    height: 234px;
    background-position: 597px 9px;
}

.tert-page #masthead, .utility-page #masthead {
    height: 159px;
    background-position: 744px 9px;
}

#masthead {
    padding: 0;
    margin: 0px;
    width: auto;
    height: auto !important;
}

#masthead h1 {
    color: #333;
    padding: 10px 0px;
    width: 640px;
}

#masthead p {
    padding: 0;
    color: #333;
}

.page #masthead, .tert-page #masthead, .utility-page #masthead {
    background-image: none !important;
}

#tert-masthead-title {
	padding: 27px 0 0 65px;
}

/* -------------------------- Sitemap -------------------------------------- */
#sitemap {
}

#sitemap ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 0 0 15px 0;
}

#sitemap ul li {
    display: block;
    /*    background: transparent url(/img/bullet.gif) no-repeat 0px 8px; */
}

#sitemap ul a, #sitemap ul a:link, #sitemap ul a:visited {
    font-size: 13px;
    line-height: 1.73em;
}

#sitemap .category .heading {
    padding-bottom: 5px;
}

#sitemap .category {
	margin: 0 0 25px 0;
}

#sitemap .category .heading a, #sitemap .category .heading a:link, #sitemap .category .heading a:visited {
    font-weight: bold;
    font-size: 16px;
    color: #f78f1e;
}

#sitemap .col {
}

#sitemap .sitemap-col {
    position: relative;
    float: left;
    width: 280px;
}

#sitemap .sitemap-col.sitemap-col-lft {
    margin-right: 10px;
}

#sitemap .sitemap-col.sitemap-col-rgt {
}
@media print { #sitemap

ul {
        padding-left: 0;
}

#sitemap ul li {
        background: none;
}

#sitemap .sitemap-col {
        position: static;
        float: none;
        padding-right: 0;
        width: 640px;
}

#sitemap .sitemap-col.sitemap-col-lft {
        margin-right: 0px;
}
}

/* -------------------------- Forms -------------------------------------- */
table.form tr {
    vertical-align: top;
}

table.form th {
    padding-right: 5px;
    text-align: right;
}

/* -------------------------- Glossary ------------------------------------- */
a.glossary-item, a.glossary-item:link, a.glossary-item:visited, a.glossary-item:active, a.glossary-item:hover {
    cursor: help;
    border-bottom: 1px dotted #c3cfd4;
    text-decoration: none !important;
}

.glossary {
    width: 234px;
    border: 1px solid #0099cc;
    z-index: 100000 !important;
    background-color: #fff;
}

.glossary .header {
    background-color: #f1f1f1;
    padding: 3px 0px 0px 4px;
    font-weight: bold;
    font-size: 13px;
    color: #666;
}

.glossary .footer {
    text-align: right;
    padding: 5px;
}

.glossary .footer a, .glossary .footer a:link, .glossary .footer a:visited {
    /*    background: transparent url(/img/icon_close.gif) no-repeat 0px 5px; *
     padding: 0px 5px 0px 10px;
     font-size: 11px;
     }
     
     .glossary .main {
     padding: 10px 5px;
     color: #666;
     }
     
     
     /* -------------------------- News ------------------------------------- */
.news-archive-year-links {

padding-top:
        10px;
}

.news-archive-year-links span, .news-archive-year-links a {
        font-size: 13px;
        line-height: 13px;
        height: 13px;
        vertical-align: middle;
}

.news-archive-item span.date {
        display: block;
        color: #666;
}

.news-archive-item a {
        font-size: 13px;
        line-height: 1.2em;
}

.news-archive-item p {
        margin-bottom: 20px;
}

.news-archive-item table {
        margin: 1px;
        text-align: left;
}

.news-archive-item th {
        border-bottom: 1px solid #333;
        font-weight: bold;
}

.news-archive-item td.border {
        border-bottom: 1px solid #333;
}

.news-archive-item th, .news-archive-item td {
        padding: 4px 10px 4px 0px;
}

.news-archive-item table tfoot {
        font-style: italic;
}

.news-archive-item table caption {
        background: #fff;
        margin-bottom: 2em;
        text-align: left;
}

    /* .footnote { color:#666; font-size:11px; line-height:1em; } */
.news-archive-paginator-links {
        font-size: 10px;
        margin: 10px 0px 15px 0px;
}

.news-archive-paginator-links a.link {
        font-size: 12px;
        margin: 0px 3px;
}

.news-archive-paginator-links span.current {
        margin: 0px 3px;
}

.news-archive-paginator-links a.link.first, .news-archive-paginator-links span.first {
        padding-right: 3px;
}

.news-archive-paginator-links a.link.previous, .news-archive-paginator-links span.previous {
        margin-right: 0;
        padding-right: 3px;
}

.news-archive-paginator-links a.link.next, .news-archive-paginator-links span.next {
        margin-left: 0;
        padding-right: 3px;
}

.news-archive-paginator-links a.link.last, .news-archive-paginator-links span.last {
        padding-right: 3px;
}

.content-news-item p.date-line {
        margin-top: 10px;
}

.news-item-nav-links {
        padding: 0px 0px 10px 0px;
        height: 12px;
        font-size: 12px;
        line-height: 12px;
        vertical-align: middle;
        text-align: right;
}

.news-item-nav-links a {
        height: 12px;
        line-height: 12px;
        vertical-align: middle;
}

.news-item-nav-links a.previous {
        /*    background: url(/img/arrow_blue_left.gif) no-repeat left center; */
        padding-left: 13px;
}

.news-item-nav-links a.next {
        /*    background: url(/img/arrow_blue.gif) no-repeat right center; */
        padding-right: 13px;
}

#disclaimer {
color:#666666;
font-size:12px;
font-weight:normal;
line-height:1.15em;
}
