﻿/* Mast */
#mastLogo { 
    background-image: url(Images/Header.gif); 
}

#renCapLink { background-position: 0px -48px; }

/* Side Nav */
.AspNet-TreeView-ClickableNonLink,
div.AspNet-TreeView li.AspNet-TreeView-Leaf a {
    color:#99b416;
    cursor:pointer;
}

.goButton {
    height:42px;
    width:42px;
    background-image:url(Images/GoBtn.gif);
}

/* Block Styles */
.blockHeader {
    background-color:#99b416;
    font-weight:bold;
    text-align:left;
    color:White;
    padding:4px;
    margin-bottom:10px;
    line-height:1.1818;
}

.blockHead1 {
    color:#99b416;
    font-weight:bold;
    font-size:108%;
    margin-bottom:10px;
}

.blockHead2 {
    color:#000000;
    font-weight:bold;
    font-size:93%;
    margin-bottom:3px;
}

.blockHead3 {
    color:#000000;
    font-weight:bold;
    font-size:93%;
}

.blockHead4 {
    background-color:#e2eaa6;
    color: #736465;
    font-weight:bold;
    font-size:108%;
    margin-bottom:10px;
    padding:4px;
}


.longPara 
{
	text-align: justify;
	line-height: 1.4em;
}

/* Landing Page */
.blockHeaderMain 
{
	background-color: #e2eaa6;
	font-size: 100%;
	padding: 9px;
	border-right:solid 10px #e0e0e0;
	/*margin-top: -10px;*/
 }
 
.blockHeaderLanding {
	font-size: 153.9%;
	color: #ffffff;
	padding: 8px;
	height: 89px;
	border-left: solid 10px #e0e0e0;
	width:22%; 
	float: left;
	cursor:pointer;
}

.blockLanding {
	font-size: 85%;
	padding: 8px 8px 1px 8px;
	/*height: 96px;*/
}

.blockLinkLanding {
	font-weight: bold;
	font-style: italic;
	outline:none;
}

.blockHeaderResearch
{
	background-color: #ff7f00;
}

.blockResearch
{
	background-color: #ffd9b2;
}

.blockResearchLink
{
	color: #ff7f00;
}

.blockHeaderIndex
{
	background-color: #17a2c7;
}

.blockIndex
{
	background-color: #b6e3e8;
}

.blockIndexLink
{
	color: #17a2c7;
}

.blockHeaderIPOPlus
{
	background-color: #a4459f;
}

.blockIPOPlus
{
	background-color: #e8d0e7;
}

.blockIPOPlusLink
{
	color: #a4459f;
}

.blockHeaderIPOHome
{
	background-color: #99b416;
}

.blockIPOHome
{
	background-color: #e2eaa6;
}

.blockIPOHomeLink
{
	color: #99b416;
}


/* Lists */

.list1
{
    margin-left: 10px;
    line-height:1.3;
}

.list1 .head
{
    padding-left:5px;
    font-weight:bold;
    color:#99b416;
}

.list1 .subHead
{
    padding-left:5px;
    font-weight:bold;
}

.list1 .subHeadCtr
{
    font-weight:bold;
    text-align: center;
	margin-bottom: 5px;
}

.list1 li
{
    font-size:93%;
    list-style: disc outside; 
    margin-left:2em; 
    text-align: left;
}


.list2
{
    margin-left: 10px;
    line-height:1.8;
}

.list2 .head
{
    padding-left:5px;
    font-weight:bold;
    color:#99b416;
}

.list2 .subHead
{
    padding-left:5px;
    font-weight:bold;
}

.list2 li
{
    font-size:93%;
    list-style: decimal outside; 
    margin-left:2em; 
    text-align: left;
}

