body 
    {    
    font-family: "verdana", arial, sans-serif;
    color: #000000;
    background-color: #eeeeef;
    margin: 0px;
    padding: 0px;
    text-align: center;
    }

p
    {
    font-size:0.95em;
    font-weight:300;
    color:#000;
    padding:0px;
    margin:0px;
    }

img
    {
    border: 0px;
    }

img.right
    {
    float:right;
    margin-right:0.31em;
    margin-left:0.31em;
    margin-bottom:0.31em;
    }

img.rightClear
    {
    float:right;
    }

img.leftClear
    {
    float:left;
    }

img.left
    {
    float:left;
    margin: 0em 0.31em 0.31em 0em;
    }

h1, h2, h3, h4
    {
    color:#003366;
    }

a
    {
    text-decoration:none;
    color:#003366;
    }

a:hover
    {
    text-decoration:underline;
    }

a.white
    {
    color: #fff;
    }

.clear
    {
    clear:both;
    }

.black
    {
    color:#000;
    }

/*=================page structure================*/
#page
    {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width:60.31em;
    text-align: left;
    }

#header
    {
    margin-bottom: 1em;
    }

#topLinks
    {
    font-size:0.8em;
    padding: 0px;
    margin:0px;
    color: #fff;
    height:100%;
    }

#banner
    {
    height: 111px;
    padding: 0px;
    margin: 0px;
    }

#horizontalNav
    {
    height: 30px;
    min-height: 30px;
    background-color: #003763;
    margin-bottom: 1em;
    }

#leftPanel
    {  
    clear: left;
    float: left;
    width: 14.38em;
    }

#content
    {    
    float: left;
    padding-left: 1em;
    width:29em;
    }

#rightPanel
    {
    float: right;
    width:16.6em;
    min-width:16.6em;
    padding:0em;
    font-size:0.8em;
    margin-right: 1em;
    }

#footer
    {
    font-size:0.7em;
    color:#000;
    clear: both;
    background-color: #eeeeef;
    }

/*=================banner elements================*/
#banner img {
    float:left;
    }

/*#search {
    margin: -30px 0px 0px 0px;
    padding: 0px;
    height: 25px;
    width: 210px;    
    float: right;
    }*/

#search {
    padding-top: 75px;
    width: 210px;    
    float: right;
    }


/*=================link styles================*/
#topLinks li a, #topLinks li a:visited
{
    color:#fff;
    padding:0px;    
    margin:0px;
}

#footer li a:link, #footer li a:visited
{
    color:#000;
    padding:0px;    
    margin:0px;
}

/*=================horizontal list================*/

ul#horizontal
{
    padding: 0.3em 0em 0.6em 1em;
    margin:0px;
    white-space: nowrap;
}

#horizontal li
{
    display: inline;
    list-style-type: none;
}

#horizontal a 
{ 
    padding: 3px 10px; 
}

#horizontal a:link, #horizontal a:visited
{
    color: #fff;
    }


/*=================horizontal navigation================*/
#horizontalNav
{
    margin:0px;
    padding:0px;
}

#horizontalNav ul
{
    padding: 0.5em 0em;
    margin: 0px;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
}

#horizontalNav ul li 
{ 
    display: inline; 
}

#horizontalNav ul li a
{
    padding:0px;
    margin:0px;
    float: left;
    border-right: 1px solid #fff;
    width: 19.5%;
    font-size: 0.8em;
    color:#fff;
    text-decoration:none;
    font-weight: bold;
}

#horizontalNav ul li a.last
{
    border:none;
}

#horizontalNav ul li a:hover
{
    text-decoration:underline;
}


/*=================left panel generic styles================*/

#leftPanel p
{
    margin:0px;
    padding: 0.25em 0.9em 0em 0em;     
    color:#fff;
}

#leftPanel .RoundedBoxHeader h1
{
    font-size:0.8em;
    color: #fff;
    padding:0.2em;
    margin:0px;
}

#leftPanel .RoundedBoxContent h1 
{
    font-size: 1em;
    padding: 0px;
    margin: 0px;
}

/*=================homepage left panel================*/
a.arrow
{ 
    background: url(/images/btn_leftbox_arrow.gif) no-repeat top right;
    padding: 0em 2em 0.4em 0em;    
    color: #fff;
}

ul.homepageBox
{
    list-style: square url(/images/bullet_diamond.gif) outside;
    margin:0px;
    padding: 0em 1.5em;
}

ul.homepageBox a, ul.homepageBox a:visited
{
    color:#fff;
}

#environmentBase, #geneticsBase, #occupationalBase, #researchBase
{
    width:218px;
    margin-bottom:0.5em;
    padding-left: 0.75em;
}

#environmentBase .RoundedBoxHeader, #geneticsBase .RoundedBoxHeader, #occupationalBase .RoundedBoxHeader, #researchBase .RoundedBoxHeader 
{
        height:6px;
        min-height:6px;
        width:218px;
        font-size:0;
}

#environmentBase .RoundedBoxContent, #geneticsBase .RoundedBoxContent, #occupationalBase .RoundedBoxContent, #researchBase .RoundedBoxContent 
{
        width:218px;
        height:90px;
        min-height:90px;
        padding: 0em 0.5em;
        margin: 0px;
        font-size: 0.77em;
        
}
    
#environmentBase .RoundedBoxFooter, #geneticsBase .RoundedBoxFooter, #occupationalBase .RoundedBoxFooter, #researchBase .RoundedBoxFooter 
{
        height:28px;
        min-height: 28px;
        width:218px;
        font-size:0.8em;
        text-align: right;
}

#environmentBase .RoundedBoxHeader 
{
    background:url(/images/home_leftbox_enviro_top.gif) no-repeat;
}

#environmentBase .RoundedBoxContent 
{
    background:url(/images/home_leftbox_enviro_content.gif) no-repeat;
}
    
#environmentBase .RoundedBoxFooter 
{
    background:url(/images/home_leftbox_enviro_base.gif) no-repeat; 
}

#geneticsBase .RoundedBoxHeader 
{
    background:url(/images/home_leftbox_genetics_top.gif) no-repeat;
}

#geneticsBase .RoundedBoxContent
{
    background:url(/images/home_leftbox_genetics_content.gif) no-repeat;
}

#geneticsBase .RoundedBoxFooter
{
    background:url(/images/home_leftbox_genetics_base.gif) no-repeat;
}

#occupationalBase .RoundedBoxHeader 
{
    background:url(/images/home_leftbox_occupational_top.gif) no-repeat;
}

#occupationalBase .RoundedBoxContent
{
    background:url(/images/home_leftbox_occupational_content.gif) no-repeat;
}

#occupationalBase .RoundedBoxFooter
{
    background:url(/images/home_leftbox_occupational_base.gif) no-repeat;
}

#researchBase .RoundedBoxHeader 
{
    background:url(/images/home_leftbox_research_top.gif) no-repeat;
}

#researchBase .RoundedBoxContent
{
    background:url(/images/home_leftbox_research_content.gif) no-repeat;
}

#researchBase .RoundedBoxFooter
{
    background:url(/images/home_leftbox_research_base.gif) no-repeat;
}
/*=================left navigation main================*/
#navigationBase
{
    width:218px;
    margin-bottom:0.5em;
    padding-left: 0.75em;
}

#navigationBase .RoundedBoxHeader
{
    height:25px;
    min-height:25px;
    width:218px;
}

#navigationBase .RoundedBoxContent
{
    width:218px;
    padding: 0px;
    margin: 0px;
}

#navigationBase .RoundedBoxFooter
{
    height:9px;
    min-height: 9px;
    width:218px;
    font-size:0;
}

#navigationBase .RoundedBoxContent ul
{
    list-style: square url(/images/bullet_diamond.gif) outside; 
    margin:0px;
    padding:0em 0.5em 0em 1.5em;
    text-indent: 0em;
}

#navigationBase .RoundedBoxContent ul ul
{
    padding:0em 0em 0em 1em;
    margin:0px;
}

#navigationBase .RoundedBoxContent ul ul ul
{
    padding:0em 0em 0em 1em;
    margin:0px;
}

#navigationBase .RoundedBoxContent ul li a
{
    font-size:0.8em;
    color:#fff;
    padding:0px;
    margin:0px;
}

.selected a 
{
    font-weight:bold;
}

.unselected a 
{
    font-weight:normal;
}


/*=================left navigation buttons================*/
#environmentBtnBase, #geneticsBtnBase, #occupationalBtnBase, #researchBtnBase
{
    width:218px;
    margin-bottom:0.5em;
    padding-left:0.75em;
}

#environmentBtnBase a, #geneticsBtnBase a, #occupationalBtnBase a, #researchBtnBase a
{
    color:#fff;
    padding: 0em 0em 0.3em 0.5em;
    font-size: 0.8em;
}


#environmentBtnBase .RoundedBoxHeader, #geneticsBtnBase .RoundedBoxHeader, #occupationalBtnBase .RoundedBoxHeader, #researchBtnBase .RoundedBoxHeader 
{
        height:6px;
        min-height:6px;
        width:218px;
        font-size:0;
}

#environmentBtnBase .RoundedBoxContent, #geneticsBtnBase .RoundedBoxContent, #occupationalBtnBase .RoundedBoxContent, #researchBtnBase .RoundedBoxContent 
{
        width:218px;
        padding:0px;
        margin:0px;
}
    
#environmentBtnBase .RoundedBoxFooter, #geneticsBtnBase .RoundedBoxFooter, #occupationalBtnBase .RoundedBoxFooter, #researchBtnBase .RoundedBoxFooter 
{
        height:10px;
        min-height:8px;
        width:218px;
        font-size:0;
        color: #fff;
}

#environmentBtnBase .RoundedBoxHeader 
{
    background:url(/images/leftnavbtn_enviro_top.gif) no-repeat top right;
}

#environmentBtnBase .RoundedBoxContent 
{
    background:url(/images/leftnavbtn_enviro_bg.gif) repeat-y top right;
}
    
#environmentBtnBase .RoundedBoxFooter 
{
    background:url(/images/leftnavbtn_enviro_base.gif) no-repeat bottom right; 
}

#geneticsBtnBase .RoundedBoxHeader 
{
    background:url(/images/leftnavbtn_genetics_top.gif) no-repeat top right;
}

#geneticsBtnBase .RoundedBoxContent
{
    background:url(/images/leftnavbtn_genetics_bg.gif) repeat-y top right;
}

#geneticsBtnBase .RoundedBoxFooter
{
    background:url(/images/leftnavbtn_genetics_base.gif) no-repeat bottom right;
}

#occupationalBtnBase .RoundedBoxHeader 
{
    background:url(/images/leftnavbtn_occupational_top.gif) no-repeat top right;
}

#occupationalBtnBase .RoundedBoxContent
{
    background:url(/images/leftnavbtn_occupational_bg.gif) repeat-y top right;
}

#occupationalBtnBase .RoundedBoxFooter
{
    background:url(/images/leftnavbtn_occupational_base.gif) no-repeat bottom right;
}

#researchBtnBase .RoundedBoxHeader 
{
    background:url(/images/leftnavbtn_research_top.gif) no-repeat top right;
}

#researchBtnBase .RoundedBoxContent
{
    background:url(/images/leftnavbtn_research_bg.gif) repeat-y top right;
}

#researchBtnBase .RoundedBoxFooter
{
    background:url(/images/leftnavbtn_research_base.gif) no-repeat bottom right;
}

/*=================central content================*/
#content p
{
    margin-bottom:0.5em;
    font-size:0.8em;
}

#content h1
{
    font-size:1.05em;
    margin-top:0px;
    padding-top:0px;
}

#content h2
{
    font-size:0.9em;
}

#content ul
{
    font-size: 0.8em;
}

#centralFeature
{
    height:260px;
    min-height:260px;
    width:451px;
    margin-top:1.5em;
    background:url(/images/central_feature_bg.gif) no-repeat;
}

#centralFeature img
{
    padding-right:15px;
}

#centralFeature p
{
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:0px;
    margin:0px;
}

p.featureBlock
{
    /*float:left;*/
    clear:both;
}



#centralBlueBoxBase 
{
    width:451px;
    height:172px;
    min-height:172px;
    margin:1em 0em;
    padding-bottom:1em;
}

#centralBlueBoxBase .RoundedBoxHeader
{
    height:5px;
    min-height:5px;
    width:451px;
    font-size:0;
    background:url(/images/central_blueBox_top.gif) no-repeat;
}

#centralBlueBoxBase .RoundedBoxContent
{
    width:451px;
    height:146px;
    min-height:146px;
    padding: 0.5em;
    margin: 0px;
    background:url(/images/central_blueBox_bg.gif) repeat-y;
}

#centralBlueBoxBase .RoundedBoxFooter
{
    height:21px;
    min-height:21px;
    width:451px;
    font-size:0;
    background:url(/images/central_blueBox_base.gif) no-repeat;
}

li.profile
{
    width:100%;
    float:left;
}

.download
    {
    background:#eee;
    padding:5px;
    margin-bottom:5px;
    }

/*=================central content form layout================*/
#content form div
{
    clear: left;
    margin: 0em;    
    padding: 0.55em;
     
}
#content form div label
{
    float: left;
    width: 30%;
}

#content input, #content textarea
{
    color: #000;
    background: #eaeff5;
    border: 1px solid #003763;
    width: 250px;
}

#content input.btn
{
    width:100px;
    color:#000;
}

/*=================central content news layout================*/
ul.news
{
    padding:0px;
    margin:0px;
    list-style:none;
}

ul.news li
{
    padding-bottom:1em;
}

ul.news h2
{
    padding:0px;
    margin:0px;
}

/*=================central content section landing page================*/

.twocol ul 
{ 
    width:438px; 
    margin:0px;
    padding:0px;
    list-style:none;
   
} 
.twocol ul li 
{ 
    width: 46%;
    float: left;
    padding:0.3em 0.5em;
    margin:0px;
}


/*=================right panel generic styles================*/
#rightPanel h3
    {
    font-size:1em;
    padding:0px;
    margin:0px;
    color:#003366;
    }

#rightPanel h3 a:link, #rightPanel h3 a:visited
    {
    color:#003366;
    padding-bottom:0px;
    margin-bottom:0px;
    }

#rightPanel img
    {
    margin-top:0px;
    padding-top:0px;
    }

#rightPanel ul
    {
    margin:0px 0px 10px 0px;
    padding:0px;
    list-style: none;
    }



.project
    {
    margin-top:1em;
    }

/*=================right panel elements================*/

#blueBoxBase 
    {
    width:212px;
    height:122px;
    min-height:122px;
    margin-bottom:1em;
    }

#blueBoxBase .RoundedBoxHeader
{
    height:6px;
    min-height:6px;
    width:212px;
    font-size:0;
    background:url(/images/rightPanel_blueBox_top.gif) no-repeat;
}

#blueBoxBase .RoundedBoxContent
{
    width:212px;
    height:110px;
    min-height:110px;
    padding: 0px;
    margin: 0px;
   background:url(/images/rightPanel_blueBox_content.gif) repeat-y;
}

#blueBoxBase .RoundedBoxFooter
{
    height:6px;
    min-height:6px;
    width:212px;
    font-size:0;
    background:url(/images/rightPanel_blueBox_base.gif) no-repeat;
}

#blueBoxBase .RoundedBoxContent ul
{
    list-style: square url(/images/bullet_diamond_outlined.gif) outside; 
    margin:0px;
    padding: 0.4em 0.25em 0.1em 1.7em;
    text-indent: 0em;
}

#blueBoxBase .RoundedBoxContent ul li
{
    padding:0px;
    margin:0px;
}

#blueBoxBase .RoundedBoxContent h3
{
    font-size:1em;
    color:#003366;
    margin:0px;
    padding: 0.2em 0.4em;
}

#blueBoxBase input.text
{
    margin: 0em 0em 0em 2.5em;
    width:160px;
}


#blueBoxBase input.btn
{
   margin: 0.3em 0em 0em 2.5em;
   color:#000;
   font-family: "verdana", arial, sans-serif;
   background-color:#fff;
   border:1px solid;
   border-color:#000;
   filter:progid:DXImageTransform.Microsoft.Gradient
   (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc');
}

/*=================general form styles================*/
form
{
    padding:0.3em 0em;
    margin:0px;
}

input
{
    font-size:0.7em;
}



/***************************************/
/*        START REDDOT STYLES          */
/***************************************/
.reddot
{
    float:left;
    width:100%;
    color:red!important;
    font-size:0.8em;!important
}

table.reddot
 {    
    border:solid 1px #000;
}

td.reddot 
{
    border-top:solid 1px #000;
}
 
/***************************************/
/*          END REDDOT STYLES          */
/***************************************/