﻿.homeCenter
{
}

.homeCenter p,
.homeRight p,
.homeCenter,
.homeRight,
.contentLeft,
.contentCenter,
.contentRight
{
	font-size:1em;
	color: #333333;
	font-weight: normal;
}
.homeCenter p,
.homeRight p,
.contentLeft p,
.contentCenter p,
.contentRight p
{
	margin-top:5px;
	margin-bottom:10px;
	font-weight: normal;
}

h1,
.homeCenter h1,
.homeRight h1,
.contentLeft h1,
.contentCenter h1,
.contentRight h1
{
/*	margin-top:20px;
	margin-bottom:0px;
	line-height:20px;
	font-size:1.5em;
	color: #79496a;
	font-weight: bold;*/

	/* Tom's changes */
      margin-top:15px;
      margin-bottom:0px;
      line-height:18px;
      font-size:12pt;
      color: #79496a;
      font-weight: bold;
	
}

h2,
.homeCenter h2,
.homeRight h2,
.contentLeft h2,
.contentCenter h2,
.contentRight h2
{
/*	margin-top:20px;
	margin-bottom:0px;
	line-height:18px;
	font-size:1.25em;
	color: #79496a;
	font-weight: bold;*/

	/* Tom's changes */
	  margin-top:15px;
      margin-bottom:0px;
      line-height:16px;
      font-size:10pt;
      color: #574a42;
      font-weight: bold;

}

h3,
.homeCenter h3,
.homeRight h3,
.contentLeft h3,
.contentCenter h3,
.contentRight h3
{
/*	margin-top:20px;
	margin-bottom:0px;
	line-height:18px;
	font-size:1.25em;
	color: #666666;
	font-weight: bold;*/

	/* Tom's changes */
      margin-top:12px;
      margin-bottom:0px;
      line-height:16px;
      font-size:10pt;
      color: #79496a;
      font-weight: normal;

}

h4,
.homeCenter h4,
.homeRight h4,
.contentLeft h4,
.contentCenter h4,
.contentRight h4
{
/*	margin-top:20px;
	margin-bottom:0px;
	line-height:18px;
	font-size:1.1em;
	color: #333333;
	font-weight: bold; */

	/* Tom's changes */
      margin-top:10px;
      margin-bottom:0px;
      line-height:14px;
      font-size:8pt;
      color: #666666;
      font-weight: normal;

}

h5,
.homeCenter h5,
.homeRight h5,
.contentLeft h5,
.contentCenter h5,
.contentRight h5
{
	margin-top:20px;
	margin-bottom:0px;
	line-height:1em;
	font-size:1em;
	color: #000000;
	font-weight: bold;
}

h6,
.homeCenter h6,
.homeRight h6,
.contentLeft h6,
.contentCenter h6,
.contentRight h6
{
	margin-top:20px;
	margin-bottom:0px;
	line-height:1em;
	font-size:1em;
	color: #000000;
	font-weight: bold;
}
.homeLeft
{
}

.bottomSpace
{
    height:50px;
}



/* Home Page News overrides */
.contentRight .sf_newsList h2.sf_newsTitle,
.homeCenter .sf_newsList h2.sf_newsTitle,
.homeRight .sf_newsList h2.sf_newsTitle
{
	line-height:1;
	font-size:1.0em !important;
	font-weight: bold;
	border-bottom:none; 
	margin-bottom:5px !important;
	color:#79496a !important;
}

.contentRight .sf_newsList .sf_newsDate,
.contentRight .sf_newsList p,
.homeCenter .sf_newsList .sf_newsDate,
.homeRight .sf_newsList .sf_newsDate,
.homeCenter .sf_newsList p,
.homeRight .sf_newsList p
{
	margin:0 0;
	padding:0 0;
}

.iv_newsList .iv_smallGray,
.iv_newsList .iv_smallGray
{
	color:#999999;
	font-size:0.9em;
}

.contentRight h2.sf_newsTitle a:link, 
.contentRight h2.sf_newsTitle a:visited, 
.homeCenter h2.sf_newsTitle a:link,
.homeCenter h2.sf_newsTitle a:visited,
.homeRight h2.sf_newsTitle a:link,
.homeRight h2.sf_newsTitle a:visited
{
	color:#79496a;
	text-decoration:none;
}

.contentRight h2.sf_newsTitle a:hover,
.contentRight h2.sf_newsTitle a:active,
.homeCenter h2.sf_newsTitle a:hover,
.homeCenter h2.sf_newsTitle a:active,
.homeRight h2.sf_newsTitle a:hover,
.homeRight h2.sf_newsTitle a:active
{
	color:#79496a;
	text-decoration:underline;
}

.contentRight .sf_readMore a:link,
.contentRight .sf_readMore a:visited,
.homeCenter .sf_readMore a:link,
.homeCenter .sf_readMore a:visited,
.homeRight .sf_readMore a:link,
.homeRight .sf_readMore a:visited
{
	color:#79496a;
	text-decoration:none;
}

.contentRight .sf_readMore a:hover,
.contentRight .sf_readMore a:active,
.homeCenter .sf_readMore a:hover,
.homeCenter .sf_readMore a:active,
.homeRight .sf_readMore a:hover,
.homeRight .sf_readMore a:active
{
	color:#79496a;
	text-decoration:underline;
}

/* Other News overrides */

.iv_newsList
{
    list-style:none;
	margin: 0 0;
	padding: 0 0 ;
}
.iv_newsList li
{
	margin: 0 0;
	padding: 0 0;
	border-top:solid 1px #cdcdcd;
}

/* remove the top border for the first item */
.iv_newsList li.ListItemPosition0
{
    border-top:none;
}
.iv_newsList h2.sf_newsTitle
{
	margin: 5px 0 0 !important;
	line-height:1.5;
	font-size:1.3em !important;
	font-weight: bold !important;
	border-bottom:none !important; 
}

.iv_newsList .sf_newsDate,
.iv_newsList p
{
	margin:0 0;
	padding:0 0;
}
.iv_newsList .sf_newsDate
{
    color: #999999;
}

/* News link styles follow the link styles at the bottom */

/* We don't currently link titles, but here are 
   the styles, in case that changes */
.iv_newsList h2.sf_newsTitle a:link
{
	color:#660000;
	text-decoration:none;
}
.iv_newsList h2.sf_newsTitle a:visited
{
	color:#999999;
	text-decoration:underline;
}

.iv_newsList h2.sf_newsTitle a:hover,
.iv_newsList h2.sf_newsTitle a:active
{
	color:#000000;
	text-decoration:underline;
}
/* End link title styles */

/* News ReadMore link styles */

.iv_newsList .sf_readMore
{
	margin: 5px 0 10px 0 !important ;
	padding: 0 20px 0 0  !important;
}
.iv_singleNews .sf_readMore .iv_newsReadMoreLink,
.iv_newsList .sf_readMore .iv_newsReadMoreLink
{
	padding: 0 23px 0 0 ;
	background:transparent url('Images/icon_readmore.png') no-repeat center right;
}

.iv_singleNews .sf_readMore
{
	margin: 10px 0 10px 0 !important ;
	padding: 0 20px 0 0  !important;
}

.iv_newsGoBackLink
{
	padding: 0 0 0 23px ;
	background:transparent url('Images/icon_goback.png') no-repeat center left;
}

.iv_newsList .sf_readMore .iv_newsReadMoreLink:link
{
	color:#660000;
	text-decoration:none;
}

.iv_newsList .sf_readMore .iv_newsReadMoreLink:visited
{
	color:#999999;
	text-decoration:underline;
}

.iv_newsList .sf_readMore .iv_newsReadMoreLink:hover,
.iv_newsList .sf_readMore .iv_newsReadMoreLink:active
{
	color:#000000;
	text-decoration:underline;
}

/* News Archive */

.RadTreeView_TavonDefault .rtUL
{
    margin:5px 0 0 0 !important;
    padding:0 0;
}

.RadTreeView_TavonDefault .rtUL li
{
    margin:0 0;
    padding:0 0;
}

.RadTreeView_TavonDefault .rtUL li div
{
    margin:0 0;
    padding:0 0;
}

.RadTreeView_TavonDefault .rtUL li a:link
{
    margin:0 0;
    padding:0 0;
	color:#660000;
	text-decoration:none;
}

.RadTreeView_TavonDefault .rtUL li a:visited
{
    margin:0 0;
    padding:0 0;
	color:#999999;
	text-decoration:underline;
}

.RadTreeView_TavonDefault .rtUL li a:hover,
.RadTreeView_TavonDefault .rtUL li a:active
{
	color:#000000;
	text-decoration:underline;
	border:none;
}

/* Events Overrides */

.sf_eventsList h1.sf_eventTitle,
.sf_eventsList h2.sf_eventTitle,
.sf_eventsList h3.sf_eventTitle
{
	line-height:1;
	font-size:1.25em !important;
	font-weight: bold;
	border-bottom:none; 
	margin-bottom:5px !important;
	color:#79496a !important;
}

.contentRight .sf_eventsList .sf_newsDate,
.contentRight .sf_eventsList p,
.homeCenter .sf_eventsList .sf_newsDate,
.homeRight .sf_eventsList .sf_newsDate,
.homeCenter .sf_eventsList p,
.homeRight .sf_eventsList p
{
	margin:0 0;
	padding:0 0;
}

.sf_eventsList .iv_smallGray,
.sf_eventsList .iv_smallGray
{
	color:#999999;
	font-size:0.9em;
}

h1.sf_eventTitle a:link, 
h1.sf_eventTitle a:visited, 
h2.sf_eventTitle a:link,
h2.sf_eventTitle a:visited,
h3.sf_eventTitle a:link,
h3.sf_eventTitle a:visited
{
	color:#79496a;
	text-decoration:none;
}

h1.sf_eventTitle a:hover,
h1.sf_eventTitle a:active,
h2.sf_eventTitle a:hover,
h2.sf_eventTitle a:active,
h3.sf_eventTitle a:hover,
h3.sf_eventTitle a:active
{
	color:#79496a;
	text-decoration:underline;
}

.contentRight .sf_readMore a:link,
.contentRight .sf_readMore a:visited,
.homeCenter .sf_readMore a:link,
.homeCenter .sf_readMore a:visited,
.homeRight .sf_readMore a:link,
.homeRight .sf_readMore a:visited
{
	color:#79496a;
	text-decoration:none;
}

.contentRight .sf_readMore a:hover,
.contentRight .sf_readMore a:active,
.homeCenter .sf_readMore a:hover,
.homeCenter .sf_readMore a:active,
.homeRight .sf_readMore a:hover,
.homeRight .sf_readMore a:active
{
	color:#79496a;
	text-decoration:underline;
}

/* Search Overrides */

.searchContainer
{
}
.sf_searchBox
{
	height:20px;
	line-height:15px;
}
.sf_searchText
{
	height:15px;
	width:145px;
	line-height:15px;
}
.sf_searchSubmit
{
	margin:0 0 0 5px;
	height:20px;
	line-height:15px;
	background-color:#333333;
	color:#ffffff;
	border:solid 1px #333333;
}

.searchResults dt
{
	margin-top:20px;
}

/* Bios Styles */

.biosContentList
{
    list-style:none;
	margin: 0 0;
	padding: 0 0 ;
}
.biosItem li
{
	margin: 0 0 0 20px;
	padding: 0 0;
}

.biosContentList h3.biosContentTitle
{
	clear:both;
	margin: 5px 0 0 !important;
	line-height:1.5;
	font-size:1.3em !important;
	font-weight: bold !important;
	border-bottom:none !important; 
	/* Tom's changes */
	  line-height :16px !important;
      font-size:13px !important;
      color: #79496a !important;
      font-weight: normal !important;
      font-weight: bold !important;

}

.biosPosition,
.biosSummary
{
	font-weight:bold !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	/* Tom's changes */
      line-height:14px !important;
      font-size:11px !important;
      color: #666666 !important;

}
.biosPortrait
{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

/* Link Styles */

a:link
{
	color:#79496a;
	text-decoration:none;
}

a:visited 
{
	color:#79496a;
	text-decoration:none;
}
a:active,
a:hover 
{
	color:#000000;
	text-decoration:underline !important;
}


/* override link styles in the footer */
.footerRight a:link
{
	color:#79496a !important;
	text-decoration:none;
}

.footerRight a:visited 
{
	color:#79496a !important;
	text-decoration:none;
}
.footerRight a:active,
.footerRight a:hover 
{
	color:#000000;
	text-decoration:underline;
}

