/* 
    Master styles
    -------------------------------------------
*/

* {
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
}
body
{
    background-position: center top;
    padding: 0px;
    margin: 0px;
    font-family: "Lucida Grande", "Verdana", sans-serif;
    font-size: small;
    background-color: #969696;
    color: #333;
}
img {
    border: none;
}
ul {
    list-style-type: none;
}

/* 

    Type
    --------------------------------

*/
p, ul, ol, table {
    color: #333;
    margin: 0 0 .75em;
    line-height: 1.4em;
}
p.meta {
    font-size: 11px;
    color: #666;
}
h1{
    font-size: 180%;
    padding: 10px 0 10px 0; 
}
h2{
    font-size: 150%;
    padding: 10px 0 10px 0; 
}
h3{
    font-size: 120%;
    padding: 5px 0 5px 0; 
}
h4 {
    font-size: 100%;
    font-weight: bold;
}
a:link,
a:visited {
    color: #999;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:link img,
a:visited img {
    border: none;
}
/*
    Page Structure
    ------------------------------------------

*/
#header {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 170px;
    background-color: #69c;
}
#logo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin: 0px;
    text-indent: -3000px; /*push alt text off page*/
    z-index: 5;
    outline: 0;
    background: transparent url(../img/dna_logo_200.png) left bottom no-repeat;
    border: solid 2px black;
}
#logo a {
    display: block;
    width: 200px;
    height: 130px;
}
#tagline {
    overflow: hidden;
    border: solid 0px white;
    width: 500px;
    position: relative;
    top: 50px;
    left: 230px;
    font-size: 150%;
    font-style: italic;
    color: #def;
}
#wrap {
    margin: 30px auto 0 auto;
    padding: 0 0 30px 0;
}
#wrap-inner {
    width: 750px;
    margin: 0 auto;
    background-color: #ffe;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-top: solid 1px #333;
    border-left: solid 1px #333;
}
#main{
    padding: 20px 0 20px 0;
    border: solid 0px black; /* debug */
    width: 750px;
    
}
#content {
    float: left;
    width: 429px;
    padding: 0px 60px 0 60px;
}
#content ul{
    padding: 20px 0 20px 0;
}
#content ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 26px;
    line-height: 1.3em;
    background: url(../img/icon-check.gif) no-repeat 0 4px;
}
#sidebar {
    float: right;
    width: 160px;
    padding: 0 20px 0px 20px;
    margin: 10px 0 0 0;
    color: #663;
    border-left: solid 1px #E6DAC4;
}
#sidebar h3 {
    font-family: Georgia;
    font-size: 85%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#sidebar h4 {
    margin: 10px 0 0 0;
    padding: 5px 0 10px 0;
    font-family: Georgia;
    font-size: 80%;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #E0D0B1;
    /*background:  url(../img/hr-bg-tan.gif) no-repeat 50% 100%;*/
}
#sidebar p {	
    margin: 3px 0 15px 0;
    padding: 0 10px 0 10px;
    font-size: 80%;
    line-height: 1.4em;
}
#footer {
    clear: both;
    position: relative;
    padding: 15px 0 0 0;
    overflow: hidden;
    height: 100%;
    width: 750px;
    color: #333;
    background: #69c /*url(/images/bg-footer.gif) repeat-x*/;
}
#footer ul {
    float: left;
    padding: 0 0 0 40px;
    width: 300px;
    /*color: #8D8867;*/
}
#footer ul li {
    padding: 0;
    margin: 0;
    line-height: 16px;
}
#footer ul .phone {
    /*font-size: larger;*/
    font-weight: bold;
}
#footer a {
    color: #333;
}
#footer a:hover {
    color: #FEF8EC;
    text-decoration: underline;
}
#footer .copyright {
    display: block;
    padding: 0 0 0 20px;
    clear: left;
    line-height: 30px;
    margin: 0;
    color: #8b8b8b;
    background: #036;
}

/* Navigation
----------------------------------------------- */
/*#nav {
    border:solid 0px white;
	overflow: hidden;
	background: #221C49;
}*/
/*
    Terms of Service
    -----------------------------------
*/
#terms p {
    text-align:justify;
    font-size:75%;
}
#terms h1{
    font-size: 105%;
    padding: 0 0 20px 0; 
}
#terms h2{
    font-size: 85%;
    padding: 5px 0 5px 0; 
    text-align: justify;
}
#terms h3{
    font-size: 75%;
    padding: 5px 0 5px 0; 
}
/*
    Services
    --------------------------------------
*/
/*
    About Us
    --------------------------------------
*/
/*
    Nav
    ---------------------------------------

*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.shadetabs{
    border-bottom: 0px solid #333;
    /* width: 90%; width of menu. Uncomment to change to a specific width */
    margin-bottom: 0em;
    position: absolute;
	
	bottom: 0px;
	padding: 0;
	margin: 0px;
	left: 300px;
	
}

.shadetabs ul{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    /*font: bold 12px Verdana;*/
    font-weight: bold;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
    display: inline;
    margin: 0;
}

.shadetabs li a{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid #778;
    color: #2d2b2b;
    background: white url(../img/shade_yellow.gif) top left repeat-x;
}

.shadetabs li a:visited{
    color: #2d2b2b;
}

.shadetabs li a:hover{
    text-decoration: underline;
    color: #2d2b2b;
}

.shadetabs li.selected{
    position: relative;
    top: 0px;
    /*border-bottom: solid 1px #eee;*/
}

.shadetabs li.selected a{ /*selected main tab style */

    background: white url(../img/shadeactive_yellow.gif) top left repeat-x;
    border-bottom-color: #ffe;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
    text-decoration: none;
}

#partners{
    padding-top: 0.75em;
}
