/* Copyright Bridgeline Software, Inc. An unpublished work created in 2009. All rights reserved. 
This software contains the confidential and trade secret information of Bridgeline Software, Inc. ("Bridgeline").  
Copying, distribution or disclosure without Bridgeline's express written permission is prohibited. */

/*Batch -2 Code */

div.bannerArea
{
    float:left;
    width:962px;
    background: url(../images/bannerMainBg.gif) repeat-x left top;
    min-height:278px;
}
div.imgSectn
{
    float:left;
    width:675px;
}
div.imgSectn img
{
    float:left;
}
div.utilitySectn
{
    float:left;
    width:277px; padding-top:10px;
}
div.bannerBtns
{
    position:absolute;
    top:-60px; left:25px;
}
div.topicsSectn
{
    float:left;
    width:719px;
    margin-top:10px;
    padding:17px 0 30px 0;
    position:relative;
}
div.topicsSectn div.topics
{
    float:left;
    width:230px;
    padding:0 0 0 10px;
    color:#666;
    font-size:0.9em;
    line-height:1.4em;    
}
div.topics p
{
    padding-right:20px;
    margin-bottom:1em;
}
div.topics h3
{
    margin-bottom:10px;
}
div.topics a
{
    color:#666 !important;
    text-decoration:none !important;
}
div.topics a:hover
{
    color:#010101 !important;
    text-decoration:underline !important;
}
div.topics div.shadow
{
    margin-bottom:22px;
    margin-left:-4px;   
}
div.topics .lastFormRow 
{
    margin-bottom: 18px !important;
}
div.topics h4
{
    font-size:1em; color:#000;
    margin:12px 0 8px 0;
}
div.topics div.formRow
{
    margin-bottom:12px;
}
div.topics div.formRow div.actnBtn
{
    font-size:1em;
}
div.topics div.formRow div.ButtonStyle1          /* added for SIGI render */
{
    font-size:1em;
}
div.topics div.hr
{
    width:200px;
}
div.topics div.subTopics
{
    float:left;
    margin-bottom:8px;
}
div.topics div.subTopicWording
{
    float:right;
    margin-bottom:8px;
}
div.subTopics div.shadow
{
    margin-right:18px;  margin-bottom:12px;    
}
div.subTopics p
{
    padding-right:0;
}
div.subTopics p a img
{
    margin-left:3px;
}
div.subTopics h4
{
    margin-top:0;   margin-bottom:2px;
}
div.topicsSectn .midTopic
{
    margin-right:10px;
}
div.topicsSectn .lastTopic
{
    width:205px !important;
    margin-right:0 !important;
}
div.topicsSectn .lastTopic div.shadow
{
    margin-bottom:22px !important;
}
div.topicsSectn .lastTopic div.hr
{
    margin-bottom:18px !important;
}

/*Batch -2 Code */

/*Message Section on Main Page */

div.MessageSectn
{
    float:left;
    width:710px;
    padding:0 0 30px 0;
    position:relative;
}

div.AnnouncementBox
{
	border: 1px solid green;
    padding:0 10px 10px 10px;
	
}