
body {
	font-family: Helvetica;
	padding: 0;
	margin: 0;
	background:#f4e562;
	background-image: url(images/tldl_background4.jpg);
}

em {
	font-weight: bold;
	font-style: italic;
	color: inherit;
}

a.button {
	background: darkorange;
	color: white;
	text-decoration: none;
	padding: 0.6em 1em;
	border-radius: 0.5em;
}
a.button.big {
	padding: 1em 1.5em;
}



div#tldlHeader {
	width: 960px;
	height: 165px;
	background: url(images/tldl_header5.png) top left no-repeat;
	background-size:662px;
	background-position-y: 20px;
	text-indent: -9999px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-top: 15px solid black;
}



div#contentWrapper {
	padding:0;
	margin:0 auto;
	position:relative;
	top:-40px;
	width:960px;
}



/* narrow displays: top-header-menu */
div#tldlSubheadMenu {
	display:block;
	text-indent: 0;
	z-index:10;
	margin-top:-1em;
}

div#tldlSubheadMenu a {
	color: inherit;
	text-decoration: none;
}
div#tldlSubheadMenu ul {
	list-style: none;
	padding:0;
	margin:0;
}
div#tldlSubheadMenu ul li {
	float: left;
	padding: 0.5em 1em;
	font-size: 1.2em;
	cursor: pointer;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
div#tldlSubheadMenu ul li:hover {
	background-color: #d6ba7d;
}
div#tldlSubheadMenu ul li.current {
	background-color: white;
	cursor: inherit;
	position: relative;
	top: 1px;
}
div#tldlSubheadMenu ul li.current:hover {
	background-color: white;
}


/* wide displays: left-side-menu */
@media screen and (min-width:1120px) {
	div#contentWrapper {
		width:1120px;
	}
	div#tldlSubheadMenu {
		float:left;
		width:160px;
		border-top-left-radius: 0.5em;
		border-bottom-left-radius: 0.5em;
		background:#d6ba7d;
		margin-top:0;
		top:0;
	}
	div#tldlSubheadMenu ul li {
		float:none;
		border-top-left-radius: 0.5em;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0.5em;
	}
	div#tldlSubheadMenu ul li.current {
		top:0;
	}
	div#tldlSubheadMenu ul li:hover {
		background-color: rgba(0,0,0,0.1);
	}
}



div#content {
	float:left;
	box-sizing:border-box;
	width:960px;
	/*padding: 1em 2em 4em 2em;*/
	background: white;
	border-radius:1em;
	border-top-left-radius: 0;
	z-index:20;
}

div#rightcol {
	float:right;
	background: rgba(0,0,0,0.1);
	padding: 1em;
	width: 250px;
	border-top-right-radius:1em;
	border-bottom-right-radius:1em;
	border-bottom-left-radius:1em;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}




div#tldlSocial {
	position:absolute;
	top:20px;
	right:0;
	text-indent:0;
}
div#tldlSocial a {
}
div#tldlSocial a img {
	border:none;
	max-width:40px;
}




.section {
	width:600px;
	padding:1em 2em 4em 2em;
}









/*
	spire footer styles...
*/

div#divFooter
{	
	clear:both;
	margin-top: 30px;
	background: #f4f4f4;
	border-top: 1px dotted #A9A9A9;
	border-bottom: 1px dotted #A9A9A9;
}
div#divFooterContent
{	
	width:960px;
	text-align:left;
	font-size: 11px;
	padding: 10px 0;
}

div#divFooterLeft
{	
	width: 350px;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;
}
div#divFooterLeft a
{	
	color: #991c2f;
	font-weight: bold;
	text-decoration: none;
}

div#divFooterRight
{	
	text-align: right;
	float: right;
	width: 610px;/*480px;  not enough space for links*/
	margin-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
div#divFooterRight a
{	
	color: #A9A9A9;
}
div#divFooterRight a:hover
{	
	color: #991c2f;
	text-decoration: none;
}


ul.small
{	
	padding: 0;
	margin: 0;
	display: block;
}
ul.small li
{	
	display:inline;
	padding:0px 10px;
	margin:0;
	border-left:1px solid gray;
	font-size: 11px;
}
ul.small li.first
{	
	border:none;
	padding-left:0px;
}
ul.small li.first a
{	
	color: #991c2f !important;
}
ul.small li.last
{	
	padding-right:0px;
}


