* {padding: 0; margin: 0;}
body {
	background: #FFFFFF url(../pix/BgStripes.gif) repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
p {
	padding: 1em;
}
h1, h2, h3, h4 {
	font-weight: bold;
	padding: 3px;
	margin: 0;
}
h1 {
	font-size: 200%;
	padding: .5em;
}
#bbOutter {
    height: 100%;
    width: 100%;
	margin: 0;
	padding: 0;
}
#bbInner {
	position: relative;
    margin: auto;
    background: #fff;
    width: 750px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
#bbFooter {
	position: relative;
	width: 100%;
	height: 40px;
	background: #9C1816 url(../pix/bbFooterBG.jpg) repeat-x;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 80%;
	text-align: center;
}
#bbHeader {
    position: relative;
    height: 201px;
    width: 100%;
    background: #5f5f56 url(../pix/bbHeaderBG.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
.bbMenu li {
	display: inline;
}
#bbMenu1 {
	position: relative;
	display: inline;
	height: 100%;
	width: 100%;
	top: 92px;
	padding: 0;
	margin: 0;
}
#bbMenu1 li.menuItem {
	position: relative;
	padding: 0;
	margin: 0;
}
#bbMenu1 li.menuItem a {
	position: relative;
	padding: 12.25% 3.3%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#bbMenu1 li a:hover {
	background: #9C1816;
	color: #fff;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
#first a {
	background: #B76361;
	color: #000;
}
#bbContent {
	background: #fff url(../pix/bbContentBG.jpg) repeat-x;
	padding: 15px;
}
#bbSubMenu1 {
	display: none;
	position: relative;
	background: #9C1816;
	top: 21px;
	border-bottom: 1px solid #700;
	text-align: right;
	margin: 0;
	padding: 3px;
}
#bbSubMenu1 li a {
	position: relative;
	padding: 4.3%;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
img#bbLogo {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

li.bullet {
	list-style-type: circle;
    text-align:center;
	}

div.tabBox {
	background-image: url(../images/shared/tabbackground.gif);
}

div.tabArea {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

a.tab {
	background-color: #DDD;
	border: 1px solid #CCC;
	border-bottom-width: 5px;
	padding: 5px 1em 1px 1em;
	position: relative;
	text-decoration: none;
	top: 0 px;
	z-index:100;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

a.tab, a.tab:visited {
	color: #000;
	border-bottom-width: 7px;
}

a.tab:hover {
	background-color: #FFF;
	border-color: #CCC;
	color: #333;
	font-weight: normal;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
	background-color: #fff;
	border-bottom: 0px solid #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

a.tab.activeTab {
	z-index: 102;
	background-color: #FFF;
	padding-bottom: 2px;
}

div.tabMain {
	background-color: #FFF;
	padding: 0.1em;
	position: relative;
	z-index: 101;
	border: 1px solid #999;
	border-bottom: 1px solid #FFF;
}

div.tabIframeWrapper {
	width: auto;
}

iframe.tabContent {
	background-color: #FFF;
	border-color: #F03;
	border: 0px solid;
	width: 100%;
	height: 400px;
}

/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/

h4#title {
	background-color: #CCC;
	border: 1px solid #000000;
	border-color: #CCC;
	color: #FFF;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5px;
	padding: 2px .5em 2px .5em;
}

