﻿/*  enter common elements here */
/*  
    enter elements/classes that are used on a global scale here. 
    this file is the base css that is inherited on up
*/

/***********************************************
*** COMMON ELEMENTS  ***************************
***********************************************/
body 
{
    margin: 0;
    padding: 0;
    color: #555;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
}

.bodyContent
{
    margin: 0;
    padding: 0;
    color: #555;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	line-height:17px;
}

/*  POSITION    */
div, p, ol, ul, table, tbody, th, td { position: relative; }

/*  MARGINS & PADDING   */
div { margin: 0; padding: 0; }

/*  CLEAR   */
.clear { clear: both; }

/*  ANCHOR TAGS */
a
{
    color: #025EAD;
    text-decoration: none;
}

a:hover 
{
    color: #025EAD;
    text-decoration: underline;
}

/*  PARAGRAPH   */
p 
{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
    color: #555;
}
li
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
    color: #555;
}


/*  IMAGE */
img
{
    border: none;
}

/*  HEADINGS */
h1, h2, h3, h4, h5, h6 
{
    padding: 0;
    margin: 0 0 5px 0;    
    font-family: Palatino Linotype, Times New Roman, Serif;
    text-transform: uppercase;
    font-weight: normal;
}

h1 { font-size: 22px; }

h2 { font-size: 16px; }

h3, h4 { font-size: 14px; }

h5, h6 { font-size: 12px; }



/***********************************************
*** NEWS WIDGET CONTAINER/TABS  ***********
***********************************************/
#newsMenu
{
    padding-bottom: 7px;
    width: 100%;
    clear: both;
    text-align: left;
}

#newsMenu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#newsMenu ul li
{
    float: left;
    background-image: url(/Components/Design/Images/Backgrounds/newstabs.jpg);
    background-repeat: no-repeat;
    background-position: left top;
	width:110px;
	height:35px;
    font-size: 11px;
    color: #999999;
}

#newsMenu ul li.selected a
{
    color: #333333;
    text-decoration: none;
}

#newsMenu ul li a
{
    display: block;
    margin-right: 0;
    padding: 8px 7px 5px 0px;
	text-align:center;
    color: #999999;
    text-decoration: none;
}

#newsMenu ul li a:hover
{
    color: #154D6D;
    text-decoration: none;
}

/******* Ajax Loader   ***/

div.ajaxContainer
    {
    	position: relative;
    }        
        
    div.ajaxLoading
    {        
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        display: none;
    }
    
    div.ajaxBackground
    {
    	position: absolute;
        top: 0px;
        left: 0px;
    	background-color: rgb(67, 67, 67); 
        /***opacity: 0.6; ***/
        width: 100%;
    }
    
    div.progress
    {
        background-color: #fff;
        margin: auto;
        position: absolute;
    }
        
    div.ajaxImg
    {
        float: left;        
    }       
   
/**********************************************************************
*** News and Blog Page styles  **
**********************************************************************/
.rahDisclaimer 
{
	position:relative;
	bottom:0;
	display:block;
	clear:both;
	font-style:italic;
	font-size:11px;
	color:#999999;
	width:557px;
	padding-right:33px;
	padding-top:10px;
}

.newsSubtitle
{
margin-top:10px;
font-weight:bold;
font-style:italic;
}

.newsContent 
{
min-height:525px;
margin-top:10px;
}

.blogpostContent 
{
min-height:525px;
margin-top:20px;
}

/***********************************************
*** NEWS WIDGET BODY NEWS LIST NEWS STYLES  **
************************************************/
#newsList 
{
    clear: both;
}

#newsList .newsArticles
{
    padding-top: 5px;
    display: none;
}

#newsList .newsArticles.show
{
    display: block;
}

#newsList .newsArticles .article
{
    border-bottom: 1px solid #ECEBEA;
    clear: both;
    padding: 7px 0 5px 0;
}

#newsList .newsArticles .article .newsDate
{
    color: #797979;
    font-size: 9px;
    font-style: italic;
    margin-bottom: 4px;
}

#newsList .newsArticles .article .newsTitle
{
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 3px;
}

#newsList .newsArticles .article .image
{
    float: left;
    margin-right: 10px;
    width: 90px;
}

#newsList .newsArticles .article .newsSummary
{
    font-size: 11px;
    line-height: 16px;
}

#newsList  .newsArticles .article .newsSubtitle 
{
	font-weight:bold;
	font-style:italic;
	padding-bottom:5px;
	margin-top:0px;
}


/**********************************************************************
*** SRC (SAFETY REPORTING CENTER) BUTTON  **
**********************************************************************/

div.srcLeft
{
    float: left;
    width: 65px;
    min-height: 50px;
    text-align: center;
}
 div.srcRight
{
    float: left;
    width: 150px;
    overflow: hidden;
}

div.srcRight ul
{
    list-style-type: none;
    margin: 2px 0px 2px 2px;
    padding: 0px;
}

div.srcRight ul li
{
    margin: 0px;
    padding: 0px;
}

div.srcRight ul li a
{
    text-decoration: none;
    font-weight: bold;
    color: #c45a5c;
}

div.srcRight ul li span
{
    margin-left: 5px;
    font-weight: bold;
    letter-spacing: .5em;
}

/*************************************************************************
*** GRAY CALLOUT WIDGETS ON RIGHT (SOME USED ON LEFT **
*************************************************************************/   
.rightWidget
{
	width: 100%;
	background-color: #fafafa; /*#f1f1f1*/  	
	margin-bottom: 8px;
}
   
.rightWidget div.Header
{
	font-size: 12px;
    font-family: Verdana;
	font-weight:bold;
    color: #777777;
    height: 24px;
    padding: 0px 0 0 0px;
    margin: 0;
}
#col1 .rightWidget div.Header
{
/*BEGIN - using a "right widget component" on the left */
	font-size: 12px;
    font-family: Verdana;
	font-weight:bold;
    color: #777777;
    height: 23px;
    padding: 0px 0 0 0px;
    margin: 0;
/*END - using a "right widget component" on the left */
}
.rightWidget div.Header span
{
	position: relative;
	top: 5px;
	left: 12px;
}

.rightWidget div.widgetContent
{
	padding: 5px 10px 10px 10px;
}

.rightWidget div.widgetContent ul.RecentLinks
{
	margin: 0px 0px 0px 12px; 	
	width: 215px;
	padding: 0px;
}
.rightWidget div.widgetContent ul.RecentLinks /*IE 7*/
{
	padding-left:15px; 
}

.rightWidget div.widgetContent ul.RecentLinks li
{
	margin: 0px 7px 0px 0px; 
	padding: 7px 0px 7px 0px; 
	list-style-image:url('/components/design/images/backgrounds/star.gif');
	background-image: url('/components/design/images/backgrounds/right-seperator.png');
	background-position:bottom;
	background-repeat: no-repeat;
}

.rightWidget div.widgetContent ul.RecentLinks li a
{
	padding-left: 0px;
	vertical-align:top;
	text-decoration: none;
	color: #276182;
}
.rightWidget div.widgetContent .AuthorPicture
{
	width: 210px;
	height: 238px;
	background-color: #595959;
}

.rightWidget .widgetContent .AuthorInfo 
{
    padding: 10px 0;
}

/*************************************************************************
*** Rollup Lists on Landing Pages  **
*************************************************************************/
.landingChildren ul li, .landingChildren
{
font-size:14px;
list-style-image:url('/components/design/images/backgrounds/star.gif');/*new*/
}

/*************************************************************************
*** Rollup Lists on BlogSection Pages  **
*************************************************************************/
.blogList ul li, .blogList
{
font-size:14px;
list-style-image:url('/components/design/images/backgrounds/star.gif');/*new*/
}

.blogPageList ul li, .blogPageList
{
font-size:14px;
list-style-image:url('/components/design/images/backgrounds/star.gif');/*new*/
}

/*************************************************************************
*** News Archive  **
*************************************************************************/
#content_0_column3_2_tvwNewsArchive 
{
margin-left:-2px;
font-family: verdana, arial, sans-serif;
font-size:12px;
}

#content_0_column3_2_tvwNewsArchive td
{
padding:5px 0 0 0;
text-decoration:none;
}

#content_0_column3_2_tvwNewsArchive img
{
padding-right:5px;
}


/*************************************************************************
*** Editor Styles from default.css - must be in this style sheet to render on page  **
*************************************************************************/
.imageLeftofText 
{
float:left;
clear:left;
padding:0 10px 10px 0;
border:0;
}

.imageRightofText
{
float:right;
clear:right;
padding:0 0 10px 10px;
border:0;
}

.sectionHeading
{
font-size: 15px;
line-height: 21px;
color: #555555;
}
.sectionHeadingLarge 
{
font-size: 18px;
line-height: 24px;
color: #0C447D;
}

.textEmphasis 
{
font-style:italic;
font-weight: bold;
color:#0C447D;
}

.titleLinks a 
{
font-size:15px;
font-style:italic;
font-weight:bold;
text-decoration:none;
}

.titleLinks a:hover 
{
font-size:15px;
font-style:italic;
font-weight:bold;
color:#0C447D;
text-decoration:underline;
}

.starBullets ul li
{
list-style-image:url(/components/design/images/backgrounds/star.gif);
}

.bodyContent li
{
list-style-image:url('/components/design/images/backgrounds/star.gif');
}

/*****iConnect buttons************/

    .btn-iConnect {
    float: right;
    width: 150px;
    background-color: #f2f2f2;	
	padding: 14px 28px;
    margin-top: 18px;
    text-align: center;
    }
    a.btn-iConnect{
    background-color: #A70000;
    font-size: 14px;
    color: #ffffff;
    margin: 15px 0px 15px 10px;
    padding: 7px 0;
    border-radius: 5px;
    border: 2px solid #090B0D;
    /*clear: both;*/    
    box-sizing: border-box;
    }
	
    a.btn-iConnect:hover {
    color: #ffffff !important;
    }

