@font-face { 
  font-family: Droid Sans; 
    src: url('../fonts/DroidSans-webfont.eot'); 
    src: local("Droid Sans"), url('../fonts/DroidSans-webfont.woff'); 
} 

@font-face { 
  font-family: Jenna Sue; 
    src: url('../fonts/JennaSue-webfont.eot'); 
    src: local("Jenna Sue"), url('../fonts/JennaSue-webfont.ttf'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .85em 'Droid Sans', arial, sans-serif;
  background: #434434;
  color: #E6EEB0;

  padding-bottom: 40px;
}

p {
  padding: 0 0 20px 0;
  line-height: 1.5em;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font: normal 400% arial, sans-serif;
  color: #111;
  margin: 0 0 0px 0;
  padding: 20px 0 5px 0;
}

h1 {
  color: #C0CB77;
}

h2 {
  font: normal 200% bold arial, sans-serif;
  color: purple;
  margin: 0;
  padding: 0 0 8px 0;
}

h3 {
  font: normal 125% 'trebuchet ms', arial, sans-serif;
}

h4, h5, h6 {
  margin: 0;
  padding: 0 0 5px 0;
  font: normal 110% arial, sans-serif;
  color: #999;
  line-height: 1.5em;
}

h5, h6 {
  font: italic 95% arial, sans-serif;
  color: #888;
  padding-bottom: 15px;
}

h6 {
  color: #362C20;
}

a, a:hover {
  outline: none;
  text-decoration: underline;
}


ul {
  margin: 2px 0 22px 17px;
}

ul li {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 4px 5px;
}

ol {
  margin: 8px 0 22px 20px;
}

ol li {
  margin: 0 0 11px 0;
}

#main, header, nav, #logo, #site_content, footer {
  margin-left: auto;
  margin-right: auto;
  background-color: #fefefe;
}


#main {
  width: 1020px;
  margin: 20px auto 0 auto;
}

header {
  width: 1020px;
  height: 125px;
}


#logo {
  width: 600px;
  float: left;
  height: 87px;
  background: transparent;
  padding: 0 0 0px 0px;
}
#logo h1 {
  font: normal 400% 'Jenna Sue', arial, sans-serif;
  padding: 40px 0 0 17px;
  color: #FFF;
}


nav {
  height: 87px;
  width: 330px;
  margin: 1px auto 0 auto;
  float: right;
  padding: 15px 0 0 0;
}

#site_content {
  width: 1020px;
  overflow: hidden;
  margin: 4px auto 0 auto;
  padding: 0;
  background: #fefefe;
  border-top: 0;
  border-bottom: 0;
  color: black;
}

#sidebar_container {
  float: right;
  width: 460px;
  padding: 0;
  height: 450px;
}



.content {
  text-align: justify;
  width: 500px;
  padding: 0 0 5px 30px;
  margin: 0;
  float: left;
}

.content ul {
  margin: 2px 0 5px 0px;
}

.content ul li {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 5px;
  line-height: 1.5em;
}


footer {
  width: 1020px;
  font: 109% 'Droid Sans', arial, sans-serif;
  height: 75px;
  padding: 17px 0 5px 0;
  text-align: center;
  background: #fefefe;
}

footer p {
  padding: 0 0 10px 0;
}

footer a, footer a:hover {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}


ul.images {
  width:450px;
  height:450px;
  overflow:hidden;
  position:relative;
  margin:0;
  padding:0;
}

ul.images li {
  position:absolute;
  margin:0;
  padding:0;
  left:0;
  right:0;
  list-style:none;
}

ul.images li.show {
  z-index:500;
}

ul img {
  border:none;
}



/* from here: http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers */
.lavaLampWithImage {
  position: relative;
  height: 40px;
  padding: 10px 5px 15px 0;
  margin: 10px 0 0 0;
  overflow: hidden;
  float: right;
}

.lavaLampWithImage li {
  float: left;
  list-style: none;
}

.lavaLampWithImage li.back {
  background: #93906F;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  height: 28px;
  z-index: 8;
  position: absolute;
}

.lavaLampWithImage li a {
  font: 109% 'Droid Sans', arial, sans-serif;
  text-decoration: none;
  color: #000;
  outline: none;
  text-align: center;
  letter-spacing: 0;
  z-index: 10;
  display: block;
  float: left;
  height: 30px;
  padding: 6px 9px 0 9px;
  position: relative;
  overflow: hidden;
  margin: auto 10px;    
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
  border: none;
}

.pageplusplans {
    border: 1px black solid;
    margin-right: 10px;
    paddig-right: 10px;
    width: 400px;

}

.provider {
    background-color: purple;
    border-radius: 25px;
    margin:10px;
    padding: 5px;
    color: white;

}

a {
    color: purple;
}

.provider:hover {
    cursor: pointer;
}
