﻿.homeCenter
{
}

.homeCenter p,
.homeRight p,
.homeCenter,
.homeRight,
.contentCenter,
.contentRight
{
	font-size:1em;
	color: #333333;
	font-weight: normal;
}
.homeCenter p,
.homeRight p,
.contentCenter p,
.contentRight p
{
	margin-top:5px;
	margin-bottom:10px;
	font-weight: normal;
}

.homeCenter h1,
.homeRight h1,
.contentCenter h1,
.contentRight h1
{
	margin-top:20px;
	margin-bottom:0px;
	line-height:30px;
	font-size:2em;
	color: #666666;
	font-weight: bold;
	border-bottom:solid 1px #cdcdcd; 
}


.homeCenter h2,
.homeRight h2,
.contentCenter h2,
.contentRight h2
{
	margin-top:20px;
	margin-bottom:0px;
	line-height:30px;
	font-size:1.75em;
	color: #999999;
	font-weight: bold;
	border-bottom:solid 1px #cdcdcd; 
}

.homeCenter h3,
.homeRight h3,
.contentCenter h3,
.contentRight h3
{
	margin-top:20px;
	margin-bottom:0px;
	line-height:30px;
	font-size:1.5em;
	color: #999999;
	font-weight: bold;
	border-bottom:solid 1px #cdcdcd; 
}

.homeCenter h4,
.homeRight h4,
.contentCenter h4,
.contentRight h4
{
	margin-top:20px;
	margin-bottom:0px;
	line-height:30px;
	font-size:1.5em;
	color: #999999;
	font-weight: bold;
}

.homeCenter h5,
.homeRight h5,
.contentCenter h5,
.contentRight h5
{
	margin-top:20px;
	margin-bottom:0px;
	line-height:30px;
	font-size:1.3em;
	color: #999999;
	font-weight: bold;
	border-bottom:solid 1px #cdcdcd; 
}

.homeCenter h6,
.homeRight h6,
.contentCenter h6,
.contentRight h6
{
	margin-top:20px;
	margin-bottom:0px;
	line-height:30px;
	font-size:1.3em;
	color: #999999;
	font-weight: bold;
}
.homeLeft
{
}

.bottomSpace
{
    height:50px;
}



/* Home Page News overrides */

.homeCenter .iv_newsList h2.sf_newsTitle,
.homeRight .iv_newsList h2.sf_newsTitle
{
	line-height:1;
	font-size:1.0em !important;
	font-weight: bold;
	border-bottom:none; 
	color:#666666;
}

.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;
}


.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:#660000;
	text-decoration:none;
}

.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:#660000;
	text-decoration:underline;
}

.homeCenter .sf_readMore a:link,
.homeCenter .sf_readMore a:visited,
.homeRight .sf_readMore a:link,
.homeRight .sf_readMore a:visited
{
	color:#660000;
	text-decoration:none;
}

.homeCenter .sf_readMore a:hover,
.homeCenter .sf_readMore a:active,
.homeRight .sf_readMore a:hover,
.homeRight .sf_readMore a:active
{
	color:#660000;
	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_IVDefault .rtUL
{
    margin:5px 0 0 0 !important;
    padding:0 0;
}

.RadTreeView_IVDefault .rtUL li
{
    margin:0 0;
    padding:0 0;
}

.RadTreeView_IVDefault .rtUL li div
{
    margin:0 0;
    padding:0 0;
}

.RadTreeView_IVDefault .rtUL li a:link
{
    margin:0 0;
    padding:0 0;
	color:#660000;
	text-decoration:none;
}

.RadTreeView_IVDefault .rtUL li a:visited
{
    margin:0 0;
    padding:0 0;
	color:#999999;
	text-decoration:underline;
}

.RadTreeView_IVDefault .rtUL li a:hover,
.RadTreeView_IVDefault .rtUL li a:active
{
	color:#000000;
	text-decoration:underline;
	border:none;
}



/* 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;
}



/* Link Styles */

a:link
{
	color:#660000;
	text-decoration:none;
}

a:visited 
{
	color:#999999;
	text-decoration:underline;
}
a:active,
a:hover 
{
	color:#000000;
	text-decoration:underline !important;
}

/* keep the slideshow links from underlining when visited */
#slideshowDiv a:visited 
{
	text-decoration:none;
}

/* override link styles in the footer */
.footerRight a:link
{
	color:#ffffff !important;
	text-decoration:none;
}

.footerRight a:visited 
{
	color:#cdcdcd !important;
	text-decoration:underline;
}
.footerRight a:active,
.footerRight a:hover 
{
	color:#ffffff;
	text-decoration:underline;
}
