@charset "utf-8";
body  {
	background: #263e53;  /* used to be #ffffff for white background  */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	padding: 0;
	line-height: 140%;
	font-size: 75%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #263e53;
		
	
}


/* skip nav system links   */
#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 

#skip a:active, #skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
}


/* defines four sections of the layout: container, header, content and footer  */
.tri #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
}

.tri #header {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	border-bottom: 3px;
}

.tri #mainContent {
	text-align: left;
	margin-top: 6px;
	margin-right: 20px;
	margin-left: 6px;
	background-image: url(../images/bgblst.jpg);
	padding-bottom: 200px;
	
}

.tri #footer {
	line-height: 140%;
	font-size: 90%;
	margin-bottom: 10px;
	background-image: url(../images/bgblst.jpg);
	margin-left: 6px;
}




/* links   */
a:link {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #006699;
	background-color: #e2e4e8;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #7c240f;
	
}


.ul {
	list-style-image: url(../images/bullit.gif);
}
		
 /* the  div holding the three, thin graphic rollovers for home, school, work   */
.tri #thinpica {
	width: 800px;
	height: 33px;
	background-position: center;
	top: 123px;
}

/* top navigation bar  */
.tri #topnav  {
	text-align: center;
	font-size: 85%;
}

.tri #topnav a {
	border: none;
	margin: 0px;
	text-decoration: none;
	padding: 0px 12px;
	color: #333333;
}	

.tri #topnav ul {
	margin: 0px; 
	list-style-type: none; 
}
.tri #topnav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	font-weight: bold;
}

.tri #topnav a:visited {
	color: #7c240f
}
.tri #topnav a:hover {
	color: #333333;
	background-color: #e2e4e8;
}
.tri #topnav a:link {
	color: #333333;
	text-decoration: none;
}






/*tlc header and body styles */

.tlched {
	background-color: #e2e4e8;
	padding: 2px;
	color: #7c240f;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 15em;
	
}
	



/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "tri #sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	width: 11em; /* since this element is floated, a width must be given */
	padding: 10px 16px; /* top and bottom padding create visual space within this div */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 100%;
	text-align: left;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 30px;
	margin-bottom: 3000px;
	background: #e2e4e8;
}

.tri #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 90%;
	}


/* definitions for h1, h2, h3, h4, h6  */
.tri h1 {
	color: #7c240f;
	font-size: 195%;
	line-height: 160%;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -3px;
}

.tri h2  {
	color: #263e53;
	font-size: 155%;
	line-height: 120%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -3px;
}

.tri h3 {
	font-size: 115%;
	font-weight: bold;
	color: #7c240f;
	line-height: 100%;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.tri h4 {
	color: #7c240f;
	font-size: 105%;
	line-height: 135%;
	text-align: left;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	margin-bottom: -4px;
}

.tri h5 {
	color:#263e53;
	font-size: 105%;
	line-height: 105%;
	text-align: left;
	font-family: Veranda, Arial, Helvetica, sans-serif;
}


.tri h6 {
	color: #263e53;
	font-size: 85%;
	line-height: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

/* the size resizer at the top right */
.tri #resizer {
	padding-right: 1.5em;
	text-align: right;
}

/* classes for the fun and funky design elements sprinkled throughout the pages */
.headshot {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #263e53;
}

.tri #num  {
	float: left;
	font-size: 110%;
	color: #7c240f;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1.5em;
}

.tri #kickerred {
	color: #7c240f;
	font-size: 105%;
	line-height: 135%;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tri  #quotebox {
	float: right;
	color: #006699;
	padding: 6px 6px 16px 14px;
	font-family:"Times New Roman", Times, serif;
	font-size: 125%;
	font-style: italic;
	width: 220px;
	margin-left: 16px;
}


.tri  #iam {
	color: #7c240f;
	font-family:"Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bolder;
	line-height: 110%;
	font-style: italic;
	padding-top: 15px;	
	padding-bottom: 10px;
	text-indent: 30px;
}

.tri #info {
	font-size: 90%;
	font-weight: bold;
	color: #7c240f;
	line-height: 130%;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#thanx {
	padding: 0px 0px 0px 220px;

}



.tri #bigtextindent  {
	padding: 0px 0px 0px 60px;
}

.tri #listing  {
	line-height: 170%;
	color: #7c240f;
}

.tri #listing a:link {
	text-decoration: none;
	color: #333333;
}

.tri #listing a:hover {
	text-decoration: none;
	color: #4e4e44;
}

.tri #listing a:visited {
	text-decoration: none;
	color: #7c240f
}


.photo  {
		padding: 0px 10px 10px 10px;
}


/* the little nav system on top of the tlc pages */
.tri #linenav  {
	font-size: 80%;
	color: #999999;
}

.tri #linenav a:visited {
	color: #7c240f;
	text-decoration: none;
}
.tri #linenav a:hover {
	color: #333333;
	text-decoration: none;
}
.tri #linenav a:link {
	color: #999999;
	text-decoration: none;
}


.tri #footersmall a a:visited hover link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align: center;
	line-height: 120%;
	text-decoration: none;
}

.tri #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: 6px 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 90%;
}


/* Feedburner styles */

.feedburnerFeedBlock p {
	font-size:75%;
	color: #666666;
}


.feedburnerFeedBlock ul li span.headline {

	font-size:100%;
	font-weight: bold;
	color: #7c240f;
	display:block;
	margin:10px 0 0 0; 
	
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.tri #topnav a:active {
	color: #524310;
}
.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;
}
