@charset "UTF-8";
/* CSS Document */

body {
background:#2e2e2e;
background-image:url(../slices/survival_background_repeat.png);
background-repeat:repeat-x;
margin:0;
padding:0;
}

p a {
color:#0000FF;
}

#banner {
background-image:url(../slices/survival_banner.png);
width:960px;
height:183px;
margin: 0 auto;
}

#content_wrapper {
margin:0 auto;
background:#e0e0e0;
width:960px;
}   /***** this holds all the content together and centers it  *****/


/**** this styles the navigation at the top of the page *****/

#top_nav {
margin:-38px auto 0;
padding:0 0 17px;
width:960px;
}

#top_nav a {
text-decoration:none;
color:#CCCCCC;
font-family:"Times New Roman", Times, serif;
}

#top_nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}


#top_nav ul li{
display:inline;
margin:0 65px;
}

/**** end top nav styles  *****/

/***** this styles the left hand navigation ****/


h3 {
border-bottom:1px solid;
color:#333333;
font-family:"Times New Roman", Times, serif;
margin:10px;
padding:5px 28px;
width:155px;
}     /**** this styles the title over the left side nav ****/

#left_nav {
margin:0;
background:#e0e0e0;
width:260px;
height:100%;
float:left;
border-right:1px solid;
}

#left_nav ul {
font-family:"Times New Roman", Times, serif;
list-style:none;
list-style-position:outside;
list-style-type:none;
padding:0 0 0 17px;
}

#left_nav a {
color:#993333;
text-decoration:none;
}

#left_nav a:hover {
color:#660000;
text-decoration:underline;
}


#left_nav ul li {
padding: 10px 0 15px 0;
}

#left_nav ul li {
font-size:1.1em;
font-weight:500;
}

#left_nav ul li li {
font-size:1em;
font-weight:500;
}


/**** end left hand nav styles ****/

/**** theses are the content styles ****/

#content {
float:left;
border-left: 1px solid #000000;
margin-left:-1px;
width:600px;
padding: 0 35px;
}


h2 {
border-bottom:1px solid;
color:#333333;
font-family:"Times New Roman", Times, serif;
margin:0 10px;
padding:8px 28px;
width:505px;
}    /**** this styles the title in the content area ****/


p {
font-family:"Times New Roman", Times, serif;
}


.image_left {
float:right;
padding:25px;
}

.image_right {
float:right;
padding:25px;
}

/**** end content styles *****/

/****** this is the styling for the seed tables *****************/

.table_pad {
padding:0 15px 25px 15px;
}

.green_bg {
background:#CCCCCC;
}     /**** this styles the green background behind the seed pictures *****/ 

.seed_img_pad {
padding:10px 0 10px 25px;
}    /***** this moves the image away from the table edge   ****/

.table_text_pad {
padding:0 0 0 25px;
}    /**** moves the text away from the table edges  ****/

.seed_name {
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:.1em;
font-size: 1.1em;
font-weight:bold;
}    /**** this styles the text for the names of the seeds ****/

.content_image {
padding:15px 125px;
}

.red {
color:#CC0000;
}

/****** end of the table styles   *****/


.footer {
clear:both;
height:25px;
background:#000000;
}

.footer p {
color:#666666;
font-family:"Times New Roman", Times, serif;
}

.center {
text-align:center;
}


#debt_clock {
padding:25px 0 15px 120px;
width:300px;
}

.quote {
font-size:.8em;
border:#000000 1px solid;
margin:10px 0 0 0;
}
.quote p {
padding:5px 10px;
}

#obama {
padding:25px 0 0 130px;
}