﻿ /*
-- block positioning ---
*/

#container { 
	min-height:	100%;
    margin:0 auto; 
    padding: 0px; 
    text-align: left;
 }
    
 #ticker, #club_quotes, #web2_links, #menubar, #subMenusContainer,
 #content_border_top, #content_border_base, #content_border_middle,
 #maincontent_scroll_load, #maincontent_title h1, #addthis {
    display:none;
    visibility: hidden; }

#logo_header {
    position: relative;
    left: -45px;
    width: 676px;
    height: 228px; }

#bu_club_block_title {
  width: 430px;
  position: relative;
  left: -14px;
  height: 28px;
  }

#middle {
    position: relative;
    top: 12px
    }

#maincontent_title {
    position: relative;
    left: -12px;
    top: -15px;
    width: 590px;
    height:19px; }

#content_title_left {
    height:19px;
    text-align: left;
    overflow: hidden; }

#content_title_right {
    right: 15px;
    height:19px;
    text-align: right;
    overflow: hidden;
    float: right; }

#maincontent_scroll {
    position:relative;
	}
	
#scroll_content {
	width: 550px; /* fluid: min-height: 240px; */
    }

#footer {
    width: 638px;
	height: 50px;
	padding: 35px 20px 13px 0px;
	text-align: left;
	}

/*
-- elements styling ---
*/

body {
    margin-top: 0px;
    padding: 0px;
	text-align: left; /* centre content on IE zoom*/	
	font-family: verdana, arial, Geneva, Helvetica, sans-serif;
	font-size: 10px; }

form {  /* padding removed */
    margin: 0px; 
    padding: 0px }

h1, .redxxl {
	font-weight: bold;
	font-size: 14px;
	color: #B50706;
	margin: 0px;
	padding:0px; }

h2, .redxl {
	font-weight: bold;
	font-size: 12px;
	color: #B50706;
	margin: 0px;
	padding:0px; }

h3, .bluebold {
	font-weight: bold;
	font-size: 10px;
	color: #0099ff;
	margin: 0px;
	padding:0px; }

h4, .redbold {
	font-weight: bold;
	font-size: 10px;
	color: #B50706;
	margin: 0px;
	padding:0px; }

q {
font-style: italic; color: #999999; }

/* overide a style for bottom menu bar */
/* div#bottommenubar a, */
	
a:link {
	color: #0099ff;
	text-decoration: none;
	border-bottom: 1px solid #0099ff; }
	
a:visited {
	color: #B50706;
	text-decoration: none;
	border-bottom: 1px solid #0099ff; }
	
hr { /* control hr styling */
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #0099FF;
    height: 1px;
    text-align: left;
    border: none 0;
    border-top: solid 1px #0099FF;
    clear: both; }

.captionwrapper {
    border: 0px; position: relative; }

.tiny {
    color: #999999; font-size: 9px; }
 
img.listing { /* pad listing images */
    padding-right: 10px; float: left; }

.quotebold {
    font-weight: bold; }

.red {
    color: #B50706; }