body {
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font-size: x-small;
	background:#f7f7f7 url(images/bg-body.jpg) top left repeat-x;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Redefines the p tag: text set universally in body tag */
p, ul {
	color: #666;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 15px 10px 25px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.home {
	color: #666;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 18px 10px 25px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
p.disclaimer {
	background:#f1f1f1;
	padding:10px;
	border:1px dotted #ccc;
	font:normal 11px/17px Verdana, Geneva, sans-serif;
	text-align:center;
	margin: 15px auto 15px auto;
	color: #333;
	width: 85%;
}
h1 {
	font-size: 250%;
	color: #ee0000;
	width: 100%;
	margin: 0px 0px 15px 0;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
h2 {
	font-size: 140%;
	color: #333366;
	width: 90%;
	margin: 0px 0px 0px 25px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #ee0000;
	width: 685px;
	margin: 0px 0px 20px 0;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 2px;
}
h4 {
	font-size: 14px;
	color: #666;
	margin: 0px 0px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 250px;
	font-style: italic;
}
h6 {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size: 100%;
	text-align: center;
	margin: 0 auto;
	clear: both;
	padding: 20px 25px 15px 0;
}
h6 a:hover {
	text-decoration:none;
}
.list {
	color: #333;
	list-style: url(images/arrow.gif);
	margin: 5px 0px 10px 30px;
	line-height: 160%;
	font-size: 120%;
}
/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width: 990px;


 background: url(images/bg.gif) repeat-x  position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#container {
	width:990px;
	/* [disabled]position: relative; */
	padding: 0 0 15px 0;
	margin:0px;
	background:url(images/bg-wrapper.png) top center repeat-y;
}
div#header {
	width: 990px;
	height: 95px;
	background-image: url(images/bg-flash.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: bottom;
}
div#index_flash {
	width: 990px;
	height: 316px;
	background-image: url(images/flash_bg_index.jpg);
	position: relative;
	margin: 0px;
	padding-top: -1px;
}
div#flash {
	width: 990px;
	height: 95px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#cta {
	position: absolute;
	top: 53px;
	right: 28px;
	width: 180px;
}
div#cta form {
	margin:0;
}
div#cta .selectionList {
	background:#fff;
	color:#00F;
	width:180px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}
div#header_main {
	width: 990px;
	height: 199px;
	background: url(images/header.jpg) top center no-repeat;
	padding: 0px;
	margin: 9px 0 0 0;
	z-index: 1;
	position: relative;
	float: left;
}
/* ---------------------- MAIN NAVIGATION---------------------- */

		div#navcontainer {
	height: 241px;
	width: 990px;
	padding: 0px;
	margin: 3px 0 0 0;
	background: url(images/navbg.gif) top center no-repeat;
	position: relative;
}
div#mainnav {
}
div#mainnav ul {
	width: 990px;
	position: absolute;
	top: 5px;
	left: -13px;
}
div#mainnav ul li {
	display: inline;
}
div#mainnav ul li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	color: #e00;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #ccc;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 32px;
}
/*
		#mainnav ul li a:visited{
			}
		*/
		
		div#mainnav ul li a:hover {
	background: #e00;
	color: #ff0;
}
div#mainnav ul li .current {
	background: #e00;
	color: #fff;
	border-right: 1px solid #ccc;
}
/*container for pagetext and left coloum */


div#leftcolumn {
	width: 200px;
	float: left;
	display: inline;
	padding: 0;
}
div#leftcolumn img {
	margin:15px 0 0 25px;
}
div#leftcolumn2 {
	width: 255px;
	float: left;
	margin:5px 5px 0 0;
	display: inline;
	padding: 0 0 25px 0;
	border-right: 1px dotted #cecece;
}
div#leftcolumn2 img {
	margin:0 0 15px 40px;
}
div#pagetext2 {
	width: 730px;
	float: right;
	position:relative;
	display: inline;
	margin: 8px 20px 5px 0px;
	padding: 0 15px 0 0;
	position: relative;
}
div#pagetext3 {
	width: 685px;
	float: right;
	position:relative;
	display: inline;
	margin: 8px 20px 5px 0px;
	padding: 0 15px 0 0;
	position: relative;
}
#location {
	position: absolute;
	height: 78px;
	left: 731px;
	top: 18px;
	color: #fff;
}
.location {
	color: #fff;
}
#specialoffer {
	width: 705px;
	height: auto;
	padding: 10px 0px;
	background: #e00;
	margin: 15px 0 25px 0;
}
/*
#audio{
	width: 122px;
	height: 39px;
	background: url(images/audio_bg.gif);
	margin: 0px 0px 0px 25px;
	position: absolute;
	left: 760px;
	top: 103px;
}

#applett{
	position: absolute;
	left: 87px;
	top: 11px;
}
*/
div#textbox1 {
	width: 610px;
	padding: 20px;
	margin: 0px auto;
	background: #fff;
	border: 1px solid #ccc;
}
/*Below is for netopia pages--div below holds i-frmaes*/
#netopia {
	width: 625px;
	float: left;
	position:relative;
	display: inline;
	margin: 0px 0px 0px 20px;
	background: none;
	border-right: 1px dashed #000;
}
div#right {
	width: 214px;
	float: right;
	display: inline;
	background: none;
	margin: 5px 5px 0px 0px;
	background: #08387b;
}
#right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #fff;
	text-align:left;
}
address {
	border-bottom: 1px solid #cecece;
	color:#000;
	margin: 0 0 0px 19px;
	font:normal 11px/16px Verdana, Geneva, sans-serif;
	padding: 10px 5px;
	width: 210px;
}
address.last {
	border:0;	
}
address:nth-child(even) {
	background:#EEE;
}

address a:link {
	color: #fff;
}
address img {
	margin: 10px 0 0 0;
}
div#footer {
	width: 990px;
	background: url(images/bg-footer.png) top center no-repeat;
	margin: 0px auto;
	position: relative;
	height: 41px;
}
/* ----------------- IMAGE ELEMENTS ----------------- */
.imagesright {
	float: right;
	font-size: 10px;
	margin-right: 25px;
	border-right: 1px solid #808008;
	border-bottom: 1px solid #808008;
}
.imagesright img {
	border: 5px solid #fff;
}
.right {
	float: right;
	text-align: center;
	font-size: 10px;
}
.right img {
	margin: 5px;
	padding: 2px
}
.floatRight {
	float:right;
	border: 0;
	margin: 0 0 10px 10px;
}
.floatLeft {
	float:left;
	margin: 37px 15px 15px 0;
	border: 1px solid #ccc;
	padding: 5px;
}
#copyright {
	width: 990px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:9px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#copyright img {
	margin-top: -60px;
	float:right;
}
#copyright a {
	color: #666;
}
/* ---------------------- INDEX PAGE NAVIGATION---------------------- */
ul#indexnav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 219px;
	left: 21px;
	top: 47px;
	height: 233px;
}
ul#indexnav li {
	display: inline;
	list-style: none;
}
ul#indexnav li a:link, ul#indexnav li a:visited, ul#indexnav li a:active {
	color: #fff;
	width: 138px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0px 9px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background: none;
	font-family:Tahoma, sans-serif;
}
/* Creates our hover status. */
ul#indexnav li a:hover {
	color: #fff;
	background: url(images/pointer.gif) no-repeat left;
}
ul#indexnav li a.current:link, ul#indexnav a.current:visited {
	color: #ff0;
	background: url(images/pointer.gif) no-repeat left;
}
/* ----------------- UTILITY NAVIGATION ----------------- */

div#utilityNavContainer {
	width:990px;
	margin:0 auto;
	text-align:center;
	padding: 0;
}
div#utilitynav {
	clear: both;
	width: 990px;
	text-align: center;
	margin: 0 auto;
}
ul#utilitynav {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 990px;
}
ul#utilitynav li {
	display: inline;
	list-style: none;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	width: 960px;
	margin: 0 10px;
	clear: both;
	position: relative9; /* IE8 and below */
	z-index: 09; /* IE8 and below */
	text-align:center !important;
	color:#457dc0;
	font:11px normal Verdana, Geneva, sans-serif;
}
ul#utilitynav li a:hover {
	color: #f00;
	width: auto;
}
ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
	color: #f00;
	width: auto;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
/*=====================Netopia================================*/
iframe.diy {
	margin: 0px 0px 10px 20px;
}
/*========================ADMIN LOGIN======================*/

div#ownerlogin {
	position: absolute;
	left: 868px;
	top: 70px;
}
.border {
	border: 1px solid #ccc;
	padding: 2px;
}
.staff {
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.column1 {
	float: left;
}
.packages {
	float: left;
	width: 320px;
	margin: 10px 0px 10px 20px;
	display: inline;
}
.packages p {
	margin-left: 0px;
}
.packages img {
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
.packages li {
	list-style: url(images/arrow.gif);
}
.packages2 li {
	list-style: url(images/arrow.gif);
}
.highlight {
	background: #e2e2e2;
}
div#headertop {
	width: 990px;
	height: 98px;
	background-image: url(images/header.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: bottom;
}
div#containerindex {
	width:990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(images/bg_wrapper.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
div#packageForm {
	float:right;
	width:350px;
	height:243px;
	background:url(images/guest-pass-main2.png) top left no-repeat;
	margin: 43px 20px 10px 0;
}
div#packageForm form {
	margin:210px 0 0 17px;
}
div#packageForm .selectionList {
	background:#fff;
	color:#00F;
	width:175px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}
.contactFrame {
	margin:-60px 0 0 0;
}
div#highlightSection {
	background:#f5f5f5;
	border: 1px dotted #cecece;
	width: 660px;
	margin: 0 0 30px 0;
	padding: 10px;
	white-space:normal;
	overflow:auto;
	clear: both;
}

div#highlightSection p a.faq {
	line-height:26px;	
}

div#highlightSection p a:hover.faq {
	text-decoration:none;
}

div#highlightSection h2 {
	font-size: 18px;
	color: #00F;
	margin: 0;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
}
div#highlightSection div#packageForm {
	float:right;
	width:350px;
	height:243px;
	background:url(images/guest-pass-main2.png) top left no-repeat;
	margin: 6px 20px 5px 10px;
}
div#highlightSection p {
	padding:0;
	margin:0 0 15px 0;
	font: normal 12px/16px;
}
div#highlightSection ul {
	width:40%;
	float:left;
	margin:25px 0 0 0;
	padding:0 0 20px 55px;
	list-style-type:square;
}
div#highlightSection ul.short {
	width:30%;
	float:left;
	margin:25px 0 0 0;
	padding:0 0 20px 35px;
	list-style-type:square;
}
	div#highlightSection ul li, div#highlightSection ul li a {
		color:#666;
		font: normal 12px/20px Arial, Helvetica, sans-serif;
	}
div#highlightSection ul h4 {
	font-size: 14px;
	color: #333;
	margin: 0 0 10px -25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	padding: 0;
}
div#highlightSection ul li a {
	color:#666;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
}
div#highlightSection ul li a:hover {
	text-decoration:none;
}
div#highlightSection2 {
	background:#f5f5f5;
	border: 1px dotted #cecece;
	width: 700px;
	margin: 0 0 30px 0;
	padding: 10px;
	white-space:normal;
	overflow:auto;
	clear: both;
}
div#highlightSection2 div#packageForm {
	float:right;
	width:350px;
	height:243px;
	background:url(images/guest-pass-main2.png) top left no-repeat;
	margin: 18px 20px 5px 10px;
}

div#map {
	float:right;
	margin: 0px;
	width: 310px;
	height: 300px;
	padding: 5px;
	border: 1px solid #cecece;
	text-align: center;
}
div#gymLocation {
	width:680px;
	margin: 0px 0px 35px 0;
	min-height: 333px;
	padding: 0 0 30px 0;
}
p {
	color: #666;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 15px 10px 15px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#gymLocation img {
	margin:15px 0 15px 0;
	border: 0;
}

div#video {
	float:left;
	margin:0 23px 15px 0;
	padding:5px;
	border:1px solid #ccc;
}

div#contactForm {
	margin:-75px 0 15px 0;
}

div#footerData {
	width:100%;
	margin:0 auto;
	clear: both;
	position: relative;
}

hr.faq {
	width:95%;
	color:#cecece;
	text-align:center;
	margin:0 auto;
	border-width:thin;
}
p.faq {
	background:#f5f5f5;
	border:1px dotted #cecece;
	padding:15px;
	margin:10px;
}
div.faq {
	background:#f5f5f5;
	border:1px dotted #cecece;
	padding:15px;
	margin:10px;	
}
div.faq p {
	line-height:22px;	
}
div.faq p a:hover {
	text-decoration:none;	
}
.comingSoon {
	color:#F00;
	font-weight:bold;
	font-style:italic;
}

div#bootcamp{
	background:url(images/nc-bootcamp-registration.png) bottom right no-repeat;
	display: block;
	height: 125px;
	position: absolute;
	width: 200px;
	left: 451px;
	top: 61px;
}

div#bootcamp a:hover{
	background:url(images/nc-bootcamp-registration-on.png) bottom right no-repeat;
}

div#bootcamp a{
	width:100%;
	height:100%;
	display:block;
}

#application{
	position: absolute;
	top: 96px;
	left: 658px;
}


#application2{
	position: absolute;
	top: 96px;
	left: 658px;
}
