/*// PAGE ELEMENTS /////////////////////////////////////////////////////////////
/*/
body {
	background-image:url(../images/footerBG.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
.bgtop {
	background-image:url(../images/topnavbg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.mainTEXT, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	margin: 0 0 10px 0;	
}
p.homeTEXT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #333;
	text-decoration: none;
	margin: 0 0 10px 0;	
}
.mainLINK, a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #A00156;
	text-decoration: underline;	
}
.legalTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	text-decoration: none;	
}
.learnmoreLINK {
	margin-bottom: 10px;
	margin-top: 6px;
}
.footerTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #474B51;
}
.footerLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #474B51;
	font-weight: bold;
	text-decoration: underline;
}
.mainHEAD, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 24px;
	color: #A00156;
	text-decoration: none;
	margin-bottom: 10px;
}
.bodyTEXT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #89024F;
	text-decoration: none;
	margin: 5px 0 0 0;
}

/* SLIDESHOW * ///////////////////////////////////////////*/
#slidebox{position:relative; border:1px solid #ccc; margin:0px auto;}
#slidebox, #slidebox .content{width:615px;}
#slidebox, #slidebox .container, #slidebox .content{height:300px;}
#slidebox{overflow:hidden;}
#slidebox .container{position:relative; left:0;}
#slidebox .content{background:#eee; float:left;}
#slidebox .content div{ position: absolute; top: 0;padding: 0; height:100%; font-family:Verdana, Geneva, sans-serif; font-size:13px;}
#slidebox .next, #slidebox .previous{position:absolute; z-index:2; display:block; width:21px; height:21px;}
#slidebox .next{right:0; margin-right:10px; background:url(../images/slidebox/slidebox_next.png) no-repeat left top;}
#slidebox .next:hover{background:url(../images/slidebox/slidebox_next_hover.png) no-repeat left top;}
#slidebox .previous{margin-left:10px; background:url(../images/slidebox/slidebox_previous.png) no-repeat left top;}
#slidebox .previous:hover{background:url(../images/slidebox/slidebox_previous_hover.png) no-repeat left top;}
#slidebox .thumbs{
	position:absolute;
	z-index:4;
	top:250px;
	right:34px;
}
#slidebox .thumbs .thumb{display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px; background:url(../images/slidebox/slidebox_thumb.png); color:#fff;}
#slidebox .thumbs .thumb:hover{background:#fff; color:#F39;}
#slidebox .selected_thumb{background:#F39; color:#FFF; display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px;}
#slidebox .content div p {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	left: 30px;
	margin: 0 30px 30px 0;
	padding: 8px;
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/bannertextbg.png);
	width: 535px;
}
#slidebox a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F39;
	text-decoration: none;	
}
#slidebox a:hover {
	color: #F39;
	text-decoration: underline;	
}


	
/*// NAV /////////////////////////////////////////////////////////////
/*/
.navbuttonsR {
	margin-left: 601px;
	margin-top: 5px;
}
.navbuttonsL {
	margin-top: 5px;
	float:left;
}
.mainnav {
	width: 906px;
	height: 96px;
}


/*// NEWS /////////////////////////////////////////////////////////////
/*/
.newsBG {
	background: url(../images/newsBG.gif) no-repeat;
	width: 211px;
	margin-top: 10px;
	padding-top: 35px;
	padding-right: 10px;
	padding-left: 15px;
}
.newsBGhome {
	background: url(../images/sub_newsbghome.jpg) no-repeat;
}
.newsTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	text-decoration: none;
}
.newsDATE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
.newsHEAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #89024F;
	text-decoration: none;
}
.newsLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	color: #f80395;
	text-decoration: underline;
}

/*// OTHER COMPONENTS /////////////////////////////////////////////////////////////
/*/

.pad_socialmedia {
	margin-top: 20px;
	border-top: 1px dotted #f80395;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-top: 14px;
	margin-left: 20px;
	margin-right: 10px;
}

.pad_homeLEFT {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	width: 310px;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #89024F;
	text-decoration: none;
	line-height: 18px;
}
.pad_footer {
	text-align: left;
	vertical-align: bottom;
	background: url(../images/footerPIG.gif) no-repeat left top;
	padding-left: 50px;
	margin-top: 50px;
	height: 50px;
}
.pad_getapig {
	background-image:url(../images/getapig_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 27px;
	padding-left: 270px;
}
.pad_content {
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;	
}
.pad_homehottopic {
	background-image:url(../images/head_hottopic.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	width: 270px;
	padding-top: 55px;
	padding-left: 25px;
	padding-right: 30px;
	}
.pad_subhottopic {
	background-image:url(../images/sub_hottopic.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	padding-top: 75px;
	padding-left: 15px;
	padding-right: 30px;
	width: 191px;
	}
.pinkrule {
	border-bottom-width: 1px;
	border-bottom-color: #f80395;
}

.newsTEXTbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #89024F;
	text-decoration: none;
	font-weight: bold;
}

/*// LEAD /////////////////////////////////////////////////////////////
/*/
.bg_espn {
	background-image:url(../images/bg_espn.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.bg_paint {
	background-image:url(../images/bg_paint.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.bg_stories {
	background-image:url(../images/bg_kids.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.bg_dupont {
	background-image:url(../images/bg_dupont.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.bg_ccrawl {
	background-image:url(../images/bg_ccrawl.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

/*/ FEEDS //////////////////////////////////////////////////////////////////////////
/*/

.feed-box {
     background-color: #000000;
     }

.feed-items {
    margin:0;
    padding:0;
}

.feed-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0;
	font-weight: bold;
}

.feed-item  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight : normal;
	list-style:none;
	color: #FFFFFF;
	list-style-position:outside;
	margin-left: -40px;
}
.feed-item a {
    text-decoration : none;
    font-size: 16px;
    font-weight:light;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F7990D;
    }

.feed-item a:hover {
	color: #000000;
	background-color: #F7990D;
	}

.feed-date {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight : normal;
    color: #666666;
	font-style: italic;
	padding-bottom:1em;
    } 

