a:link {
	text-decoration: none;
	font-weight: bold;
	color: #336600;
	font-family: Open Sans;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #336600;
}

a:hover {
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	color: #99CC33;
}

a.navlinks:link {
	text-decoration: none;
	color: #336600;
	font-size: 15px;
}

a.navlinks:hover {
	font-weight: bold;
	text-decoration: none;
	color: #99CC33;
	font-size: 15px;
}

a.navlinks:visited {
	text-decoration: none;
	font-weight: bold;
	color: #336600;
	font-size: 15px;
}

a.navlinks2:link {
	text-decoration: none;
	font-weight: normal;
}

a.navlinks2:hover {
	text-decoration: underline;
	font-weight: normal;
}

a.navlink2s:visited {
	text-decoration: none;
	font-weight: normal;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	padding-top: 11px;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1, h2, h3 {
	font-size: 1.2em;
	font-family: Open Sans;
	font-weight: Bold;
}
.largetextgreen {
	color: #336600;
	font-size: 300%;
}


strong {
	font-family: Open Sans;
	font-weight: Bold;
}

p {
	font-family: Open Sans
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

input, textarea {
	font-size: 10pt;
	color: #666666;
	border: 1px solid #505050;
	background-color: #CCCCCC;
}

/*this is to enlarge the text box when typing into it--!>*/
input:focus, textarea:focus {
	border: 1px solid #505050;
	background-color: #FFFFFF;
	color: #669933;
}

.navbar {
	list-style-image: url(../images/2.gif);
}

hr {
	color: #284361;
}

.bottom {
	background-image: url(../images/bottom.png);
	background-repeat: repeat;
}

.footerdiv {
	height: 250px;
	width: 100%;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.mainpage {
	background-image: url(../images/page1.png);
	background-position: center;
}

.pagetitle {
	background-image: url(../images/gym-top.jpg);
	background-repeat: no-repeat;
}

.top {
	background-image: url(../images/corporate1.png);
}

.header {
	color: #336600;
	font-weight: bold;
}

.bottompage {
	background-image: url(../images/bottom.png);
}

.grey {
	color: #333333;
}

.line {
	background-image: url(../images/sep.png);
}

#fixednavbar {
	display: block;
	width: 100%;
	background-image: url(../images/navbg2.gif);
	position: fixed;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
}

.sidenav {
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 66px;
	border: 1px solid #009900;
	padding: 5px;
	list-style-image: url(../images/bullet.gif);
	clear: none;
		height:1185px

}

.divblock {
	clear: both;
	background-color: #CCCCCC;
	display: marker;
}

.flashingtext {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

flashinggreen {
	color: #4D7828;
	text-decoration: blink;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blktext {
color:#000000;

}
.redtext {
color:#FF0000;
}
.bluetext {
	color:#0000FF;
}
.greentext {
	
	color:#08b255;
}
.darkbluetext {
	color:#002060;
}
.fbbox {
	width: 300px;
	float: left;
	clear: none;
	margin-right: 20px;
}
.zoombutton {
	background-color: #FFFFFF;
	
	-webkit-box-shadow: inset 0 0 11px #000000;/* right px   down px  feathering  px  #colour  */
	-moz-box-shadow: inset 0 0 11px #000000;
	box-shadow: inset 0 0 11px #000000;
	border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	radius: 20px 20px 20px 20px;
	transition: transform .2s; /* Animation */
	border: 1px solid #CCCCCC;
	width: 30%;
	
	}
.zoombutton:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	}


.socialmediaicon {
  padding: 5px;
  
  transition: transform .2s; /* Animation */
  
}

.socialmediaicon:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}	