/*
-----------------------------------------------
PCIS Styles
Version:  January 2010
----------------------------------------------- */

/* DEFAULTS*/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, textarea {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th, textarea {
	font-size: 100%;  /*16px*/
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STYLES */

body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;  /*16px*/
	line-height:1.125em;
	font-weight: normal;
	font-style: normal;
	color: #333;
	text-align: center;
	background: #f1f1f1 url(/pcis_images/bg_grey.jpg) repeat-x;
	
}

<!--[if !IE]-->
body {
    font-size: 16px;
}
<!--[endif]-->

a {
	color: #999;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




/* LAYOUT */

.clear {
	clear: both;
}

.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin: 2px 20px 16px 0;
}

img.right {
	float: right;
	margin: 2px 0 16px 20px;
}

img.across {
	margin: 2px 0 16px 0;
}

img.flushleft {
	margin-left: -20px;
}

img.flushright {
	margin-right: -20px;
}

#container {
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 0; 
	background: url(/pcis_images/bg_container.gif) repeat-y;
	text-align: left;
}


/* HEADER */

#header {
	margin: 0 20px 0 20px;
	padding: 0;
	width: 950px;
	height: 185px;
	background: url(/pcis_images/bg_header_blue.jpg) no-repeat 0 0;
	position: relative;
	top: 0;
}

#logo {
	float: left;
}

#logo img.logo {
	margin-left: 15px;
}

#header h1 {
	margin: 0;
	padding: 0;
	float: right;
	white-space: nowrap;
}

#header a.keyword {
	padding: 0 0 0 10px;
	font-size: .5625em;
	color: #416894;
	text-transform: lowercase;
	font-family: tahoma, arial, helvetica, sans-serif;
}

#header a.keyword:hover {
	color: #8A0d0d;
}

#header p {
	text-align: right;
	clear: both;
}

#header p.contacttel {
	font-family: verdana, arial, helvetica, sans-serif;
	clear: both;
	color: #02305c;
	font-size: 1em; /*16px*/
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

#header p.contactloc {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #02305c;
	font-size: .6875em;  /*11px*/
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* MAIN BODY */
#main {
	width: 950px;
	display: block;
	/*min-height: 435px; */
	margin: 0 20px 0 20px;
	padding: 0;
}
#home_left {
	width: 715px;
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#home_right {
	width: 225px;
	float: right;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
#main_left {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 236px;
	display: block;
}
#main_right {
	width: 690px;
	display: block;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}

#pageheader {
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	padding: 1em 0 1em 0;
	margin: 0 0 20px 0;
}

#pageheader h1 {
	color: #000;
	font-size: 2em;  /*32px*/
	line-height: 1.5em;
	letter-spacing: -1px;
}

#pageheader h2 {
	color: #999;
	font-size: 1.25em;  /*20px*/
	line-height: 1.25em;
}

#column_right {
	position: relative;
	top: 0;
	width: 215px;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}

/* CONTACT FORMS */
/* contact sidebar */
#contactbar {
	width: 200px;
	height: 550px;
	background: url(/pcis_images/bg_contact_form.gif) no-repeat 0 0;
	display: block;
	margin: 0 0 0 15px;
}
#contactbar-body {
	margin: 7px 13px 7px 7px;
}

#contactbar-body p.title {
	position: relative;
	padding: 5px 0 10px 50px;
	font-size: 1.25em;
	line-height: 1.1em;
	color: #8A0d0d;
	height: 40px;
	margin: 0;
}

#contactbar-text {
	padding: 0 0 10px 0;
	color: #8A0d0d;
	font-size: .75em;
	margin: 0;
}
#contactbar-body .contactbar-label {
	color: #8A0d0d;
	font-size: .6875em;
	line-height: 1em;
	margin-top: 5px;
}
#contactbarform {
}
#contactbarform input.txt {
	background-color: #fff;
	border: 1px solid #c2c2c2;
	font-size: .6875em;
	padding: 1px;
	width: 180px;
	margin-top: 1px;
}
#contactbarform select {
	background-color: #fff;
	border: 1px solid #c2c2c2;
	font-size: .6875em;
	margin-top: 1px;
	padding: 1px;
	width: 180px;
}
#contactbarform textarea {
	background-color:#fff;
	border: 1px solid #c2c2c2;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;  /*16px*/
	line-height:1.125em;75
	padding: 1px;
	width: 180px;
	overflow: auto;
	margin-top: 1px;
	font-size: .6875em;
}
#contactbarform p.submit {
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: center;
	width: 180px;
}
#contactbar-body .tel {
	border-top: 1px solid #c2c2c2;
	color: #8A0d0d;
	font-size: .75em;
	font-weight:bold;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	width: 180px;
}
#contactbar-body .details {
	color: #8A0d0d;
	font-size: .75em;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 180px;
}
#contactbar-body .details a {
	color: #416894;
}
#contactbar-body .details a:hover {
	color: #8a0d0d;
}





#column_left {
	position: relative;
	top: 0;
	width: 475px;
	float: left;
	padding:10px 0 5px 0;
	margin: 0;
	display: block;

}

#column_left h1 {
	color: #000;
	font-size: 2em;  /*32px*/
	line-height: 1.5em;
	padding:0;
	margin: 1em 0 0 .5em;
}

#column_left h2 {
	color: #000;
	font-size: 1.5em;  /*24px*/
	line-height: 1.25em;
	border: none;
	padding: 0;
	margin: 1em 0 .5em 0;
}

#column_left h3 {
	color: #000;
	font-size: 1em; /*16px*/
	line-height: 1em;
	padding: 0;
	margin: .5em 0 .25em 0;
}
#column_left p {
	color: #666;
	font-size: .875em; /*14px*/
	line-height: 1.5em /*24px*/;
	margin: 0 0 1em 0;
}

#column_left ul{
	list-style: none;
}

#column_left ul li {
	background: url(/pcis_images/bullet_yellow_arrow.gif) no-repeat 0 6px;
	padding:.1em 0 .4375em 30px;
	margin: 0;
	color: #666;
	font-size: .875em; /*14px*/
	line-height: 1.5em /*24px*/;
}

#column_left ul li a:link {
	color: #666;
}

#column_left ul li a:visited {
	color: #666;
}

#column_left ul li a:hover {
	color: #8a0d0d;
}


#column_left li {
	background-image: ;
}

#column_left ul.blocklist {
	display: block;
	border-top: 1px solid #c9c9c9;
	clear: both;
	margin: 40px 0 0 0;
	padding: 0;
}

#column_left li.listid {
	float: left;
	margin-right: 25px;
	width: 200px;
	background-color: #e9e9e9;
	background-image: none;
	padding: 8px 5px 8px 8px;
}

#column_left li.listid h2 {
	background-image: none;
	font-size: .875em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

#column_left li.listtext {
	background-image: none;
	font-size: .75em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 8px;
}


/*SEARCH BAR */

#searchbar {
	float: right;
	width: 400px;
	margin-top: 20px;
}

#searchbar input {
	float: right;
	font-size: .8125em; /*13px*/
    border: 1px solid #a4adb4;
}

#searchbar input.searchbox {
	width: 162px;
	height: 18px;
	padding: 1px;
}

#searchbar input.search {
	margin-left: 7px;
	border: none;
	padding: 0;
}

#searchbar label {
	display: none;
}

#searchbar ul {
	font-size: .6875em;  /*11px*/
	list-style: none;
}

#searchbar ul li {
	display: inline;
	float: right;
	margin: 1px 0 2px 0;
}

#searchbar ul li a:link {
	color: #999;
}

#searchbar ul li a:visited {
	color: #999;
}

#searchbar ul li a:hover {
	color: #8a0d0d;
}

#searchbar ul li a.contact {
	margin-right: 25px;
	background: url(/pcis_images/icon_env.gif) no-repeat 0 1px;
	padding: 0 0 6px 24px;
}

#searchbar ul li a.contact:hover {
	background: url(/pcis_images/icon_env_on.gif) no-repeat 0 1px;
}


/* HOMEPAGE BODY */
#banner {
	width: 715px;
	height:200px;
	background: url(/pcis_images/bg_banner.jpg) no-repeat 0 0;
	position: relative;
	padding: 0;
	margin: 0;
}
#banner_left {
	width: 500px;
	text-align: left;
	padding: 0 0 0 15px;
	color: #fff;
	position: relative;
	float: left;
	display: block;
}
#banner_left p.title {
	font-size: 2.625em;  /*42px*/
	line-height: 1.5em;
}

#banner_left p.subtitle {
	font-size: 1.25em;  /*20px*/
	line-height: 1.25em;
	padding-bottom: 15px;
}

#banner_left p.bannertxt {
	font-size: 1em;  /*16px*/
	line-height: 1.25em;
}

/* HOMEPAGE ADS */

#ads {
	width: 715px;
	height:150px;
	position: relative;
	margin: 37px 0 37px 0;
	padding: 0;
	display: block;
}
#home_ads_left {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 150px;
	display: block;
	float: left;
}
#home_ads_left h2 {
	color: #02305c;
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 0 0 .25em 0;
	padding: 0;
}
#home_ads_left p {
	color: #666;
	font-size: .75em;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

#home_ads_left ul{
	margin:0;
	padding:0;
	position: absolute;
	top: 125px;
}

#home_ads_left ul li {
	display: block;
	list-style:none outside none;
}
#home_ads_left ul li a {
	display: block;
	color: #8a0d0d;
	padding: 0 24px 0 110px;
	background: url(/pcis_images/icon_arrow_red.gif) no-repeat 97% 100%;
	font-size: .8125em; /*12px*/
	font-weight: bold;
}
#home_ads_left ul li a:link {
	color: #8a0d0d;
	text-decoration: none;
}
#home_ads_left ul li a:visited {
	color: #8a0d0d;
	text-decoration: none;
}
#home_ads_left ul li a:hover {
	color: #8a0d0d;
	text-decoration: underline;
}

#home_ads_right {
	margin: 0;
	padding: 0;
	width: 427px;
	height: 150px;
	display: block;
	float: right;
}
#home_ads_right h2 {
	color: #02305c;
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 0 0 .25em 0;
	padding: 0;
}
#home_ads_right p {
	color: #666;
	font-size: .75em;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

#home_ads_right ul{
	margin:0;
	padding:0;
	position: absolute;
	top: 130px;
}

#home_ads_right ul li {
	display: block;
	list-style:none outside none;
}
#home_ads_right ul li a {
	display: block;
	color: #8a0d0d;
	padding: 0 24px 0 35px;
	background: url(/pcis_images/icon_arrow_red.gif) no-repeat 97% 100%;
	font-size: .8125em; /*12px*/
	font-weight: bold;
}
#home_ads_right ul li a:link {
	color: #8a0d0d;
	text-decoration: none;
}
#home_ads_right ul li a:visited {
	color: #8a0d0d;
	text-decoration: none;
}
#home_ads_right ul li a:hover {
	color: #8a0d0d;
	text-decoration: underline;
}



/*
#ads ul {
	margin: 0;
	padding: 0;
}
#ads li {
	float: left;
	width: 229px;
	height: 200px;
	display: block;
	margin: 0 14px 0 0;
}
#ads li.none {
	float: left;
	width: 229px;
	height: 200px;
	display: block;
	margin: 0;
}
*/


/* FOOTER */

#footer {
	margin: 20px;
	padding: 20px 0 20px 0;
	width: 950px;
	background: #fff url(/pcis_images/bg_footer_shadow.jpg) no-repeat;
	position: relative;
	top: 0;
}

/* Stay Connected */

#connected {
	margin: 0;
	padding: 0;
	width: 225px;
	text-align: left;
	float: right;
	min-height: 150px;
}

#connected ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#connected ul li {
	font-size: .75em; /*12px*/
	line-height: 1.5em /*24px*/;
	margin: 1px 0 2px 0;
}

#connected ul li a:link {
	color: #666;
}

#connected ul li a:visited {
	color: #666;
}

#connected ul li a:hover {
	color: #8a0d0d;
}

#connected ul li.title {
	color: #8a0d0d;
	font-weight: bold;
	margin: 0;	
}

#connected ul li a.twitter {
	margin-right: 25px;
	background: url(/pcis_images/icon_twitter.gif) no-repeat 0 1px;
	padding: 2px 0 6px 24px;
}
#connected ul li a.rss {
	margin-right: 25px;
	background: url(/pcis_images/icon_rss.gif) no-repeat 0 1px;
	padding: 2px 0 6px 24px;
}
#connected ul li a.linkedin {
	margin-right: 25px;
	background: url(/pcis_images/icon_linkedin.gif) no-repeat 0 1px;
	padding: 2px 0 6px 24px;
}
#connected ul li a.facebook {
	margin-right: 25px;
	background: url(/pcis_images/icon_facebook.gif) no-repeat 0 1px;
	padding: 2px 0 6px 24px;
}
#connected ul li a.youtube {
	margin-right: 25px;
	background: url(/pcis_images/icon_youtube.gif) no-repeat 0 1px;
	padding: 2px 0 6px 24px;
}
#connected ul li a.email {
	margin-right: 25px;
	background: url(/pcis_images/icon_email.gif) no-repeat 0 1px;
	padding: 2px 0 6px 24px;
}
#connected ul li a.blog {
	margin-right: 25px;
	background: url(/pcis_images/icon_blog.gif) no-repeat 0 1px;
	padding: 2px 0 6px 24px;
}


/* More Info */

#moreinfo {
	margin: 0;
	padding: 0;
	width: 150px;
	text-align: left;
	float: right;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

#moreinfo ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#moreinfo ul li {
	font-size: .75em; /*12px*/
	line-height: 1.5em /*24px*/;
}

#moreinfo ul li a:link {
	color: #666;
}

#moreinfo ul li a:visited {
	color: #666;
}

#moreinfo ul li a:hover {
	color: #8a0d0d;
}

#moreinfo ul li a.bullet {

}

#moreinfo ul li.title {
	color: #8a0d0d;
	font-weight: bold;
	margin: 0;	
}

/* Long List */

#longlist {
	background: url(/pcis_images/bg_sidebar_long.gif) no-repeat 0 0;
	padding: 10px 5px 20px 10px;
	margin: 0;
	width: 225px;
	display: block;
}

#longlist ul{
	width: 210px;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

#longlist ul li {
	font-size: .6875em; /*11px*/
	line-height: 1.1875em /*19px*/;
}

#longlist ul li a:link {
	color: #666;
}

#longlist ul li a:visited {
	color: #666;
}

#longlist ul li a:hover {
	color: #8a0d0d;
}

#longlist ul li a.bullet {
	background: url(/pcis_images/bullet_yellow_small2.gif) no-repeat 0 4px;
	padding: 0 0 0 12px;
}

#longlist li.title {
	color: #8a0d0d;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

/* Short List */
#shortlist {
	background: url(/pcis_images/bg_sidebar_short.gif) no-repeat 0 0;
	padding: 10px 5px 0 10px;
	width: 225px;
	display: block;
	margin: 0;
}

#shortlist ul{
	width: 210px;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

#shortlist ul li {
	font-size: .6875em; /*11px*/
	line-height: 1.1875em /*19px*/;
	float: left;
}
#shortlist li a:link {
	color: #666;
}

#shortlist li a:visited {
	color: #666;
}

#shortlist li a:hover {
	color: #8a0d0d;
}

#shortlist li a.bullet {

}

#shortlist li.title {
	float: none;
	color: #8a0d0d;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

/* NEWS SECTION */

#column_left ul.newsheader {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

#column_left ul.newsheader li {
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

#column_left ul.newslist {
	display: block;
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
}


#column_left ul.newslist li.newsdate {
	float: left;
	margin: 0 20px 0 35px;
	width: 100px;
	background-image: none;
	background-color: none;
	font-size: .75em;
	font-weight: normal;
	line-height: 1em;
	padding: 0;
}
#column_left ul.newslist li.newslink {
	background-image: none;
	background-color: none;
	float: right;
	width: 300px;
	padding: 0;
}

#column_left ul.newslist li.newslink h2 {

	font-size: .875em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
iframe {
	width: 475px;
}
#footer_ads {
	margin: 5px 0 0 0;
	padding: 0;
	width: 558px;
	height: 130px;
	display: block;
	float: left;
}
#footer_ad_left {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 130px;
	display: block;
	float: left;

}
#footer_ad_right {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 130px;
	display: block;
	float: right;
}
#footer_ads h2 {
	color: #02305c;
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 0 0 .25em 0;
	padding: 0;
}
#footer_ads p {
	color: #666;
	font-size: .75em;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

#footer_ads ul{
	margin:0;
	padding:0;
	position: absolute;
	top: 135px;
}

#footer_ads ul li {
	display: block;
	list-style:none outside none;
}
#footer_ads ul li a {
	display: block;
	color: #8a0d0d;
	padding: 0 24px 0 35px;
	background: url(/pcis_images/icon_arrow_red.gif) no-repeat 98.5% 100%;
	font-size: .8125em; /*12px*/
	font-weight: bold;
}
#footer_ads ul li a:link {
	color: #8a0d0d;
	text-decoration: none;
}
#footer_ads ul li a:visited {
	color: #8a0d0d;
	text-decoration: none;
}
#footer_ads ul li a:hover {
	color: #8a0d0d;
	text-decoration: underline;
}

/* NEWSFEED */
#latest{
	width: 715px;
	height: 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	background-color: #8a0d0d;
}
#latestnav {
	float: left;
	width: 115px;
	height: 20px;
	display: block;
}
#latestnav p {
	float: left;
	color: #ffc843;
	margin: 0 10px 0 10px;
	font-size: .75em;
	padding: 0;
}
#latestnav ul{
	float: left;
	margin: 5px 6px 0 0;
	padding: 0;
	list-style: none;
}

#latestnav ul li{
	float:left;
	margin:0 4px 0 0;
}
#latestnav ul a {
	overflow:hidden;
	width: 5px;
	height: 9px;
	text-indent:-9999px;
	background:url(/pcis_images/icon_dbl_arrow.gif) no-repeat;
	display:block;
}
#latestnav a.btn-prev {
	background-postion:0;
}
#latestnav a.btn-next { 
	background-position:-9px 0 !important;
}
#latest .newslist {
	float: left;
	height: 20px;
	width: 600px;
	display: block;
}
#latest .newslist ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 600px;
}
#latest .newslist ul li {
	float: ;left;
	width: 600px;
	height: 20px;
	display: block;
}
#latest .newslist ul li a {
	color: #fff;
	font-size: .75em;
	position: relative;
	top: 0;
}
#latest .newslist ul li a:link {
	color: #fff;
}
#latest .newslist ul li a:visited {
	color: #fff;
}
#latest .newslist ul li a:hover {
	color: #ffc843;
}
