@charset "UTF-8";
/* CSS Document */

/*//////////////////////////////global styles///////////////////////////////*/


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-image: url(images/bgtile.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}
p {
	padding:0px 8px 0 8px;
	font-size:13px;
}
#container {
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-image: url(images/headerbg.jpg);
	background-color: #000000;
	height: 200px;
	background-repeat: no-repeat;
}
#navigation {
	margin:0px 15px 0 0;

}
#footer {
	background-image:url(images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	
	color:#FFFFFF;
	font-size:13px;
}
#footer a, #footer a:visited {
	color:#FFFFFF;
}
#footer a:hover {
	color:#F03CA7;
}
.logo {
	height: 72px;
	width: 441px;
	padding:60px 0 0 28px;
	border:none;
}


.secondcut {
	background-color: #000000;
	background-image: url(images/2ndcut.jpg);
	height: 145px;
	background-repeat: no-repeat;
	background-position:bottom;
}

a {
    outline: none;
}
.panelnav {
	font-size:11px;
	color:#000000;
	margin:14px 20px 2px 0;
}
.panelnav a,  .panelnav a:active, .panelnav a:hover {
	font-size:11px;
	color:#000000;
}
.ptitle {
	font-size:20px;
	color:#68003F;
	text-transform:uppercase;
}
.subnav {
	background-image:url(images/menubarbg.jpg);
	height:55px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	
	color:#FFFFFF;
	font-size:18px;

}
.subnav a, .subnav a:visited { 
	color:#08CCF9;
}
.subnav a:hover  { 
	color:#FFFFFF;
}
.subnav p  {
	font-size:18px;
	padding:8px 48px 0;
	float:left;
	margin:0;
	
}
.toplink {
	padding:5px 17px 10px 0;
}
.subnavspace {
	float:left;
	padding-right:100px;
}
.toplink a, .toplink a:visited {
	color:#000000;
}
.toplink a:hover {
	color:#08CCF9;
}

/*//////////////////////////////homepage styles///////////////////////////////*/

.homecut {
	background-color: #000000;
	background-image: url(images/homecut.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 150px;
	
}
.about {
	background-color: #FFFFFF;
	background-image: url(images/aboutbg_03.jpg);
	background-repeat: no-repeat;
}
.abouttab {
	padding-top: 45px;
	padding-left: 23px;
}
.aboutright {
	background-image:url(images/homerotatorbg.jpg); 
	background-position:right;
	background-repeat:no-repeat;
	height:326px;
	width:440px;
	float:left;
}

.lW { float: left; clear: left; height: 15px; }
.rW { float: right; clear: right; height: 15px; }

.homesection2 { 
	height:auto;
	background-image:url(images/homesection.jpg); 
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	padding: 30px 0;
	
}
#rcolumn {
	float:right;
	width: 695px;
}
.events {
	float:left;
	width: 310px;
	height:550px;
	
}
.eventlist {
	margin:5px 0 0 22px;
	height:460px;
	overflow:hidden;
	border-right:3px solid #000000;
}

.homeservnav {
	width:565px;
	float:right;
	margin:10px 0;

}
.teams {
	
}

.teams img {
	border:none;
	float:left;
	padding:5px 2px 0 2px;
	opacity:0.999;
}

.logo a:active img, .logo a:hover img, .logo a:focus img
{
	/* for Mozilla/Firefox/Safari */
	opacity:0.4;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=40);
}
.teams a:active img, .teams a:hover img, .teams a:focus img,  .homeservnav a:active img, .homeservnav a:hover img, .homeservnav a:focus img
{
	/* for Mozilla/Firefox/Safari */
	opacity:0.4;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=40);
}
.facility {
}
.facility img {
	float:left;
	padding: 0px 8px 7px 10px;
}



/*//////////////////////////////services page styles///////////////////////////////*/

.ctg {
font-weight:bold;
font-size:14px;
color:#F03CA7;
text-decoration:underline;
line-height:25px;
}
.servsubnav {
	background-image:url(images/menubarbg.jpg);
	height:55px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;

}
.servsubnav p  {
	font-size:18px;
	float:left;
	margin:0;
	padding:8px 35px 0;
}
.servsubnav a, .servsubnav a:visited { 
	color:#08CCF9;
}
.servsubnav a:hover  { 
	color:#FFFFFF;
}
.servsubnav p  {
	font-size:18px;
}
/*//////////////////////////////teams page styles///////////////////////////////*/


.teamstab {
	padding-top: 10px;
	padding-left: 7px;
}

.teamsubnav {
	background-image:url(images/menubarbg.jpg);
	height:55px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;

}
.teamsubnav p  {
	font-size:18px;
	float:left;
	margin:0;
	padding:8px 80px 0;
}
.teamsubnav a, .teamsubnav a:visited { 
	color:#08CCF9;
}
.teamsubnav a:hover  { 
	color:#FFFFFF;
}
.teamsubnav p  {
	font-size:18px;
}
.pricingtab {
	padding-top: 10px;
	padding-left: 23px;
}

#prices h1 {
	color:#68003F;
	padding:12px 0 0 10px;
	font-size:18px;
	text-decoration:underline;
	
}
#prices p { 
	font-size:14px;
	padding-left:9px;
	margin:4px;
	

}
.priceaccent {
	color:#F03CA7;
}
