@charset "utf-8";
html {
	width:100%; height:100%; margin:0; padding:0;
}
body {
	width:100%; height:100%;
	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;
}
.oneColFixCtrHdr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding:10px;
	background:url(../images/bg-container.png) repeat;
	margin:10px auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	border:1px #CCC solid;
	text-align:center;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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 */
}
#welcome { width:320px; font-size:10px; color:#A00F16; text-align:right; float:right; margin:2px 4px;}
#welcome a { text-decoration:none;}
#welcome a:hover { text-decoration:none; font-weight:bold;}

.oneColFixCtrHdr .mainContentInner {
	background:#909090;
	color:#FFF;
	padding:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}
.oneColFixCtrHdr .mainContentInner h1 {
	/* color:#A00F16; */
	color:#FFF;
	font-size:20px;
	display:inline;
}
.oneColFixCtrHdr .mainContentInner h2 {
	/* color:#A00F16; */
	color:#FFF;
	font-size:16px;
}
.oneColFixCtrHdr .mainContentInner img { border:#FFF 3px solid;}
.oneColFixCtrHdr .mainContentInner p { line-height:18px;}
.oneColFixCtrHdr .mainContentInner a, .oneColFixCtrHdr .mainContentInner a:visited { color:#FF9; text-decoration:none;}
.oneColFixCtrHdr .mainContentInner a:hover { color:#FF0; text-decoration:none;}
.oneColFixCtrHdr .mainContent {
	margin:5px 0;
	padding:5px;
	background:#FFF;
	border:1px #CCC solid;
}
.oneColFixCtrHdr #footer {
	padding: 0 3px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border:1px #CCC solid;
	clear:both;
}
.oneColFixCtrHdr #footer p {
	text-align:center;
	font-size:10px;
	line-height:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a, .oneColFixCtrHdr #footer a:visited { text-decoration:none; color:#666;}
.oneColFixCtrHdr #footer a:hover { color:#A00F16;}

img.background { width:100%; height:100%; position:fixed; top:0; left:0; z-index:-1;}
img.header { width:280px; margin:5px auto; border:none; cursor:pointer;}
img.headerNetball { width:380px;  margin:5px auto; border:none; cursor:pointer;}

/*#menu { width:778px; height:30px; position:relative; z-index:100px; border-top:#A40D12 solid 5px; border-bottom:#C5C5C5 solid 5px; font-size:12px; font-weight:bold; background-color:#FFF;}
*/
#menu { width:928px; height:25px; position:relative; z-index:100px; border-top:#A40D12 solid 5px; border-bottom:#C5C5C5 solid 3px; font-size:10px; font-weight:bold; background-color:#FFF;}
#menu ul {padding:0; margin:0; margin-left:30px; list-style:none;}
/* #menu ul li {float:left; position:relative;} */
#menu ul li {float:left; position:relative;}
#menu ul li a, #menu ul li a:visited { display:block; text-align:center; padding:5px 8px 0 8px; border:1px solid #fff; width:auto; height:18px; text-decoration:none; color:#A40D12;}
#menu ul li a:hover { display:block; text-align:center; padding:5px 8px 0 8px; border:1px solid #fff; width:auto; height:18px; cursor:pointer; text-decoration:none; color:#949599;}

.menuBox { border:1px #CCC solid; width:155px; margin-bottom:5px; float:left;}
.menuBox .inner { border:5px #FFF solid; width:145px; background-color:#FFF; text-align:center; font-weight:bold; font-size:10px;}
.menuBox .inner a, .menuBox .inner a:visited { color:#A40D12; text-decoration:none;}
.menuBox .inner a:hover { color:#949599; text-decoration:none;}
.menuBox .inner img { margin-bottom:5px; border:1px #CCC solid; width:145px; border:none; cursor:pointer;}

.allblack { font-style:italic;}
.allblack img { border:#FFF 3px solid; float:left; margin-right:10px;}

.error { color:#A00F16; font-weight:bold;}
.success { color:#090; font-weight:bold;}

.redtxt{ color:#A00F16;}

.photo { border:1px #FFF solid; width:150px; height:150px; float:left;}

#gallery { width:100%; margin-top:10px;}
#gallery td { border:1px #FFF solid; padding:20px; width:20%;}
#gallery td img { width:125px;}
#gallery .testimonial { padding:0 20px;}
#gallery td p { font-style:italic; font-weight:normal;}
#gallery .galleryNav { padding:10px 20px;}
#gallery .galleryNav a { color:#FFF;}
#gallery .galleryNav a:hover { color:#FF0;}

.highlight { /* color:#A00F16; */ font-weight:bold;}

#captcha { width:318px; margin:auto; border:5px #666 solid;}
