

@charset "UTF-8";


/*MODAL BOX FOR DAVID*/

.popup_block {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 0 20px #000000;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 20px solid #DDDDDD;
    display: none;
    float: left;
    font-size: 1.1em;
    left: 50%;
    padding: 20px;
    position: fixed;
    top: 50%;
    z-index: 99999;
}


#pop_col {
	float: right;
	width: 285px;
	margin-top:202px;  /*new style*/
}


#popup1 {
	background-image: url(images/popup_map.jpg);
	background-repeat: no-repeat;
	height:374px;
}


#popup1 p a:hover {
    opacity: 0.9;
}


#popup1 p.buttons {margin: 20px 0px 20px 0px;}

#popup1 p.txnorm { font-size: 2em;
}

#popup1 p.txlg { font-size: 2.5em;
}
 

#popup1 p a {
    -moz-border-radius: 5px 5px 5px 5px;
    border: 3px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 1.1em;
    font-variant: small-caps;
    letter-spacing: 0.2em;
    line-height: 2em;
    padding: 10px 18px;
    text-decoration: none;
    text-transform: lowercase;
}


#survey_yes {
    background-color: #fdb913;
    color: white;
}

#survey_maybe {
    background-color: #ff9805;
    color: white;
}

#survey_no {
    background-color: #6d6e71;
    color: white;
}

/*general styles*/

body{
	margin: 0px;
	background-color: #dedede;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.63em;
	color: #000;
}



#flex {
	background-image: url(images/backgound.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;	
}


#wrapper { width: 974px;
	margin-left: auto;
	margin-right: auto;
}



/*top section*/

#top {
	background-image: url(images/top-xercise-4-less.gif);
	width: 974px;
	height: 149px;
	background-repeat: no-repeat;
}

#top-left { float:left;
			width:859px;
			text-align:right;
}

#top-right { float:right;
			width:100px;
			text-align:right;
			padding-right:15px;
}

/* banners*/
#bannertest {
	width:584px; /*for java script*/
	height:134px;
	float:right;
	overflow: hidden;
}

/*top navigation section*/

#top-nav{
	background-image: url(images/nav-bg-gym-membership.gif);
	background-repeat: repeat-y;
}

#top-nav ul { text-align:center;
			padding:10px;
	
}

#top-nav li {
	font-size: 1.1em;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	padding: 0px 8px 0px 8px;
	font-weight: bold;
}

#top-nav li a {
	color: #FFFFFF;
	text-decoration:none;
}

#top-nav li a:hover {
	color: #fdb913;
	text-decoration:none;
}

#top-nav li.active a {
	color: #fdb913;
	text-decoration:none;
}

/*main banner image section*/

#banner, #banner p {margin:0px;
		padding: 0px;
}


/*blue bar for 2nd nav*/
#blue-bar {
	margin:0px;
	padding: 0px;
	background-image: url(images/blue-bar_03.gif);
	width: 974px;
	height:3px;
	background-repeat: no-repeat;
	background-color: #fdb913;
}

/*content area section*/

#main-content{ width: 974px;
		background-color:#FFFFFF;
}


#content-left { width: 700px;
				float:left;
				padding:20px 0px 20px 20px;
}

#content-right { width: 234px;
				float:right;
				text-align:right;	
				padding:20px 20px 20px 0px;		
}


#main-content a:link, a:visited {
	color: #fdb913;
	text-decoration: none;

}

#main-content a:hover {
	color: #fdb913;
	text-decoration: none;
	background-color: #CCCCCC;
}

/*styles for grey box area on home page lastest news and all the forms*/
/* CSS for forms */
#boxedin, #virtual {
	width: 676px;
	background-image: url(images/latest-news_06.gif);
	background-repeat: repeat-y;
	
}

#boxedin p {font-size:1em; 
}


/* commented out on 27th August
#boxedin p, #boxedin h1, #boxedin h2, #boxedin h3 {
	padding: 0px 10px 18px 30px;
	}
	
	
#boxedin h1, #boxedin h2, #boxedin h3 {
	padding: 0px 10px 0px 30px;
	}*/
	
.newspadding {padding: 0px 10px 10px 30px;
}

.pinktext { color:#ff00ea;
} 


#boxedin a.pinktext { color:#ff00ea;
}

.goldtext { color:#939043;
} 


#boxedin a.goldtext { color:#939043;
}

#boxedin a:hover.goldtext {color: #000;
	text-decoration: none;
	background-color: #CCCCCC;
}

/*boxed in Latest news styles*/

#leftnews {
			float:left;
			width: 324px;

}


#rightann {
			float:right;
			width:306px;
			font-size:1.35em;
			/*background-image: url(images/latest-news_06.gif);
	background-repeat: repeat-y;*/
}


fieldset {
	background-color: #e2e2e2;
	border: 1px solid #b8b0c9;
	padding: 0px 10px 10px 20px;
	width: 650px
	
}

label { display:block;
}

input { width: 300px;
}

textarea { width:400px;
			height: 80px;
}

input.checkbox, input.radio, input.submit {
width:auto;
}

input.checkbox { float:left;
				margin-right: 1em;
}



/*content area for 2nd Nav section*/
#content-leftalt { width: 700px;
				float:left;
				padding:20px 0px 20px 20px;
}

/*content area for 2nd Nav section*/

#content-right-secnav { width: 234px;
				float:right;
				text-align:right;	
				padding:0px 20px 20px 0px;		
}

#navtwo {
	background-image: url(images/2nd-nav-mainbg.jpg);
	background-repeat: repeat-y;
	width:217px;
	text-align:left;	
	float:right;
	padding:0px 20px 20px 0px;
}

#navtwo-links { margin: 0px 10px 0px 10px;
				color: #fdb913;
				font-size:1.35em;
				
}


#navtwo-links li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(images/bullet_13.gif);
}


#navtwo-links li a { 
				color: #000;
				text-decoration: none;			
}

#navtwo-links li.active a {
	color: #fdb913;
	text-decoration:none;
	font-weight:#bold;
}

#navtwo-bottom {
	background-image: url(images/2ndnav-bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width:217px;
	text-align:left;	
	float:right;
	padding:0px 20px 20px 0px;
}



/*footer section*/
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 1em;
	color:#666666;
	height: 20px;
	width: 974px;
}

#footer a { color:#666666;
}
#footer a:hover { color: #fdb913;
	text-decoration: none;
	background-color: #999;
}


.left-align { width: 485px;
	float: left;
	padding:30px 0px 10px 10px;
}

.right-align { width: 449px;
	float: right;
	padding:30px 10px 10px 0px;
	text-align:right;
}

/*general styles*/

.pinktext { color:#ff00ea;
} 


a.pinktext  { color:#ff00ea;
}


img { border:none;
}

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

a:link, a:visited {
	color: #fdb913;
	text-decoration: none;
	
}

a:hover {
	color: #fdb913;
	text-decoration: none;
}


.break { clear: both;
}

h1 {font-size:2em;
	font-weight: lighter;
	margin: 0px;
}

h2 {font-size:1.8em;
	font-weight: lighter;
	margin-bottom: 0px;
}
 
h3, h4, h5 {font-size:1.65em;
	font-weight: lighter;
	margin-bottom: 0px;
}

h1 + p, h2 + p,h3 + p, h4 + p, h5 + p, h6 + p {margin-top: 0px;
}

h2.green {
		background-color: #75b644;
		padding: 5px;
}

h2.blue { background-color:#7ebeff;
		padding: 5px;
}

h2.red {  background-color:#f8452a;
		padding: 5px;
}

h2.purple {  background-color:#9245c5;
		padding: 5px;
}

h2.yellow {  background-color:#faff00;
		padding: 5px;
}


p {font-size:1.35em; 
}

#content-left ul {
	font-size:1.35em;
	list-style-position: outside;
	list-style-type: disc;
	margin-left:35px;
}

#content-left li { margin-top:10px;
}



address { font-style: normal;
font-size:1.35em; 
}

/*table styles*/

table td {font-style: normal;
font-size:1.35em; 
}

/*image styles*/

.img-left {float:left;
margin: 0px 8px 0px 0px;
}

.img-right {float:right;
margin: 0px 0px 0px 8px;
}

.img-margin {
margin: 8px;
} 

.img-margin-top {
margin: 8px 0px 0px 0px;
}

.img-margin-bottom {
margin: 0px 0px 8px 0px;
}

label.error {
color: red;
}

