﻿/*------Initial Styling------*/
#body
{
    margin: 0;
    padding: 0;
}
/*------Main Tag Styling------*/
#container 
{
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
}
#header
{
    height: 186px;
    position: relative;
    clear: both;
    top: 0px;
    left: 0px;
}
#spacer
{
    height: 24px;
    margin: 0;
    margin-top: 2px;
    background-color: #fff;
    border-bottom: solid 2px #000;
    clear: both;
}
#sidebar
{
    width: 260px;
    height: auto;
    background-color: #d9d9d9;
    float: left;
}
#body
{
    width: 520px;
    height: auto;
    background-color: White;
    float: left;
}
#footer
{
    position: relative;
    clear: both;
    margin-top: 10px;
    border-top: solid 1px #d9d9d9;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('../_images/footerSymbol.gif');
}
/*------Header Styling------*/
#menuBarOne
{
    width: 410px;
    height: 30px;
    float: right;
    position: relative;
    background-color: #666;
}
#menuBarTwo
{
    width: 780px;
    height: 30px;
    float: left;
    position: relative;
    background-color: #d9d9d9;
}
#header h1
{
    margin-left: -9000px;
	margin-top: -30px;
}
#menuBarOne ul
{
    margin: 0;
    padding: 0;
    left: 35px;
    bottom: 5px;
    list-style: none;
}
#menuBarOne ul li
{
    float: left;
}
#menuBarOne ul a
{
    background: url('../_images/mainUpperNavDivider.gif') no-repeat left top;
    padding-top: 3px;
    font-size: 15px;
    line-height: 1.5em;
    text-decoration: none;
    color: #fff;
    float: left;
    display: inline;
    display: block;
        padding-left: 1.1em;
    padding-right: 1.1em;
    padding-bottom: 0;
}
#menuBarOne ul a.first
{
    background: none;
}
#menuBarOne ul a.firstActive
{
    background: none;
    color: #d9d9d9;
}
#menuBarOne ul a:hover
{
    color: #d9d9d9;
}
#menuBarOne ul a.activeOne
{
    color: #d9d9d9;
}
#menuBarOneRound
{
    width: 30px;
    height: 30px;
    float: left;
    background-image: url('../_images/topMenuRoundEdge.jpg');
    background-repeat: no-repeat;
}
#menuBarTwo ul
{
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 6px;
    list-style: none;
}
#menuBarTwo ul li
{
    float: left;
}
#menuBarTwo ul a
{
    background-position: left top;
    padding-top: 3px;
    font-size: 15px;
    line-height: 1.5em;
    text-decoration: none;
    color: #666;
    float: left;
    display: inline;
    display: block;
    background-image: url('../_images/mainLowerNavDivider.gif');
    background-repeat: no-repeat;
    padding-left: 1.1em;
    padding-right: 1.1em;
    padding-bottom: 0;
}
#menuBarTwo ul a.first
{
    background: none;
}
#menuBarTwo ul a.firstActiveTwo
{
    background: none;
    color:#f3901d;
}
#menuBarTwo ul a:hover
{
    color: #f3901d;
}
#menuBarTwo ul a.activeTwo
{
    color: #f3901d;
}
#headerContainerOne {
	height: 125px;
	margin: 0;
	margin-top: -22px;
	position: relative;
}
#logo {
    position: relative;
    margin-top: 25px;
    width: 370px;
    height: 125px;
    background-repeat: no-repeat;
    float: left;
    clear: right;
    background-image: url('../_images/logoCOMTEC.jpg');
}
#contactIcons {
	position: relative;
	margin-top: 25px;
	width: 160px;
	height: 95px;
	float: right;
}
#emailIcon {
	width: 40px;
	border: none;
	float: left;
	margin: 25px 0 0 0;
}
#telephoneIcon {
	width: 40px;
	border: none;
	float: right;
	margin: 22px 50px 0 0;
}
/*------Side Bar Styling------*/
#indexSideBarContainer
{
    height: 500px;
}
#indexSideBarFeatured
{
    height: 200px;
}
#indexSideBarFeaturedThumb
{
    height: 141px;
    width: 115px;
    float: right;
    position: relative;
    margin-right: 10px;
    margin-top: 2px;
    background-image: url('../_images/ECS_TOL7Thumb.jpg');
}
#siteSideBarContainer
{
    height: 530px;
}
#siteSideBarContainer a
{
    text-decoration: none;
    font-size: .85em;
    font-weight: bold;
    color: #006892;
}
#siteSideBarContainer a:hover
{
    color: #f3901d;
}
#siteSideBarNavContainer
{
    padding: 5px;
    width: 100px;
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #006892;
    border: solid, 1px, #7C6F57;
    text-align: center;
}
#siteSideBarNavContainer a
{
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}
#siteSideBarNavContainer a:hover
{
    color: #f3901d;
}
/*------Body Styling------*/
#indexBodyContainer
{
    height: 500px;
}
#indexBodyContainer a
{
    text-decoration: none;
    font-size: .85em;
    font-weight: bold;
    color: #006892;
}
#indexBodyContainer a:hover
{
    color: #f3901d;
}
#indexBodySubContainerOne
{
    border-bottom: solid 1px #6d6d6d;
}
#indexBodyOneContainer
{
    width: 260px;
    float: left;
}
#indexBodyTwoContainer
{
    width: 260px;
    float: left;
}
#siteBodyContainer
{
    height: auto;
}
#siteBodyContainer a
{
    text-decoration: none;
    font-size: .85em;
    font-weight: bold;
    color: #006892;
}
#siteBodyContainer a:hover
{
    color: #f3901d;
}
#siteBodyDataCenterPicture
{
    background-image: url('../_images/dataCenter.jpg');
    float: right;
    width: 200px;
    height: 200px;
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
}
#siteBodyContact
{
    width: 130px;
    height: 200px;
    margin: 0;
    margin-top: 40px;
    margin-left: 20px;
}
#siteBodyContact p
{
    
    text-align: left;
    margin: 0;
}
/*------Footer Styling------*/
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	left: 105px;
	top: 15px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6d6d;
	text-align: left;
	text-decoration: none;
}
#footer ul a.first {
	background: none;
}
#footer ul a:hover {
	text-decoration: underline;
}
#footer h4{
	color: #6d6d6d;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 130px;
	top: 15px;
	margin: 0;
}
/*------Classes Styling------*/
.indexFeaturedTitle
{
    color: #000;
    font-size: 1.2em;
    font-style: italic;
    margin: 0;
    margin-top: -1px;
    margin-left: 5px;
}
.indexFeaturedParagraph
{
    color: #000;
    margin: 7px;
    margin-bottom: 8px;
    font-size: .95em;
    text-align: inherit;
}
.indexFeaturedParagraph a
{
    font-size: .85em;
}
.indexMainTitle
{
    color: #666;
    font-size: 1.2em;
    font-style: italic;
    margin: 0;
    margin-top: 7px;
    margin-left: 5px;
}
.indexSubTitle
{
    color: #f3901d;
    font-size: 1.1em;
    font-style: italic;
    border-bottom: solid 2px #6d6d6d;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 5px;
    margin-right: 5px;
}
.indexParagraph
{
    color: #000;
    text-align: left;
    margin: 7px;
    margin-bottom: 0;
    line-height: .85em;
}
.indexQuoteName
{
    font-family: Arial Georgia Helvetica;
    color: Navy;
    font-size: .85em;
    font-style: italic;
    margin: 0;
    margin-top: 2px;
}
.indexParagraphLink
{
    margin: 0;
    margin-left: 5px;
    line-height: .85em;
    text-decoration: underline;
    font-size: .85em;
}
.siteSideBarHeader
{
    margin: 0;
    margin-top: 10px;
    margin-left: 5px;
    padding: 0;
    color: #006892;
    font-size: 1.1em;
    font-family: Georgia, Arial, Helvetica, Times New Roman;
    font-weight: bold;
}
.siteParagraph
{
    color: #666;
    text-align: left;
    margin: 7px;
    margin-bottom: 0;
    line-height: .95em;
}
.siteContact
{
    color: #f3901d;
    text-align: left;
    margin: 0;
    margin-bottom: 0;
    text-decoration: underline;
}
.siteParagraphQuote
{
    color: #666;
    text-align: left;
    margin: 7px;
    margin-bottom: 0;
    margin-left: 30px;
    line-height: .95em;
}
.siteBodyH1
{
    margin: 0;
    margin-left: 7px;
    margin-top: 10px;
    padding: 0;
    color: #333;
    font-size: 1.2em;
    font-family: Georgia, Arial, Helvetica, Times New Roman;
    font-weight: bold;
    font-style: italic;
    border-top: solid 1px #d9d9d9;
}
.siteBodyH2
{
    margin: 0;
    margin-left: 7px;
    margin-top: 10px;
    padding: 0;
    color: #f3901d;
    font-size: .9em;
    font-family: Georgia, Arial, Helvetica, Times New Roman;
    font-weight: bold;
    border-top: solid 1px #d9d9d9;
}
.siteLI
{
    color: #666;
    line-height: .95em;
}
.siteBodyFormContainer
{
    height: 400px;
    width: 510px;
    position: absolute;
}
.siteLI
{
    font-size: .95em;
    color: #666;
}
