/* Override Styles for Newsletter
-------------------------------------------------- */

body {
background: #fff url(../images/newsletter_page_bkgd.gif) repeat-x;
}

#news-content-header img {
display: block;
}

#news-content-header p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
line-height: 1.2em;
color: #333;
margin-top: 0.5em;
margin-bottom: 1em;
}

body.home #content-wrap {
float: right;
width: 577px;
background: url(../images/newsletter_3col_bkgd.gif) repeat-y top right;
/* set minimum height */
min-height: 500px;
height: auto !important;
height: 500px;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.2em;
font-weight: bold;
color: #333;
margin-top: 0;
margin-bottom: 0;
}

#content h3 {
font-size: 12px;
margin: 1em 0 0.5em 0;
}

.news p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.4em;
font-weight: normal;
color: #333;
line-height: 1.6em;
margin-top: 0.5em;
margin-bottom: 1em;
}

#content table td {
padding: 12px;
}


/* =News Tools
-------------------------------------------------- */
#newstools {
background-color: #f8f2d6;
padding: 10px 0;
border-bottom: 4px solid #fff;
}

#newstools h3 {
padding: 12px 15px 3px 12px;
}

#newstools ul {
margin: 0 0 10px 10px;
}

#newstools li {
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.2em;
}

#newstools li a {
display: block;
padding: 10px 10px 10px 30px;
text-decoration: none;
color: #505050;
height: 1%; /* closes space between items in IE */
}

#newstools li a:hover {
color: #060;
}

#newstools li a:active { 
color: #999; 
}

/* List Item Icons
-------------------------- */
#newstools li.nmail a { background: url(../images/newstools_icon_mail.gif) no-repeat center left; }
#newstools li.nsubscribe a { background: url(../images/newstools_icon_subscribe.gif) no-repeat center left; }
#newstools li.narchive a { background: url(../images/newstools_icon_archive.gif) no-repeat center left; }
#newstools li.nhome a { background: url(../images/newstools_icon_home.gif) no-repeat center left; }

