@charset "utf-8";
/* CSS Document */

html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 16px;
	font-size: 11px;
	height: 100%;
	color:#333333;
	font-weight: normal; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	text-align: left
}

h1 { font-size: 1.6em; color: #1d87be;}
h2 { font-size: 14px; color: #333333; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
h3 { font-size: 1.3em; color: #1d87be;}
h4 { font-size: 1.2em; color: #1d87be;}
h5 { font-size: 1.1em; color: #1d87be;}
h6 { font-size: 1.0em; color: #1d87be;}

.imagetile {background-repeat: no-repeat; }

a { text-decoration: none; }
a:Link { color: #1d87be; text-decoration: none; }
a:Visited { color: #1d87be; text-decoration: none; }
a:Active { color: #1d87be; text-decoration: none; }
a:Hover { color: #183562; text-decoration: none }

.bodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: none; margin-right: 20px;}

.bodybold {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; text-decoration: none; margin-right: 0px; font-weight: bold;}

.bodybold11 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none; margin-right: 0px; font-weight: bold;}

.bodybold12 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; margin-right: 0px; font-weight: bold;}

.whitebodybold {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; text-decoration: none; margin-right: 0px; font-weight: bold;}

.nextlasttext {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: none; margin-right: 0px; line-height: 120%;}

.bodytextsmall {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; text-decoration: none; }

.pageheadings { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000f43; text-decoration: none ; font-weight: bold;  }

.blueheadings { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000f43; text-decoration: none ; font-weight: bold;  }

.bigredheadings { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #5b000e; text-decoration: none ; font-weight: bold;  }

a.whitelinkssmall:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: underline}
a.whitelinkssmall {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none}

.newsheadings { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000f43; text-decoration: none ; font-weight: bold; }

.merchheadings { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #c00000; text-decoration: none ; font-weight: bold; }

.newsheadings12 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #5b000e; text-decoration: none ; font-weight: bold; }

a.yellowlinks:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC9900; text-decoration: underline}
a.yellowlinks:Active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC6600; text-decoration: none}
a.yellowlinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC6600; text-decoration: none}

a.yellowlinkssmall:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #CC9900; text-decoration: underline}
a.yellowlinkssmall {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #CC6600; text-decoration: none}

a.redlinks:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #3c4e8e; text-decoration: underline}
a.redlinks:Active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000f43; text-decoration: none}
a.redlinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000f43; text-decoration: none}

a.redlinkssmall:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #9B0000; text-decoration: underline}
a.redlinkssmall {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #5b000e; text-decoration: none}

#pageshadows {
	width: 1048px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/pagebg.jpg');
	height: auto !important;
}

#pagewrap {
	width: 968px;
	background-color: #FFF;
	padding: 0px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
}

#page {
	width: 100%;
}

/* Header */

#header {
	background-image: url('../images/header-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	height: 97px;
}
#logo {
	background-image: url('../images/pb_logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 222px;
	height: 77px;
	padding: 20px 0px 0px 30px;
	float: left;
	
}
#logo h1 {
	margin: 0px 0px 0px -2000px;
}

/* Menu */

#menu {
	width: 100%;
	overflow: hidden;
}

/*
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#menu ul li {
	float: left;
	border-right: 1px solid #1C3963;
}
#menu a {
	color: #FFF;
	padding: 0px 12px 0px 12px;
	height: 30px;
	line-height: 30px;
}
#menu a:hover {
	color: #1C3963;
	background-image: url('../images/menu-hover-bg.gif');
	background-repeat: repeat-x;
}*/

#menu-ref {
	height: 37px;
	background-image: url('../images/menu-ref.jpg');
	background-repeat: no-repeat;
	width: 100%;
}

/* Top Menu */

#topmenu {
	float: right;
	height: 45px;
}

#topmenu-middle {
	background-image: url('../images/topmenu-middle.jpg');
	background-repeat: repeat-x;
	height: 45px;
	float: left;
}

#topmenu-left {
	background-image: url('../images/topmenu-left.jpg');
	background-repeat: repeat-x;
	height: 45px;
	width: 20px;
	float: left;
}
#topmenu-right {
	background-image: url('../images/topmenu-right.jpg');
	background-repeat: repeat-x;
	height: 45px;
	width: 22px;
	float:left;
}

#topmenu ul {
	list-syle-type: none;
	margin: 0px;
	padding: 0px;
}
#topmenu ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	font-size: 12px;
}
#topmenu a {
	color: #000;
	float: left;
	padding-left: 10px;
}
#topmenu a:hover { color: #183562; text-decoration: none }
#topmenu a img {
	border: none;
	margin-top: 10px;
}
#pbBreadCrumb {
	padding: 10px;
	float: left;
}


/* Search */

#search {
	width: 250px;
	margin-left: auto;
	padding-top: 6px;
}
#search img {
	padding-top: 2px;
	padding-right: 10px;
	float: left;
}
#search .textbox{
	float: left;
	border: 1px solid #1D87BE;
	height: 16px !important;
	background:none;
}
#search input{
	float: left;
	width: 59px;
	height: 22px;
	background-image: url('../images/search_button.gif');
	border: none;
	padding-top: 1px;
}

/* Page Body Content */

#bodycontent {
	width: 689px;
	float: left;
	color: #555555;
	padding: 0px 12px 0px 12px;
}
#bodycontent h1 {
	color: #1D87BE;
}
#bodycontent .summary {
	border-top: 1px dotted #CACACA;
	border-bottom: 1px dotted #CACACA;
	color:#1D87BE;
	font-size:12px;
	line-height:20px;
	padding:5px
}

.rightcontent {
	float: left;
	width: 250px;
	min-height: 510px;	
	padding-top: 15px;
	padding-top:40px;
}

.rightcontentcat {
	float: left;
	width: 250px;
	min-height: 510px;	
	padding-top: 5px;
}

.feature {
	float: left;
	padding-bottom:5px;
	padding-right:15px;
	padding-top:14px;
}

img {
	border:0 none;
}

#backarrow {
	float: right;
	padding-top: 10px;
}



/* Home Page */

.home-hero {
	float: left;
	width: 713px;
}
#homepage .buttons  {
	float: left;
	width: 250px;
	min-height: 308px;
	padding-top: 0px;
}
.buttons {
	float: left;
	width: 250px;
	min-height: 510px;
	padding-top:40px;
}
.buttons .button {
	width: 250px;
	height: 75px;
	margin-bottom: 1px;
	float: left;
}
.buttons .button a img {
	width: 250px;
	height: 75px;
	margin-bottom: 2px;
	float: left;
	border: none;
}

/* Portals */

#portalswrap {
	width: 100%;
}
.topportal1,
.topportal2,
.topportal3 {
	float: left;
	background-repeat: no-repeat;
	width: 304px;
	height: 143px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 8px;
	overflow: hidden;
	padding: 8px;
}
.topportal1 h2,
.topportal2 h2,
.topportal3 h2 {
	margin-top: 2px;
	font-size: 17px;
}
.topportal1 a img,
.topportal2 a img,
.topportal3 a img {
	border: none;
	margin-top: 5px;
}
.topportal1 {
	background-image: url('../images/top-portal-1.jpg');
	color: #CA2322;
}
.topportal1 h2{
	color: #CA2322;
}
.topportal2 {
	background-image: url('../images/top-portal-2.jpg');
	color: #699B10;
}
.topportal2 h2{
	color: #699B10;
}
.topportal3 {
	background-image: url('../images/top-portal-3.jpg');
	color: #193660;
}
.topportal3 h2{
	color: #193660;
}

.topportal1 ul,
.topportal2 ul,
.topportal3 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.portal {
	float: left;
	background-image: url('../images/portal-bg.jpg');
	background-repeat: no-repeat;
	width: 304px;
	height: 158px;
	margin-right: 2px;
	margin-top: 8px;
	overflow: hidden;
	padding: 8px 8px 20px 8px;
}
.portal h2 {
	margin-top: 2px;
	margin-bottom: 7px;
	font-size: 17px;
}
.portal a img {
	border: none;
	margin-top: 5px;
}
.portal p {
	margin-top: 5px;
}
.portal .bulletlink , 
.portal .rsslink {
	background-repeat: no-repeat;
	padding: 0px 10px 2px 17px;
	line-height: 27px;
}
.portal .bulletlink {
	background-image: url('../images/bullet.gif');
}
.portal .rsslink {
	background-image: url('../images/rssfeed.gif');
}
.portal  ul {
	list-style-type: none;
	margin: 0 0 14px 0;
	padding: 0px;
}
.portal  li {
	margin-bottom: 5px;
}
.portal .datetext {
	width: 55px;
	float: left;
}
.portal .portalcontent {
	overflow: hidden;
	height: 143px;
	width: 304px;
}
.portal .portalcontent p {
	margin-bottom: 0;
}

/* Footer */

#footer {
	clear: both;
	background-image: url('../images/footer-bg.jpg');
	background-repeat: no-repeat;
	width: 948px;
	padding: 25px 10px 0 10px;
	height: 100px;
}
#footer a {
	color: #FFF;
	display: block;
	line-height: 160%;
} 
#footer a:hover {
	color: #1D87BE;
}
.footernote {
	color: #FFF;
	font-size: 90%;
	line-height: 280%;
	float: right;
	margin-right:10px;
	margin-top:70px;
}

/* Miscellanious */
.floatclear {
	clear: both;
}


ul {margin: 0; padding: 0; list-style: none;}

.column {
	padding: 8px 8px 0 8px;
	width: 150px;
	height: 90px;
}

.column {
/* the proper rules ready for future */
column-count: 2;

/* Moz/Firefox rules */
-moz-column-count: 2;

/* Safari & Chrome rules */
-webkit-column-count: 2;

} 

.collecthead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666;
}

.box-con{ background:#e1e1e1; width:100%; clear:both; overflow:hidden; }



.news-feed ul li{ display:block; list-style:none; margin:5px 5px;}
.news-feed ul li a{ font-size:11px; color:#000; border-bottom:1px solid #000000; padding:0px 0px; text-decoration:none;}
.news-feed ul li a:hover{ font-size:11px; color:#8a2c38;  }


