﻿/*******************************
Level 2
*******************************/

#mainContentL2{
	width: 100%;
	max-width: 960px;
	min-height: 900px;
	-webkit-box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, .4);
	background-color: #FFF;
	padding: 8px 0px 0px;
	margin: 0px 0px 18px;
}

#mainContenlinerL2{
	padding: 0px 16px 30px 0px;
	margin: 0px;
}

#leftcolumnL2{
	float: left;
	width: 230px;
	padding: 36px 0px 0px 8px;
}


#rightcolumnL2{
	width: 100%;
	float: left;
	margin-right: -240px;
	padding: 0px 0px 18px;	
}

#rclinerL2{
	margin-right: 240px;
		
	
}

.l2eventswrap{

	border: 1px solid #a0d3fd;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: url(images/rightboxBG.gif);
}

.l2eventswrap h4{
	color: #20558c;
	font: 18px/32px 'ITCFranklinGothicW01-Dm 812668', sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

.l2eventswrap .sfeventsList{
	margin: 0px 0px 0px 12px;
	padding: 0px;
	list-style-type: none;
}

.l2eventswrap .evdate{
	font-size: 14px;
	font-weight: bold;
	color: #71a829;
	background: url(images/linkarrow.gif) no-repeat left 3px;
	padding-left: 12px;
	margin: 0px 0px 7px;
}

.l2eventswrap .evtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #20558c;
}

.l2eventswrap .sfnewsFullStory{
	color: #20558c;
	text-decoration: underline;
	text-align: right;
	display: block;
	padding: 3px 15px 7px 0px;
}

.l2eventswrap .seeAllLink{
	text-align: right;
}

.l2eventswrap .seeAllLink a{
	font-size: 13px;
	font-weight: bold;
	color: #666;
	padding: 0px 15px 0px 12px;
	text-decoration: none;
	background: url(images/linkarrow.gif) no-repeat left center;
	display: inline-block;
	margin-top: 9px;
	margin-bottom: 9px;
}

.L2double .l2t h3, .L2double .l2r h3{
	color: #20558c;
	font: 18px/20px 'ITCFranklinGothicW01-Md 812695', sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: 400 !important;

}
.L2double .l2t p 
{
    padding-right: 12px;
}
.L2double .l2t  h3{
	color: #71a829;
}

 .L2double ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
 }
  .L2double li{
	margin: 0px;
	padding: 7px 0px;
 }
 
  .L2double ul a{
	color: #20558c;
	text-decoration: underline;
	padding: 0px 0px 0px 12px;
	background: url(images/linkarrow.gif) no-repeat left center;
	font-size: 12px;
	font-weight: bold;
  }
  
  .L2double .l2t, .L2double .l2f{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #CCC;
  }
  
  .tripblockimagewrap{
	text-align: center;
}
.tripblockimagewrap img{
	width: 100%;
	max-width:190px;
}
.HiddenFormField{
display:none !important;
}

/*************************************/

.L2triple .l2t h3, .L2triple .l2m  h3, .L2triple .l2r h3{
	color: #20558c;
	font: 18px/20px 'ITCFranklinGothicW01-Md 812695', sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: 400 !important;
	text-align: center;
}
.L2triple .l2t p 
{
    padding-right: 12px;
}
.L2triple .l2m  h3{
	color: #71a829;
}

 .L2triple ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
 }
  .L2triple li{
	margin: 0px;
	padding: 7px 0px;
 }
 
  .L2triple ul a{
	color: #20558c;
	text-decoration: underline;
	padding: 0px 0px 0px 12px;
	background: url(images/linkarrow.gif) no-repeat left center;
	font-size: 12px;
	font-weight: bold;
  }
  
  .L2triple .l2t, .L2triple .l2m{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #CCC;
  }
  
  .tripblockimagewrap{
	text-align: center;
}
.tripblockimagewrap img{
	width: 100%;
	max-width:190px;
}

/*******************journals******************/

.journalBlock {
	margin: 0px 18px 9px;
	padding: 9px 0px 0px;
	border-bottom: 1px solid #999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-size: 13px;
}
.journalBlock .viewLink {
	float: right;
	padding: 5px 10px;

	margin-right: 30px;
}

.journalBlock .indica {
	font-size: 12px;
	font-style: italic;
	color: #666;
	padding: 12px 0px;
	margin-right: 30px;
}

.journalBlock h2 {
	margin: 0px;
	padding: 0px;
}

.journalBlock h2 a {
	font-size: 18px;
	color: #166DC8;
	text-decoration: none;
}


