/*------------------------------------------------------------------------------------------------*
 TurtleEnergy - styles.css
 created by Piotr Mankowski    08/02/2006
*-------------------------------------------------------------------------------------------------*
GLOBAL STYLES
*------------------------------------------------------------------------------------------------*/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color: #333333;
}
/*-----------------------------------------------------------------------------------------------*
 headers
*-----------------------------------------------------------------------------------------------*/
h1, h2 {
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #336699;
}
h3, h4 {
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;     
    line-height: 20px;
    font-weight: normal;
    color: #003366;
}
h5, h6 {
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #336699;
    letter-spacing: 1px;
}
/*------------------------------------------------------------------------------------------------*
 links
*------------------------------------------------------------------------------------------------*/
a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    color: #993300;
    cursor: pointer;
}
a:visited {
    color: #996600;
}

a:link {
    color: #993300;
}

a:hover, a:active {
    color: #336699;
}
/**************************************************************************************************
 body and main layout
**************************************************************************************************/
html {
    height: 100%;
    width: 100%;
    background-color: white;
}
body {
    background-color: white;
    margin: 0;
    padding: 0 0 0 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/body_background.gif);
    min-width: 1069px;
    behavior: url(csshover.htc);
}
/*------------------------------------------------------------------------------------------------*
 wrapper
*------------------------------------------------------------------------------------------------*/
#wrapper {
    background-color: white;
    min-width: 1069px;
    text-align: center;
    height: 100%;
}
#wrapper2 {
    background-color: white;
    text-align: left;
    position: relative;
    top: 0;
    height: 100%;
    width: 1069px;
    margin: 0 auto;
    background-image: url(../images/body_background.gif);
    background-position: top left;
    background-repeat: repeat-y;
}
#wrapper2 div.logo {
    position: absolute;
    top: 43px;
    left: 44px;
    height: 109px;
    width: 195px;
    z-index: 2;
}
#wrapper2 div.right {
    position: absolute;
    width: 765px;
    height: 197px;
    z-index: 2;
    right: 0;
}
#wrapper2 div.right div.graphic {
    background-image: url(../images/trackers.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    height: 197px;
    width: 287px;
    z-index: 2;
}
#wrapper2 div.right div.diagram1 {
    background-image: url(../images/banner_diagram.gif);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    height: 102px;
    width: 385px;
    z-index: 2;
    right: 0px;
}
#wrapper2 div.right div.diagram2 {
    background-image: url(../images/banner_diagram2.gif);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    height: 95px;
    width: 79px;
    z-index: 2;
    right: 0px;
    top: 102px;
}

#wrapper2 div.right img#random_image {
  position: absolute;
  left: 287px;
  top: 102px; 
  height: 95px;
  width: 399px;
}

div#wrapper2 div.white {
  background-color:white;
  background-image:url(../images/background_banner.gif);
  background-position:right top;
  background-repeat:repeat-x;
}

div#inner_banner {
  height: 211px;
  width: 1069px;
  margin-bottom: 47px;
}
/*------------------------------------------------------------------------------------------------*
 banner
*------------------------------------------------------------------------------------------------*/
#banner {
    background-image:url(../images/background_banner.gif);
    background-position: right top;
    background-repeat: repeat-x;
    width: 100%;
    height: 211px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
#bannertop .strip {
    background-image:url(../images/upperleft_strip.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 134px;
    width: 11px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
#bannertop .curve {
    background-image: url(../images/banner_curve.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 96px;
    height: 91px;
    position: absolute;
    top: 197px;
    left: 0px;
    z-index: 4;
}
/*------------------------------------------------------------------------------------------------*
 navigation
*------------------------------------------------------------------------------------------------*/
#navigation {

    position: absolute;
    background: white;
    z-index: 0;
    width: 1024px;
    left: 0;
    top: 217px;
    height: 28px;
}
#navigation .inner {
    margin-left: 110px;
}
#navigation img {
    height: 20px;
    z-index: 4;
}
#navigation .navlink, #navigation .navlink_active {
    background-position: bottom left;
    background-repeat: no-repeat;
}
#navigation .navlink_active {
    margin-bottom:-8px;
    margin-right: 0;
    margin-left: -5px;
    z-index: 4;
    padding-bottom: 8px;
    padding-left: 5px;
}
#navigation a.mainnav {
    margin: 0 1px 0 0;
    padding-left: 3px;
    font-size: 0px;
}
#navigation .subnav, #navigation .subnav_active {
    position: absolute;
    top: 20px;
}
#navigation .subnav a, #navigation .subnav_active a {
    font-size: 11px;
    font-family: Century Gothic, Verdona, Arial, sans-serif;
    text-decoration: none;
}
#navigation .subnav a:hover, #navigation .subnav_active a:hover {}
#navigation .arrow {
    background-image:url(../images/subnav_arrow.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 12px;
    width: 24px;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 6;
}
div#nav_list ul.level2 {
    padding-left: 30px;
    padding-top: 1px;
    
}
div#nav_list ul.level2 li {
    padding-right: 7px;
    letter-spacing: .01em;
}
/*-------------------------------------------------------------------------------------------------*
 part that shows/hides subnav
*-------------------------------------------------------------------------------------------------*/
div#nav_list ul ul, div#nav_list .arrow {
    display: none;
}
div#nav_list ul.level1 li:hover ul.level2, div#nav_list ul.level1 li:hover .arrow {
    display: block;
}
/*------------------------------------------------------------------------------------------------*
 content
*------------------------------------------------------------------------------------------------*/
#content {
    text-align: left;
    width: 1069px;
    min-height: 530px;
    background-image: url(../images/body_background.gif);
    background-position: top left;
    background-repeat: repeat-y;
    z-index: 100;
    margin: 0px 0 0 0;
    position: relative;
    top: 0px;
}

#content #earth {
    background-image: url(../images/earth.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    width: 152px;
    height: 381px;
    left: 45px;
    z-index: 0;
}
#content #linework {
    background-image: url(../images/featured_linework1.gif);
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    right: 89px;
    top: 0;
    width: 273px;
    height: 57px;
}

#content .curve {
    background-image: url(../images/body_curve2.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 58px;
    height: 58px;
}
#content #curve_right, #content #curve_right_dec {
    position: relative;
    float: right;
    right: 45px;
    background-position: top right;
    background-repeat: no-repeat;
    width: 59px;
    height: 59px;
}
#content #curve_right {
    background-image: url(../images/right_corner2.gif);
}
#content #curve_right_dec {
    background-image: url(../images/right_corner1.gif);
}
/*------------------------------------------------------------------------------------------------*
 content navigation
*------------------------------------------------------------------------------------------------*/
#content_nav {
    position: absolute;
    margin-top: 5px;
    left: 105px;
    height: 20px;
    top: 0;
    width: 919px;
}
#content_nav h3 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    display: inline;
    color: #003366;
    margin-left: 11px;
    letter-spacing: .08em;
}
#content_nav a {
	font-family: Century Gothic, Verdona, Arial, sans-serif;
    text-decoration: none;
    font-size: 12px;
    color: #996600;
    margin-left: 11px;
    letter-spacing: .08em;
}
#content_nav a:hover {
    color: #336699;
}
/*------------------------------------------------------------------------------------------------*
 list
*------------------------------------------------------------------------------------------------*/
ul {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    font-weight: normal;
    color: #333333;
}
li {
    margin: 0;
    padding: 0;
}
#nav_list li {
    display: inline;
}
#copyright li {
    display: inline;
}

#content_nav li {
    display: inline;
}


/*------------------------------------------------------------------------------------------------*
 other
*------------------------------------------------------------------------------------------------*/
img {
    border: none;
    padding: 0;
    margin: 0;
}
#random_image {
    float: left;
    height: 95px;
    width: 399px;
}
#stretch {
    width: 1024px;
}

.caption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #333333;
}
p {
    font-size: 11px;
    line-height: 16px;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#answers p {
    font-size: 11px;
    line-height: 14px;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.center {
    text-align: center;
}
.clearone {
    clear: both;
}
/*------------------------------------------------------------------------------------------------*
 footer
*------------------------------------------------------------------------------------------------*/
#copyright {

    position: relative;
    text-align: left;
    width: 1069px;
    background-image: url(../images/body_background.gif);
    background-position: top left;
    background-repeat: repeat-y;
    z-index: 0;
    padding-bottom: 25px;
    padding-top: 55px;
}
#copyright p {margin: 0;
    position: relative;
    left: 90px;
    width: 800px;
    height: 50px;
    font-size: 9px;
    top: 2px;
}
#copyright ul {
    position: relative;
    text-align: left;
    padding-top: 5px;
    border-top: 2px solid #fff;
    width: 934px;
    left: 90px;
}
/**************************************************************************************************
 end of the stylesheet
**************************************************************************************************/