﻿/* CSS Document */


* {
	margin: 0;
	padding: 0;
	font-family: "arial narrow", Geneva, Arial, Helvetica, sans-serif; 
	color: #999999;
	
		}
		
body {
	background-color: #333333;
	font-size: 95%;
	}
	
h1 {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .25em;
	padding: 10px 30px 0 0;
	text-align: right;
	}			
		
a {
	text-decoration: none;
	}
	
a: hover {
	color: #CCCCCC;
	}			

#container {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #222222;
	border: 1px solid #565656;
	}
	
.logo {
	padding: 0 0 38px 0;
	}
	
#banner {
	width: 900px;
	padding: 1em 0 1em 0;
	margin: 0;
	background-color: #720e0e;
	color: #ffffff;
	letter-spacing: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px #333333 solid;
	}

#banner2 {
	width: 900px;
	padding: 1em 0 1em 0;
	margin: 0;
	background-color: #000;
	color: #ffffff;
	letter-spacing: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px #333333 solid;
	}		
		
#leftnav {
	width: 150px;
	float: left;
	padding: 30px 0 0 30px;
	background-color: #222222;
	letter-spacing: 1px;
	font-size: 95%;
	line-height: 98%;
		}
	
	
#leftnav ul{
	padding: 0 0 0 0;
	border-right: 1px solid #333333;
	}	
	
#leftnav ul li {
	list-style-type: none;
	padding: .5em;
	}
	
#leftnav ul li ul {
	padding: 5px 0 0 10px;
	font-size: 90%;
	line-height: 95%;
	border-right: none;
	}
	
	
	
		
#innercontainer {
	margin: 0 auto 0 auto;
	/*width: 900px;*/
	padding: 30px 10px 10px 200px;
	background-color: #222222;
	
	}		
	
#primarynav {
	background-color: #222222;
	color: #FFF;
	margin: 0;
	padding: 5px 0 0 0px;
	border-bottom: 1px solid #333333;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif
	/*width: 700px;*/;
	}

#primarynav ul li {
	list-style-type: none;
	padding: 0 1em 0 0;
	display: inline;
	}
	
#primarynav ul {
	
	}	

	
#breadcrumb {
	font-size: 82%;
	padding: 5px 0 10px 0;
	letter-spacing: .05em;
	}	
	
	
.select {
	font-weight: bold;
	font-size: 110%;
	color: #CCCCCC;
	}	
	
/*********image styles*****************/

#fullimage {
	text-align: center;
	margin: auto;
	}	
	
	
/********** Table styles **************/

table.photography {
	padding: 22px 0 0 0;
	}


table.photography tr {
	text-align: left;
	vertical-align: top;
	
	}
.photography td {
	padding: 5px 20px 5px 0;
	width: 25%;
	text-align: left;
	vertical-align: top;
	letter-spacing: 2px;
	font-size: 70%;
	}

.photography td img {
	border: 2px solid #b8b7b7;
	}	
	
.copyright {
	font-size: 75%;
	}	
	
	
#content {
	padding: 0 20px 0 0;	
	margin: 0;
	}
	
#content ul li {
	list-style-type: none;
	}	

#content ul.yoga li{
	list-style: inside;
	list-style-type: disc;
	}	
	
.floatleft {
	float: left;
	padding: 0 1em 1em 0;
	margin: 0;
		}
		
.floatright {
	float: right;
	padding: 1em 0 1em 1em;
	margin: 0;
		}		
	
	
p {
	padding: 20px 20px 0 0;
	}	
	
	
li a.white {
	color: #FFFFFF;
	}	
	
	
li.white a {
	color: #FFFFFF;
	}	
	
	
li.white {
	color: #FFFFFF;
	}	
	
.white {
	color: #FFF;
	}	
		
		
td.largeimg {
	width: 600px;
	}		
		
/*slideshow script**/

	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:151px;	/* Image width */
		height:100px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.imageSlideshowHolder{
		margin:5px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:151px;	/* Image width */
		height:100px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:right;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}		
	
	
/*slideshow script**/

	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder_left2{
		margin:5px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:500px;	/* Image width */
		height:100px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.imageSlideshowHolder2{
		margin:5px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:500px;	/* Image width */
		height:100px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv2{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder2 img{
		position:absolute;
		left:0px;
		top:0px;
	}	
	
#homeslides {
	
	width: 500px;
	left: 0;
	top: 10px;
	
	}		
	
#events {
	float:right;
	width: 150px;
	/*position: absolute;
	top: 120px;
	right: 75px;*/
	/*font-size: 95%;*/
	text-align: left;
	border: 1px solid #333333;
	padding: 8px;
	margin: 5px 0 0 0;
	}	
	
.floatleft {
	padding: 1em 1em 1em 0;
	float: left;
	}	
	
ul li.interviews a{
	text-decoration: underline;
	}
			
