﻿.fontBold {
	font-weight: bold;
}
.fontItalic {
	font-style: italic;
}
.header1 {
	position:absolute;
	top: 115px;
	left: 220px;
	text-align: right;
	width: 520px;
	font-size: x-large;
	font-family: Arial;
}
.header2 {
	position:absolute;
	top: 135px;
	left: 220px;
	text-align: right;
	width: 520px;
	font-size: x-large;
	font-family: Arial;
	color: white;
}
.textBlue {
	color: #039;
}
.boxBlue {
	width: 120px;
	margin: 0;
	padding: 1em;
	border: 1px #003399 solid;
	border-left-width: 10px;
}
.boxGreen {
	width: 120px;
	margin: 0;
	padding: 1em;
	border: 1px #00FF00 solid;
	border-left-width: 10px;
}
.boxOrange {
	width: 120px;
	margin: 0;
	padding: 1em;
	border: 1px #CC6600 solid;
	border-left-width: 10px;
	color: #C60;
}
.boxSolidOrange {
	width: auto;
	margin: 2px;
	padding: 1em;
	background-color: #C60;
	color: white;
	font-weight: bold;
	text-align: left;
}
.boxSolidOrange a {
	color: white;
}
.boxSolidOrange a:visited {
	color: white;
}
.boxSolidOrange a:hover {
	color: #039;
}
.centerElement {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: justify;
	margin: 0;
	/* background-image:url('../images/back.gif'); */
}
a {
	color: #CC6600;
}
a:visited {
	color: #CC6600;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
img {
	border-width: 0;
}
h1 {
	color: #039;
	text-align: left;
	margin: 0;
}
h2 {
	color: #039;
	text-align: left;
}
h3 {
	color: #039;
	text-align: left;
}
h4 {
	color: #039;
	text-align: left;
}
h5 {
	color: #039;
	text-align: left;
}
h6 {
	color: #039;
	text-align: left;
}
#container {
	margin: 0;
	width: 810px;
	background-color: white;
	border-right: 1px black solid;
}
#container_home {
	margin: 0;
	width: 810px;
	background-color: #039;
	color: white;
	border-right: 1px black solid;
}
#header_home {
	background: url('../images/Header_BG0.gif') repeat-x left top;
	margin: 0;
	padding: 0;
	border-right: 1px black solid;
	width: 810px;
}
#header_home  h1
{
    background: transparent url(../images/TASLogo_banner0.gif) no-repeat top left;
    width: 320px;
    height: 179px;
}
#header_home  h1 span
{
    display: none;
}
#header {
	background: url('../images/Header_BG.gif') repeat-x left top;
	margin: 0;
	padding: 0;
	border-right: 1px black solid;
	width: 810px;
}
#header h1
{
    background: transparent url(../images/TASLogo_banner.gif) no-repeat top left;
    width: 320px;
    height: 179px;
}
#header h1 span
{
    display: none;
}
#header_orange {
	background: url('../images/Header_BG2.gif') repeat-x left top;
	margin: 0;
	padding: 0;
	border-right: 1px black solid;
	width: 810px;
}
#header_orange  h1
{
    background: transparent url(../images/TASLogo_banner2.gif) no-repeat top left;
    width: 320px;
    height: 179px;
}
#header_orange  h1 span
{
    display: none;
}
#main_navigation {
	position: absolute;
	top: 0;
	left: 335px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 470px;
}
#main_navigation .navBox {
	text-align: center;
	width: 72px;
	float: left;
	background-color: white;
}
#main_navigation .navBox a {
	padding: 77px 0px 4px 0px;
	color: #039;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: white;
}
#main_navigation .navBox a:hover {
	color: #CC6600;
}
#main_navigation_home {
	position: absolute;
	top: 0;
	left: 365px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main_navigation_home .navBox {
	text-align: center;
	width: 72px;
	float: left;
	background-color: #039;
}
#main_navigation_home .navBox a {
	padding: 77px 0px 4px 0px;
	color: white;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #039;
}
#main_navigation_home .navBox a:hover {
	color: #CC6600;
}
#navHome a {
	background: transparent url('../images/home.jpg') no-repeat top left;
}
#navHome a:hover {
	background: transparent url('../images/home-over.jpg') no-repeat top left;
}
#navResources a {
	background: transparent url('../images/resources.jpg') no-repeat top left;
}
#navResources a:hover {
	background: transparent url('../images/resources-over.jpg') no-repeat top left;
}
#navServices a {
	background: transparent url('../images/services.jpg') no-repeat top left;
}
#navServices a:hover {
	background: transparent url('../images/services-over.jpg') no-repeat top left;
}
#navSafety a {
	background: transparent url('../images/safety.jpg') no-repeat top left;
}
#navSafety a:hover {
	background: transparent url('../images/safety-over.jpg') no-repeat top left;
}
#navAbout a {
	background: transparent url('../images/about.jpg') no-repeat top left;
}
#navAbout a:hover {
	background: transparent url('../images/about-over.jpg') no-repeat top left;
}
#navContact a {
	background: transparent url('../images/contact.jpg') no-repeat top left;
}
#navContact a:hover {
	background: transparent url('../images/contact-over.jpg') no-repeat top left;
}
#left_navigation {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 145px;
	font-size: small;
}
#left_navigation ol
{
    margin: 0;
    padding: 0px 0px 0px 1px;
    list-style-type: none;
    text-align: right;
    position: relative;
    left: -21px;
	background-color: white;
	border: 1px white solid;
}
#left_navigation ol li
{
    margin: 0em 0em .1em 0em;
    padding: 0;
}
#left_navigation ol li a
{
    background-color: #039;
    color: #C6BAA0;
    display: block;
    width: 8em;
    padding: .5em .8em;
    margin: 0;
    text-decoration: none;
}

#left_navigation ol li a:hover
{
    background-color: #CC6600;
    color: #FFF;
}
#content_container {
	position: relative;
	float: left;
	margin: 0;
	width: 620px;
}
#content_container h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: medium;
	font-family: Arial;
}
#column_right {
	top: 5px;
	margin: 0;
	padding: 0px 10px 0px 0px;
	width: 620px;
}
#image {
	float: right;
}
#footer {
	clear: both;
	background: #CC6600;
	color: white;
	clear: both;
	margin: 0;
	padding: .5em;
	height:	2.5em;
	width: 800px;
}
#copyright {
	font-size: x-small;
	text-align: center;
}
#copyright p {
	margin: 0;
	padding: 0;
}
.bodyHome #navHome a {
	background: transparent url('../images/home-over.jpg') no-repeat top left;
	color: #C60;
}
.bodyResources #navResources a {
	background: transparent url('../images/resources-over.jpg') no-repeat top left;
	color: #C60;
}
.bodyServices #navServices a {
	background: transparent url('../images/services-over.jpg') no-repeat top left;
	color: #C60;
}
.bodySafety #navSafety a {
	background: transparent url('../images/safety-over.jpg') no-repeat top left;
	color: #C60;
}
.bodyAbout #navAbout a {
	background: transparent url('../images/about-over.jpg') no-repeat top left;
	color: #C60;
}
.bodyContact #navContact a {
	background: transparent url('../images/contact-over.jpg') no-repeat top left;
	color: #C60;
}
.bodyWarehouse #navwarehouse,
.bodyRetail #navretail,
.bodyOffice #navoffice,
.bodyMedical #navmedical,
.bodyEducation #naveducation,
.bodyReligious #navreligious,
.bodyAutomotive #navautomotive,
.bodyStructural #navstructural {
	background-color: #CC6600;
	color: white;
}

