/**********************************************************************************************

	Title: TT Staff
	Author: XHTMLized
	Date: October 2007 

***********************************************************************************************

	1.  GENERAL
			1.1 Headings and paragraphs
			1.2 Forms
			1.3 Links
			1.4 Miscellaneous
		
	2. GENERAL ELEMEMENTS
	
	3. LAYOUT
			3.1 Accessibility menu
			3.2 Header
			3.3 Content
			3.4 Sidebar
			3.5 Footer
		
	4. LAYOUT ELEMENTS

***********************************************************************************************/


/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

body {
	margin: 0;
	padding: 0 0 55px 0;
	background: #240601 url(../images/bg_body.jpg) no-repeat 50% 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 86.5%;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	*/
	text-align: center;
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

h1, h2, h3, p {
	margin: 0; }


h3#page_title{
	color: #2B2B2A;
	font: bold 2.4em "Times New Roman", Times, serif;
	height: 32px;
}

h4.title {
	color: #5E0000;
	font: bold 1.0em "Times New Roman", Times, serif;
	height: 15px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	
/*
input, textarea, select {
	font: 1.2em Arial, Helvetica, sans-serif;
}
*/


/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

a, a:link, a:visited {
	color: #A90101;
	text-decoration: none;
}

a:hover, a:active {
	color: #004283;
	text-decoration: none;
}


/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr { 
	display: none; }
		
strong {
	font-weight: bold; }
		
em {
	font-style: italic; }
	
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}

img {
	border: none; }

.calendar_button{
	background-image:url(/admin/images/calendar.gif);
	background-color: #FFFFFF;
	width: 14px;
	height: 14px;
	text-align: center;
	border:none;
	background-position:center;
	cursor: pointer;
	position: relative;
	z-index: 999px;
}

/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after, .content-container-2:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, .content-container-2, #footer {
	display: inline-block; }
	
/* Hides from IE-mac \*/ 
* html .clearfix, * html .content-container-2, * html #footer {
	height: 1%; }

.clearfix, .content-container-2, #footer {
	display: block; }
/* End hide from IE-mac */


/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.container {
	width: 865px;
	margin: 0 auto;
	padding-bottom: 26px;
	text-align: left;
	background: url(../images/bg_container.png) no-repeat;
}

.container-2 {
	width: 812px;
	min-height: 700px;
	padding: 16px 15px 0 38px;
	background: url(../images/bg_container_top.jpg) no-repeat;
}

.container-bottom {
	margin: 0 auto;
	width: 865px;
	height: 20px;
	background: url(../images/bg_container_bottom.png) no-repeat 0 100%;
}

#header {
	height: 226px;
	padding: 38px 0 0 0;
	position: relative;
	margin: 0 0 13px 25px;
	background: #fff url(../images/bg_header.gif) no-repeat 0 38px;
}

#content {
	float: left;
	width: 100%;
	padding: 9px 0 0 0;
	/*
	font: 1.4em/30px "Times New Roman", Times, serif; */
	min-height: 350px;
	
}

#content-index {
	float: right;
	width: 487px;
	padding: 9px 25px 0 0;
	min-height: 350px;
}

#content-index.no-menu {
	float: none;
	width: auto;
}

#sidebar {
	width: 196px;
	float: left;
	background: #fff url(../images/bg_sidebar.gif) repeat-y;
}

#footer {
	clear: both;
	margin: 0 27px 0 25px;
	padding: 6px 12px 8px 24px;
	background-color: #230600;
	color: #af8181;
}

.content-container {
	width: 760px;
	margin: 0 27px 0 25px;
	background: #fffdd7 url(../images/bg_content_container.gif) repeat-y; 
}

.content-container-2 {
	width: 733px;
	padding: 15px 12px 18px 15px;
	background: url(../images/bg_content_container_top.gif) no-repeat;
} 

.sidebar-container-2 {
	width: 196px;
	padding: 19px 0 0 0;
	background: url(../images/bg_sidebar_top.gif) no-repeat;
}

.sidebar-container-3 {
	width: 155px;
	/*min-height: 200px;*/
	padding: 0 21px 32px 20px;
	background: url(../images/bg_sidebar_bottom.gif) no-repeat 0 100%;
}
	

/* 3.1	Accessibility menu
-----------------------------------------------------------------------------------------------*/	

#accessibility-menu {
	position: absolute;
	left: -1000em;
	text-align: left;
}


/* 3.2	Header
-----------------------------------------------------------------------------------------------*/	

#header h1, #header h1 a, #header h1 a span {
	display: block;
	width: 134px;
	height: 119px;
	overflow: hidden;
}

#header h1 {
	position: absolute;
	top: 41px;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	cursor:pointer;
}

#header h1 a { 
	color: #5e0000; }

#header h1 a span {	
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../images/logo.gif) no-repeat;
}

#navigation {
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
	width: 744px;
	overflow: hidden;
	margin: 0;
	padding: 9px 8px 8px 8px;
	background: #fffbbb url(../images/bg_navigation.gif) no-repeat 50% 50%;
}

#navigation li {
	float: left; 
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li a {
	padding: 0 5px 0 6px;
	background: url(../images/bg_navigation_pipe.gif) no-repeat 0 50%;
	/*font: bold 1.4em/28px "Times New Roman", Times, serif;*/
	font: bold 1.0em/28px "Times New Roman", Times, serif;
}

#navigation .nav-home a {
	padding-left: 0;
	background: none; 
}
	
#navigation a:link, #navigation a:visited {
	color: #980000; }	
	
#navigation a:hover, #navigation a:active {
	text-decoration: underline; 
	color: #000;
}	

#polaroid {
	width: 328px;
	height: 241px;
	padding: 0 10px 0 0 ;	
	position: absolute;
	right: -10px;
	top: 0;
	z-index: 3;
	background: url(../images/bg_flash_photo.png) bottom no-repeat;
 }
 
 
#header p, #header p span {
	display: block;
	width: 457px;
	height: 159px;
	overflow: hidden;
}

#header p {
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;
	font: 0.5em Arial, Helvetica, sans-serif;
	padding-left:135px;
	padding-right:60px;
}

#header p span {	
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../images/txt_header.jpg) no-repeat;
}


/* 3.3	Content
-----------------------------------------------------------------------------------------------*/	
#content-index {
	/*font: 1.4em/30px "Times New Roman", Times, serif; */
	font: 1.0em/20px "Times New Roman", Times, serif;
}


#content-index h2, #content-index h2 span {
	display: block;
	width: 512px;
	height: 100px;
	overflow: hidden;
}

#content-index h2 {
	position: relative;
	font: bold 2em "Times New Roman", Times, serif;
}

#content-index h2 span {	
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10;
	background-repeat: no-repeat;
}

#content-index h2.tt-staff-management, #content-index h2.tt-staff-management span {
	width:415px;
	height: 53px;
}
#content-index h2.tt-staff-management span {
	background-image: url(../images/txt_t&t_staff_management.gif); }

#content-index p {
	margin: 0 0 18px 0;
	/*font: 1.4em/30px "Times New Roman", Times, serif; */
	line-height: 30px;
	
}
	

/* 3.4	Sidebar
-----------------------------------------------------------------------------------------------*/	

#sidebar h2, #sidebar h2 span {
	display: block;
	width: 152px;
	height: 32px;
	overflow: hidden;
}

#sidebar h2 {
	position: relative;
	font: bold 1.2em "Times New Roman", Times, serif;
	color: #5e0000;
	overflow: hidden;
	height: 26px;
	width: 152px;
}

#sidebar h2 span {	
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10;
	background-repeat: no-repeat;
}

#sidebar h2.upcoming-events {
	margin-bottom: 5px;}
	
#sidebar h2.newsletters { margin-bottom:5px; margin-top:25px; }
#sidebar h2.newsletters span { background-image: url(../images/txt_newsletters.gif); }

img.newsletters { float:left; width:25px; height:25px; padding-top:-5px; padding-right:5px; }

#sidebar h2.upcoming-events span {
	background-image: url(../images/txt_upcoming_events.gif); }

#sidebar h2.heading-learn-more span {
	background-image: url(../images/heading_learn_more.gif); }
	
#sidebar h2.heading-resources span {
	background-image: url(../images/heading_resources.gif); }
	
#sidebar h2.heading-contact span {
	background-image: url(../images/heading_contact.gif);
	 }
	
#sidebar p {
	/*font-size: 1.1em;*/
	font: 0.7em Verdana, Arial, Helvetica, sans-serif; }

#sidebar .events, #sidebar .events li {
	margin: 0;
	padding: 0;
	list-style: none;	
}
	
#sidebar .events li {
	line-height: 1.0em;
	margin-bottom: 14px; }	
	
				
#sidebar .events h3 { font: bold 1.0em "Times New Roman", Verdana, Arial, Helvetica, sans-serif; padding-top:5px; }

#sidebar .events h3 a:link, .events h3 a:visited {
	color: #a90101; }

#sidebar .events h3 a:hover, .events h3 a:active {
	color: #004283; }

#sidebar .events .date {
	font-size: 0.7em;
	color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* 3.5	Footer
-----------------------------------------------------------------------------------------------*/	

#footer p {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	float: right;
	line-height: 40px !important;
	
}

#footer a:link, #footer a:visited {
	color: #af8181; }

#footer a:hover, #footer a:active {
	color: #fffbbb; }	
	
#footer img {
	vertical-align: middle; }
	
#footer p span {
	margin-left: 6px;
}		

#footer p span a {
	padding-right: 18px;
	background: url(../images/logo_sstg.gif) no-repeat 100% 50%;
}
	
#footer #napeo {
	float: left; }	
	


/* 4. LAYOUT ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.buttons {
	position: relative;
	height: 69px;
}

.buttons a, .buttons a span {
	display: block;
	width: 256px;
	height: 69px;
	overflow: hidden;
	cursor: pointer;
}

.buttons a {
	position: absolute;
	top: 0;
	left: 0;
}

.buttons a  {
	font: bold 1.2em/69px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: #7b2808;
	color: #fff; }

.buttons a span {	
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../images/buttons_safety_human_resources_services.gif) no-repeat;
}

.buttons a:hover span {
	background-position: 0 -69px; }

.buttons a.human-resource-services {
	margin-left: 256px; }
	
.buttons a.human-resource-services span {
	background-position: -256px 0;}	
	
.buttons a:hover.human-resource-services span	{
	background-position: -256px -69px; }
	
ul.sub-nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	display: none;
}

ul.sub-nav li{
	padding: 5px 0px 5px 0px;
}

ul.sub-nav li a{
	/*padding: 3px 0px;*/
	color: #000000;
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

ul.sub-nav li a:hover{
	color: #AF8181;
}

ul.sub-nav-tree {
	padding-left: 10px !important;
	margin: 0px;
	list-style: none;
	font-size: 0.9em;
}
ul.sub-nav-tree li {
	padding: 2px 0px !important;
	margin: 0px;
}

ul.sub-nav-tree li a {
	padding-left: 7px !important;
	background-image: url(../images/bullet_sub.gif);
}

.subtitle{
	font: bold 1.2em "Times New Roman", Times, serif !important;
	font-style: italic !important;
	color: #616050;
	padding: 0 !important;
}



/*** FORMS ***/

#contact-form {
}

#contact-form input, #contact-form textarea{
	position: relative;
}

#contact-form .dontfillmeout {
	display: none;
}

#contact-form fieldset {
	margin: 5px 0 5px 0;
	padding: 0;
	border: none;
}
#contact-form legend{
	margin-left: 5px;
	padding: 0;
	color: #0072BC;
	font-weight: bold;
	font-size: 18px;
}
#contact-form fieldset ol{
	padding: 15px 0;
	margin: 10px 0 0 0;
	list-style: none;
	border: 10px solid #FFFFFF;
	background-color: #230600;
	/*background-image:url(../images/bg_search_area.gif);*/
	background-repeat:repeat-y;
	background-position:right;
	color: #AF8181;
}
#contact-form fieldset li{
	line-height: 20px;
	vertical-align: middle;
	padding: 5px 0px;
	
}
#contact-form fieldset span.notification{
	/*font-size: 11px;*/
}
#contact-form fieldset.submit{
	float: none;
	width: auto;
	border-style: none;
	position: relative;
}

#contact-form input.submit_contact{
	
	cursor: pointer;
}
#contact-form input.submit_hazard{
	
	cursor: pointer;
}

#contact-form label {
	float: left;
	width: 30%;
	margin-right: 5px;
	text-align: right;
}

#contact-form .box img{
	border: 3px solid #93C3E2;
}

#contact-form span.required{
	padding: 0px 10px;
	background-image:url(../images/required.gif);
	background-position: top;
	background-repeat:no-repeat;
	height: 16px;
	width: 16px;
}

.failure, .success {
	font: 1.2em "Times New Roman", Times, serif !important;
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #CC0000;
	font-weight: bold;
	letter-spacing: 1px;
}

.success {
	color: #009900;
}

.important {
	font-weight: bold;
}

#back{
	text-align: right;
	margin-right: 30px;
}

#back a{
	background-image: url(../images/bullet_back.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 7px;
}

#members_login_form_container {
	width: 70%;
	margin-left: 15%;
}
#members_login_form_container input.members_login_input {
	width: 200px;
}

/*** Staff ***/
.staff {
	width: 50%;
	float: left;
	text-align: center;
}

.staff .name {
	color: #980000;
	font-weight: bold;
}

.staff img{
	border: 10px solid #FFFFFF;
}

.staff .contact {

}

.staff .contact img{
	border: none;
}

/*** Testimonials ***/
.testimonial {
	padding: 5px 0px;
	margin: 0px;
}

.testimonial .title{
	font-weight: bold;
}

.testimonial .company{
	font-style:italic;
}

.testimonial .body p{
	background-image:url(../images/quote_bg_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	line-height:normal !important;
	padding:40px 25px 10px 25px;
	margin: 0px;
	text-align: justify;
}

.testimonial .image{
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 2px solid #FFFFFF;
}

.testimonial .border {
	border: 10px solid #FFFFFF;
}

.testimonial .body {
	background-color: #230600;
	/*color: #AF8181;*/
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	background-image:url(../images/quote_bg_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.testimonial .url {
	text-align: right;
}

/*** Affiliations ***/
.affiliation {
	width: 50%;
	float: left;
	text-align: center;
}

.affiliation .title {
	color: #980000;
	font-weight: bold;
}

.affiliation img{
	border: 10px solid #FFFFFF;
}

.affiliation .url {

}

.affiliation .url img{
	border: none;
}

/*** Events ***/
.seminars {
	/* Removed 2011-03-03 when Events page moved to Client section (see ticket #1893023)
	width: 49%;
	float: left;
	*/
		/*
	border-right: 1px solid #230600
	;*/
	/*
	color: #AF8181;
	*/
}

.seminars .border{
	border: 10px solid #FFFFFF;
	background-color: #230600;
	padding: 5px;
}

.workshops {
	/* Removed 2011-03-03 when Events page moved to Client section (see ticket #1893023)
	width: 49%;
	float: left;
	padding-left: 10px;
	*/
		/*
	color: #AF8181;
	*/
}

.workshops .border{
	border: 10px solid #FFFFFF;
	background-color: #230600;
	padding: 5px;
}

.event {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right:5px;
}

.event .title{
	font-weight: bold;
}

.event .location{
	font-weight: bold;
}

.event .description{
	padding: 10px 0px;
}

.box_events{
	clear:both;
	padding-top: 10px;
}

.box_events p {
	line-height:30px;
}

/*** Search form ***/
#search-form {
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	text-align: center;
}

#search-form input {
	font-size: 0.9em;
	position: relative;
}

#search-form .button {
	padding-top: 5px;
	position: relative;
}

/*** FAQS ***/
.faq {
	padding: 5px 0px;
}

.question {
	cursor: pointer;
	clear: both;
	position: relative;
}

.question:hover {
	background-color: #FFFFFF;
}

.answer {
	border: 10px solid #FFFFFF;
	color: #AF8181;
	padding: 15px;
	background-color: #230600;
	display: none;
	float: left;
	width: 94%;
}

.answer .first-letter {
	color: #918380;
	font: bold 5.0em "Times New Roman", Times, serif;
	float: left;
	text-align: center;
	padding: 0px 5px 0px 0px !important;
	margin: 0px;
	margin-top: -10px;
	margin-bottom: -15px;
}

.answer p {
	background-image: url(../images/bg_answer.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/*** Jobs ***/
.job {
	padding-bottom: 10px;
	padding-left: 5px;
}

.job .name{
	text-transform:uppercase;
	font-weight: bold;
}

.job .date{
	font-weight: bold;
}

.job .description,.job .requirements{
	padding: 10px 0px;
}

/*** Document ***/
.document {
	padding-bottom: 10px;
}

.document .policy{
	text-indent: 10px;
}

.document .description {
	padding-top: 10px;
}

.document .description p{
	line-height: normal !important;
}

/*** SEARCH TABS ***/
ul#search_tabs {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	display: block;
	list-style-type: none;
	border-bottom: 1px solid #230600;
	float: left;
	width: 100%;
}

ul#search_tabs li{
	padding: 0px;
	margin: 0;
	float: left;
	width: 20%;
	text-align: center;
}

ul#search_tabs li a{
	padding: 5px;
	background-color: #FDDEB6;
	display: block;
	border-right: 1px solid #FFFFFF;
}

ul#search_tabs li a:hover{
	background-color: #230600;
	text-decoration: none;
	color: #FFFFFF;
}

ul#search_tabs li a.selected{
	background-color: #230600;
	text-decoration: none;
	color: #FFFFFF;
}


ul#search_tabs li a.tab:active{
	text-decoration: none;
}


ul.search_results{

}

ul.search_results li{
	padding-bottom: 10px;
}
.title_2 {
	font-weight: bold;
}
.line {
	border-top: 1px solid #230600;
}


#events_content p {
	/*margin: 0 0 18px 0;*/
	/*font: 1.4em/30px "Times New Roman", Times, serif; */
	line-height: 30px;
}

/*** Members ***/
.no-menu h3#page_title.constrained {width:388px;} /* Fits page title next to log-out link */
#logout_link_container {float:right; width:320px; text-align:right;}
#logout_link_container .logged_in_name {font-weight: bold;}
#members_documents_list .document {margin-left:30px;}

/*** Client ***/
h3#page_title.constrained {width:307px;} /* Fits page title next to Client Area Access button */
#client_area_access_button_container {float:right; width:180px;}
.client-area-access {display:block; height:48px; width:180px; background: url(../images/button_client_area_access.gif) no-repeat; text-indent:-99999px;}
.client-area-access:hover {background-position: 0px -48px;}

