/*
	HSC Font Style Sheet Styles: Jan 2005
	Defines the major font, and typographical styles to be used.
*/

/* HTML Tag Definitions */
body { font-family: Arial, Helvetica, sans-serif; color: black; }
p, table, ol, ul { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-bottom: .25em;
	line-height: 1.1em;
	color: black;
	font-weight: normal;
}
h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin: 0px; padding: 0px 0px .25em 0px; }
h1 { font-size: 1.5em; color: #000; }
h2 { font-size: 1.4em; color: #000; }
h3 { font-size: 1.2em; color: #333; }
h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; font-weight: bold; color: #333; margin: 0px; padding: 0px 0px .10em 0px; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }

/* Useful Class Definitions */
.smallprint { font-size: .75em; line-height: normal; }
.firstnav { font-size: 0.9em; font-weight: bold; margin-bottom: 5px; }
.secnav { font-size: 0.9em; margin-bottom: 5px; }
.thirdnav { font-size: 0.85em; margin-left: 5px; margin-bottom: 7px; }
ul.nobullet { list-style-type: none; }
.pullquote { 
	margin: 3px 3px 0px 3px;
	padding: 3px 6px 3px 3px;
	width: 12em;
	font-family: Arial, "Century Schoolbook", "Times New Roman", Times, serif;
	color: black;
	background-color:#C1B180;
	font-size: small;
	float: right;
	text-align: right;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.image_container {
	margin: 0px 10px 0px 5px;
	padding: 5px;
	float: right;
	text-align: center;
	font-size: .8em;
}

/* Page Layout IDs and Definitions */

/* HSC Logo Bar */
#tat_navlogo {}
#tat_navlogo h1 { margin: 0px; padding: 0px; display: none; }

/* Site Content Container, a holder for Site Specific Content */
#site_container, #site_container_3s, #site_container_4s { }
	
/* Site Banner, an optional site banner (Optional) */
#site_banner {}
#site_banner h1 span { margin: 0px; padding: 0px; display: none; }

/* Content Container (keeps all the pieces in place) */
#whole {}
#full_column {}
#multi_column_container {}
#multi_column_left {}
#multi_column_right {}

/* Site Navigation */
#site_nav ul { margin: 0px; padding: 0px; list-style: none; }

/* TAT Footer */
#tat_topnav { color: black; font-size: 1em; }
#tat_topnav a, body { color: white; font-size: 1em; font-weight: bold; }

/* TAT Footer */
#tat_footer { color: black; font-size: .85em; }
#tat_footer a, body { color: white; font-size: .85em; }