html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body{
  font-family: 'Open Sans', sans-serif;
}

#banner {
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 298px;
  height: 248px;
  background: #2f5510;
  border: 1px solid #ccc;
  top: 0px;
  left: 0px;
  margin: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

#tempWhite {
  position: absolute;
  width: 300px;
  height: 250px;
  background: white;
  z-index: 1000;
}

.panel {
  position: absolute;
  width: 298px;
  height: 23px;
  text-align: center;
}

h1 {
  font-size: 26px;
  letter-spacing: -0.5px;
  font-weight: 300;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#text1 {
  top: 6px;
  z-index: 1;
  left: 300px;
  opacity: 0;
}

#ratetable {
	position: absolute;
    top: 42px;
    z-index: 900;
}

.row {
	position: absolute;
    width: 300px;
    height: 31px;
    left: 300px;
	background-image: url('LT_022614_RateTable_HouseIcons_DarkGreen_300x250_rowbg.png');
    background-repeat: no-repeat;
    opacity: 0;
}

.rowbg {
	position: absolute;
    width: inherit;
    height: 30px;
	background-image: url('LT_022614_RateTable_HouseIcons_DarkGreen_300x250_rowbgover.png');
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 2;
}

.rowbgani {
	position: absolute;
    width: inherit;
    height: 30px;
	background-image: url('LT_022614_RateTable_HouseIcons_DarkGreen_300x250_rowbgani.png');
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 1;
    
}

.tabletext {
	position: absolute;
    font-weight: 300;
    color: white;
    font-size: 14px;
    width: 244px;
    left: 44px;
    top: 8px;
    z-index: 5;
}

#row2 {
    top: 31px;
}

#row3 {
    top: 62px;
}

#row4 {
    top: 93px;
}

#row5 {
    top: 124px;
}

#ttext2, #ttext5, #ttext8, #ttext11, #ttext14 {
    text-align: center;
    left: 60px;
}

#ttext3, #ttext6, #ttext9, #ttext12, #ttext15 {
    text-align: right;
}

#cta {
	position: absolute;
    overflow: hidden;
	width: 160px;
	height: 35px;
    bottom: -50px;
	right: 5px;
	background-image: url('LT_022614_RateTable_HouseIcons_DarkGreen_300x250_cta.png');
	z-index: 99;
    opacity: 0;
}
#logo {
	position: absolute;
	width: 217px;
	height: 43px;
	left: 6px;
	bottom: 0px;
	background-image: url('LT_022614_RateTable_HouseIcons_DarkGreen_300x250_logo.png');
}
#shine {
    position: absolute;
    width: 200px;
    height: 56px;
    left: -210px;
    background-image: url('LT_022614_RateTable_HouseIcons_DarkGreen_300x250_shine.png');
    z-index: 100;
}
/* Invisible button for background clickthrough. */
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}
