html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
    background: #FFFFFF url("../images/bg/fade.gif") top left repeat-x;
    padding: 0px;
    margin: 0px;
}

img {
    border: 0;
}

form {
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px 0px 1em 0px;
}

a {
    color: #005789;
}

/*================================================================*/
/* Page Wrapper */

#outer {
    margin: 0px auto;
    width: 967px;
    padding: 0px 10px;
}

/*================================================================ */
/* Header */

#header {
    position: relative;
    background: #C3E5FC url("../images/bg/header.jpg") top right no-repeat;
    width: 965px;
    height: 116px;
    border-left: 1px solid #D7E1E7;
    border-right: 1px solid #D7E1E7;
}
#header:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

#logo {
    float: left;
    padding: 38px 0px 0px 13px;
    margin: 0px;
}
#logo h1 {
    padding: 0px;
    margin: 0px;
}

#tagline {
    position: absolute;
    top: 70px;
    right: 10px;
}

#headernav {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0.7em;
    color: #113366;
    text-align: right;
    margin: 0px;
    padding: 5px 10px 0px 0px;
}
#headernav a {
    color: #113366;
    text-decoration: none;
}
#headernav a:hover {
    text-decoration: underline;
}
#headernav span {
    font-weight: bold;
    color: #5A5E60;
}
#headernav div {
    display: inline;
}

/*================================================================ */
/* Search Form */

#search {
    display: inline;
}
#search label {
    color: #5A5E60;
    font-weight: bold;
}
#search input {
    vertical-align: middle;
}

#search #words {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
}

/*================================================================ */
/* Welcome Item */

#welcome {
    color: #5A5E60;
    padding-top: 5px;
}
#welcome a {
    color: #113366;
    text-decoration: none;
}
#welcome a:hover {
    text-decoration: underline;
}

/*================================================================ */
/* Top Navigation Bar */

#topnav {
    background: #FFFFFF;
    height: 44px;
}

#topnav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#topnav ul:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html #topnav ul { height: 1%; }   /* IE7 */
* html #topnav ul { height: 1%; }               /* IE6 */

#topnav ul li {
    float: left;
    padding: 0px;
    margin: 0px;
}
#topnav ul li a {
    background: transparent url("../images/bg/topnav.gif") top right no-repeat;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #616669;
    width: 153px;
    height: 41px;
    border-left: 1px dashed #9C9D9F;
    text-decoration: none;
    display: block;
    padding: 3px 0px 0px 7px;
}
#topnav ul li a.last {
    border-right: 1px dashed #9C9D9F;
}
#topnav ul li a.current {
    background: transparent url("../images/bg/topnav_s.gif") top right no-repeat;
    color: #FFFFFF;
}
#topnav ul li a span.tl {
    font-size: 0.7em;
    line-height: 1.0em;
    font-weight: normal;
    display: block;
    width: 153px;
    text-transform: uppercase;
}

/*================================================================ */
/* Column Layout */

#message {
    width: 500px;
    font-size: 0.9em;
    line-height: 1.3;
    background: #EFEFEF;
    border: 1px solid #C1C4C5;
    padding: 10px 50px 10px 50px;
    margin:  10px auto 15px auto;
    text-align: center;
}
#message p {
    padding: 0;
    margin-bottom: 10px;
}
#message p:last-child {
    margin-bottom: 0;
}

#wrapper {
    width: 100%;
    background: #FFFFFF;
    padding: 15px 0px 20px 0px;
    font-size: 0.8em;
}
#wrapper:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html #wrapper { height: 1%; }   /* IE7 */
* html #wrapper { height: 1%; }               /* IE6 */

#container {
	width: 100%;
	float: left;
	margin-right: -317px;
}
#content {
	margin-right: 317px;
}
#leftcol {
	width: 650px;
	float: left;
        margin-left: 20px;
}

#rightcol {
	width: 285px;
	float: right;
}

#rightcol img {
    max-width: 285px;
}

/*================================================================ */
/* Section Bar */

#sectionbar {
    background: #A7AAAC;
    padding: 1px 4px;
    margin: 0px 0px 4px 0px;
}
#sectionbar:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html #sectionbar { height: 1%; }   /* IE7 */
* html #sectionbar { height: 1%; }               /* IE6 */

#sectionbar h2 {
    float: left;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}
#sectionbar #subtitle {
    font-size: 0.8em;
    color: #FFFFFF;
    float: right;
    text-align: right;
    text-transform: uppercase;
    padding-top: 0.225em;
}

/*================================================================ */
/* Breadcrumb */

.breadcrumb {
    padding-bottom: 0.7em;
}

/*================================================================ */
/* Last Updated */

#updated {
    clear: both;
}
#updated p {
    font-size: 0.8em;
    color: #5A5E60;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

/*================================================================ */
/* Footer */

#footer {
    border-top: 6px solid #C1C4C5;
    background: #FFFFFF;
    clear: both;
    font-size: 0.65em;
    color: #333333;
    padding: 7px 0px 7px 0px;
    margin: 0px;
}
#footer:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html #footer { height: 1%; }   /* IE7 */
* html #footer { height: 1%; }               /* IE6 */

#footer hr {
    display: none;
}
#footer .left {
    float: left;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 3px;
}
#footer .right {
    float: right;
    text-align: right;
}
#footer .right img {
    vertical-align: middle;
    margin-left: 10px;
}
#footer a {
    color: #005789;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

/*================================================================ */
/* Copyright */

#copyright {
    border-top: 1px dotted #C1C4C5;
    background: #FFFFFF;
    clear: both;
    font-size: 0.75em;
    color: #333333;
    padding: 5px 0px 2px 0px;
    margin: 0px;
}
#copyright:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html #copyright { height: 1%; }   /* IE7 */
* html #copyright { height: 1%; }               /* IE6 */

#copyright hr {
    display: none;
}
#copyright .left {
    float: left;
}
#copyright .right {
    float: right;
    text-align: right;
}
#copyright a {
    color: #005789;
    text-decoration: none;
}
#copyright a:hover {
    text-decoration: underline;
}

/*================================================================ */
/* Sidebar Menu */

#rightcol ul.menu {
    border: none;
    list-style: none;
    list-style-image: none;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #5A5E60;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

#rightcol ul.menu li {
    list-style: none;
    list-style-image: none;
    background: #0066A1 url("../images/bg/menu_fade.gif") top left repeat-x;
    border: 1px solid #DBDEE0;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px 0.5em 0px;
}

#rightcol ul.menu li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 10px 0px 1px;
    margin: 0px 4px;
}
#rightcol ul.menu li a:hover {
    text-decoration: underline;
}

#rightcol ul.menu li.collapsed a {
    background: transparent url("../images/main/arrow_closed_b.gif") right 0.45em no-repeat;
}
#rightcol ul.menu li.expanded a {
    background: transparent url("../images/main/arrow_open_b.gif") right 0.45em no-repeat;
}
#rightcol ul.menu li.active-trail a {
    background: transparent url("../images/main/arrow_open_b.gif") right 0.45em no-repeat;
}

#rightcol ul.menu ul {
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #005789;
    padding: 0px;
    margin: 0px;
    background: #EFF2F4;
}

#rightcol ul.menu ul li {
    list-style: none;
    background: #EFF2F4 url("../images/bg/bullet.gif") 4px 0.55em no-repeat;
    border: 0px;
    border-top: 1px dotted #C1C4C5;
    padding: 2px 0px 2px 17px;
    margin: 2px 0px 0px 0px;
}

#rightcol ul.menu ul li a {
    background: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #005789;
    text-decoration: none;
    padding: 0px 10px 0px 0px;
    margin: 0px 4px 0px 0px;
}
#rightcol ul.menu ul li a:hover {
    text-decoration: underline;
}

#rightcol ul.menu ul li.leaf a {
    background: none;
}
#rightcol ul.menu ul li.collapsed a {
    background: transparent url("../images/main/arrow_closed.gif") right 0.45em no-repeat;
}

/*
#rightcol ul.menu li a.active {
    background-color: #0072C1;
    color: #FFFFFF;
}
*/
#rightcol ul.menu ul li a.active {
    background-color: #0072C1;
    color: #FFFFFF;
    padding-left: 3px;
}

/*================================================================ */
/* Sidebar Secondary Menu */

#rightcol .secondary ul.menu {
    border: none;
    list-style: none;
    list-style-image: none;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #5A5E60;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

#rightcol .secondary ul.menu li {
    list-style: none;
    list-style-image: none;
    background: #EFF2F4 url("../images/bg/menu_fade3.gif") top left repeat-x;
    border: 1px solid #E4E6E8;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px 0.5em 0px;
}

#rightcol .secondary ul.menu li a {
    color: #616669;
    text-decoration: none;
    padding: 0px 10px 0px 1px;
    margin: 0px 4px;
}
#rightcol .secondary ul.menu li a:hover {
    text-decoration: underline;
}

#rightcol .secondary ul.menu li.collapsed a {
    background: transparent url("../images/main/arrow_closed.gif") right 0.45em no-repeat;
}
#rightcol .secondary ul.menu li.expanded a {
    background: transparent url("../images/main/arrow_open.gif") right 0.45em no-repeat;
}
#rightcol .secondary ul.menu li.active-trail a {
    background: transparent url("../images/main/arrow_open.gif") right 0.45em no-repeat;
}

#rightcol .secondary ul.menu ul {
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #005789;
    padding: 0px;
    margin: 0px;
    background: #EFF2F4 url("../images/bg/menu_fade4.gif") top left repeat-x;
}

#rightcol .secondary ul.menu ul li {
    list-style: none;
    background: transparent url("../images/bg/bullet.gif") 4px 0.55em no-repeat;
    border: 0px;
    border-top: 1px dotted #C1C4C5;
    padding: 2px 0px 2px 17px;
    margin: 2px 0px 0px 0px;
}

#rightcol .secondary ul.menu ul li a {
    background: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #005789;
    text-decoration: none;
    padding: 0px 10px 0px 0px;
    margin: 0px 4px 0px 0px;
}
#rightcol .secondary ul.menu ul li a:hover {
    text-decoration: underline;
}

#rightcol .secondary ul.menu ul li.leaf a {
    background: none;
}
#rightcol .secondary ul.menu ul li.collapsed a {
    background: transparent url("../images/main/arrow_closed.gif") right 0.45em no-repeat;
}

#rightcol .secondary ul.menu ul li a.active {
    background-color: #0072C1;
    color: #FFFFFF;
    padding-left: 3px;
}

/*
//----------------------------------

#rightcol .secondary ul.menu li {
    list-style: none;
    list-style-image: none;
    background: #EFF2F4 url("../images/bg/menu_fade3.gif") top left repeat-x;
    border: 1px solid #E4E6E8;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px 0.5em 0px;
}
#rightcol .secondary ul.menu li a {
    color: #616669;
    text-decoration: none;
    padding: 0px 10px 1px 1px;
    margin: 0px 4px;
}
#rightcol .secondary ul.menu li.collapsed a {
    background: transparent url("../images/main/arrow_closed.gif") right 0.45em no-repeat;
}
#rightcol .secondary ul.menu li.expanded a {
    background: transparent url("../images/main/arrow_open.gif") right 0.45em no-repeat;
}
#rightcol .secondary ul.menu li.active-trail a {
    background: transparent url("../images/main/arrow_open.gif") right 0.45em no-repeat;
}
#rightcol .secondary ul.menu ul {
    color: #616669;
    background: #EFF2F4;
}
#rightcol .secondary ul.menu ul li a {
    background: none;
}
#rightcol .secondary ul.menu ul li.leaf a {
    background: none;
}
#rightcol .secondary ul.menu ul li.collapsed a {
    background: transparent url("../images/main/arrow_closed.gif") right 0.45em no-repeat;
}
*/

/*================================================================ */
/* Sidebar Legend */

#legend {
    clear: both;
    background: #E5E8EA;
    padding: 5px;
    margin: 1em 0px 1em 0px;
}

#legend h5 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #5A5E60;
    padding: 0px;
    margin: 0px 0px 0.3em 0px;
}

#legend ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#legend ul li {
    list-style: none;
    padding: 3px 0px;
    border-top: 1px dotted #C1C4C5;
    font-size: 0.9em;
}
#legend ul li.first {
    border: none;
    padding-top: 0px;
}

#legend img {
    float: left;
    margin-right: 5px;
}

/*================================================================ */
/* Main Content */

#leftcol h2 {
    background: #E5E8EA;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #666666;
    padding: 1px 7px;
    margin: 0px 0px 0.5em 0px;
}
#leftcol h2 span {
    color: #000000;
}
#leftcol h2 a {
    color: #666666;
}

#leftcol h2.quote {
    background: #7F7F7F;
    font-family: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: 1.4em;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px 0px 0.5em 0px;
}
#leftcol h2.quote:after {
    content: ".";
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html #leftcol h2.quote { height: 100%; } /* IE7 */
* html #leftcol h2.quote { height: 1%; }               /* IE6 */
#leftcol h2.quote img {
    float: left;
    margin-right: 7px;
}
#leftcol h2.quote div {
    margin: 2px 7px;
}

#leftcol h2.quote .author {
    font-size: 0.8em;
    font-style: normal;
    text-align: right;
}

#leftcol h3 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #5A5E60;
    padding: 0px;
    margin: 0px 0px 0.5em 0px;
}

#leftcol h4 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #5A5E60;
    padding: 0px;
    margin: 0px 0px 0.5em 0px;
}

#leftcol h5 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #5A5E60;
    padding: 0px;
    margin: 0px 0px 0.5em 0px;
}

#leftcol ul {
    list-style: disc;
    padding: 0px;
    margin: 0px 0px 1em 2.25em;
}
#lefcol ul li {
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
}

#leftcol ol {
    list-style: decimal;
    padding: 0px;
    margin: 0px 0px 1em 2.5em;
}
#lefcol ol li {
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
}

#leftcol hr {
    clear: both;
    border: 0;
    background: #C1C4C5;
    color: #C1C4C5;
    height: 4px;
    padding: 0px;
    margin: 0px 0px 1em 0px;
}

#leftcol hr.blue {
    clear: both;
    border: 0;
    background: #7DC1E8;
    color: #7DC1E8;
    height: 4px;
    padding: 0px;
    margin: 0px 0px 1em 0px;
}

/*================================================================ */
/* Checkpoint Box */

.checkpointBox {
    background: #EFF2F4 url("../images/bg/box_fade.gif") top left repeat-x;
    border: 1px solid #C1C4C5;
    padding: 5px 10px;
    margin: 0px 0px 1em 0px;
}
.checkpointBox:after {
    content: ".";
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .checkpointBox { height: 100%; } /* IE7 */
* html .checkpointBox { height: 1%; }               /* IE6 */

#leftcol .checkpointBox h4 {
    float: left;
    background: transparent url("../images/main/arrow_closed2.gif") top left no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #5A5E60;
    padding: 1px 0px 2px 20px;
    margin: 0px;
    cursor: pointer;
}

#leftcol .checkpointBox h4:after {
    content: ".";
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html #leftcol .checkpointBox h4 { height: 100%; } /* IE7 */
* html #leftcol .checkpointBox h4 { height: 1%; }               /* IE6 */

.checkpointBox h4 span {
    font-weight: bold;
    color: #000000;
}

.checkpointBox h4:hover {
    text-decoration: underline;
}

#leftcol .checkpointBox.expOpen h4 {
    background-image: url("../images/main/arrow_open2.gif");
    font-weight: bold;
    margin: 0px 0px 0.5em 0px;
}

.checkpointData {
    display: none;
    clear: both;
    margin-top: 0.5em;
    margin-left: 20px;
}


/*================================================================ */
/* Guidelines Boxes */

.exampleBox {
    background: #E5E8EA;
    border-top: 2px solid #C1C4C5;
    padding: 5px;
    margin: 0px 0px 1em 0px;
}
#leftcol .exampleBox h5 {
    /* background: transparent url("../images/main/example.gif") top right no-repeat; */
    font-size: 1.0em;
    margin-bottom: 0.2em;
}

.evidenceBox {
    background: #E5E8EA;
    border-top: 2px solid #C1C4C5;
    padding: 5px;
    margin: 0px 0px 1em 0px;
}
#leftcol .evidenceBox h5 {
    /* background: transparent url("../images/main/evidence.gif") top right no-repeat; */
    font-size: 1.0em;
    margin-bottom: 0.2em;
}

/*================================================================ */
/* Comments */

#comments {
    clear: both;
    border-top: 3px solid #C1C4C5;
    padding: 0.5em 0px 0px 0px;
    margin: 1.0em 0px 1.0em 0px;
}

#comments .comment {
    background: #EFF2F4;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}

#comments h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    padding: 0px;
    margin: 0px 0px 0.2em 0px;
}

#comments .submitted {
    font-size: 0.8em;
    color:#64686A;
    margin: 0px 0px 0.4em 0px;
}

#comments .links {
    font-size: 0.8em;
    text-align: right;
    margin: 0.5em 0px 0px 0px;
}

/*================================================================ */
/* 'Top' Links */

.toplink {
    text-align: right;
    color: #000000;
    font-size: 0.8em;
}

.toplink a {
    color: #005789;
    text-decoration: none;
}
.toplink a:hover {
    text-decoration: underline;
}

/*================================================================ */
/* Block Items */

#landblocks {
    margin-top: 1.0em;
}
#landblocks:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html #landblocks { height: 1%; }   /* IE7 */
* html #landblocks { height: 1%; }               /* IE6 */

#landblocks #block1, #landblocks #block2, #landblocks #block3, #landblocks #block4 {
    width: 315px;
    float: left;
    margin-top: 15px;
    margin-right: 14px;
}
#landblocks #block2, #landblocks #block4 {
    margin-right: 0px;
}
#landblocks #block5 {
    width: 644px;
    float: left;
    margin-top: 15px;
}

#landblocks h2 {
    background: transparent;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
    border-top: 4px solid #7DC1E8;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 7px 0px;
}
#landblocks p {
    padding: 0px;
    margin: 0px;
}
#landblocks .date {
    font-size: 0.9em;
    color: #64686A;
}
#landblocks .info {
    font-size: 0.9em;
    color: #64686A;
}
#landblocks img {
    float: left;
    display: block;
    text-decoration: none;
    margin: 0px 3px 3px 0px;
}
#landblocks a {
    font-weight: bold;
    color: #005789;
    text-decoration: none;
}
#landblocks a:hover {
    text-decoration: underline;
}

/*================================================================ */
/* Reuse Block Items */

.blocks {
    margin-top: 0em;
}
.blocks:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .blocks { height: 1%; }   /* IE7 */
* html .blocks { height: 1%; }               /* IE6 */

.blocks .blockLeft, .blocks .blockRight {
    width: 315px;
    float: left;
    margin-top: 15px;
    margin-right: 14px;
}
.blocks .blockRight {
    margin-right: 0px;
}
.blocks .blockWide {
    width: 644px;
    float: left;
    margin-top: 15px;
}

#leftcol .blocks h2 {
    position: relative;
    background: transparent;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
    border-top: 4px solid #7DC1E8;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 7px 0px;
}
.blocks img {
    float: left;
    display: block;
    text-decoration: none;
    margin: 0px 3px 3px 0px;
}
.blocks a {
    font-weight: bold;
    color: #005789;
    text-decoration: none;
}
.blocks a:hover {
    text-decoration: underline;
}

#leftcol .blocks h2 a.more {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #005789;
    text-decoration: underline;
}
* html #leftcol .blocks h2 a.more {
    position: absolute;
    right: 0px;
}

/*================================================================ */
/* Sub Block Items */

.subBlocks {
    margin-top: 0em;
}
.subBlocks:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .subBlocks { height: 1%; }   /* IE7 */
* html .subBlocks { height: 1%; }               /* IE6 */

.subBlock50 {
    width: 307px;
    float: left;
    margin-right: 14px;
}

.subBlock33 {
    width: 200px;
    float: left;
    margin-right: 14px;
}

.subBlock25 {
    width: 147px;
    float: left;
    margin-right: 14px;
}

/*================================================================ */
/* Video Box */

#videoDisplay {
    float: left;
    width: 368px;
    height: 292px;
}

#videoExtra {
    float: right;
    width: 250px;
    padding: 0px;
}

#leftcol ul#videoFeatured {
    float: right;
    width: 250px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#leftcol ul#videoFeatured li {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#leftcol ul#videoFeatured li div.videoItem {
    display: block;
    background: #C1C4C5;
    padding: 5px;
    margin: 0px 0px 1.0em 0px;
}
#leftcol ul#videoFeatured li div.videoItem:after {
    content: ".";
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html #leftcol ul#videoFeatured li div.videoItem  { height: 100%; } /* IE7 */
* html #leftcol ul#videoFeatured li div.videoItem { height: 1%; }               /* IE6 */

#leftcol ul#videoFeatured li div.videoItem img {
    float: right;
}
#leftcol ul#videoFeatured li div.videoItem a {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
#leftcol ul#videoFeatured li div.videoItem a:hover {
    text-decoration: underline;
}


.videoBox {
    background: #EFF2F4 url("../images/bg/box_fade.gif") top left repeat-x;
    border: 1px solid #C1C4C5;
    padding: 5px 10px;
    margin: 0px;
}
.videoBox:after {
    content: ".";
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .videoBox { height: 100%; } /* IE7 */
* html .videoBox { height: 1%; }               /* IE6 */

.videoList {
    background: #EFF2F4;
    border: 1px solid #C1C4C5;
    border-top: 0px;
    padding: 5px 10px;
    margin: 0px;
}

#leftcol .videoList ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#leftcol .videoList ul:after {
    content: ".";
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html #leftcol .videoList ul { height: 100%; } /* IE7 */
* html #leftcol .videoList ul { height: 1%; }               /* IE6 */

#leftcol .videoList ul li {
    float: left;
    margin-right: 10px;
}

#leftcol .videoBox h3, #leftcol .videoList h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
    padding: 0px;
    margin: 0px 0px 0.5em 0px;
}
#leftcol .videoBox h4, #leftcol .videoList h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #333333;
    padding: 0px;
    margin: 0px 0px 0.5em 0px;
}


/*================================================================ */
/* Colored UDLGuidelines Boxes */

.udlg {
    display: block;
}
.udlg:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .udlg { height: 1%; }   /* IE7 */
* html .udlg { height: 1%; }               /* IE6 */

.udlg p {
    padding: 0px;
    margin: 0px;
}

.udlg .udlg_p1, .udlg .udlg_p2, .udlg .udlg_p3 {
    float: left;
    margin-right: 10px;
}

.udlg_p1 {
    float: left;
    background: #E4BFDC;
    color: #000000;
    width: 205px;
    margin: 0px 7px 7px 0px;
}
#leftcol .udlg_p1 h4 {
    background: #920075 url("../images/bg/head_p1.gif") top left repeat-x;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #FFFFFF;
    padding: 5px;
    margin: 0px;
}
.udlg_p1 a {
    display: block;
    padding: 5px 7px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 0.9em;
}
.udlg_p1 a.on {
    background: #E4BFDC;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.udlg_p1 a.off {
    background: #EFD9EA;
    color: #B3B3B3;
    text-decoration: none;
}
.udlg_p1 a:hover {
    text-decoration: underline;
}

.udlg_p2 {
    float: left;
    background: #BFD9E7;
    color: #000000;
    width: 205px;
    margin: 0px 7px 7px 0px;
}
#leftcol .udlg_p2 h4 {
    background: #1F5476 url("../images/bg/head_p2.gif") top left repeat-x;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #FFFFFF;
    padding: 5px;
    margin: 0px;
}
.udlg_p2 a {
    display: block;
    padding: 5px 7px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 0.9em;
}
.udlg_p2 a.on {
    background: #BFD9E7;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.udlg_p2 a.off {
    background: #D9E8F1;
    color: #B3B3B3;
    text-decoration: none;
}
.udlg_p2 a:hover {
    text-decoration: underline;
}

.udlg_p3 {
    float: left;
    background: #CEE2CB;
    color: #000000;
    width: 205px;
    margin: 0px 7px 7px 0px;
}
#leftcol .udlg_p3 h4 {
    background: #3C8A2E url("../images/bg/head_p3.gif") top left repeat-x;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #FFFFFF;
    padding: 5px;
    margin: 0px;
}
.udlg_p3 a {
    display: block;
    padding: 5px 7px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 0.9em;
}
.udlg_p3 a.on {
    background: #CEE2CB;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.udlg_p3 a.off {
    background: #E2EEE0;
    color: #B3B3B3;
    text-decoration: none;
}
.udlg_p3 a:hover {
    text-decoration: underline;
}

/*================================================================ */
/* UDLGuidelines Actions */

#leftcol .udlga {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.udlga:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .udlga { height: 1%; }   /* IE7 */
* html .udlga { height: 1%; }               /* IE6 */

#leftcol .udlga li {
    float: left;
    padding: 0px;
    margin: 0px;
}
#leftcol .udlga li a {
    background: #C7D2D8 url("../images/bg/menu_fade2.gif") top right repeat-x;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #616669;
    border-left: 1px dashed #9C9D9F;
    text-decoration: none;
    display: block;
    padding: 3px 7px;
}
#leftcol .udlga li a.last {
    border-right: 1px dashed #9C9D9F;
}
#leftcol .udlga li a.current {
    background: #0066A1 url("../images/bg/menu_fade.gif") top right repeat-x;
    color: #FFFFFF;
}
#leftcol .udlga li a:hover {
    text-decoration:underline;
}
#leftcol .udlga li img {
    vertical-align: middle;
    margin-right: 5px;
}

/*================================================================ */
/* Colored UDLGuidelines Resource/Example Boxes */

.udlgr_p1 {
    background: #E4BFDC;
    color: #000000;
}
#leftcol .udlgr_p1 h3 {
    background: #920075 url("../images/bg/head_p1.gif") top left repeat-x;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #FFFFFF;
    padding: 5px;
    margin: 0px;
}
.udlgr_p1 .light, .udlgr_p1 .dark {
    display: block;
    padding: 5px 7px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 0.9em;
}
.udlgr_p1 .light {
    background: #EFD9EA;
}
.udlgr_p1 .dark {
    background: #E4BFDC;
}

.udlgr_p2 {
    background: #BFD9E7;
    color: #000000;
}
#leftcol .udlgr_p2 h3 {
    background: #1F5476 url("../images/bg/head_p2.gif") top left repeat-x;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #FFFFFF;
    padding: 5px;
    margin: 0px;
}
.udlgr_p2 .light, .udlgr_p2 .dark {
    display: block;
    padding: 5px 7px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 0.9em;
}
.udlgr_p2 .light {
    background: #D9E8F1;
}
.udlgr_p2 .dark {
    background: #BFD9E7;
}

.udlgr_p3 {
    background: #CEE2CB;
    color: #000000;
}
#leftcol .udlgr_p3 h3 {
    background: #3C8A2E url("../images/bg/head_p3.gif") top left repeat-x;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #FFFFFF;
    padding: 5px;
    margin: 0px;
}
.udlgr_p3 .light, .udlgr_p3 .dark {
    display: block;
    padding: 5px 7px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 0.9em;
}
.udlgr_p3 .light {
    background: #E2EEE0;
}
.udlgr_p3 .dark {
    background: #CEE2CB;
}

.udlgr_el {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    width: 195px;
}
.udlgr_el .dark {
    padding: 3px 5px;
}
.udlgr_el .light {
    padding: 2px 0px 0px 0px;
}
.udlgr_el a.on {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.udlgr_el a:hover {
    text-decoration: underline;
}

#leftcol .udlgr_el ul {
    padding: 0px;
    margin: 0px;
    list-style: inside;
}
#leftcol .udlgr_el ul li {
    padding: 1px 0px 2px 15px;
    margin: 0px;
    border-bottom: 1px solid #FFFFFF;
}

/*================================================================ */
/* Colored UDLGuidelines Example Table */

.udlge {
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
}
.udlge th {
    background: #920075 url("../images/bg/head_p1.gif") top left repeat-x;
    color: #FFFFFF;
    padding: 5px;
    margin: 0px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #DDDDDD;
}
.udlge td {
    background: #EFF2F4;
    font-size: 0.9em;
    padding: 5px;
    margin: 0px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #DDDDDD;
}

#leftcol .udlge h3 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px 0px 2px 0px;
}
.udlge .norl {
    border-left: 0px;
}
.udlge .norb {
    border-right: 0px;
}
.udlge .info {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    line-height: 1.0em;
}

.udlge_p1 th {
    background: #920075 url("../images/bg/head_p1.gif") top left repeat-x;
}

.udlge_p2 th {
    background: #1F5476 url("../images/bg/head_p2.gif") top left repeat-x;
}

.udlge_p3 th {
    background: #3C8A2E url("../images/bg/head_p3.gif") top left repeat-x;
}

/*================================================================ */
/* Modal Popup */

.modalMaster {
    width: 450px;
}

.modalTop {
    background: transparent url("../images/bg/modal_t.gif") top left no-repeat;
    width: 450px;
    height: 6px;
}

.modalMid {
    background: transparent url("../images/bg/modal_m.gif") top left repeat-y;
    width: 450px;
}

.modalBot {
    background: transparent url("../images/bg/modal_b.gif") top left no-repeat;
    width: 450px;
    height: 6px;
}

/*================================================================ */
/* State Initiatives */

.stateList {
    text-align: right;
    margin: 0px 0px 1em 0px;
}

.stateList p {
    padding: 0px;
    margin: 0px;
    display: inline;
}

.stateHighlights {
    clear: both;
    background: #E5E8EA;
    border: 2px solid #A7AAAC;
    width: 625px;
    padding: 10px;
    margin: 0px 0px 1em 0px
}
.stateHighlights:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .stateHighlights ul { height: 1%; }   /* IE7 */
* html .stateHighlights ul { height: 1%; }               /* IE6 */

.stateHighlightsImg {
    float: left;
    width: 250px;
}

.stateHighlightsText {
    float: right;
    width: 345px;
    border-left: 1px solid #A7AAAC;
    padding-left: 10px;
    min-height: 250px;
}

/*================================================================ */
/* Misc */

.clearboth {
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

/*================================================================ */
/* Texthelp Toolbar */

#tht {
    position: fixed;
    top: 0;
    background: #C3E5FE;
    border: 1px solid #0267A1;
    padding: 2px;
    margin-top: 15px;
    text-align: center;
    z-index: 10;
}

#tht a {
    display: block;
    width: 12px;
    height: 12px;
    padding: 4px;
    margin: 3px 0px;
    background-color: #0267A1;
    background-image: url("../images/1x1.gif");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px;
    overflow: hidden;
}
#tht a.tht_click  { background-image: url("../images/toolbar/click.png"); }
#tht a.tht_play  { background-image: url("../images/toolbar/play.png"); }
#tht a.tht_pause { background-image: url("../images/toolbar/pause.png"); }
#tht a.tht_stop  { background-image: url("../images/toolbar/stop.png"); }

#tht a.tht_click.selected  { background-color: #F27A20; }

#tht span.tht_text { display: inline-block; text-indent: -9999px; }

#tht a:hover, #tht a:focus {
    background-color: #829BBB;
}
