@charset "utf-8";
body  {
	margin: 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;
	background-color: #7C7C7C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center 135px;
}


 #container {
	width: 1020px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(Images/Nav%20back2.jpg);
	background-repeat: repeat-y;
	background-position: top;
	border-top-color: #359E28;
	border-right-color: #359E28;
	border-bottom-color: #359E28;
	border-left-color: #359E28;
	padding: 0px;
} 
 #header {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-color: #95BE4F;
	background-image: url(Images/bsh%20header2.jpg);
	height: 135px;
	color: #FFFFFF;
	background-position: center;
} 
 #header h1 {
	margin: 0;
	color: #661C78;
	position: relative;
	font-weight: normal;
	top: 35%;
	left: 30px;
	width: 400px;
	font-size: 40px;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #95BE4F;
	border-bottom-color: #95BE4F;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
	}
 #container #mainContent h2 {
	color: #FFFFFF;
	border: 1px solid #359E28;
	font-size: 130%;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #661C78;
	background-image: url(Images/content.jpg);
	background-repeat: repeat-y;
}

 #container #sidebar1 #sidebar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
 #container #sidebar1 #sidebar li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom-width: 3px;
	border-bottom-color: #FFFFFF;
	width: 155px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 #container #sidebar1 #sidebar a {
	list-style-position: outside;
	list-style-type: none;
	color: #000000;
	font-weight: bold;
	background-color: #82FFFF;
	width: 140px;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: none;
}
#container #sidebar1 #sidebar a:hover {
	background-color: #671C79;
	color: #FFFFFF;
}
#container #sidebar1 #sidebar a:active {
	background-color: #A77FB3;
	color: #FFFFFF;
}

 #mainContent {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	color: #000000;
	border: thin none #359E28;
	float: left;
	width: 610px;
	padding: 20px;
	font-size: 100%;
	margin: 0;
} 
 #container #mainContent h1 {
	background-color: #661C78;
	background-image: url(Images/content.jpg);
	color: #FFFFFF;
	border: 1px solid #359E28;
	font-size: 150%;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	background-repeat: repeat-y;
	margin-bottom: 5px;
}


 #footer {
	background-color: #DDDDDD;
	height: 82px;
	background-image: url(Images/bshfooter2.jpg);
	border-top-color: #359E28;
	border-right-color: #359E28;
	border-bottom-color: #359E28;
	border-left-color: #359E28;
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: top;
} 
 #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 */
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	height: 80px;
	width: 80px;
	background-color: #FFFFFF;
	position: relative;
	border: 1px solid #666666;
	padding: 2px;
	margin-bottom: 10px;
}
.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;
}
table.searchResults
{ text-align: center;
font-family: Arial;
font-weight: normal;
color: #404040;
width: 400px;
background-color: #fafafa;
border: 1px #95BE4F solid;
}

.providerDetails
{ text-align: center;
font-family: Arial;
font-weight: normal;
color: #404040;
width: 400px;
background-color: #fafafa;
}

.resultsclass0
{ 
background-color: #EEEEEE;
text-align: center;
font-family: Arial;
font-weight: bold;
color: #404040;}

.resultsclass1
{ 
background-color: #FFFFFF;
text-align: center;
font-family: Arial;
font-weight: bold;
color: #404040;}


.detailHd
{
background-image: url(content.jpg);
color: #FFFFFF;
text-align:left;
font-size:120%;
font-weight: bold;
border: thin solid #95BE4F;
}
.thumb {
	float: left;
	border: 1px solid #671C79;
	margin-right: 10px;
	clear: left;
	margin-bottom: 20px;
}
#container #mainContent #pub {
	font-size: 90%;
}
#container #mainContent #pub p {
	margin: 0px;
	padding-bottom: 2px;
}
#container #mainContent #pub div {
	height: 90px;
}


.detailsclass0
{ 
background-color: #EEEEEE;
text-align: center;
font-family: Arial;
color: #404040;}

.detailsclass1
{ 
background-color: #FFFFFF;
text-align: center;
font-family: Arial;
color: #404040;}
#headimage {
	padding: 0px;
	height: 108px;
	margin-top: 42px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #95BE4F;
	border-bottom-color: #95BE4F;
}

#container #sidebar1 #nav content {
	background-color: #00B5CC;
}
#container #sidebar1 h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	height: 25px;
	color: #FFFFFF;
	font-size: 130%;
	text-indent: 10px;
	background-image: url(Images/bsh%20nav%20top.jpg);
	background-color: #00B5CC;
	background-position: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #footer #HSClogo {
	background-image: url(Images/HSC%20logo.jpg);
	height: 70px;
}
#container #quicklinks {
	float: left;
	width: 155px;
	padding-top: 20px;
	padding-right: 20px;
	margin: 0px;
}
#container #quicklinks h3 {
	background-image: url(Images/link%20top.jpg);
	height: 25px;
	text-align: center;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 130%;
}
#container #mainContent #board {
	background-color: #FFFFFF;
}

#container #quicklinks p {
	background-color: #DBCCDF;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 6px;
}
#container #quicklinks #linkbtm {
	background-image: url(Images/link%20btm.jpg);
	height: 50px;
	background-position: top;
	background-repeat: no-repeat;
}


#container #mainContent #searchForm label {
	margin: 0px;
	display: block;
	font-weight: bold;
}
#container #mainContent #searchForm {
	padding-left: 20px;
	background-color: #DBCCDF;
	border: 1px solid #69207A;
	font-size: 100%;
	padding-bottom: 5px;
}

#container #mainContent #searchForm #Select_Audience {
	width: 300px;
	border: thin solid #671C79;
	background-color: #FFFFFF;
}
#container #mainContent #searchForm #Select_Subject {
	width: 300px;
	border: thin solid #681D7A;
	background-color: #FFFFFF;
}
#container #mainContent #searchForm #Select_Provider {
	width: 300px;
	background-position: 20px;
	border: thin solid #671C79;
	background-color: #FFFFFF;
}
#container #mainContent #searchForm input {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	font-weight: bold;
	height: 30px;
	position: relative;
	bottom: 40px;
}
#container #mainContent table {
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 100%;
	width: 100%;
}
#container #mainContent #board {
	border: 1px solid #671C79;
	background-color: #FFFFFF;
	width: 90%;
	margin-left: 5%;
}
#container #mainContent #results {
	background-color: #B9EAEF;
}

#container #mainContent #board #title {
	font-size: 100%;
	font-weight: bold;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-color: #671C79;
	border-bottom-style: solid;
	background-color: #DBCCDF;
}
#container   #mainContent   #board   tr {
	height: 20px;
	text-indent: 5px;
	font-size: 105%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 0px;
}

#container #mainContent div {


}
#container #mainContent #table_head {
	background-position: left top;
	background-image: url(Images/Tableback.jpg);
	height: 20px;
	background-color: #B9EAEF;
}
#container #mainContent #provider {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	background-image: url(Images/Tableback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
}
#container #mainContent #table_gap {
	background-image: url(Images/Tablebtm.jpg);
	margin: 0px;
	background-position: bottom;
}
#container #mainContent #Project_board li {
	list-style-type: none;
	text-decoration: none;
	list-style-image: url(Images/bullet.gif);
	list-style-position: inside;
	margin-left: 5%;
	padding-top: 2px;
	padding-bottom: 2px;
}
#container #mainContent #Project_board a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(Images/bullet.gif);
}
#container #mainContent #Project_board a:hover {
	color: #666666;
}

#container #mainContent #Project_board {
	margin: 0px;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#container #sidebar1 #bottom {
	background-image: url(Images/bsh%20nav%20bottom.jpg);
	background-position: bottom;
	height: 50px;
	list-style-type: none;
	padding-left: 13px;
	padding-top: 10px;
}
#container #quicklinks img {
	border: 1px solid #671C79;
}
#container #footer #copyright {
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 70px;
	padding-left: 10px;
	clip: rect(auto,auto,auto,auto);
	font-weight: bold;
}
#container #footer #footer_list {
	clear: right;
	float: left;
	width: 700px;
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #footer #footer_list li {
	float: left;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 3px;
	text-decoration: none;
}
#container #footer #footer_list a {
	text-decoration: none;
	color: #000000;
}
#container #mainContent h4 {
	color: #000000;
	background-color: #DBCCDF;
	display: block;
	height: 20px;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 100%;
	padding-top: 2px;
	margin-bottom: 10px;
	margin-top: 25px;
	border: 1px solid #671C79;
}
#container #mainContent #services {
	padding-left: 10px;
	width: 90%;
	margin-left: 5%;
}
#container #mainContent #contact {
	width: 90%;
	margin-left: 5%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 100%;
	line-height: 50%;
}
#container  #mainContent  #results  #tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#container #mainContent #results #Title {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(Images/Tableback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-top: 10px;
	text-indent: 5px;
}
#container #mainContent #results #Title_mid {
	background-color: #B9EAEF;
	background-image: url(Images/Tableback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#container #mainContent #links {
	list-style-type: none;
	list-style-position: inside;
}
#container #mainContent #links li {
	list-style-image: url(Images/bullet.gif);
}
#container #mainContent #links a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	list-style-image: url(Images/bullet.gif);
}
#container #mainContent #links a:hover {
	color: #999999;
}
#container #mainContent #links #list_head {
	list-style-image: none;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 15px;
	text-decoration: underline;
}
#container #mainContent #links a:visited {
	color: #7E408D;
}
.here {
	font-weight: bold;
	color: #000099;
	font-size: 110%;
}
#container #footer #W3C {
	float: right;
	margin-right: 55px;
	list-style-type: none;
	margin-top: 22px;
}
#container #footer #W3C #listW3C {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#container #mainContent p {
	padding-left: 10px;
}

