@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 940px;
	margin-top: 20px;
}

/*------------------- Start Header Styles --------------------*/

#top {
	background-image: url(../images/bhs-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 215px;
}
#top #logo {
	height: 195px;
	width: 280px;
	background-image: url(../images/bhs-logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}
#top  #logo  h2 {
	text-indent: -9999px;
}
#clearer {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
#top #search {
}
#forum {
	width: 400px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A6D30B;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #A6D30B;
	top: 47px;
	position: absolute;
	left: 279px;
	height: 85px;
}
#forum  /*----- Forum / Blog Styles -----*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#forum   ul   a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/bhs-forum-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 55px;
	text-align: center;
	height: 60px;
	float: left;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 5px;
}
#forum ul li {
	display: inline;
}
#forum   ul   a:hover {
	background-image: url(../images/bhs-forum-bg-over.jpg);
	background-position: center bottom;
}
#forum    .blog    a  {
	background-image: url(../images/bhs-blog-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#forum   .blog   a:hover {
	background-image: url(../images/bhs-blog-bg-over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#top  #topmenu {
	position: absolute;
	top: 88px;
	left: 750px;
	height: 45px;
	width: 180px;
}

/*----- Top Menu Style -----*/

#top #topmenu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#top #topmenu ul li {
	float: right;
}
#top #topmenu ul a {
	background-image: url(../images/bhs-home-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 45px;
	text-align: center;
	height: 45px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
#top #topmenu .info a {
	background-image: url(../images/bhs-info-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#top #topmenu .info a:hover {
	background-image: url(../images/bhs-info-bg-over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#top #topmenu .cart a {
	background-image: url(../images/bhs-cart-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#top #topmenu .cart a:hover {
	background-image: url(../images/bhs-cart-bg-over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#top #topmenu .rss a {
	background-image: url(../images/bhs-rss-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#top #topmenu .rss a:hover {
	background-image: url(../images/bhs-rss-bg-over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#top #topmenu ul a:hover {
	background-image: url(../images/bhs-home-bg-over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*----- Main Menu -----*/

#nav {
	margin: 0;
	padding: 0;
}
#nav #navblank {
	margin: 0;
	width: 160px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-top-color: #A6D30B;
	border-right-color: #A6D30B;
	border-bottom-color: #A6D30B;
	border-left-color: #A6D30B;
	height: 54px;
	position: relative;
	padding: 0;
}
#nav #mainnav ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#nav #mainnav {
	margin-left: 169px;
}
#nav #mainnav ul li {
	float: left;
}
#nav #mainnav ul a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	background-image: url(../images/bhs-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 95px;
	text-decoration: none;
	height: 39px;
	padding-top: 5px;
	margin-top: 10px;
}
#nav #mainnav ul a:hover {
	color: #FFFFFF;
	background-image: url(../images/bhs-menu-bg-over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*-------------------- End Header Styles ---------------------*/

/*--------------------- Start Main Content Styles ---------------------*/

#content #leftside {
	width: 160px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A6D30B;
	margin: 0;
	font-size: 10px;
	text-align: right;
	padding: 0;
}
#content #rightsideads {
	float: right;
	width: 160px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#content #maincontent {
	margin-right: 180px;
	margin-left: 180px;
}

/*------------------- End Content Styles -----------------*/

/*------------------- Start Footer Styles -----------------*/

#footer {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A6D30B;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	color: #C60B27;
	text-decoration: underline;
}
#footer .copyright {
	font-size: 10px;
	color: #999999;
}
#footer  .copyright  a:link, #footer  .copyright  a:visited {
	color: #999999;
	text-decoration: underline;
}
#container #footer .copyright a:hover {
	color: #C60B27;
	text-decoration: underline;
}
#maincontent #mainstory {
	font-size: 12px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 15px;
}
#maincontent #mainstory .caption {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
#maincontent  #mainstory  h1 {
	font-size: 20px;
	font-weight: bold;
}
#maincontent #mainstory h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#maincontent #mainstory ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#maincontent #mainstory ul li {
	margin-bottom: 8px;
	margin-top: 5px;
}
#maincontent #mainstory ol li {
	margin-bottom: 10px;
}
#maincontent #mainstory ul a:link, #maincontent #mainstory ul a:visited {
	color: #003366;
}
#maincontent #mainstory p {
	font-size: 12px;
	line-height: 18px;
}
#maincontent #mainstory a:link, #maincontent #mainstory a:visited {
	color: #C60B27;
	text-decoration: none;
}
#maincontent #mainstory a:hover {
	text-decoration: underline;
	color: #C60B27;
}
#maincontent #mainstory ul a:hover {
	color: #C60B27;
	text-decoration: underline;
}
#maincontent #bottomstories .bstory {
	font-size: 10px;
	width: 120px;
	margin-right: 18px;
	float: left;
}
#maincontent #bottomstories .bstory h3 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
}
#maincontent #bottomstories .bstory p {
	margin-top: 3px;
	margin-bottom: 0px;
}
#maincontent #bottomstories .bstory a:link, #maincontent #bottomstories .bstory a:visited {
	color: #C60B27;
	text-decoration: none;
}
#maincontent #bottomstories .bstory a:hover {
	text-decoration: underline;
}
#maincontent #bottomstories .clearer2 {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
#maincontent #allstories {
	width: 140px;
	float: right;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #000000;
	padding: 10px;
	font-weight: bold;
	color: #003366;
}
#maincontent #bottomstories {
	background-color: #CCCCCC;
	margin-top: 20px;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 20px;
}
#content #leftside h2 {
	font-size: 14px;
	color: #C60B27;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 36px;
	text-decoration: underline;
	background-image: url(../images/LeftHeadlineArticles.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	padding: 0px;
	text-align: left;
}
#content #leftside ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 20px;
}
#content #leftside ul li {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 10px;
}
#content #leftside ul a:link, #content #leftside ul a:visited {
	color: #003366;
	text-decoration: none;
}
#content #leftside ul a:hover {
	color: #C60B27;
	text-decoration: underline;
}