﻿body {
    margin: 15px 0 0 50px; 
	background-image:url(../images/tep/tep_bg.jpg);
    background-repeat: repeat-x;
    background-color:#017BC2;
}
#background
{
    background-image: url(../images/tep/tep_logo.gif);
    background-repeat: no-repeat;
    height: 80px;
    width:150px;
    margin: 0;
    position:absolute;
    top:5px;
    left:95px;
}
#topnav
{
    font-family: Arial;
    color: #FAA21D;
    font-size: 12px;
    position: absolute;
    top: -35px;
    left: 325px;
    text-align: right;
    width: 450px;
    white-space: nowrap;
    font-weight:bolder;
}
#main{
    width:800px;
    position: absolute;
    top: 80px;
    left: 20px;
}
.homeLink{
    float:left; 
    height:65px; 
    width: 150px; 
    position:absolute; 
    left:50px; 
    top:-65px;
}
.homeImage{
    background-image: url(../images/tep/tep_home.gif);
    background-repeat: no-repeat;
}
.blankImage{
    background-image: url(../images/lg_gradient.png);
    background-repeat: no-repeat;
}
.ie6homeImage{
    background-image: url(../images/tep/tep_home.gif);
    background-repeat: no-repeat;
}
.ie6blankImage{
    background-image: url(../images/lg_gradient_ie6.gif);
    background-repeat: no-repeat;
}
#homeTitle
{
    background-position: left;
    font-family: Arial Greek, Arial;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding: 8px;
    position: absolute;
    left: 25px;
    top: -40px;
    width: 650px;
    background-image: url(../images/tep/tep_headerbar.gif);
    background-repeat: no-repeat;
}
#homeTips
{
    position: absolute;
    left: 420px;
    top: 100px;
}
#homeTipsContent
{
    height: 200px;
    text-align: left;
    width: 170px;
    font-family: Arial Greek, Arial;
    padding: 6px 60px 20px 4px;
    color: #FAA21D;
    font-weight: bold;
    font-size: 14px;
    background-position: 195px 40px;
    background-image: url(../images/tep/twist_yellow.jpg);
    background-repeat: no-repeat;
    background-attachment:inherit;
    position:inherit;
    float:left;
}
.tips{
    font-family: Arial Greek, Arial;
    font-weight: normal;
    font-size: 12px;
    color:#77787b;
    padding-top:14px;
    width:150px;
    float:left;
}
.searchPanel{
    position:relative;
    top:-15px;
}
.searchTitle
{
    color:#F2F2F2;
    padding:0px 0px 6px 0px;
    font-family:Arial Greek, Arial;
    font-size:14px;
    font-weight:bold;
    margin:0px;
    height:24px;
}
.search{
    font-family: Arial Greek, Arial;
    color:#FFF;
    font-size:10px;
    vertical-align:top;
}
#searchContent
{
    background-position: 0px;
    width: 100%;
    display: inline;
    float: left;
    height: 75px;
    background-image: url(../images/tep/tep_search.gif);
    background-repeat: no-repeat;
    background-attachment: inherit;
}
a {
    color: #77787b;
    text-decoration:none;
}
a:visited {
    color: #77787b;
}
a:active {
    color: #00529c;
    font-weight:bold;
}
a:hover{
    color:#017CC2;
}
a.topnav {
    color: #77787b;
    text-decoration:none;
}
a.topnav:visited {
    color: #77787b;
}
a.topnav:active {
    color: #00529c;
    font-weight:bold;
}
a.topnav:hover{
    color:#FAA21D;
}
a.results {
    color: #77787b;
    text-decoration:none;
}
a.results:visited {
    color: #77787b;
}
a.results:active {
    color: #00529c;
    font-weight:bold;
}
a.results:hover{
    color:#FAA21D;
}
a.event {
    color: #FAA21D;
    text-decoration:none;
    font-size:11px;
}
a.event:visited {
    color: #FAA21D;
}
a.event:active {
    color: #FAA21D;
    font-weight:bold;
}
a.event:hover{
    color:#77787b;
}
.header
{
    height: 12px;
    background-color: #017CC2;
    color:White;
    padding: 4px;
    font-family:Arial Greek, Arial;
    font-size:11px;
    font-weight:bold;
}
.title
{
    color:#017CC2;
    padding:0px 0px 6px 0px;
    font-family:Arial Greek, Arial;
    font-size:14px;
    font-weight:bold;
    margin:0px;
    height:24px;
}
.answer{
    font-family: Arial Greek, Arial;
    color:#00529c;
    font-size:12px;
    font-weight:normal;
    margin-bottom:4px;
}
/* bulb type & equivalent styles */
#bulbTwist
{
    background-position: 10px -2px;
    background-image: url(../images/tep/twist_yellow.jpg);
    background-repeat: no-repeat;
}
#bulbDecorative
{
    background-position: 20px 5px;
    background-image: url(../images/tep/decorative_yellow.jpg);
    background-repeat: no-repeat;
}
#bulbR40
{
    background-position: 10px 3px;
    background-image: url(../images/tep/r40_yellow.jpg);
    background-repeat: no-repeat;
}
#bulbGlobe
{
    background-position: 20px 5px;
    background-image: url(../images/tep/globe_yellow.jpg);
    background-repeat: no-repeat;
}
#bottomTips{display:none;}

.subNavPanel
{
    position: absolute;
    left: 50px;
    top:75px;
    width:1px;
    height:1px;
}
.faqAnchorPanel{
    position: absolute;
    left: 50px;
    top:75px;
    width:1px;
    height:1px;
}
.faqAnchorPanelIE6{
    position: absolute;
    left: 50px;
    top:56px;
    width:1px;
    height:1px;
}
.padTop{
    padding-top:8px;
}