/*MAIN BODY*/
body {
  background: #ffffff;
 }

#header {
	height:109px;
	background: #0970DA none;
}

#logobrand {
	float:right;
	margin-top:25px;
	margin-right:10px;
	padding:0;
	width:80px;
}

#logobrand img {
	width: 75px;
	height: 75px;
}

#login {
position:absolute;
height:25px;
right:20%;
top:40px;
width:400px;
}

.divider { 
color:white;

 }

a, a:link, a:visited {
	text-decoration: underline;
}

/* Nav menu over-rides */
#menuheader {
	background: url(/images/bgmenuheader-bristol-left.gif) no-repeat left;
	float: left;
	margin-left: 10px;
	margin-top:20px;
	width: 800px;
	height:83px;
	vertical-align:bottom;
}
#menu {
  margin-top:60px;
}
#navlist {
	margin-left: 230px;
}

.thread {
	background: none;
	
}

.thread.first {
	
}

a.thread:hover {
	background-color: #007af4;
}

/* Widget over-rides */
.pi_widget .pi_widget_content {
  font-size: 1.1em;
}
#navlist a,
#navlist a:link,
#navlist a:active,
#navlist a:visited {
 color:white;
}

/* Set a border for the 'blank' widget style for "Bristol Blue" branded widgets (id:3) */

.pi_widget.blank.pi_widget_brand_3  {
	border: 1px solid black;
}
