﻿/****************************
*     Redefined HTML Tags   *
****************************/
html, body {
    margin: 0px;
    background-color: gray;
    padding: 0px;
    height: 95%;
    font-family: Arial;
}
a, a:visited, a:active {
    text-decoration: underline;
    color: Blue;
}
h1, h2, h3 {
    color: #72211B;
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size: 1.4em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1em;
}
.subHeading {
    font-size:small;
    color:Navy;
    font-weight:bold;
}
p.center {
    text-align: center;
}
p.left {
    text-align: left;
}
p.right {
    text-align: right;
}
ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
ul.padded {
    margin-bottom: 20px;
}
/****************************
*     Named Elements        *
****************************/
img#headerImg {
    border: none;
    width: 776px;
    padding:0;
    margin:0;
}
#page {
    width: 776px;
    height: 90%;
    margin: 0;
    padding: 0;
    border: none;
    background-color: Black;
}
#headerColumn {
    vertical-align: top;
    height: 93px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
#navigation {
    vertical-align: top;
    width: 150px;
    height: 85%;
    background-color: #DFDBDB;
    border-right: solid 2px black;
    border-left: solid 2px black;
    font-family: Verdana;
    font-weight: normal;
}
#content2column {
    vertical-align: top;
    width: 592px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height:85%;
    background-color: #fff;
    border-top: solid 1px black;
    border-right: solid 2px black;
    background-image: url(../images/grey-teex-logo_50.gif);
    background-repeat: no-repeat;
    background-position: center;
    font-size: .8em;
}
#content3column {
    vertical-align: top;
    width: 427px;
    height: 85%;
    background-color:#fff;
    border-top: solid 1px black;
    background-image: url(../images/grey-teex-logo_50.gif);
    background-repeat: no-repeat;
    background-position: center;
    font-size: .8em;
}

#contentRow {
    height: 85%;
}

#subcontent {
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    width: 175px;
    height:85%;
    background-color: #72211B;
    border-right: solid 2px black;
    border-left: solid 2px black;
    border-top: solid 1px black;
}
#footerColumn {
    width: 100%;
    height: 20px;
    background-color: #243f5e;
    border: solid 2px black;
    color: #B4B1B1;
    font-size: 11px;
    text-align: center;
}
#footerColumn2 {
    width: 100%;
    background-color: #fff;
    border: none;
}
#textArea {
    background-image: url(../images/BackgroundLaptop.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}
#homeImg-1 {
    float: right;
    width: 190px;
    height: 60px;
    position: relative;
}
#homeImg-2 {
    clear: right;
    float: right;
    width: 210px;
    height: 40px;
    position: relative;
}
#homeImg-3 {
    clear: right;
    float: right;
    width: 250px;
    height: 40px;
    position: relative;
}
#homeImg-4 {
    clear: right;
    float: right;
    width: 270px;
    height: 35px;
    position: relative;
    padding-bottom: 2px;
}
#footer {
    width: 776px;
    padding-top: 10px;
}
#footerLeft {
    width:318px;
    padding-left: 20px;
    float:left;
    clear:both;
    text-transform: uppercase;
    color: #555555;
    font-size: .6em;
}
#footerMiddle {
    width:100px;
    float:left;
    text-align: center;
}

#footerRight {
    width:318px;
    padding-right: 20px;
    float:left;
    text-align: right;
    text-transform: uppercase;
    color: #555555;
    font-size: .6em;
}
#multimedia_flash {
    width: 275px;
    height: 275px;
    border: solid 1px black;
    float: right;
}
#embedded_flash {
    width: 275px;
    height: 275px;
    background-color: #fff;
    border: solid 1px black;
}
#Applet2 {
    width: 200px;
    height: 200px;
    float: left;
}
/****************************
*     Text Elements         *
****************************/
#content2column a, a:visited, a:active {
    text-decoration: underline;
    color: Blue;
}
#content3column a, a:visited, a:active {
    text-decoration: underline;
    color: Blue;
}
#footerRight a,a.visited,a.active {
    text-decoration: none;
    color: #555555;
}
/****************************
*     Text Styles           *
****************************/
#navigation h4 {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    background-color: #B4B1B1;
    border-bottom: solid 1px Black;
    border-top: solid 1px Black;
    color: #72211B;
    width: 100%;
    font-size: 16px;
}
#navigation h4 a, a:hover, a:visited, a:active {
    text-decoration: none;
    color: #72211B;
}
#navigation ul {
    list-style: none;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
}
#navigation li {
    padding: 0;
    width: 150px;
    border-top: solid 1px #72211B;
    border-bottom: solid 1px #72211B;
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
}
#navigation a {
    display: block;
    color: #000;
    padding: 2px 4px 4px 8px;
    margin: 1px 0px;
    text-decoration: none;
}
#navigation h4 a {
    padding: 0px;
}
#navigation li a:hover {
    background-color: #72211B;
    color: #fff;
}
.navItemDesc {
    float: left;
    font-size: .8em;
    font-weight: normal;
    padding-left: 6px;
}
.paddedText {
    padding: 5px 10px 5px 10px;
}
.servicesList {
    width: 100%;
    padding: 20px 0px 20px 0px;
}
.listItem {
    clear: both;
}
.listItemName {
    color: Navy;
    font-weight: bold;
    /*width: 150px;*/
    float: left;
}
#content2column .listItemName a, a:hover, a:active, a:visited {
    color: Navy;
    text-decoration: none;
}
.listItemDesc {
    color: Black;
    text-align: justify;
    width: 400px;
    float: left;
}
.rightImg {
	border: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	vertical-align: text-top;	
}
.centerImage {
    text-align: center;
}
.imgAlignRight {
    float: right;
}
.imgAlignLeft {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.textAlignRight {
    float: left;
}
.paddedText {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
#content2column .lnkButton {
    border: solid 1px #72211B;
    background-color: transparent;
    color: Navy;
    text-decoration: none;
    font-weight: bold;
}
#content2column .lnkButtonActive {
    border: solid 1px #72211B;
    background-color: #72211B;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#content2column .lnkButton:hover {
    background-color: #72211B;
    color: #fff;
}
#content2column .lnkButton:active {
    background-color: Gray;
    color: #fff;
}
.portfolio {
    border: solid 1px black;
    background-color: White;
    width: inherit;
    height: 90%;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
}

.headerNavigationLinks
{
    text-decoration:none;
    font-size:7pt;
    font-style: italic;
    font-family: Arial Black, Verdana, Helvetica;
}