﻿@import url('nav.css');

/* YUI reset and extra */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

textarea {overflow-y:auto;}
html {overflow-y:scroll;}
:focus {outline: 0;}
input[type="image"] {border: 0;}

html {
	min-height: 100%;
	height: auto;
	font-size: 76%;
}

body {
	background: #efefef url("/style%20library/images/backgrounds/bg.gif") repeat-x;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a, a:visited {
color: #21459C;
text-decoration: none;
}

a:hover, a:active {
color: #FF5700;
}


/* Top links */
#top-links-wrapper {
	width: auto;
	height: 29px;
	background: url("/style%20library/images/backgrounds/bg-curve.gif") center top no-repeat;
}

#top-links-inside {
	height: 29px;
	width: 944px;
	margin: 0 auto;
}

#top-links {
	position: relative;
	float: right;
	height: 29px;
	margin: 0;
	padding: 0 0 5px 45px;
	list-style-type: none;
	background: url("/style%20library/images/backgrounds/bg-curve.gif") 0 -29px no-repeat;
}

#top-links-inside li {
	display: inline;
	height: 29px;
	margin: 0;
	padding: 0 14px 0 12px;
	list-style-type: none;
	font: normal 12px/29px Helvetica, Arial, sans-serif;
	color: #888888;
	background: url("/style%20library/images/backgrounds/li.gif") right no-repeat;
}

#top-links-inside li.last {
	background: none;
}

#top-links-inside li a {
	color: #888888;
	text-decoration: none;
}

#top-links-inside li a:hover {
	color: #333333;
	text-decoration: none;
}

#top-links-inside li.loginlast {
	background: none;
	padding-right: 0px;
}

#loginlink {
	background: url("/style%20library/images/buttons/triangle_right.png") right no-repeat;
	padding-right: 14px;
}

#loginlink-x {
	background: url("/style%20library/images/buttons/triangle_right.png") right no-repeat;
	padding-right: 14px;
}


/* Head area */
#head-wrapper {
	background: #fff;
}

#head {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 74px 0 0 0;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 232px;
	height: 55px;
	font: normal 26px/30px Helvetica, Arial, sans-serif;
	color: #244598;
	overflow: hidden;
	text-transform: uppercase;
}

#logo span {
	position: absolute;
	top: 0;
	left: 0;
	width: 232px;
	height: 55px;
	background: url("/style%20library/images/titles/pervasive.gif") no-repeat;
}

/* Search box was 30px*/
#search-box {
	position: absolute;
	top: 20px;
	right: 17px;
	width: 270px;
	text-align: right;
	display: none;
}

.search-input {
	width: 142px; /*162*/
	height: 20px; /*25*/
	background: url("/style%20library/images/backgrounds/search-box.gif") bottom no-repeat;
	border: 0;
	padding: 5px 10px 0 10px;
	margin: 2px 0 0 0;
	vertical-align: top;
}

.search-button-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 85px;
	height: 30px;
	margin: 0 0 0 8px;
}

.search-button-fake {
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	height: 30px;
	background: url("/style%20library/images/buttons/search.gif") no-repeat;
	cursor: pointer;
}


/* page layouts */

#contentmain {
	width: 960px;
	margin: 0 auto 15px auto;
	padding: 0;
}

/* Footer area */

#feeds-wrapper {
display: none;
	background: #f6f6f6;
	border-top: 1px solid #e0e0e0;
	padding: 18px 0 20px 0;
}

#feeds {
	width: 960px;
	height: 16px;
	margin: 0 auto;
	text-align: center;
}

#feeds li {
	display: inline;
	margin: 0 10px;
	line-height: 14px;
}

#feeds li a {
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	color: #999999;
	text-decoration: none;
	padding: 1px 0 0 20px;
	background: url("/style%20library/images/backgrounds/feeds.png") 0 20px no-repeat;
}

#feeds li a:hover {
	color: #333333;
	text-decoration: none;
}

#feeds li a.feed-rss { background-position: 0 0; }
#feeds li a.feed-stumble { background-position: 0 -20px; }
#feeds li a.feed-delicious { background-position: 0 -40px; }
#feeds li a.feed-technorati { background-position: 0 -60px; }
#feeds li a.feed-digg { background-position: 0 -80px; }

#footer-wrapper {
	border-top: 1px solid #e0e0e0;
	background: #efefef;
	padding: 30px 0 30px 0;
	clear: both;
}

#footer-wrapper #footer {
	width: 960px;
	margin: 0 auto;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	color: #999999;
	text-align: center;
}

#footer-wrapper #footer p {
	margin: 0 0 5px 0;
}

#footer-wrapper #footer a {
	color: #999;
	text-decoration: underline;
	padding: 0 8px;
}

#footer-wrapper #footer a:hover {
	color: #333;
	text-decoration: underline;
}

#footer-wrapper #footer span {
	padding: 0 8px 0 0;
	font-weight: bold;
}

#footer-wrapper #footer #footer-logo {
	position: relative;
	font: normal 20px/29px Helvetica, Arial, sans-serif;
	color: #848484;
	width: 113px;
	height: 29px;
	margin: 0 auto 15px auto;
	overflow: hidden;
	text-transform: uppercase;
}

#footer-wrapper #footer #footer-logo span {
	position: absolute;
	top: 0;
	left: 0;
	width: 113px;
	height: 29px;
	padding: 0;
	margin: 0;
	background: url("/style%20library/images/titles/footer-logo.gif") no-repeat;
}

/*pcom hero*/

#hero {
	width: 960px;
	height: 278px;
	background: transparent url("/style%20library/images/home/home_background.jpg") top left no-repeat;
}

#hero-content {
	color: #212863;
	font-size: 25px;
	line-height: 35px;
	padding: 30px 300px 0 20px;
}

#hero-content strong {
	color: #FF5700;
}

/* Two Column Styles */

#column-container {
	clear: both;
}


#contentmain.two-col #pcom-col1 {
	vertical-align: top;
	width: 465px;
	padding: 0;
	margin: 15px 15px 15px 0;
	float: left;
}

#contentmain.two-col #pcom-col2 {
	vertical-align: top;
	width: 465px;
	padding: 0;
	margin: 15px 0 15px 15px;
	float: left;
}

#contentmain.two-col-pullquote #pcom-col1 {
	vertical-align: top;
	width: 580px;
	padding: 0;
	margin: 0 15px 0 0;
	float: left;
}

#contentmain.two-col-pullquote #pcom-col2 {
	vertical-align: top;
	width: 310px;
	padding: 0;
	margin: 0 0 0 15px;
	float: left;
	background: transparent url("/style%20library/images/p/pullquote_background.png") top right repeat-y;
}


.pullquote-top {
	width: 310px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: transparent url("/style%20library/images/p/pullquote_top.png") top right no-repeat;
}

.pullquote-bottom {
	width: 310px;
	height: 20px;
	margin: 0;
	padding: 0;	
	background: transparent url("/style%20library/images/p/pullquote_bottom.png") top right no-repeat;
}

.pullquote-inner {
	margin: 0 15px 0 10px;
}

/* Three Column Styles */

#contentmain.three-col #pcom-col1, #contentmain.three-col #pcom-col2, #contentmain.three-col #pcom-col3 {
	vertical-align: top;
	width: 300px;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#contentmain.three-col #pcom-col3 {
	margin-right: 0;
}

#contentmain.no-col {
	width: 930px !important;
}

#pcom-col1.c1-home, #pcom-col2.c2-home {
	margin-top: 15px !important;
}

/* content styles */

#column-container p {
	margin: 15px 0;
}

#column-container h1, #column-container h2, #column-container h3, #column-container h4, #column-container h5, #column-container h6 {
	font-weight: bold;
	margin: 15px 0;
}

/*contact page*/
.contact-table {
width: 100%;
}

.contact-table td, .contact-table th {
vertical-align: top;
text-align: left;
padding: 0 10px 10px 0;
}

.contact-table h3 {
vertical-align: top;
text-align: left;
border-bottom: 1px dotted #5E686B;
font-weight: bold;
font-size: 1em;
color: #5E686B;
padding: 10px 0 0 0;
}

#column-container .contact-table h4 {
font-size: 1em;
color: #21459C;	
margin-top: 0;
padding: 0;	
}