@charset "utf-8";
/* CSS Document */
html,body {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	min-width:1000px;
}
img{
	border:none;
}


a:link    {color:#054075;}  /* unvisited link  */
a:visited {color:#054075;}  /* visited link - temp same as normal link */
a:hover   {color: #A62700;} /* mouse over link */
a:active  {color: #A62700;} /* selected link   */


body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width:1000px;
}
#container {
	text-align:left;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 {
	float:left;
	width:19em;
/*PK*/
width:150px;
width:180px;
/*background-color:red;*/
/*PK*/
	margin-top: 1.5em;
}

#home #content {
	margin-left: 20em;

}

#content {
	margin-left: 22em;
	text-align:left;

}

#innercontainer {
	width:100%;
	margin-right:-22.0em;
	float:left;
	
}

#home #innercontainer {
	margin-right:-23.0em;
	float:left;	
}

#branch #innercontainer {
	margin-right:-.1em;
	float:left;	
}


#innercontent {
	margin-right: 21.5em;
/*PK*/
/*margin-right: 150px;*/
/*PK*/

	padding: 0em 0px 5px 0px;
	margin-top: 0px;


}

#home #innercontent {
	margin-right: 19.5em;


	padding: 1em 0px 5px 0px;
	margin-top: 0px;
/*	background: url(none);	*/
/*	background: none;		*/
}
#branch #innercontent {
	margin-right: 1.5em;
	padding: 1.5em 0px 5px;
	margin-top: 0px;
/*	background: url(none);	*/
/*	background: none;		*/
}
#sidebar2 {
	float: right;
	width: 22em;
/*PK*/
/*width: 18em;*/


	background: #F5E5D6;
	background: #F8EBE0;
/*	background: #FFF9F2; */
/*	background: #F5E5D6 url(../../../../images/logo2.gif) no-repeat right bottom;	*/
	

	min-height:500px;
}

#sidebar2Top{
	float: right;
	width: 22em;
/*width: 18em;*/
	background: #F5E5D6 url(../../../../images/sidebarTopCorner.gif) no-repeat left top;
	margin:0;
	padding:0;
	height:15px;
	margin-top:1.5em;
}

#sidebar2Bottom {
	background: #F5E5D6 url(../../../../images/sidebarBottomCorner.gif) no-repeat left bottom;
	float: right;
	width: 22em;
/*width: 18em;*/
	margin-top:0px;
	margin-bottom:1em;
	padding:0;
	height:15px;
	vertical-align:top;
}


#sidebar2 ul{
	margin:0;
	padding:0;
	list-style:outside;
	list-style-type:disc;
	padding-left:28px;
	margin-top:1em;
	font-size:1.2em;
}


#branch #sidebar2{
	display:none;
}



/* Barrow BC Changes */

#twocol-content {
	margin-left: 18em;
	margin-left: 210px; 
	text-align:left;
	font-size: 1.2em;
}

#twocol-innercontent {
	margin-right: 1.5em;
	padding: 0em 0px 5px 0px;
	margin-top: 0px;

}


#twocol-innercontainer {
	width:100%;
	margin-right:1em;
	margin-right:-.1em;
	float:left;


}



/* Barrow BC Changes */