@charset "UTF-8";
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup, sub {
	line-height:-1px;
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #373636;
	/*background-image:url(images/pattern_bg.gif);*/
	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: #FFFFFF;
	font-size:12px;
	margin-bottom:40px;
}
.oneColFixCtrHdr #container {
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #151512;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 107px;
	text-align:center;
	height:28px;
	background-image:url(images/logo.jpg);
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/container_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	clear:both;
}
.oneColFixCtrHdr #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 */
}
img {
	border:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(images/h2border_long.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:32px;
}
.textBlock {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:340px;
	float:left;
	margin-top:30px;
	margin-left:13px;
	margin-right:13px;
}
.textBlock h2 {
	margin-bottom:17px;
	background-image:url(images/h2border.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-left:12px;
}
.textBlock p {
padding-left:12px;
}
#clientsBlock {
	 margin-top: 30px;
	 margin-left: 72px;
	 margin-right: 72px;
}

#tableClub, #tableDivisions, #tablePhotos {
	margin-top:35px;
}
.rightCol p {
	margin-left:27px;
	margin-top:18px;
	}
#tableDivisions p {
	padding:12px;
	background-color:#363633;
	font-size:11px;
	height:136px;
}
#tableDivisions td {
	margin-bottom:15px;
}
#errorMessage {
	color:#AA0000;
}