﻿/*********************************************************
**********************************************************

3 E Communications

**********************************************************
*********************************************************/

/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
}

.tec_outer_wrapper {
    width: 750px;
    margin: 50px auto;
}

.tec_wrapper {
    width: 750px;
    position: relative;
}

a {
    color: #000;
}
a:hover {
    color: #333;
}
a:visited {
    color: #000;
}

/* ------------------------------------
HEADER
------------------------------------ */
.tec_extra1 {
    height: 16px;
}

.tec_header_wrapper {
    margin-top: -20px;
    height: 205px;
}

.constantContact {
      text-align:center;float:right;width:320px;padding-top:70px;>	
}

.tec_main_header p, .tec_sub_header p { margin: 0; padding: 0; }
.tec_main_header {
	margin: 0 auto ;
	text-align: left;
	width: 250px;
	height: 40px;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align:center;
}
.tec_main_header div{ height: 40px; overflow: hidden; }
.tec_main_header div div { height: auto; overflow: visible; }

.tec_sub_header {
	text-align: left;
	margin: 0 auto;
	width: 250px;
	height: 30px;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:center;
}
.tec_sub_header div{ height: 30px; overflow: hidden; }
.tec_sub_header div div { height: auto; overflow: visible; }

/* ------------------------------------
NAVIGATION
------------------------------------ */
.tec_navigation {
    position: relative;
    height: auto;
	z-index:50;
}

.tec_navigation_top {
    display: none;
}

.tec_navigation ul {
    margin: 0 0;
	height: 1%;
    padding-left: 0;
}

.tec_navigation ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.tec_navigation ul {
    list-style-type: none;
}

.tec_navigation ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap;
}

.tec_navigation ul li a {
	height: 36px;
	margin: 0 0 0 1px;
	text-decoration: none;
	display: block;
	line-height: 32px;
	padding: 0 20px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.tec_navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.tec_subnavigation, .tec_subnavigation2 {
	display:none;
}
/*------------------------------------
CONTENT
------------------------------------*/
.tec_pagetitle h1 {
	clear: both;
	padding: 10px 0 0 20px;
	text-align: left;
	height: auto !important;
	min-height: 30px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.tec_content {
    height: 300px;
    padding: 0px 20px 0 20px;
    margin: 0px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: auto !important;
}

.tec_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

/*------------------------------------
FOOTER
------------------------------------*/
.tec_footer {
    font-size: .8em;
    margin-top: 10px;
    padding: 26px 0 5px 20px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*------------------------------------
BANNER
------------------------------------*/
div.tec_banner {
    margin-bottom: 35px;
    padding-top: 50px;
    text-align: center;
    font-size: .8em;
}

div.tec_banner div#bannerLink {
    padding-top: 10px;
}
