@font-face {
	font-family: 'OpenSans-Bold';
	src: url('../fonts/OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
}



body {
	background-color: rgb(177, 177, 177);
	background-image: url(../images/main-background.png);
	background-repeat: no-repeat;
	background-size: 150%;
	
}
header {
	background-color: transparent;
}



article {
	background-color: transparent;
}

footer {
	background-color: transparent;
}

#container {
	width: 1024px;
	margin: 0px auto;
	background-color: transparent;
}

div#home_banner {
	background-image: url(../images/lawn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85%;
	height: 200px;
	width: 100%;
	float: left;
	border-radius: 5px;
	background-color: rgb(64, 108, 32);
	margin: 0 0 0 0;

	
}



h1.home_title {
	margin-top: 5%;
	font-family:  Arial, Helvetica, Sans-Serif;
	color: rgb(255, 255, 255);
	font-size: 300%;
	text-align: center;
	line-height: 120%;
	
}



div#title_banner {
	border-radius: 5px;
	background-color: rgb(230, 225, 200);

}

h3#title {
	font-family:  Arial, Helvetica, Sans-Serif;

	text-align: center;
	font-size: 150%;
	
	margin-top: 0%;
	margin-bottom: 0%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	
}


#navbar {
	width: auto;
	height: 32px;
	background-color: transparent;

}


/* NAV Bar buttons */


#navbar a.homebut, #navbar a.homebut:link, #navbar a.homebut:active, #navbar a.homebut:visited {
	display: block;
	width: 162px;
	height:32px;
	margin: 0 5px 0 0.5%;
	background-image: url(../images/navbut1tennis.png);
	background-repeat: no-repeat;
	background-position: center;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	float: left;
}


#navbar a.homebut:hover {
	display: block;
	width: 162px;
	height: 32px;
	margin: 0 5px 0 0.5%;
	background-image: url(../images/navbut1htennis.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	float: left;
}
#navbar a.newsbut,  #navbar a.newsbut:link, #navbar a.newsbut:active, #navbar a.newsbut:visited {
	display: block;
	width: 162px;
	height: 32px;
	margin: 0 5px 0 0.5%;
	background-image: url(../images/navbut2tennis.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	text-align: center;
	
	float: left;
}
#navbar a.newsbut:hover {
	display: block;
	width: 162px;
	height: 32px;
	margin: 0 5px 0 0.5%;
	background-image: url(../images/navbut2htennis.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	text-align: center;
	
	float: left;
}

#navbar a.aboutbut, #navbar a.aboutbut:link, #navbar a.aboutbut:active, #navbar a.aboutbut:visited {
	display: block;
	width: 162px;
	height: 32px;
	margin: 0 5px 0 0.5%;
	background-image: url(../images/navbut3tennis.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	text-align: center;

	float: left;
}

#navbar a.aboutbut:hover {
	display: block;
	width: 162px;
	height: 32px;
	margin: 0 5px 0 0.5%;
	background-image: url(../images/navbut3htennis.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	text-align: center;
	
	float: left;
}

#navbar a.contactbut, #navbar a.contactbut:link, #navbar a.contactbut:active, #navbar a.contactbut:visited {
	display: block;
	width: 162px;
	height: 32px;
	margin: 0 5px 0 0.5%;
	background-image: url(../images/navbut4tennis.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	text-align: center;
	
	float: left;
}
#navbar a.contactbut:hover {
	display: block;
	width: 162px;
	height: 32px;
	margin: 0 5px 0 0.5%;
	background-image: url(../images/navbut4htennis.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	text-align: center;
	
	float: left;
}





div.construction {
	background-color: rgb(230,225,200);
	border-radius: 5px;
	font-family:  Arial, Helvetica, Sans-Serif;
	text-align: center;
	font-size: 100%;
}

div.construction img {
	width: 10%;
	height: 10%;
}	




div#footer_banner {

	
	background-image: url(../images/clubmark.png);
	background-repeat: no-repeat;
	background-position-x: 3px;
	background-position-y: 10px;
	background-size: 10%;
	width: 100%;
	height: 50%;
	float: left;
	border-radius: 5px;
	background-color: rgb(64, 108, 32);
	margin: 0 0 0 0;
	
	
	
}






h1.footer_accredit {
	
	font-family:  Arial, Helvetica, Sans-Serif;
	color: rgb(255, 255, 255);
	font-size: 100%;
	text-align: left;
	float: left;
	line-height: 10px;
	margin-left: 110px;
	
}

h2.footer_update {
	
	font-family:  Arial, Helvetica, Sans-Serif;
	color: rgb(255, 255, 255);
	font-size: 100%;
	float: right;
	text-align: right;
	line-height: 30px;
	margin-right: 5px;
	
}
	


.copyright {
 	//*background: url(../images/LTA_Tennis-mark.jpeg) no-repeat scroll center top transparent;*//
    background-size: 12%;
    color: rgb(64, 108, 32);
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 100%;
    font-weight: bold;
    margin: 0px 0 0;
    padding-top: 5px;
    text-align: center
}

.clearall, .clearfix:after {
    content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	margin: 0;
}

//*
@media only screen and (max-device-width: 1000px) {

body {
	margin: 2.25%;
}
#container {
	width: 100%;
}

h1.home_title {
	
	
	margin-top: 0.5%;
	margin-right: -16%;
	font-family:  Arial, Helvetica, Sans-Serif;
	color: rgb(255, 255, 255);
	font-size: 150%;
	
	
	
}
}


@media only screen and (max-device-width: 480px) {
#container {
	width: 100%;
}

h1.home_title {
	
	margin-top: 0.5%;
	margin-right: -16%;
	font-family:  Arial, Helvetica, Sans-Serif;
	color: rgb(255, 255, 255);
	font-size: 150%;
	
	
	
}
*//
