/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	background-image: url(../img/bg_gray.gif);
	background-repeat: repeat-y;
	font-size: 11px;
}

p {
	margin: 10px 20px 20px 20px;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}

div,span {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

/* Heading Treatment */

h1 {
	margin: 20px 0;
	padding: 0;
}

h2 {
	margin: 10px 20px;
	padding: 0;
	font-size: 11px;
	color: #333;
}

h3 {
	margin: 10px 20px;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

.heading {
	top: 180px;
	position: absolute;
	margin-left: 20px;
	color: #01BBD6;
	font-size: 10px;
}

/* Layout */

/* below uses a different style in ie.css  */
#logo {
	margin: 0 0 -64px 20px;
	padding:0;
	top: 60px;
	position:relative;
}

/* below uses a different style in ie.css  */
#topBar {
	width: 190px;
	border-top: solid 5px #333;
    left: 650px;
	float: left;
	top: 0;
	position:absolute;
}

#bodyWelcome {
	width: 650px;
	height: 410px;
	float: left;
	background: url(../img/body_welcome.jpg) no-repeat top left;
	z-index: 1;
}

#bodyBio {
	width: 650px;
	height: 490px;
	float: left;
	background: url(../img/body_bio.jpg) no-repeat top left;
	z-index: 1;
}


#bodyContact {
	width: 650px;
	height: 276px;
	float: left;
	background: url(../img/body_contact.jpg) no-repeat top left;
	z-index: 1;
}

#bodyFitness {
	width: 650px;
	height: 410px;
	float: left;
	background: url(../img/body_fitness.jpg) no-repeat top left;
	z-index: 2;
}

/* below uses a different style in ie.css  */
#lowerBox {
	margin: 0 0 20px 0;
	padding: 0;
	width: 650px;
	float: left;
}

#orangeBox {
	background-color: #F5B534;
	padding: 15px;
	margin: 0 0 0 334px;
	width: 286px;
	float: right;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	top: 368px;
	position: absolute;
	z-index: 10;
}

#workOut {
	margin: 0 0 0 46px;
	width: 500px;
	float: left;
	text-align: left;
	line-height: 16px;
	top: 290px;
	position: absolute;
	color: #FFF;
	z-index: 8;
}

#workBio {
	margin: 0 0 0 20px;
	width: 600px;
	float: left;
	text-align: left;
	line-height: 14px;
	top: 250px;
	position: absolute;
	color: #FFF;
	z-index: 8;
}


.textTrio {
	margin: 230px 0 0 0;
	width: 190px;
	float: left;
	text-align: left;
	line-height: 16px;
	position: absolute;
	color: #FFF;
	z-index: 8;
}

#aquaBox {
	opacity: .8;
	filter: alpha(opacity=80);
 	background-color: #01BBD6;
	color: #01BBD6;
	width: 650px;
	height: 210px;
	top: 205px;
	position: absolute;
	z-index: 6;
}

#aquaBox img {
	behavior: url(../iepngfix.htc);
}

#aquaBoxSmall {
	opacity: .8;
	filter: alpha(opacity=80);
 	background-color: #01BBD6;
	color: #01BBD6;
	width: 650px;
	height: 77px;
	top: 205px;
	position: absolute;
	z-index: 6;
}

#aquaBoxSmall img {
	behavior: url(../iepngfix.htc);
}

#aquaBoxLarge {
	opacity: .8;
	filter: alpha(opacity=80);
 	background-color: #01BBD6;
	color: #01BBD6;
	width: 650px;
	height: 290px;
	top: 205px;
	position: absolute;
	z-index: 6;
}

#aquaBoxLarge img {
	behavior: url(../iepngfix.htc);
}

#contactInfo {
	top: 5px;
	left: 650px;
	position:absolute;
}

#quote {
	margin: 0;
	padding: 10px;
	background-color: #FFF;
}

.squareList li {
	margin: 10px;
	color: #333;
	list-style-type: square;
}

/* Lightbox Popup */

#liteBox {
	opacity: .8;
	filter: alpha(opacity=80);
 	background-color: #01BBD6;
	width: 520px;
}

#liteBox img {
	behavior: url(../iepngfix.htc);
}


/* Content */

#container {
	width: 840px;
	border-top: solid 5px #01BBD6;
	background-color: #FFF;
}

.footer {
	width: 610px;
	padding: 20px 20px 10px 20px;
	margin: 0;
	font-size: 10px;
	color: #A6A6A6;
}

.copyright {
	padding: 0;
	margin: 10px 0 0 0;
}

/* Hyperlinks Treatment */

a {
	color: #0099CC;
	text-decoration: none;
}

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

a.whiteLink {
	color: #FFF;
	text-decoration: none;
}

a.whiteLink:hover {
	color: #666;
	text-decoration: none;
}



/* Main Nav*/

a.navLink {
	color: #666;
	text-decoration: none;
}

a.navLink:hover {
	color: #333;
	text-decoration: none;
}

#navContainer {
		margin: 200px 0 0 0;
		padding: 0;
		width: 190px;
		float: right;
    }
    
#navMain {
		margin: 0;
		padding: 0;
		height: 210px;
		background-color: #FFF;
    }
#nav {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 10px;
		text-transform: uppercase;
}

#nav li a {
	margin: 0;
	padding: 5px 10px;
	display: block;
	width: auto;
}

#nav li a:hover {
	border: none;
	background-color :#EAEAEA;
}


.first { 
		background-color: #333;

}

/* Table Stuff */

td { 
	vertical-align: top;

}
