/*
 ******    BEFORE FIRST TIME USE RENAME THIS FILE TO pn_specific.css    *******
 *  On UPDATE of Pro_News ignore this file & use your current pn_specific.css *
 *
 This stylesheet file is meant for your site-specific changes to pro_news.css/pro_newsie.css.
 CSS changes made here will NOT be lost when you update Pro_News to a new version.
 Please do not make ANY CHANGES to pro_news.css or pronewsie.css - make them here instead.
 Will be loaded after other pro_news.css/pro_newsie.css. Media is screen.
*/

/* This provided section adds styles to the AllArts page for white/light backgrounds */
/* comment out this section if using a dark background */
.pn_catalog_section a:link {
  color: #5F5F5F;
}
.pn_catalog_section a:visited {
  color: #7F7F7F;
}
.pn_catalog_section a:hover {
  color: #4F4F4F;
}
.pn_catalog_category .pn_desc {
  color: grey;
}
.pn_catalog_category .pn_arttitle {
  color: grey;
}
.pn_catalog_category .pn_seemore {
  font-style: italic;
}
.pn_artcnt {
  color: grey;
}
/* End section of styles for white/light backgrounds */

/* fcs-home */
.blockcontent #pn_slider3 {
  border-color: #e3e3e3;
  margin-left: 5px;
  width: 902px;
  height: 370px;  /* ADJUST to set Height of fcs Intro panel */
}
.blockcontent #pn_slider3 .pn_contentdiv {
  background: #f8f8f8;
  border: 0px solid #e3e3e3;
}
.blockcontent #paginate-pn_slider3 {
  background-color: transparent;
  border-top:1px solid #e3e3e3;
  margin-left: 5px;
  margin: 0 auto;
  width: 902px;
  vertical-align: middle;
}
.blockcontent .pn_slidewraptxt {
  border: 0px #00A600 solid;
  width: 906px; /*width of featured content slider*/
  height: 356px;
  background-color: transparent;
  margin: auto;
  text-align: left;
  color: inherit;
}
.blockcontent .pn_contentdiv {
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/
  padding: 0px;
  border: 1px solid #a9a9a9;
  width: 900px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 300px;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.blockcontent .pn_slidewraptxt .pn_contentdiv {
  border: 0px solid #a9a9a9;
  width: 910px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 350px;
}

.pn_newsarticle h3 {
  margin-left: 13px;
  font-family: "Myriad Pro","bitstream vera sans","Trebuchet MS","helvetica neue","helvetica",Arial,sans-serif;
  font-size: 25px;
	font-weight: normal;
}

.pn_table1 {
  width: 597px;
  background-color: #fff;
  border: 0px;
  padding: 5px 0;
  margin: 0px auto;
}

.pn_tbl_frm, .pn_srch_frm {
  float: right;
  width: 480px;
  text-align: left;
}