﻿/* TSF Master Page CSS */
html,body 
{
   margin:0;
   padding:0;
   height:100%;
}


#tsf-body
{
	background-color: #242424;
	background-image: url('../images/tsf_background.png');
	background-position: center top;
	background-repeat: no-repeat;	
	display: block;
}

#siteactionsbar
{
    z-index:1;
    margin-top:-20px;
}

form
{
	height: 100%;
}

#container
{	
	display: block;
	width: 960px;	
	margin: 0px auto 0 auto;
	min-height:100%;
    position:relative;
    background-color: #FFFFFF;
    margin-top:20px;	
}

/* ------------- */
/* HEADER STYLES */  

#header
{
	display: block;
	height: 112px;
	background-image: url('../images/header_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
}

.tsf-logo
{
	float: left;
}

#FloatRight
{
	display: block;
	float: right;
}

#tsf-header-first
{
	background-color: #242424;	
	display: inline-block;
	height: 20px;
	float: right;
	clear: right;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 0px;
	margin-top: 36px;
}

.header-lnk
{
	display: block;
	padding-top: 2px;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.header-lnk a:hover
{
	text-decoration: underline;
}

#login, a.login
{
	font-family: "Arial black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFE19B;
}

a.login
{
    display:inline;
}

#tsf-header-second
{
	display: inline-block;
	width: auto;
	height: 20px;
	float: right;
	clear: right;
	text-align: right;
	padding-right: 0px;
	
	margin-top: 18px;
}

#tsf-header-second dl
{
	padding: 0px;
	margin: 0px;
}

#tsf-header-second dt
{
	background-color: #242424;
	display: inline-block;
	height: 20px;
	float: left;
	margin-left: 4px;
}

#tsf-header-second a
{
	display: block;
	height: 20px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#tsf-header-second a:hover
{
	text-decoration: underline;
}

/* HEADER STYLES END */  
/* ----------------- */


#center
{
    background-image: url('../images/interior_bg.jpg');
	background-position: 1px 13px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
	display: block;
	height:100%;	
	padding: 6px 7px 67px 7px;

}


/* ----------------- */
/* MAIN CONTENT AREA */


#PageTitle
{
	display: block;
	margin-left: 32px;
	margin-top:-10px;
}

.SubTitle
{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1B68A5;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 8px; 
}

#Main
{
	display: inline-block;
	width: 883px;
	min-height: 100%;
	float: left;	
	margin-right: 4px;
	margin-left: 32px;
	margin-top: -24px;
}


#RightSideNavigation
{
	display: inline-block;
	width: 298px;
	min-height: 70%;
	float: left;
	clear: right;
}

.clear
{
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

#TSFLogo
{
    display:block;
    float:left;
    width:604px;
    height:112px;
    background-image: url('../images/TSF_Logo.jpg');
}

#TSFLogo img
{
    width:283px;
}

/* Touch up the SharePoint popup menus. These can be shown when the page is not in edit mode */

.ms-MenuUIIcon
{
    min-width:24px;
}

.ms-MenuUILabel
{
    padding-right:4px;
}
