/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

p {
	line-height: 1.4em;
}

ul {
	margin: 0px;
	padding: 0px;
}

	ul li {
		line-height: 1.4em;
	}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/layout/body-bg.jpg) repeat-x top #fff;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #000;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 2.2em;
	color: #000;
}

h2 {
	font-size: 1.6em;
	color: #176130;
}

/* Container Styles
--------------------------------------------------------------- */

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 970px;
		padding: 0px 5px 0px 5px;
		position: absolute;
		z-index: 1;
		top: 450px;
		background: url(../../images/layout/content-container-bg.jpg) repeat-y;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 680px;
			padding: 0px 0px 0px 20px;
			background: url(../../images/layout/content-bg.jpg) repeat-x #d3d1d1;
		}
		
			#main #contactDetails {
				width: 280px;
				float: left;
			}
			
				#main p.white-bold {
					color: #fff;
					font-weight: bold;
					font-size: 1.2em;
				}
				
					#main ul.replay-list {
						padding: 0px 0px 0px 15px;
					}
					
/* Sidebar Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 230px;
			padding: 0px 20px 0px 20px;
			background: url(../../images/layout/content-bg.jpg) repeat-x #d3d1d1;
		}

/* CTA Styles
--------------------------------------------------------------- */

#cta {
	width: 210px;
	height: 340px;
	padding: 30px 10px 0px 10px;
	margin: 15px 0px 0px 0px;
}

	#cta p {
		color: #fff;
		padding: 0px;
		margin: 0px;
		font-size: 1.4em;
		text-align: center;
		font-weight: bold;
	}
	
		#cta p span {
			color: #000;
			font-size: 1.4em;
			
		}
		
		#cta p.cta-tel {
			font-size: 2.4em;
			color: #e0ff35;
		}

			#index #cta {
				background: url(../../images/layout/index-cta-bg.jpg) no-repeat;
			}
			
			#tennis #cta {
				background: url(../../images/layout/tennis-cta-bg.jpg) no-repeat;
			}
			
			#multi #cta {
				background: url(../../images/layout/multi-cta-bg.jpg) no-repeat;
			}
			
			#netball #cta {
				background: url(../../images/layout/netball-cta-bg.jpg) no-repeat;
			}
			
			#synth #cta {
				background: url(../../images/layout/synth-cta-bg.jpg) no-repeat;
			}
			
			#maintenance #cta {
				background: url(../../images/layout/maintenance-cta-bg.jpg) no-repeat;
			}
			
			#contact #cta {
				background: url(../../images/layout/index-cta-bg.jpg) no-repeat;
			}
			
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 280px;
	height: 220px;
	padding: 0px 350px 0px 350px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

	#flashLogo {
		width: 280px;
		height: 220px;
		float: left;
	}

#header-callnow {
	width: 350px;
	position: absolute;
	z-index: 10;
	top: 182px;
	left: 0px;
}

	#header-callnow p {
		color: #fff;
		text-align: center;
		font-size: 2.1em;
		padding: 0px;
		margin: 0px;
	}
	
#header-freephone {
	width: 350px;
	position: absolute;
	z-index: 10;
	top: 182px;
	right: 0px;
}

	#header-freephone p {
		color: #fff;
		text-align: center;
		font-size: 2.1em;
		padding: 0px;
		margin: 0px;
	}

/* Header Bar Styles
--------------------------------------------------------------- */

	#header-bar {
		width: 980px;
		height: 195px;
		z-index: 1;
		position: absolute;
		top: 255px;
		left: 0px;
	}
	
		#index #header-bar,
		#contact #header-bar {
			width: 770px;
			height: 175px;
			padding: 20px 105px 0px 105px;
			background: url(../../images/layout/index-header-bar-bg.jpg) no-repeat;
		}
		
			#index #header-bar .cta-image,
			#contact #header-bar .cta-image {
				height: 155px;
				width: 150px;
				float: left;
				margin-right: 5px;
				text-align: center;
			}
			
				#index #header-bar .cta-image a,
				#contact #header-bar .cta-image a {
					width: 150px;
					height: 30px;
					float: left;
					color: #33561c;
					font-size: 1.2em;
					font-weight: bold;
					text-decoration: none;
				}
				
					#index #header-bar .cta-image a:hover,
					#contact #header-bar .cta-image a:hover {
						text-decoration: underline;
					}
			
						#index #header-bar .cta-image-end,
						#contact #header-bar .cta-image-end {
							margin-right: 0px;
						}
				
		#tennis #header-bar {
			background: url(../../images/layout/tennis-header-bar-bg.jpg) no-repeat;
		}
		
		#multi #header-bar {
			background: url(../../images/layout/multi-header-bar-bg.jpg) no-repeat;
		}
		
		#netball #header-bar {
			background: url(../../images/layout/netball-header-bar-bg.jpg) no-repeat;
		}
		
		#synth #header-bar {
			background: url(../../images/layout/synth-header-bar-bg.jpg) no-repeat;
		}
		
		#maintenance #header-bar {
			background: url(../../images/layout/maintenance-header-bar-bg.jpg) no-repeat;
		}	

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 970px;
	height: 28px;
	padding: 7px 5px 0px 5px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 220px;
	text-align: center;
	background: url(../../images/layout/nav-bg.jpg) no-repeat;
}

	#navigation ul {
		display: inline;
		list-style: none;
	}
	
		#navigation ul li {
			display: inline;
			margin: 0px;
		}
			  
			#navigation ul li a {
				color: #000;
				padding: 0px 10px 0px 10px;
				text-decoration: none;
				font-weight: bold;
				font-size: 1.1em;
			}

				#navigation ul li a:hover {
					color: #155f2e;
				}
				
					#index #navigation .index-a,
					#tennis #navigation .tennis-a,
					#multi #navigation .multi-a, 
					#netball #navigation .netball-a,
					#synth #navigation .synth-a,
					#maintenance #navigation .maintenance-a,
					#contact #navigation .contact-a {
						color: #fff;
					}

/* Footer Styles
--------------------------------------------------------------- */

#footer-top {
	width: 970px;
	height: 25px;
	float: left;
	background: url(../../images/layout/footer-top.jpg) no-repeat;
}

#footer {
	clear: both;
	width: 970px;
	min-height: 100px;
    height: auto !important;
    height: 100px;
	color: #333;
	font-size: 0.9em;
	background: url(../../images/layout/footer-bg.jpg) repeat-x #f7c841;
}
	
	#footer li {
		list-style: none;
	}
	
	#footer p {
		margin: 0px;
		padding: 0px;
	}
	
		p.footer-heading {
			font-size: 1.4em;
			color: #176130;
			font-weight: bold;
		}

	#footer a {
		white-space: nowrap;
		color: #333;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #111;
		text-decoration:underline;
	}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 190px;
		padding: 0px 0px 5px 30px;
	}
		
		#footer #footer-services ul {
			margin: 0px;
			padding: 0px;
		}
		
		#footer #footer-services ul li {
			margin: 0px;
			padding: 0px;
			display: block;
			float: left;
		}
		
		#footer #footer-services ul li a {
			float: left;
			width: 190px;
			padding: 3px;
			margin: 0px;
			display: block;
			line-height: 1.0em;
		}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-reg {
		float: left;
		width: 380px;
		padding: 0px 10px 0px 20px;
	}
	
			#footer #footer-reg #footer-w3c {
				width: 200px;
				float: left;
			}
					
						#footer #footer-reg #footer-w3c ul li a {
							float: left;
							display: inline;
							list-style: none;
							margin: 5px 5px 0px 0px;
							padding: 0px;
						}
			
			#footer #footer-reg .acred-logos {
				float: right;
				border: 1px solid #000;
				margin: 8px 5px 0px 0px;
			}

/* Footer Address Styles
--------------------------------------------------------------- */	

	#footer #footer-address {
		float: left;
		width: 290px;
		padding: 0px 0px 0px 40px;
	}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	border: 5px solid #fff;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
#replay-images {
	float: right;
	width: 210px;
	padding: 0px 20px 0px 15px;
	text-align: right;
}
	
/* Contact Table Styles
--------------------------------------------------------------- */
	
	#callBack {
		width: 380px;
		padding: 5px;
		float: right;
		border: 5px solid #fff;
	}
	
	#callBack #botBuster {
		display: none;
	}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.padding {
	padding-left: 15px;
}

.padding1 {
	padding-left: 15px;
}

.padding2 {
	padding-left: 15px;
}