/* Silverlight experience */
div#noSL
{
    padding-top: 10px;
			height: 160px;
			width: 650px;
			float: right;
}
div#noSL a
{
    padding-left: 5px;
    font-size: 0.7em;
    text-decoration: none;
    color:white;
}
div#noSL a:visited
{
    text-decoration: none;
    color:white;
}
div#noSL a:hover
{
    text-decoration: underline;
    color:Yellow;
}
.layerOff
{
    visibility: hidden;
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}
.layerOn
{
}
/*end experience */

/* Start Header */
#masthead
{
    width: 1000px;
    height: 40px;
    position: relative;
    left: 0px;
    font-size: 0.7em;
}
#masthead .first
{
    border: none;
    padding: 0 0.5em 0 0;
}
#masthead a { color: #004960; }
#masthead a:visited { color: #004960; }
#masthead a:hover { color: #004960; text-decoration: underline }

#masthead a.green { color: #8cc63f; }
#masthead a.green:visited { color: #8cc63f; }
#masthead a.green:hover { color: #8cc63f; text-decoration: underline }

#leftNav
{
    position: absolute;
    top: 15px;
    left: 190px;
    width: 400px;
    height: 40px;
    list-style: none;
    margin: 0; padding: 0;
    }
#leftNav li
{
    float: left;
    border-left: solid 1px blue;
    padding: 0 0.5em 0 0.5em;
}
#rightNav
{
    position: absolute;
    top: 15px;
    left: 655px;
    width: 235px;
    height: 40px;
    list-style: none;
    margin: 0; padding: 0;
}
#rightNav li
{
    float: left;
    border-left: solid 1px blue;
    padding: 0 0.5em 0 0.5em;
}
#search
{
    position: absolute;
    top: 10px;
    left: 810px;
    width: 200px;
    height: 35px;
    color: Gray;
    padding: 0;
    margin: -2px auto;
    }
#search input
{
    border: none;
    padding:0;
    margin-left: 2px;
    width: 110px;
    height: 19px;
    line-height:19px;
}
/* End Header */

/* Start Content */
#column1
{
    width: 795px;
    min-height: 600px;
    _height: 600px;
    float: left;
}
#column1 #menu
{
    width: 795px;
    /*height: 190px;*/
    height: 185px;
    /*background: url('/images/menu.png') top right no-repeat; */
    float: right;
}
#column1 .footer {
    background: transparent url('/Images/footer.png') top left no-repeat;
    height: 54px;
    padding: 15px 0 0 0;
    text-align: right;
    width: 795px;
}

#column2
{
    width: 180px;
    min-height: 600px;
    _height: 600px;
    padding: 20px 0px 0 10px;
    float: left;
    text-align: center;
}
#column2 ul
{
    position: relative;
}
#column2 li
{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
list-style:none;
border: none;
padding:0;
}
#column2 .quote
{
    font-size: 0.8em;
    font-style: oblique;
    font-weight: bold;
    color: #005568;
    text-align: center;
    line-height: 1.6em;
}
#column2 .author
{
    font-size: 0.7em;
    color: #464646;
    text-align: right;
    float: right;
    clear: both;
}
div#column2 .caption
{
    font-family: 'Helvetica';
    color: #005568;
}
#page
{
    background: #fff url('/images/content.png') top left repeat-y;
    width: 795px;
    min-height: 400px;
    _height: 400px;
	clear: both;
}
#page #sideNav
{
    float: left;
    color: #1f7285;
    background:#d3e2e7;
    width: 200px;
    padding: 0;
    margin: 0 0 0 12px;
    font-size: 0.8em;
    min-height: 100%;
}
#page #sideNav .header
{
    background: #8cc63f;
    color: White;
    margin: 0px;
    padding:10px 8px 10px 10px;
    border-top: solid 1px white;
}
#page #sideNav .header a
{
    color: White;
    padding: 0 0 0 0;
/*     padding: 0 0 0 20px; */
/*     background: transparent url(/images/bug.gif) top left no-repeat; */
}
#page #sideNav .content
{
    color: #005568;
    margin: 0; padding: 0;
}
div#page #sideNav table { margin: 0; }
div#page #sideNav table tr td {padding:0;}
/*
.sideNavMenu
{
    padding: 20px 0 20px 20px;
    background:transparent;
    color:#B5C7DE;
    overflow: hidden;
}
.menuItem
{
    text-decoration: none;
    padding: 5px 0 5px 20px;
    width: 195px;
    line-height: 2em;
}
.menuItemHover
{
    background: #284E98;
    padding: 5px 0 5px 20px;
    color:white;
    line-height: 2em;
}*/
/* Begin LeftNav tree classes */
.tree1 {}
.level1
{
    margin-left: 0;
    padding: 5px 5px 5px 30px;
    display: block;
    width: 165px !important; position: relative; left: -10px
}
.level1 a{  color: #005568; text-decoration: none;}
.level1 a:visited{ text-decoration: none; }
.level1 a:hover{ text-decoration: underline; }

.level2
{
    margin: -1px -20px -1px 0;
    padding: 5px 5px 5px 45px;
    display: block;
    width: 150px !important; 
    position: relative; 
    left: -20px;
    background: #acbbc2;
}
.level2 a{ color: #005568; text-decoration: none;}
.level2 a:visited{ text-decoration: none; }
.level2 a:hover{ text-decoration: underline; }

.selected{}
.selected a{ background:#005568; color: White; font-weight: bold;}

.level2.selected{background:#92a1a8;}
.level2.selected a{ background:#92a1a8; color: White; font-weight: bold; }

.header.selected{background:#b7d985;}
.header.selected a{ background:#b7d985; color: White; font-weight: bold; }
/* End LeftNav tree classes */
#menu
{
    width: 800px;
    height: 200px;
}
#page #content
{
    color:black;
    width: 530px; /* use margin: 0 0 0 220px; with no width/float instead */
    padding: 5px 0 5px 20px;
    font-family: 'Verdana';
    font-size: 0.7em;
    float: left;
}
#page #content .breadcrumbs
{
    color:#8cc63f;
}
#page #content h1
{
    color:#8cc63f;
    padding-bottom: 1em;
}
#page #content h2
{
    color:#8cc63f;
    font-size: 1.3em;
    font-weight: bold;
}
#page #content #functions
{
    border: solid 1px gray;
}
#page #content a 
{}
#page #content a:visited
{}
#page #content a:hover
{}


#ticker-div li
{
    display: none;
}

#div-site-main-page tr td table, .div-site-map table, .div-site-map tr, .div-site-map td
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;   
}

#footer
{    
    text-align: center;
    clear: both;
    height: 110px;
    font-size: 0.7em;
    padding: 0;
    width: 800px;
}
#footer ul
{
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}
#footer li
{
    display: inline;
    border-left: solid 1px silver;
    padding: 0 .5em 0 .5em;
}
#footer li.first
{
    border: none;
    padding: 0 .5em 0 .5em;
}
#footer li span {
    color: #004960;
}
#footer a,
#footer a:visited,
#footer a:hover {
    color: gray;
}
#footer a:hover {
    text-decoration: underline;
}
#copyright {
    color: gray;
    font-size: 0.9em;
}


/* Custom Classes from CMS */
h2.bioTitle {
    font-style: oblique;    
    color:#8cc63f;
    font-weight: bold;
    margin-top: -1.5em;
    padding-bottom: 1em;
}
.bioPic 
{
    float: right;
    padding: 0 0 10px 15px;
}
sup { font-size: 0.7em; vertical-align: super; }

.AssessmentQuestion
{
    width: 350px;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
}

.AssessmentAnswer
{
    float: left;
}

.AssessmentAnswer table
{
    margin: 0px;
}

.AssessmentLegend
{
     margin: 0 0 10px 10px;
     color: Gray;
}

.AssessmentLegend table tr td
{
    padding: 1px;
}

.ResultsLegend
{
    width: 100px;
    float: left;
    text-align: center;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}
.ResultsLegendTop
{
    height: 30px;
    border-bottom: 1px solid black;
    font-weight: bold;
}
.ResultsLegendBottom { height: 20px; }
.ResultsLegendRed{ background-color: Red; }
.ResultsLegendOrange{ background-color: Orange; }
.ResultsLegendYellow{ background-color: Yellow; }
.ResultsLegendBlue{ background-color: Aqua; }
.ResultsLegendGreen{ background-color:Lime; border-right: 1px solid black; }

.ResultsTable td, .ResultsTable th
{
    background-color: #ffffff;
}
.ResultsTable
{
    background-color: Black;
    font-size: 1.2em;
}


ul.ceoList
{
    padding:0;
}
ul.ceoList li
{
    list-style-type: none;
    margin: 1em 0 1em 0;
    font-size: 0.9em;
}
ul.ceoList li span
{
    font-weight: bold;
}
ul.ceoRoadmap
{
}
ul.ceoRoadmap li
{
    color: #8ccb3f;
    list-style-type: square;
}
ul.ceoRoadmap li span
{
    color: #000;
}


/* SWITCHPOINTS */
#upcomingEvents 
{
    display: block; 
    width: 92px; 
    height: 87px; 
    background: url(/images/5687-UpcomingEvent_button.png) top left no-repeat; 
    }
#upcomingEvents:hover 
{
    display: block; 
    width: 92px; 
    height: 87px; 
    background: url(/images/5687-UpcomingEvent_button_hover.png) top left no-repeat; 
    }
/* END SWITCHPOINTS */

/* PUBLICATIONS */
table#pubBooks { width: 560px; height: 500px; border: none; margin-left: -5px; }
#pubBooks td a { width: 185px; height: 280px; display: block }
#pubBooks td a img { border: 0; display: block; }
/* END PUBLICATIONS*/