#newsArchive, #news {
}

#news .header p {
   color: Navy;
   width:40%;
   text-align:right;
}
#news .header p img {
   padding-left: 5px
}



#news .item {
   clear: both;
}

/* News list */
#news .subhead a,
#news .subhead {
   color: #039;
   font-size: 14px;
   font-weight: bold;
   text-align: left;
   margin-bottom: 20px;
   text-decoration: none;
}
#news .subhead a:hover {
   color:#f60;
}

#news .subhead2 {
   color: #039;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   margin-bottom: 20px;
   text-decoration: none;
}

/* Date */
#news .story p.date {

   float: left;
   color: #f60;
   font-size: 11px;
   font-weight: normal;
   font-style: italic;
}

#news .story a.more {
   background-image: url(images/btn-more-off.png);
   background-repeat:no-repeat;
   background-position:right;
   padding-right: 25px;
   text-decoration: none;
   float: right;
   font-size: 11px;
   font-weight: normal;
   color: #000;
   border: none;
}
#news .story a.more:hover {
   background-image: url(images/btn-more-hov.png);
   background-repeat:no-repeat;
   color: #f33;
}


/* News Detail --------------------------- **/


/* Content */
#news .detail .story ul li {
   list-style-position:outside;
   list-style-type: disc;
   margin: 15px;
   padding:0 ;
}


#news .item .story p.return {
   position: relative;
   padding: 0;
   margin: 0;
   width: 95%;
}


/* Archives ------------------------------------------------ **/


/* link and date */
#newsArchive  .item .story {
   padding: 0;
   margin-bottom: 20px;

}

#newsArchive  .item .story a {
   text-decoration: none;
   font-size: 12px;
   color: #00c;
   }

#newsArchive .item .story a:hover {
   text-decoration: underline;
   color: #039
}

/* date  */
#newsArchive .date {
   display: block;
   font-size: 11px;
   font-style: italic;
   color: #000;
   padding: 0;
   margin-right: 20px;
}


/* setup fluid length */
#mpContent, #mpContentCenter {
   height: 100%;
}

#mpContentLeftExt {
   width: 247px;
   height: 459px;
   background-image: url(images/bg-lcol.png);
   background-repeat: no-repeat;
}


/* Insert Styles *------------------------------- **/

#successes {
   margin: 20px;
}

#successes .subhead {
   margin-bottom: 10px;
}

#successes ul {
   list-style-position:outside;
   list-style-type: square;
   margin-left:20px;
   margin-bottom: 10px;
}
#successes ul li {
   margin-bottom: 10px;
}

#successes  ul li a {
   display: block;
   text-decoration: none;
   padding-right: 8px;
   
}
#successes  ul li a:hover {
   text-decoration: underline;
   
}



/* email page ------------------------------- */

#news h3 {
	font-size: 18px;
	color: #0000CC;
	margin: 13px;
}
#news p {
	font-size: 12px;
	color: #000;
	margin: 13px;
}

#news form {
	padding: 0 20px;
	width: 80%;
}

#news label {
	clear: left;
	float: left;
	width: 80%;
	font-size: 12px;
	color: #000;
	padding-top: 0.5em;
}

#news span.req {
	color: #c00;
	font-weight: bold;
	padding-right: 3px;
}

#news.submit, #news .textbox {
	text-decoration: none;
	font-weight: bold;
	color: Navy;
	margin-bottom: 0.8em;
}
