﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url('../images/body-bg.jpg') repeat-x;
	font-size: .9em;
}

#container {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#masthead {
	text-align: center;
	width: 800px;
	background-attachment: scroll;
	background-image:url('../images/TT_White_Logo2.jpg'); 
	background-repeat:no-repeat;
}

#content {
	color: black;
	float: left;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer {
	background: #E5E5E5;
	text-align: center;
	clear: both;
	width: 800px;
	color: black;
}

h3 {
	color: #E5E5E5;
	text-align: center;
	font-size: 16px;
	font-weight:800;
	background-color: #9E0508;
}
h2 {
	color: #E5E5E5;
	background-color: #9E0508;
	text-align: center;	
}
#content h1 {
	color: #E5E5E5;
	background-color: #9E0508
}

#content img {
	padding: 5px;
	}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #9E0508;
	text-decoration: none;
}
#footer a:hover {
	color: black;
	text-decoration: underline;
}

a {
	color:  #9E0508;
	text-decoration:underline;
	font-weight:bold;
}


a:hover {
	color: black;
	text-decoration:underline;
	font-weight:bold
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
ul#tabs {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    height: 25px;
    border-bottom: 1px solid black;
    background-color:#641E2E;
}
ul#tabs li {
    float: left;
    margin: 0 5px;
    height: 23px;
    text-align: center;
    position: relative;
    width: 125px;
    border: 1px solid black;
    top: 1px;
    background: rgb(128, 128, 128);
}
ul#tabs li:hover {
    border-bottom: 1px solid white;
    background: #641E2E;
    color:white;
    
}

ul#tabs a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #641E2E;
    font: 14px Arial, sans-serif;
}

body#3_4_black.htm li#tab1,
body#3_4_cardinal.htm li#tab2,
body#3_4_gray.htm li#tab3
 {
    background: #641E2E;
    color:white;
}
ul#tabs a:hover,
body#3_4_black li#tab1 a,
body#3_4_cardinal li#tab2 a,
body#3_4_gray li#tab3 a,
 {
    color: white;
}
ul#tabs span {
    display: block;
    padding: 4px 10px 0 10px;
}
div#iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 50px;
    border-top: 1px solid black;
}
iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blackbar {
	color: #E5E5E5;
	height :15.75pt; 
	font-size: 12.0pt; 
	font-weight: 700; 
	background-color: #000000;
    padding-left: 5px; 
    padding-right: 5px; 
}
.blackbarcenter {
	color: #E5E5E5;
	text-align: center; 
	height :15.75pt; 
	font-size: 12.0pt; 
	font-weight: 700; 
	background-color: #000000;
}
.greybar {
    height : 11.pt;
    color: white; 
    font-size: 10.0pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    vertical-align: bottom; 
    white-space: nowrap; 
    padding-left: 5px; 
    padding-right: 5px; 
	background-color: #808080;
}
.greybarcenter {
    height : 11.pt;
    color: white; 
    font-size: 10.0pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    vertical-align: bottom; 
    text-align: center;
    white-space: nowrap; 
	background-color: #808080;
}
.greybarlight {
    height : 11.pt;
    font-size: 10.0pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    vertical-align: bottom; 
    white-space: nowrap; 
    padding-left: 5px; 
    padding-right: 5px; 
	background: #E5E5E5;
}
.greylightcenter {
    height : 11.pt;
    font-size: 10.0pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    vertical-align: bottom; 
    text-align: center;
    white-space: nowrap; 
	background: #E5E5E5;
}
.form_row
{
	padding: 5px;
	margin: 0 0 8px 0;
	clear: left;
}
.form_row_label
{
	padding: 5px;
	text-align: right;
	vertical-align: top;
	margin: 0 0 8px 0;
	clear: left;
}
