/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/

/*Body and Base*/
body {
	font-family:"Trebuchet MS" !important;
	font-size:16px;
	letter-spacing:0;
	line-height:20px;
	word-wrap:break-word;
	margin-top:0;
}
a[href] {
	color: #022976 !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}
body a {
	color: #022976 !important;
}
a {
	color: #01297A !important;
}
a:link {
	color: #01297A;
}
#network {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #014C8A;
	margin-left: 9px;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
}
/*Basic Structure*/

.white-type {
	color: #FFFFFF !important;
}
#header {
	background-image: url(/images/head.png);
	background-repeat: no-repeat;
	height: 318px;
	width: 999px;
	position: relative;
	left: 0px;
	top: 0px;
}
#navigation {
	position: absolute;
	left: 19px;
	top: 248px;
}
#wrapper {
	width: 999px;
	margin:0 auto;
	text-align:left;
}
#content-wrap {
	background-repeat: no-repeat;
}
#content {
	padding: 0px;
	width: 999px;
	position: relative;
	background-image: url(/images/content-tile.png);
	background-repeat: repeat-y;
}
#content-top {
	background-image: url(/images/content-top.png);
	background-repeat: no-repeat;
	padding-top:20px;
	background-position:9px 0;
}
#footer {
	width: 999px;
	color: #FFFFFF;
	position: relative;
	background-image: url(/images/foot.png);
	background-repeat: no-repeat;
	height: 341px;
}
#footer a {
	color: #FFFFFF !important;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF !important;
	text-decoration: underline;
}
#utility hr {
	width: 293px !important;
	color: #306BAC;
	background-color: #306BAC;
	display: block;
	height: 1px;
}
#nav-secondary {
}
#sidebar {
}
#search {
}
#search-form {
	margin-top:1px;
}
#search-form input {
	border:1px solid #01297A;
	height:15px;
	width:200px;
	padding:2px;
}
#search-form #button {
	background-color:#02387E;
	color:#FFFFFF;
	height:21px;
	position:relative;
	top:-3px;
	width:63px;
	font-size: 0px;
	background-image: url(/images/button-search.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	cursor: pointer;
}
#login {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 620px;
	margin-top: 1px;
}
#login label {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 620px;
}
#login a {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF !important;
	width: 620px;
	text-decoration: none;
}
#login a:hover {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF !important;
	width: 620px;
	text-decoration: underline;
}
#login input {
	border:1px solid #01297A;
	height:15px;
	padding:2px;
}
#login #login-input {
	width: 150px;
}
#login #password {
	width: 80px;
}
#login #remember_me2 {
	margin-left:0;
	margin-top:0;
	position:relative;
	top:4px;
}
#login #cmd_submit {
	background-color:#02387E;
	color:#FFFFFF;
	height:21px;
	position:relative;
	top:-3px;
	width:53px;
	font-size: 0px;
	background-image: url(/images/button-login.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	text-indent: -5000px;
	cursor: pointer;
}
#bug {
	background-image: url(/images/pm_bug.gif);
	display: block;
	height: 51px;
	width: 124px;
}
/*Basic Navigation*/

#navigation a {
}
#navigation a:hover {
}
/*Blog*/

#theblog {
}
#theblog a {
}
#theblog a:hover {
}
.the_date {
}
.title {
}
/*Forms*/


.field {
}
.regular {
}
.description {
}
h4 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-style: normal;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
ol {
	clear:both;
	float:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:5px;
	padding:2px;
}
label {
	color:#000000;
	font-family:Trebuchet MS;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
li.sub-section {
	clear:left;
	padding:10px 10px;
}
li.form-element dt {
	float:left;
	width: 75px;
}
li.form-element {
stylesheet.css (line 580) clear:both;
	padding-top:2px;
}
input.text-input {
	padding:2px;
	border: 1px solid #666666;
}
a.visibility-toggle {
	font-size:100%;
}
.submit {
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0pt;
	margin:5px 0pt 0pt;
}
/* BASE TYPOGRAPHY */
p, ul {
	margin: 0 0 1.5em;
}
h1, h2, h3 {
	letter-spacing: -1px;
	font-family: Trebuchet MS;
	padding-bottom: .1em;
}
h1 {
	font-size: 196%;
	margin-top:.6em;
}
h2 {
	font-size: 136%
}
h3 {
	font-size: 126%
}
.highlight {
	color:#E17000
}
.subdued {
	color:#999
}
.error {
	color:#c00;
	font-weight:bold
}
.success {
	color:#390;
	font-weight:bold
}
.caption {
	color:#999;
	font-size:11px
}
.date {
	font: bold 82%;
	color:#bbb;
	display:block;
	letter-spacing: 1px
}
small {
	font-size:11px
}
/*CUSTOM SITE FORMS*/

.loginfields {
}
.loginbutton {
}
/*CUSTOM SITE TYPOGRAPHY*/

.text_head {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #022976;
}
.text_sub {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family:georgia;
	font-style: italic;
}
.text_date {
	font-size: 10px;
	font-weight: bold;
	color: #CD3F20;
}
.text_location {
	color:#CD3F20;
	font-family:georgia;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
.text_description {
	font-size: 12px;
	font-weight: bold;
	color: #02387E;
}
.read-more {
	font-size: 11px;
	font-weight: bold;
}
#slideshow {
	height: 303px;
	width: 917px;
	background-image: url(/images/slide-panel.png);
	background-repeat: no-repeat;
	margin-left:39px;
}
#logo {
	height: 171px;
	width: 335px;
	position: absolute;
	left: 40px;
	top: 40px;
}
#subscribe {
	height:32px;
	left:435px;
	overflow:hidden;
	position:absolute;
	top:162px;
	width:390px;
}
#subscribe input {
	border:1px solid #C2C3C4;
	color:#636566;
	font-size:12px;
	height:26px;
	margin-top:0;
	position:relative;
	top:-1px;
}
#subscribe .submit {
	height:32px;
	margin-top:0;
	position:relative;
	top:0;
	cursor:pointer;
}
#subscribe #virtual_3_email {
	width:257px;
}
#subscribe #virtual_3_zip {
	width:75px;
}
#share {
	height:32px;
	left:910px;
	position:absolute;
	top:10px;
	width:69px;
}
#head-network {
	height:41px;
	left:864px;
	position:absolute;
	top:164px;
	width:124px;
}
#head-network a {
	text-indent: -5000px;
	display: inline-block;
	height: 41px;
	width: 41px;
	float: left;
	overflow: hidden;
	background-image: url(/images/network.png);
	margin-right:-2px;
}
#head-network a.facebook {
	background-position: 0px 0px;
}
#head-network a.facebook:hover {
	background-position: 0px -40px;
}
#head-network a.twitter {
	background-position: 80px 0px;
}
#head-network a.twitter:hover {
	background-position: 80px -40px;
}
#head-network a.youtube {
	background-position: 40px 0px;
}
#head-network a.youtube:hover {
	background-position: 40px -40px;
}
#columns {
	background-image:url("/images/utility-tile.png");
	background-position:654px 0;
	background-repeat:repeat-y;
	margin-top:25px;
}
#columns-sub {
	background-image:url("/images/utility-tile.png");
	background-position:654px 0;
	background-repeat:repeat-y;
}
#utility h2 {
	background-image:url("/images/h2-utility.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:25px;
	font-weight:normal !important;
	height:100px;
	letter-spacing:0;
	line-height:100px;
	margin-bottom:5px;
	margin-top:0;
	text-indent:25px;
	width:300px;
}
#content-column h1 {
	background-image:url(/images/h1-background.png);
	background-repeat:no-repeat;
	color:#680104;
	display:block;
	font-size:18px;
	font-weight:normal !important;
	height:100px;
	letter-spacing:0;
	line-height:100px;
	margin-bottom:15px;
	margin-top:0;
	text-indent:25px;
	width:577px;
}
#content-column h2 {
	background-image:url(/images/h1-background.png);
	background-repeat:no-repeat;
	color:#680104;
	display:block;
	font-size:25px;
	font-weight:normal !important;
	height:100px;
	letter-spacing:0;
	line-height:100px;
	margin-bottom:15px;
	margin-top:0;
	text-indent:25px;
	width:577px;
}
.inner {
	padding: 8px;
}
#footer .inner {
	margin-left:20px;
	margin-right:20px;
	padding:20px;
	font-size: 14px !important;
}
#footer-navigation {
	font-size: 15px;
	margin-bottom: 80px;
}
#legal {
	margin-bottom: 80px;
}
a#pminc-foot {
	background-image:url("/images/pminc-logo-foot.png");
	background-repeat:no-repeat;
	display:block;
	height:89px;
	left:800px;
	overflow:hidden;
	position:absolute;
	text-indent:-5000px;
	top:222px;
	width:160px;
}
#foot-network {
	height:30px;
	left:885px;
	position:absolute;
	top:20px;
	width:74px;
}
#foot-network a {
	text-indent: -5000px;
	display: inline-block;
	height: 30px;
	width: 22px;
	float: left;
	overflow: hidden;
	background-image: url(/images/network-foot.png);
	margin-right: 1px;
	background-repeat: no-repeat;
}
#foot-network a.facebook {
	background-position: 0px 0px;
}
#foot-network a.twitter {
	background-position: -25px 0px;
}
#foot-network a.youtube {
	background-position: -52px 0px;
}
a#foot-rss {
	background-image:url("/images/rss-foot.png");
	background-repeat:no-repeat;
	display:inline-block;
	height:31px;
	left:820px;
	overflow:hidden;
	position:absolute;
	text-indent:-5000px;
	top:21px;
	width:54px;
}
#utility .inner {
	padding: 10px;
}
.event {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #11508A;
}
.event .title a {
	font-size: 16px;
	font-weight: bold;
	color: #042F57 !important;
	text-decoration: none;
}
.event .title a:hover {
	color: #690000 !important;
	text-decoration: underline;
}
.event .date {
	color: #690000;
	font-size: 12px;
	font-weight: bold;
}
.event .teaser {
	color: #333;
}
a.more {
	color: #104E88 !important;
	text-decoration: none;
}
a.more:hover {
	color: #000000 !important;
	text-decoration: underline;
}
#footer .submenu{
	display: none;
}

#footer-navigation a{
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
