/*STYLE COMMON CSS*/
/*ADDED TRANSPARENT SPACER GIF BACKGROUND TO HELP WITH IE6 POSITION FIX JAVASCRIPT SOLUTION - SEE BARTOP AND BARBOTTOM BELOW*/
body {
	margin: 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 62.5%; 
	padding:0;
	background-image: url(../images/spacer.gif);
	overflow-x:hidden;
}
.doNotDisplay {<!-- BEGIN VIDEO PLAYER CODE -->


<script type='text/javascript' src='https://s3.amazonaws.com/video-blp/jwplayer.js'></script>

<div id='mediaplayer'>
	<strong>No suitable players found.</strong>
	<p>
		To view the video content on this page you must either...
		<ul>
			<li>Get Adobe Flashplayer</li>
			<li>Use a browser that supports HTML 5</li>
		</ul>
	</p>
	<div>
		<a href="http://get.adobe.com/flashplayer/"><img src="getflashplayer.png" border="0"/></a>
	</div>
</div>

<script type="text/javascript">
  jwplayer('mediaplayer').setup({
    'id': 'playerID',
    'width': '460',
    'height': '259',
    'provider': 'rtmp',
    'streamer': 'rtmp://s1ni93zzxt26is.cloudfront.net/cfx/st/',
    'file': 'PCBB_BLP_Final.mp4',
    'image': 'https://s3.amazonaws.com/video-blp/pcbb_blp_still.jpg',
   	'modes': [
   		{
   			type: 'flash',
   			src: 'https://s3.amazonaws.com/video-blp/player.swf'
   		},
    	{
    		type: 'html5',
    		config:
    		{
    			'file': 'https://s3.amazonaws.com/video-blp/PCBB_BLP_Final.mp4',
    			'provider': 'video'
    		}
    	}
    	/*,
    	{
    		type: 'download',
    		config:
    		{
    			'file': 'https://s3.amazonaws.com/video-blp/PCBB_BLP_Final.mp4',
    			'provider': 'video'
    		}
    	}
    	*/
    ]
  });
</script>


<!-- END VIDEO PLAYER CODE -->
  display: none !important;
}
.clearfloat {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	}

a {
	color: #203860;
	text-decoration:underline;
}
a:link, a:visited {
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}

/*IE6 FIX ADDED IN BELOW http://www.nowcss.com/javascript/emulating-position-fixed-in-ie-6-below*/
#bartop {
	background-color: #203860;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 99;
	width: 100%;
	font-size: 1.2em;
}
#barbottom {
	background-color: #203860;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 99;
	width: 100%;
	font-size: 1.2em;
}

* html #bartop { /*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

* html #barbottom { /*\*/position: absolute; bottom: expression((0 + (ignoreMe = document.documentElement.scrollBottom ? document.documentElement.scrollBottom : document.body.scrollBottom)) + 'px'); left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

body > #bartop {
	position: fixed;
	top: 0;
	right:0;
}

body > #barbottom {
	clear: both;
	position: fixed;
	bottom: 0;
	right:0;

}
#bartop td {
	color: #eee;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#barbottom td {
	color: #eee;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#bartop a {
	color: #eee;
	text-decoration: none;
}
#barbottom a {
	color: #eee;
	text-decoration: none;
}
#bartop a:hover {
	color: #fff;
	text-decoration: underline;
}
#barbottom a:hover {
	color: #fff;
	text-decoration: underline;
}

#header {
	position: relative;
	margin-top: 25px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0;
	background-image: url(../images/bg-header-pcbb-rounded-top.png);
	background-position: left top;
	height: 141px;
	width: 960px;
	text-align: center;
	background-repeat: no-repeat;
}

#header #login {
	position: absolute;
	left: 751px;
	bottom: 50px;
	margin: 0;
	width: 207px;
	height: 81px;
	background-image: url(../images/login-background-words.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

#header #login #loginform {
	margin-top: 28px !important;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header #login p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #login #loginform #form {
	margin: 0px;
	padding: 0px;
}

#header #login a {
	color: #444444;
	text-decoration: underline;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #login a:hover {
	color: #666666;
	text-decoration: none;
}

/*3COLUMN COMMON CSS*/
#wrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
	}

#col_wrap {
	background-image: url(../images/three-column.gif);
	background-repeat: repeat-y;
}

#navigation {
	float: left;
	width: 178px;
	margin:0;
	display: inline;
	margin-left: 4px;

}

#navigation .content {

	}
#navigation .content a {
	font-family: verdana;
	color: #203860;
	text-decoration: none;
}

#navigation .content .primary {
	background-image: url(../images/bg-leftnav-button.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 16px;
	width: 154px;
}
#navigation .content .topgreybar {
	background-color: #CCCCCC;
	width:178px;
	height:25px;
}
.pcbb-tab-content {
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	overflow: hidden;
	width: 262px;
}

#center {
	float: left;
	width: 594px;
	margin-left: 1px;
	display: inline;
}

#center .content {
	padding: 0;
	text-align: left;
	}
#center .content p {
	color: #333333;
	line-height: 120%;
	margin-right: 10px;
	font-size: 1.3em;
	margin-left:10px;
}

#center .content .bluetitle {
	color: #203860;
	font-weight:bold;
	}

#center .content h1 {
	margin-top: 2px;
	font-size: 1.6em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	color: #203860;
	text-transform: uppercase;
	margin-top: 11px;
}

#center .content h2 {
	font-size: 1.4em;
 	text-transform: uppercase;
	color: #203860;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #203860;
	margin-top:0;
	margin-bottom:0;
}
#center .content h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #203860;
	margin-right: 10px;
	margin-left: 10px;
}
#center .content li {
	margin-bottom: 8px;
	font-size: 1.3em;
	color: #333333;
	font-weight: normal;
	padding-right: 10px;
}
#center .content .indentul li {
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#center .content .indentul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#center .content .indentul2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#center .content .indentul a {
	text-decoration:underline;
}
#center .content .indentul a:hover {
	text-decoration:none;
}
#center .content ul a {
	text-decoration:underline;
}
#center .content ul a:hover {
	text-decoration:none;
}
#center .content .indentul2 li {
	margin-left: 45px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
		padding-bottom: 0;
}
#center .content .indentul2 a {
	text-decoration:underline;
}
#center .content .indentul2 a:hover {
	text-decoration:none;
}

#center .content #tabbedFeatures #tab-1 {
	background-color: #FFFFFF !important;
}
#center .content #tabbedFeatures #tab-2 {
	background-color: #FFFFFF !important;
}
#center .content #tabbedFeatures #tab-3 {
	background-color: #FFFFFF !important;
}

#center .content table tr td #tabbedFeatures ul li a {
	font-size: 0.8em !important;
}

#center .content #tabbedFeatures #tab-1 li {
	font-size: 1.3em;
	color: #203860;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height:normal;
	}
#center .content #tabbedFeatures #tab-1 p {
	font-size: 1.3em;
	margin: 0px !important;
	padding-top: 2px !important;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #203860;
	line-height:normal;
}
#center .content #tabbedFeatures #tab-1 a {
		color: #203860;
}

#center .content #tabbedFeatures #tab-2 li {
	font-size: 1.3em;
	color: #203860;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#center .content #tabbedFeatures #tab-2 p {
	font-size: 1.3em;
	margin: 0px !important;
	padding-top: 2px !important;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #203860;
	line-height:120%;
}

#center .content table tr td p {
	font-size: 1.3em;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 25px;
	margin-left: 10px;
}

#center .content #tabbedFeatures #tab-2 a {
		color: #203860;
}
#center .content #tabbedFeatures #tab-3 li {
	font-size: 1.3em;
	color: #203860;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#center .content #tabbedFeatures #tab-3 p {
	font-size: 1.3em;
	margin: 0px !important;
	padding-top: 2px !important;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #203860;
	line-height:120%;
}
#center .content #tabbedFeatures #tab-3 a {
		color: #203860;
}
#center .content form #request-info {
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
}
#center .content form #request-info tr td #reason {
	margin-top: 5px;
	margin-left: 30px;
}
#center .content form #request-info .requesttr {
	margin-bottom: 15px;
}
#center .content form table tr td {
	font-size: 1.3em;
}
#center .content .enlargetext {
	font-size: 1em;
	color: #333;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
	float: right;
	width: 300px;
	display:inline;
}
#center .content .enlargetext a {
	color: #333;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#center .content .enlargetext350 {
	font-size: 1em;
	color: #333;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
	float: right;
	width: 350px;
	display:inline;
}
#center .content .enlargetext350 a {
	color: #333;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#center .content .hometable {
	background-image: url(../images/Table-Background-3.jpg);
	background-repeat: no-repeat;
	height: 218px;
}
#center .content #map {
	float: right;
	margin-right: 10px;
	display:inline;
}

#center .content .feature {
	border: 1px dashed #666;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
}

#center .content .feature h2 {
	background: #fff none repeat scroll 0 0;
	color: #999;
	font-size: 1.5em;
	margin: 0px;
	padding: 0 4px 0 0;
	position: absolute;
	top: -8px;
	whitespace: nowrap;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#center .content #pagesinterest {
	height: 149px;
	width: 300px;
	padding: 1px;
	background-color: #FFF;
}
#center .content table tr td #thebid #link p {
	font-size: 1.2em;
	text-align: justify;
}

#right {
	float: left;
	width: 179px;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
	margin-left: 1px;
}

#right .content {
	text-align: left;
	color: #666;
	}
	
#right .content h1 {
	color: #182840;
	font-size: 1.6em;
	padding-left:8px;
}

#right .content h2 {
	font-size: 1.5em;
}

#right .content strong {
	margin-bottom: 4px;
}

#right .content a {
	color: #203860;
}

#right .content ul {
	padding-left: 14px;
}

#right .content img {
	border:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
}

#right .content hr {
	color: #DBDACC;
	border: 1px dashed #B4B3A9;
	border-style: none none dashed none;
}

#right .content #big {
	padding-left: 0px;
	padding-bottom: 0px;
	position: absolute;
	bottom: 0px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	}
	
#right .content #big p {
	font-size:1em;
	color:	#444444;
	text-align: center;
	padding: 0;
	margin: 0;
	}	
#right .content #contactinfo p {
	font-size: 1.2em;
	color: #333333;
}
#right .content #contactinfo a {
	text-decoration:underline;
}
#right .content #contactinfo a:hover {
	text-decoration:none;
}
#right .content #contactinfo {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
#right .content #testimonial p {
	font-size: 1.3em;
	color: #333333;
	font-style: italic;
	text-align: center;
}
#right .content #testimonial a {
	text-decoration:underline;
}
#right .content #testimonial a {
	text-decoration:none;
}
#right .content #testimonial {
	margin-right: auto;
	margin-left: auto;
	width: 82%;
}

#footer {
	font-size: 1.2em;
	color: #586090;
	padding:0;
	margin:0;
	clear:both;
	text-align: center;
	margin-top: 10px;
}

#footer a {
	color: #203860;
	text-decoration: none;
}

#footer a:hover {
	color: #88a8d0;
}

/*SPECIFIC STYLES*/

@media print {
   #content { padding: 0px; }
}

#intro {
	width: 594px;
	height: 218px;
	background-image: url(/home/home.jpg);
}

#thebid {
	text-align: justify;
}

#thebid strong {
	font-size: 1.21em;
	margin-top: 0px;
	margin-bottom: 4px;
	text-align: justify;
}

#thebid img {
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
}

#thebid #link {
	margin-top: 10px;
	color: #666;
}

.floatright {
	float: right;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
	display:inline;
}
.floatrightintl {

	float: right;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	display:inline;
}

#login2 {
	color: #203860;
	width: 324px;
	height: 59px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.p7VSC_content h4 {
	font-size: 1em;
}

/*DO NOT REMOVE - KEEP AS LAST ITEM - FIX FOR IE7 PROBLEM WITH FAUX COLUMN LAYOUT*/
div {zoom:100%;}

