﻿/* TN CSS */
.twoColFixLtHdr img {
	border: none;
}
.twoColFixLtHdr #container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	/*background: #DDDDDD; */
	height: 132px;
} 
.twoColFixLtHdr #header2 { 
	background: #e7eff6; 
	padding: 5px 0 0 15px;
	height: 32px;
	/*width: 750px;*/
} 
.twoColFixLtHdr #title { 
	font: 115% Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	float:left;
	width:auto;
} 
.twoColFixLtHdr #centersList { 
	padding: 0 15px 0 0;
	float:right;
	width:auto;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e7eff6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
}
.twoColFixLtHdr #sideNav {
	background: #dfdfdf; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 5px 5px 5px;
}
.twoColFixLtHdr #sideNav a {
	color: #000000;
	text-decoration:none;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #c81726;
}
.twoColFixLtHdr #sideNav a:hover {
	color: #175ea4;
	text-decoration:underline;
}
.twoColFixLtHdr #sideContent {
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #contactText {
	padding: 5px;
	color: #175ea4;
}
.twoColFixLtHdr #calendarLinks { 
	padding: 20px 0 20px 0;
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	height: 93px;
	width: auto;
} 
.twoColFixLtHdr #mainContent { 
	padding: 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0px; /* 10px 0 208px;the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.twoColFixLtHdr #aboutBox { 
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px;
	border-color: #336699;
	border-style: solid;
	text-align: center;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #aboutText { 
	color: #175ea4;
	padding: 2px 15px 2px 15px;
	background: #dce7f1;
	background-image: url(images/down-arrow.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
} 
.twoColFixLtHdr #footer { 
	background:#175ea4;
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
} 
.twoColFixLtHdr #footerText { 
	color:#FFFFFF;
	width:750px;
	margin-left:auto;
	margin-right:auto;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer a {
	color: #F0F8FF;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smallText {font-size: 72%}



