@charset "utf-8";
/* SHL Stylesheet, Copyright 2009 Bizgrok Inc. */
body {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #333;
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 11px;
}

/* container holds everything except footer */
#container {
	position: relative;
	top: 6px;
	width: 792px;
	margin: 0 auto 0 auto;
	padding: 0 0 12px 0;
	background-color: #FFF;
	color: #000;
	border: 4px double #666;
}

#top{
	padding: 18px;
	clear: both;
	font: 20px arial, sans-serif;
	font-weight: normal;
	color: #7A807D;
}

span.highlight{
font: 21px arial, sans-serif; font-weight:normal; color: #6e7f98;
}
span.highlight a {
	text-decoration: none;
}
span.slogan{
font: 11px arial, sans-serif; font-weight:normal; color: #7A807D;
}

#header{
	background:#5D7B90;
	height: 30px;
	margin: 0;
	border: 1px solid #666;
	clear: both;
}

#navbar {
	margin: auto;
	width: 754px;
	text-align: center;
	padding: 10px;
	background-color: #FFF;
	color: #000;
}

#navbar a:link, #navbar a:visited, #navbar a:active {
text-decoration:none;
font-weight:normal;
padding:10px;
color:#000000;
}

#navbar a:hover {
color:#333333;
text-decoration: none;
}

#content p.breadcrumb {
	text-align: left;
}

/* content holds page content only */
#content {
	float: right;
	width: 560px;
	margin: 0 4px 0 4px;
	padding: 0 15px 0 15px;
	border: 1px solid #666;
	background-color: #FFF;
	color: #000;
}

/* sidebar holds left side branding & menu */
#sidebar {
	float: left;
	width: 174px;
	margin: 0 10px 0 4px;
	background-color: #FFF;
	color: #000;
}

#attybrand {
	position: relative;
	padding: 10px 10px 6px 10px;
	border: 1px solid #666666;
	margin-bottom: 8px;
	margin: 0 auto 8px auto;
	text-align: center;
}

#attybrand p {
	text-align: center;
	padding: 0;
}

#sidemenu {
	padding: 10px;
	border: 1px solid #666666;
	margin: 0;
	margin-bottom: 8px;
}

#sidemenu ul {
	padding-left: 1em;
	margin-left: 0;
}

#sidemenu ul li {
	list-style: none;
}

#sidemenu ul ul {
	padding-left: 2em;
}

/* footer is a child of body, outside container */
#footer {
	clear: both;
	margin: 0;
	padding: 1em;
	text-align: center;
}

#footer a:link,#footer a:visited,#footer a:active {
text-decoration: none;
font-weight:normal;
color:#FFF;
}
#footer a:hover {
color:#FFF;
text-decoration: underline;
}


/* general text formatting below here */


a:link, a:visited, a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #5D7B90;
}
a:hover {
	color: #333;
}

h1 {
	text-align: center;
	padding: 0px 8px 8px 8px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color:#333;
}

h2 {
	font-size: 12px;
	text-decoration: underline;
}

p {
	text-align: justify;
}

p.casesubhead {
	text-align: center;
}

p.caseplace {
	font-weight: bolder;
	text-decoration: underline;
}

p.caseparties {
	font-weight: bolder;
}

blockquote {
	margin-right: 0;
}

p.prevpage {
	float: left;
}

p.prevpage:before {
	content: "<< ";
}

p.nextpage {
	float: right;
}

p.nextpage:after {
	content: ">> ";
}

.note {
	font-style: italic;
}

address {
	padding: 12px;
	text-align: center;
	font-style: normal;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bolder;
}

address img {
	border: 0;
}

table.schedule {
	border: 1px solid #000;
	background-color: #ffc;
	border-collapse: collapse;
	margin: 8px;
	width: 100%;
}

table.schedule th, table.schedule td {
	border: 1px solid #000;
	margin: 0;
	padding: 4px;
	background-color: #ffc;
}

table.schedule th {
	text-align: left;
	width: 55px;
}

.bbhead h2 {
	height: 26px;
	border: 2px solid #dedede;
	background: url(http://cdn.socialhostliability.org/bbheadback.jpg) no-repeat right center;
	font-size: 20px;
	font-weight: normal;
	vertical-align: text-bottom;
	padding: 0;
	padding-left: 8px;
	margin: 2px;
	color: #787878;
	text-decoration: none;
}

.bbhead h2 a {
	text-decoration: none;
}

.newsdate {
	text-decoration: underline;
	font-weight: bolder;
}

.newscity, .newsstate {
	font-variant: small-caps;
}


/* legacy unused rules below here */

/*
form {
text-align:left;
padding:2px;
}
input {
border: 1px solid #666;
color: #000000;
font-size: 11px;
letter-spacing: 1px;
}
input.Text {
width: 150px;
height: 15px;
}
input.submit {
color: #333333;
background: #ffffff;
letter-spacing: 1px;
border:1px solid #666666;
font-size: 12px;
width: 45px;
height: 20px;
}
p{
margin:5px;
}
.pic{
margin-left:5px;
margin-right:5px;
margin-top:10px;
margin-bottom:10px;
width:110px;
height:110px;
border:1px solid #666666;
}
*/
