/* Pretty Stuff
================================== */
#branding {
/*position: fixed;*/
  height: 150px;
  margin-bottom: 5px;/**/
  border-bottom-width:1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
#branding h1 {
  margin: 0;
  font-weight: bolder;
  font-size: 2em;
}
#branding h1 span#logo{
display:block;
float:left;
width:504px;
height:186px;
background-image:url(../imgs/logo.jpg);
text-indent:-5000px;	
}
#branding h1 span abbr{

}
#branding h1 span#words{
margin-top:60px;
margin-right:30px;
float:right;
font-size:1.3em;
display:inline;
}
br.clear{
clear:both;
}
#thisPage{
text-align: right;
display:block;
float:right;
margin-top:-5.4em;/**/
}
#thisPage p{

font-size: 1.3em;
display:inline;
}
#thisPage h2{
font-weight: bold;
font-size: 1.5em;
/*display:inline;*/
margin:0px;
padding:0px;
text-align: right;
}
*html #thisPage{
	margin-right:-175px;
}
*+html #thisPage{
	margin-right:-175px;
}
#search label{
  background: url(../imgs/boxBits/top-right.gif) no-repeat right top;
  color:#FFFFFF;
  padding-top: 5px;
  padding-bottom:14px;
}
#search{
	float:right;
	margin-top:-170px;
}
#search form{

	text-align:center;
}
#search form input{
  width: 10em;
}
#search form input.submit{
  width: 2.5em;
  margin-left: 5px;
  margin-top:0px;
  background-color:#b2dbe4;
  border:1px solid #ec9007;
}

#search p{
	text-align:center;
	padding:0px;
	margin:0px;
	font-size:1.2em;
}
.boxSearch label{
	display:block;
	font-size:1.6em;
	text-align:center;
}
@media print{

  div#branding{
    display:none;
  }
}
