/* Quartzite Style */

/*-----------------------------Horizontal Tab Nav--*/

#tabs {position:absolute; float:right; right:15px; bottom:0px; width:60%; background:#ffffff; font-size:93%; line-height:normal; font: bold 11px/1.5em Verdana;}
    
#tabs ul {float:right; margin:0; padding:10px 10px 0 0px; list-style:none;}

#tabs li {display:inline; margin:0; padding:0;}

#tabs a {float:left; background:url("../images/tab_left.gif") no-repeat left top; margin:0; padding:0 0 0 8px; text-decoration:none;}

#tabs a span {float:left; display:block; background:url("../images/tab_right.gif") no-repeat right top; padding:5px 11px 4px 5px; color:#a2a2a2;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
    
#tabs a:hover span {color:#6b6b6b;}

#tabs a:hover {background-position:0% -28px;} /* The negative Thirty is relative to the height of the buttons */

#tabs a:hover span {background-position:100% -28px;} /* The negative Thirty is relative to the height of the buttons */

/*------------------------------------End Tab Nav--*/

body {background:url(../images/bkgrndgrid.gif) repeat #9f9f9f; margin:0px; padding:0px; font-family:'Helvetica', Arial, sans-serif; color:#6b6b6b; font-size:12px; font-weight:bold;}

a:link {color: #ca776e; text-decoration: none;}

a:visited {text-decoration: none; color: #ca776e;}

a:hover {text-decoration: none;}

a:active {text-decoration: none; color: #ca776e;}

.button {border:1px solid #cccccc; background:#ca776e; color:#ffffff;}

.headline {color:#ca776e; font-size:18px;}

#header_wrap {width:100%; background:url(../images/gridback.gif) repeat-x; height:361px; padding-top:50px;}

#header {width:860px; margin:0 auto; background:url(../images/header_back.gif) repeat-x; position:relative;}

#top_right_corner {position:absolute; float:right; right:0px; bottom:0px;}

#content {margin:-263px auto}

#picturebox {padding:6px; border:1px solid #d3d0d0;}


/** CSS for the newsletter **/
#newsletter{
  font-family: Helvetica, Arial, sans-serif;
}
#newsletter h1{
  width: 100%;
  color: #dbb39d;
  font-size: 24px;
  background-color:#f4f3f3;  
}
.newsletterHeadline{
  color:#ca776e; 
  font-size:18px;
  vertical-align:text-top;
}
.newsletterArchive{
  padding-left: 320px;
  color:#8e8e8e;
  font-size:12px;
  vertical-align:text-top;
}
.noBox img{
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  vertical-align:top;
}
.volume{
  color:#8e8e8e;
  font-size:12px;
  vertical-align:text-top;

}
#archivedNewsletters{
  border-top: 1px solid #d3d0d0;
}


