@charset "utf-8";
body  {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	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: #83847A;
	background:#DDD;
}

a { color: #229fda; text-decoration:none; }
a:hover { color: #004E95; text-decoration:underline; }

.disc {
	margin: -10px 0 0 0;
}

.pbbeca #apply {
	background: #229fda;
	text-align: center;
	padding: 5px 10px;
	font-weight: bold;
	width: 100px;
}

.pbbeca #apply a {
 display: block;
 color:#FFFFFF;
 text-decoration:none;
}

.pbbeca #nav {
    padding: 5px 10px;
	background: #229fda;
	color: white;
	position:relative;
	height: 17px;
}

.pbbeca #navpages {
	color: white;
	background: #229fda;
}

.pbbeca #navpages a {
	color: white;
	padding:4px;
}

.pbbeca #next {
	background: #229fda;
	text-align: center;
	font-weight: bold;
}

.pbbeca #next a {
 display: block;
 color:#FFFFFF;
 text-decoration:none;
}

.pbbeca .standout {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004E95;
	text-transform: uppercase;
}

.pbbeca .standout a {
 color: #004E95;
}

.pbbeca #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/vertical.gif);
	background-repeat: repeat-y;
	background-position: 271px top;		
} 

.pbbeca #header {
	height: 251px;
	padding: 0;
	background: #FFF;	
	background-image: url(images/horizontal.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position:relative;
} 

.pbbeca #header h1 {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #229fda;
	text-transform: uppercase;	
}

.pbbeca #header #logo {
	width: 290px;
}

.pbbeca #header #menu {
	width: 594px;
	display: inline;
	text-align:right;
}

#navcontainer ul {
padding: 0;
margin: 0;
float: left;
width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
padding: 0;
float: left;
}

.pbbeca #header #info {
	width: 520px;
	text-align:center;
	padding: 30px 50px 10px 0;
}

.pbbeca #sidebar1 {
	float: left;
	width: 240px;
	min-height: 395px;
	height: 100%;
	padding: 15px 30px 15px 20px;	
	display: inline;
}

.pbbeca #sidebar1 h2 {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004E95;
	text-transform: uppercase;
}

.pbbeca #mainContentImg { 
	margin: 0 0 0 290px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
} 

.pbbeca #mainContentTxt { 
	margin: 0 0 0 290px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.pbbeca #mainContentTxt h1 { 
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004E95;
	text-transform: uppercase;
}
.pbbeca #mainContentTxt h2 {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004E95;
	text-transform: uppercase;
}

.pbbeca #mainContentTxt .results {
	border-bottom: 1px solid #229fda;
	padding: 1em 0;
}

.pbbeca #footer { 
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	background:#DDD;
} 

.pbbeca #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.pbbeca #footer a {
	color: #83847A;
	font-weight: bold;
	text-decoration:none;
}

.pbbeca #footer a:hover {
	color: #83847A;
	font-weight: bold;
	text-decoration:underline;
}

.pbbeca #terms {
	width: 100%;
	height: 200px;
	overflow:auto;
	text-align:left;
	font-size: 8px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	display: inline;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display: inline;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;	
}

.validation-failed {
  border: 1px solid #f00;
}
.validation-passed {
  border: 1px solid green;
}
.validation-advice {
  font-size: 9px;
  margin: 2px; 
  padding: 2px; 
  color:#f00;
}
.warning {
 border: 1px solid #c66;
}
.warning-advice {
 font-size: 9px;
 margin: 2px;
 padding: 2px;
 color:#bbb;
}

