﻿/**** Overrides settings from /cd/styles/base.css ****/
/**** Pulled in via code-behind on /cd/masterpages/base.master when LeftNavWide is needed ***/

#middle 
{ 
	background: none;
	margin-bottom: 0;
}
#leftColumn
{
	display: none;
}
#rightColumn 
{
	/*margin: -18px 0 0 0;*/
	margin: -1.65em 0 0 0;
	padding: 0;
	width: 100%;
	clear: both;
	z-index: 1;
}
#bodyContent
{
	width: 90%;
	margin: 10px 5% 0 5%;
	clear: both;
	padding: 0;
}
#pageUtilities
{
	width: 98%;
	margin: 30px 0 0 2%;
}
#leftLinksNone
{
	display: none;
}
#subsiteButtonNav
{
	/*background: #e6e4d8;*/
	float: left;
	clear: both;
	width: 100%;	
	z-index: 2;
	position: relative;
}

#subsiteButtonNav h1
{
	font-size: 2em;
	color: #666;
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-weight: normal;
	padding: 35px 0 35px 5%;
	float: left;
	background: #e6e4d8;
	width: 95%;
}

.multiColumnTwo
{
	padding: 2.9em 0 .833em 0;
	width: 49%;
	float: left;
}

.oneColumn
{
	padding: 2.9em 5%;
	width: 90%;
	float: left;
}

h2
{
	font-size: 1.4em;
	color: #333;
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-weight: 400;
	padding: 5px 0;
	float: left;
	width: 95%;
}

h3
{
	font-size: 1em;
	color: #000;
	font-weight: 600;
}

#subsiteButtonNav ul#links
{
	float: right;
	background: none;
	margin: -1.417em 30px 0 0;
	padding: 0;
}

#subsiteButtonNav ul#links li
{
	background-color: Transparent;
	background-image: url(/lc/images/pagelayout/blueleft.png);
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	clear: none;
	list-style: none;
	padding-left: 14px;
	
}

#subsiteButtonNav ul#links li.navActive
{
	background-color: Transparent;
	background-image: url(/lc/images/pagelayout/grayleft.png);
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	clear: none;
	list-style: none;
	padding-left: 14px;
	
}

#subsiteButtonNav ul#links li .wrapper
{
	background-color: Transparent;
	background-image: url(/lc/images/pagelayout/blueright.png);
	background-repeat: no-repeat;
	background-position: center right;
	float: left;
	clear: none;
	padding: 0 14px 0 0;
}

#subsiteButtonNav ul#links li.navActive .wrapper
{
	background-color: Transparent;
	background-image: url(/lc/images/pagelayout/grayright.png);
	background-repeat: no-repeat;
	background-position: center right;
	float: left;
	clear: none;
	padding: 0 14px 0 0;
}

#subsiteButtonNav ul#links li a
{
	background: #fff;
	padding: .5em 6px .5em 6px;
	float: left;
	clear: none;
}

#subsiteButtonNav ul#links li.navActive a
{
	text-decoration: none;
}

.bodySpacer
{
	margin: 10px 5% 0 5%;
	width: 90%;
	float: left;
}

.footerCopy
{
	float: left;
	font-size:.8em; 
	color:#666;
	padding: 10px 0;
	margin: 0;
	width: 99%;
}