/* Start of CMSMS style sheet 'sportbh_home' */
body {
	margin:0;
	padding:0;
	background:#E2E2E2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1,h2,h3,h4 {
	margin:0;
	padding:0;
}

.frame {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:277px
}

.navigation {
	position:absolute;
        width:800px;
	margin:228px auto 0 25px;
	height:30px;
}

.slogan_bar {
	width:850px;
	height:44px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ca061f;
	font-size:24px;
}

#slogan_bar {
	float:left;
	margin:10px 0px 10px 50px;
	color:#000;
	text-decoration:none;
}

.content_frame_main {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

.content_frame_main hr {
       background-color:#ca061f;
       height:2px;
       width:100%;
}

.content_frame_main a{
	color:#555555;
}

.content_frame_main strong {
	color:#ca061f;
}

.content_frame_right {
	float:right;
	width:353px;
	margin:32px 10px 20px 0;
}

.content_frame_left {
	float:left;
	width:440px;
	margin:0 0 20px 10px;
}

h1 {
	font-size:18px;
	margin-top:10px;
	padding:0;
	color:#ca061f;
}

h2 {
	font-size:16px;
	margin-top:10px;
	padding:0;
	color:#ca061f;
}

h3 {
	font-size:14px;
	margin-top:10px;
	padding:0;
	color:#ca061f;
}

h4 {
	font-size:12px;
	margin-top:10px;
	padding:0;
	color:#ca061f;
}
/* End of 'sportbh_home' */

/* Start of CMSMS style sheet 'sportbh_home_nav_horiz' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   margin:0 auto 0 15px;
font-family: 'Arial Narrow', Arial;
font-weight: bold;
font-size: 11px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   height:30px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 5px 15px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFF;
   background-color:#ca061f;
   border:1px #000 solid;
   margin-right:5px;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #CC0102;
 color: #FFF;
}
div#menu_horiz a.activeparent:hover {
   background-color: #CC0102;
   color: #FFF;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   /*background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   background-color: #CC0102;
   color: #FFF;
}

div#menu_horiz h3 {
   padding: 5px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   background-color: #CC0102;
   color: #FFF;
   /*background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ;*/
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}


/* End of 'sportbh_home_nav_horiz' */

