@charset "utf-8";
html {
	background-color: #007071;
        background-image: url(../images/PB_background_logo.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-attachment: fixed;
}
body  {
	background-image: url(../images/page_bkg.jpg);
        background-repeat: repeat-x;
        margin: 0px;
	padding: 0px;
        height: 100%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
}
img, div {
	behavior: url(iepngfix.htc);
}

#container {
	width: 970px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#pagetile {
	margin: 0px;
	behavior: url(iepngfix.htc);
	background-image: url(../images/PB_tile.png);
	background-repeat: repeat-y;
}
#header {
	behavior: url(iepngfix.htc);
	background-image: url(../images/PB_logo.png);
	background-repeat: no-repeat;
	height: 101px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 937px;
	margin: 0px;
	/*position: relative;*/
} 
#myslidemenu {
	position: absolute;
}

#sidebar1 {
	float: right;
	width: 250px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar1 h2, #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004E50;
	font-size: 20px;
	margin: 0px;
}

#mainContent {
	margin-top: 0px;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 15px;
} 
#mainContent h1{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004E50;
	font-size: 30px;
}
#mainContent h3 {
        color: #004E50;
        font-size: 20px;
        margin-bottom: -5px;
        margin-top: 5px;
}
#mainContent img {
	margin: 0px 10px 20px 0px;
}
#mainContent a {
	color: #007071;
}
#footer {
	behavior: url(iepngfix.htc);
	background-image: url(../images/PB_Inside_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
} 
#footer p {
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	margin: 0px;
	line-height: 20px;
        color:#333;
}
#footer p a:link, #footer p a:visited {
	font-size: 12px;
	color: #666;
}
#footer p a:hover {
	font-size: 12px;
	color: #333;
}
/*____________________________________Forms____________________________________*/

#mainContent input:hover  {
	background-color: #CCC;
}
#mainContent form input.button {
        padding: 5px .25em;
		margin: 10px 5px;
        width: 100px;
        background-color: #007070;
        color: #FFF;
        border: 1px solid #CCC;
}
#mainContent form table {
        border: none;
        margin: 10px 0px;
}
/*____________________________________Tables___________________________________*/
#mainContent table {
        border: solid 1px #333;
        margin: 10px 0px;
}
#mainContent table th {
        background-color: #666;
        color: #FFF;
}
#mainContent table td.list {
        font-style: bold;
}

/*____________________________________Floats___________________________________*/

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*______________________________________HOMEPAGE_________________________________*/

#splash {
	height: 279px;
	width:1014px;
	margin: 0px 10px;
	clear:both;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1014px;
	height:279px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		/*z-index:1000;*/
		}	
	#nextBtn, #slider1next{ 
		left:1014px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		border: none;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		float: right;
		display: none;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:right;
		height:28px;
		line-height:28px;
		color:#FFF;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		color:#CCC;
		font-weight:bold;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
#container-home {
	width: 1037px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#pagetile-home {
	margin: 0px;
	behavior: url(iepngfix.htc);
	background-image: url(../images/PB_HomeSub_tile.png);
	background-repeat: repeat-y;
}
#footer-home {
	behavior: url(iepngfix.htc);
	background-image: url(../images/PB_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
} 
#footer-home p {
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	margin: 0px;
	line-height: 20px;
}
#footer-home p a:link, #footer, a:visited {
	font-size: 12px;
	color: #666;
}
#footer-home p a:hover {
	font-size: 12px;
	color: #333;
}
#mainContent-home {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
} 
#mainContent-home a {
	color: #FFF;
}
