@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #FFFFCC;
}
.twoColFixLtHdr #container {
	width: 905px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(../Images/BSC_Header.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 905px;
	background-position: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 150px;
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #80ffff;
	background-color: #006600;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #66ff99;
} 
.twoColFixLtHdr #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: 8px;
}
.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;
}
.nearLeftImg {
	border: 2px solid #000000;
	padding: 0px;
	margin-top: 20px;
	margin-left: 20px;
}
.HdrimageLeft {
	padding-top: 10px;
	padding-right: 20px;
}
menuBar {
	background-color: #00FF33;
}
#LinksHoriz {
	background-color: #0066FF;
	width: 865px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	margin-left: 20px;
}
.nearRightImage {
	margin-top: 20px;
	border: 2px solid #000000;
	margin-left: 725px;
}
.sidebar1_h3 {
	font-size: 13px;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 110px;
	padding-left: 11px;
	color: #152d6a;
	font-weight: bold;
}
.phoneFooter {
	color: #CCFF00;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #D60000;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h1 {
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #152D6A;
	letter-spacing: 1px;
	word-spacing: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B2F5H;
}
.Image_Large_Centre {
	border: 4px groove #000000;
	margin: 10px;
}
.Image_Large_Centre_1 {
	border: 4px groove #000000;
}
#sidebar2 {
	float: left;
	margin-top: 20px;
}
.oddSpryRow {
	background-color: #CCFFCC;
}
.evenSpryRow {
	background-color: #CCEECC;
}
.photoMiddle {
	margin-bottom: 5px;
	margin-left: 33px;
}
.SpryTable1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
}
.SpryTable1 td {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.SpryTable1 th {
	background-color: #66ffff;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.SpryTable2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
}
.SpryTable2 td {
	font-size: 12px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.SpryTable2 th {
	background-color: #66ffff;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.FontBoldItalic {
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	color: #D60000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.GoalImage {
	float: left;
	padding-right: 5px;
}
.ManUred {
	font-weight: bolder;
	color: #FF0000;
}
.chelseaBlue  {
	font-weight: bolder;
	color: #0000FF;
}
.DrinkPrice {
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #CCFF00;
	background-color: #000000;
}
.Small_picture_title {
	font-weight: bold;
	color: #333399;
}
.Image_Lanky_Sam_Small {
	padding: 1px;
	border: 1px solid #000000;
}
.Small_Image_Surround {
	padding: 3px;
	border: 1px solid #0066CC;
}
.link_blue {
	color: #0000FF;
}
.TextCentre {
	text-align: center;
}
.text_pump_close {
	float: left;
	margin-left: 220px;
}

.Margin {
	margin-left: 75px;
}
.ArrowRight {
	float: right;
	margin-right: 50px;
}
.previous_for_arrow {
	float: left;
	margin-left: 10px;
}
.ImageLinkNoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fontRed {
	color: #ff0000;
}
.CYleagueTable {
	float: left;
	width: 350px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-left: 5px;
	color: #000000;
}
.InterleagueTable {
	float: left;
	width: 350px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	color: #000000;
}
.FontGreyLeagueTableHeader {
	font-size: 18px;
	text-decoration: underline;
	color: #333333;
}
.WhiteWine {
	color: #FFFFFF;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 5px;
}
.RoseWine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FF0033;
	background-color: #333333;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.Image_border_right {
	margin-right: 4px;
}
.Updates {
	float: right;
	padding-right: 3px;
	margin-left: 8px;
	padding-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 1px;
}
.WethUgMoon {
	float: right;
	padding-right: 3px;
	margin-left: 8px;
	/* Do rounding (native in Firefox and Safari) */
 /*   -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-image: url(http://weathersticker.wunderground.com/weathersticker/sunandmoon_both/language/www/global/stations/03839.gif);  */
	/* Width and height are same dimension as photo */
	width: 256px;
	height: 150px;
	background-repeat: no-repeat;
}
.round-image {
    top: 20px; /* equal to the corner radius */
    background-repeat: no-repeat;
    width: 300px;
    height: 220px; /* real image height (260)- (2 
 corner radius) */     
}
.round-image-thumb {
    top: 20px; /* equal to the corner radius */
    background-repeat: no-repeat;
    width: 110px;
    height: 42px; /* real image height (82)- (2 
 corner radius) */     
}
.quarrybody {
	background-image: url(../Images/quarryback.gif);
	background-repeat: repeat;
}
#commentWrapper { /* Fixed Floating Elements 1 of 3 - required to avoid jumping */
  position: absolute;
  margin-top: 30px;
  width:120px;
}

#comment { /* Fixed Floating Elements 2 of 3 */
  position: absolute;
  top: 0;
  margin-top: 2px;
/*  border-top: 1px solid purple;
  padding-top: 19px;  */
}

#comment.fixed { /* Fixed Floating Elements 3 of 3 */
  position: fixed;
  top: 0;
  width:120px;
}
