﻿
/*

	CONTENT PAGE CSS
	-------------------------------------------------------------------------
	Author: Michael Argentini; magic@ddii.com
	12/20/2007

*/

h1
{
	font-size: 150%;
	line-height: 150%;
}

.Dimmed
{
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}			

.BackLink
{
	clear: both;
	display: block;
	padding: 0px;
	margin: 10px 0px 15px 0px;
	border-top: solid 1px #cdcdcd;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

a.SiteMapHeader
{
	display: block;
	background-color: #757575;
	padding: 2px 7px 2px 7px;
	margin-top: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.SiteMapHeader:hover
{
	background-color: #AB0000;
}

.FontChangerLayer
{
    /* Placeholder class */
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    display: block;
    clear: both;
    cursor: pointer;
}

    .FontChanger
    {
        /* Placeholder class for jQuery font resizing functionality */
    }

    .FontChangerLayer a, .FontChangerLayer a.visited
    {
        display: block;
        padding: 4px 6px 5px 6px;
        margin-right: 5px;
        margin-left: -5px;
        
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
    }

    .FontChangerLayer a:hover
    {
        padding: 3px 5px 4px 5px;
        background-color: #959595;
        border: solid 1px White;
        color: White !important;
        text-decoration: none !important;
    }




/*
	BODY CONTENT AREA
	-------------------------------------------------------------------------
*/

.HomeBody
{
	background-image: url(/images/content/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	min-height: 495px;
	height: 495px;
	overflow: visible;
	min-width: 892px;
	padding-top: 15px;
}

	.BodyContent
	{
	    display: block;
	    overflow: visible;
		position: relative;
		width: 892px;
		padding: 147px 0px 14px 0px;
	}

	.Content
	{
	    display: block;
	    overflow: visible;
		position: relative;
		float: right;
		width: 638px;
		padding-right: 14px;

		color: #4d4d4d;
		font-size: 13px;
		line-height: 20px;
	}

	.Content2
	{
	    display: block;
	    overflow: visible;
		position: relative;
		float: right;
		width: 658px;
		padding-right: 14px;
		margin-left: -20px;

		color: #4d4d4d;
		font-size: 13px;
		line-height: 20px;
	}




/*
	PRESS RELEASES
	-------------------------------------------------------------------------
*/

	.PressReleaseItem
	{
		margin: 0px 0px 15px 0px;
	}
	
		.PressReleaseItem .Date
		{
			margin: 0px 15px 0px 0px;
			font-weight: bold;
			float: left;
		}	

		.PressReleaseItem .Headline a
		{
			text-decoration: none;
		}	

		.PressReleaseItem .Headline a:hover
		{
			text-decoration: underline;
		}	




/*
	PUBLISHED ARTICLES
	-------------------------------------------------------------------------
*/

	.PubArtItem
	{
		margin: 0px 0px 15px 0px;
	}
	
		.PubArtItem .Date
		{
			margin: 0px 15px 0px 0px;
			font-weight: bold;
			float: left;
		}	

		.PubArtItem .Headline a
		{
			text-decoration: none;
		}	

		.PubArtItem .Headline a:hover
		{
			text-decoration: underline;
		}	




/*
	EVENTS
	-------------------------------------------------------------------------
*/

	.EventItem
	{
		margin: 0px 0px 15px 0px;
	}
	
		.EventItem .Date
		{
			margin: 0px 15px 0px 0px;
			font-weight: bold;
			float: left;
		}	

		.EventItem .Headline a
		{
			text-decoration: none;
		}	

		.EventItem .Headline a:hover
		{
			text-decoration: underline;
		}	




/*
	SEARCH-SPECIFIC
	-------------------------------------------------------------------------
*/
	
	.searchOverride .section
	{
		display: block;
		padding: 5px 0px 35px 0px;
		border-bottom: 1px solid #CDCDCD;
	}
	
		.searchOverride h1
		{
			padding: 7px 0px 0px 0px;
		}
	
		.searchOverride p
		{
			padding: 5px 0px 5px 0px;
		}
