@charset "UTF-8";
/* VO2 Fitness
   Created by Erin Morrill, Victory Dog Design
   Copyright 2010 */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-image:url(../images/BKG.jpg);
	background-repeat:repeat;
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;	
}

a img { border: none; }

a { 
	text-decoration: none;
	outline: none;
	color: #464647;
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;	
}

a:hover { 
	text-decoration: underline;
	outline: none;
}

a.on { color: #000000; }

.right { float: right; } 

.left { float: left; }

.clear { clear: both; }

p {
	color: #464647;
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
}

/*---------------------- 
	header styles 
------------------------*/

#header {
	margin: 0px auto 20px auto;
	border:solid;
	background: #FFF;
	border-width: 1px;
	border-color: #034EA2;
	width: 1050px;
	height: 150px;
	float: center;
	text-align: center;
}

#calendar {
	width: 692px;
	height: 725px;
	float:right;
	padding: 0px 53px 0 0px;
}

#facebook {
	width: 692px;
	height: 560px;
	float:right;
	padding: 0px 53px 0 0px;
}

#container {
	border:solid;
	border-width:1px;
	border-color: #034EA2;
	margin: 10px auto 20px auto;
	background-color:#FFFFFF;
	padding: 0;
	width: 1050px;
	min-height:1000px;
	height:auto;
	text-align: left;
}

#container_index {
	border:solid;
	border-width:1px;
	border-color: #034EA2;
	margin: 10px auto 20px auto;
	background-color:#FFFFFF;
	padding: 0;
	width: 1050px;
	min-height:800px;
	height:auto;
	text-align: left;
}

#container_info {
	border:solid;
	border-width:1px;
	border-color: #034EA2;
	margin: 10px auto 20px auto;
	background-color:#FFFFFF;
	padding: 0;
	width: 1050px;
	min-height:1530px;
	height:auto;
	text-align: left;
}

#long_container {
	border:solid;
	border-width:1px;
	border-color: #034EA2;
	margin: 10px auto 20px auto;
	background-color:#FFFFFF;
	padding: 0;
	width: 1050px;
	min-height:2550px;
	height:auto;
	text-align: left;
}

#sub_container {
	margin: 0px 0 0px 0; padding: 0;
	width: 217px;
	text-align: left;
}

#content {
	padding-bottom: 15px;
	padding-right: 25px;
	padding-left: 30px;
	float: left;
	min-height: 610px;
	height: auto !important;
}

#pcontent {
	padding-bottom: 15px;
	padding-right: 25px;
	padding-left: 30px;
	float: left;
	min-height: 198px;
	height: auto !important;
}


/*---------------------- 
	navigation styles 
------------------------*/

#nav_container {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 1300px; 
	float: center;
}

#nav_container img {
	float: center;
}

#nav { 
	margin: 0px 0 0 0px;
	padding: 0;
	width: 1300px;
	float: center;
}

#nav a {
	margin: 0;
	display: block;
	text-decoration: none;
	float: center;
}

#nav a span {
	position: absolute;
	top: -3000px;
}

.navspacer a:hover {
	background: url(images/nav_spacer.gif);	
}

.navspacer {
	margin: 0; padding: 0;
	float: left;
	width: 50px;
	height: 31px;
	display: block;	
}

.navhome {
	margin: 0; padding: 0;
	float: left;
	width: 90px;
	height: 31px;
	display: block;	
}

.navhome a {
	width: 90px;
	height: 31px;
	display: block;	
	background:url(../images/nav.jpg) -55px 0px no-repeat;
}

.navhome a:hover {
	background:url(../images/nav.jpg) -55px -31px no-repeat;
}

.navinfo {
	margin: 0; padding: 0;
	float: left;
	width: 210px;
	height: 31px;
	display: block;

}

.navinfo a {
	width: 210px;
	height: 31px;
	display: block;	
	background:url(../images/nav.jpg) -140px 0px no-repeat;	
}

.navinfo a:hover {
	background: url(../images/nav.jpg) -140px -31px no-repeat;	

}

.navmembership {
	margin: 0; padding: 0;
	float: left;
	width: 110px;
	height: 31px;
	display: block;	
}

.navmembership a {
	width: 110px;
	height: 31px;
	display: block;	
	background: url(../images/nav.jpg) -350px 0px no-repeat;	
}

.navmembership a:hover {
	background: url(../images/nav.jpg) -350px -31px no-repeat;	
}

.navevents {
	margin: 0; padding: 0;
	float: left;
	width: 150px;
	height: 31px;
	display: block;	
}

.navevents a {
	width: 150px;
	height: 31px;
	display: block;	
	background:url(../images/nav.jpg) -470px -0px no-repeat;
}

.navevents a:hover {
	background:url(../images/nav.jpg) -470px -31px no-repeat;
}

/*.navpartners {
	margin: 0; padding: 0;
	float: left;
	width: 110px;
	height: 31px;
	display: block;

}

.navpartners a {
	width: 110px;
	height: 31px;
	display: block;	
	background:url(../images/nav.jpg) -640px -0px no-repeat;

}

.navpartners a:hover {
	background:url(../images/nav.jpg) -640px -31px no-repeat;
}
*/

.navcontact {
	margin: 0; padding: 0;
	float: left;
	width: 100px;
	height: 31px;
	display: block;	

}

.navcontact a {
	width: 100px;
	height: 31px;
	display: block;	
	background:url(../images/nav.jpg) -640px -0px no-repeat;
}

.navcontact a:hover {
	background:url(../images/nav.jpg) -640px -31px no-repeat;
}

.navlocation {
	margin: 0; padding: 0;
	float: left;
	width: 170px;
	height: 31px;
	display: block;	
}

.navlocation a {
	width: 170px;
	height: 31px;
	display: block;	
	background:url(../images/nav.jpg) -770px -0px no-repeat;
}

.navlocation a:hover {
	background:url(../images/nav.jpg) -770px -31px no-repeat;
}

/*---------------------- 
	left navigation styles 
------------------------*/

#left_container {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 1000px;
	height:900px;
	float: left;
}

#right {
	width: 745px;
	height: 500px;
	float:right;
	padding: 10px 40px 0 0px;
}

#right_long {
	width: 745px;
	height: 1000px;
	float:right;
	padding: 10px 40px 0px 0px;
}

.right_textcontainer p {
	padding: 0px 40px 0 0px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#333333;
}

#leftnav_top {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 260px;
	height:405px;
	float: left;
}


#leftnav_email {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 260px;
	height:125px;
	float: left;
}

#leftnav_networks {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 260px;
	height:325px;
	float: left;
}

.leftnav_container img {
	float: left;
}


/*---------------------- 
	body styles 
------------------------*/

#body_container {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 1050px;
	height: auto;
	float: left;
}

#body_container img {
	float: left;
}

#body_container a.btn_mailing {
	float: right;
}

#body { 
	margin: 0px 10px 0 0px;
	padding: 0;
	width: 898px;
	height: auto;
	float: left;
	background-image:url(../images/Giant_Noise_PR_Marketing_Events_Body.jpg);
	background-repeat: repeat-y;
}

.bodycontact {
	
}

/*---------------------- 
	email box styles 
------------------------*/

#email {
	margin: 0 0 0 0;
	padding: 5px 0 0 20px;
	width:260px; 
	height: 125px;
	background:url(../images/vo2fitness_12.gif);
	font-weight: bold; 
	font-family:Arial; 
	font-size:10px; 
	color:#006699;
	float: center;

}

.safesubscribe {
	padding: 50px 0 0 29px;

}

/*---------------------- 
	slideshow styles 
------------------------*/


#imageSlideshowHolder {
	padding: 0px 40px 0 0px;
	margin: 0;
	/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
	width: 400px;	/* IE 5.x */
	width/* */:/**/400px;	/* Other browsers */
	width: /**/400px;
	/* CSS HACK */
		height: 450px;	/* IE 5.x */
	height/* */:/**/450px;	/* Other browsers */
	height: /**/450px;
	position:absolute;
	border:  none;
}
	
	
.imageInGallery {
		
		/* Never change these 3 value */
		left:0px;
		top: 0px;
		height:346px;
		position:absolute;	
	}


/*---------------------- 
	footer styles 
------------------------*/

#footer {
	margin: 0px auto 100px auto;
	background-color:#FFFFFF;
	border:solid;
	border-width:1px;
	border-color: #034EA2;
	width: 1050px;
	height:auto;
	float: center;
	text-align: center;
}

#footer p, #footer a {
	padding:0px;
	color: #918e8b;
	font-family: Verdana, arial, sans-serif;
	font-size: 9px;
	line-height: 17px;
}

