﻿/* This file contains CSS from Dynamic Drive - www.dynamicdrive.com */

/* Page layout */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*min-width: 1310px;*/
}

p {
	text-align: justify
}

#topsection {
	height: 300px;
}

#topsection img {
	border: 0;
}

#titleLogo {
	background: white url(logos/PBCS.jpg) left no-repeat;
	width: 195px;
	height: 60px;
	float: left;
}

#titleText {
	margin-top: 15px;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	height: 55px;
	color: #0099CC;
	float: left;
	line-height: normal;
}

#titleSearch {
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	float: right;
}

#titleEnd {
	clear: both;
}

#headerPic {
	background: white url(logos/headerPic.jpg) left center repeat-x;
	height: 150px;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#footer {
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
}

#footer a {
	color: #FFFF80;
}

#footerBottom {
	font-size: 10px;
}

#footerUpArrow {
	float: left;
}

#footerCentre {
	text-align: center;
}

#footerBlank {
	clear: left;
}

#footerLeft {
	text-align: left;
	padding: 0;
	float: left;
	line-height: normal;
}

#footerRight {
	text-align: right;
}

#footerRight img {
	border: 0;
}

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/* Horizontal navigation menu */

.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(logos/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li {
	display: inline;
}

.solidblockmenu li a {
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(logos/blockactive.gif) center center repeat-x;
}

.rightTxt {
	text-align: right;
	border-right-width: 5px;
}

/* Image floats */

.clearImg {
	clear: both;
}

.leftImg {
	float: left;
	border: 0;
	margin: 5px;
}

.rightImg {
	float: right;
	border: 0;
	margin: 5px;
}
