body {
	padding: 0px;
	background: #fff url(../images/design/bgd.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align: justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3c392f;
}
.all {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.box1 h5 {
	color:#518614;
	}
.box2 h5 {
	color:#518614;
	}
h1 {
	color:#32431F;
	font-size:30px;
	font-weight:normal;
	padding-bottom:5px;
}

h2 {
	color:#518614;
	font-size:20px;
	padding-bottom:5px;
}

h3 {
color:#4b4135;
font-weight:bold;
font-size:18px;
}
h4 {
color:#594c3a;
font-size:21px;
font-weight:normal;
}
h5 {
font-size:16px;
font-weight:normal;
color:#32431F;
padding-bottom:5px;
}

.events h4 {
margin-top: 30px;
}
.events  h5 {
margin: 10px 0 0;
}
.events  h6{
margin: 10px 0 0;
}


p {
	padding-bottom: 10px;
	line-height: 160%;
	color:#3c392f;
}
ul {
	list-style:inside disc;
	line-height:160%;
}
a {
	color: #518614;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #518614;
}

a img {
	border: none;
}

hr {
	display: none;
}
.clear {
	clear:both;
}
.wrapper {
	width:956px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#fff;
}
.header {
	width:960px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	width:346px;
	height:100px;
	margin:0 auto;
}
.menu-holder {
	width:922px;
	height:40px;
	bottom:-8px;
	left:19px;
	position:absolute;
}
.slideshow-holder {
	background-image:url(../images/design/slideshow-bgd.png);
	background-repeat:no-repeat;
	height:290px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
/*Slide Show */

.anythingSlider { 
width: 921px;
height: 266px;
position: relative; 
margin: 0 auto 0; 
z-index:40;
}
.anythingSlider .slidewrapper { 
width: 921px;
height: 266px;
overflow: auto; 
margin: 0 0px; 
position: absolute; 
top: 13px; 
left: 0px;
z-index:50;
}                                     /* Width below is max for Opera */
.anythingSlider .slidewrapper ul { 
width: 32700px; 
list-style: none; 
position: absolute; 
top: 0; 
left: 0; 
margin: 0; 
}
.anythingSlider .slidewrapper ul li          { 
display: block; 
float: left; 
padding: 0; 
width: 921px;
height: 266px;
margin: 0; 
}
.anythingSlider .arrow { 
display: none; 
}
.anythingSlider .forward { 
display: none; 
}
.anythingSlider .back { 
display: none; 
}
.anythingSlider .forward:hover{ 
display: none; 
}
.anythingSlider .back:hover { 
display: none; 
display:none;
}

.thumbNav { 
position: relative; 
top: 212px;
float:right;
margin-right:10px;
z-index:100;
display:none;
}
.thumbNav li { 
display: inline; 
display:none;
}
.thumbNav a { 
color: #fff !important;
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:12px;
display: inline-block; 
padding: 2px 4px; 
height: 10px; 
margin: 0 5px 0 0; 
background: #fff ; 
text-align: center; 
display:none;
}
.thumbNav a:hover { 
background-image: none;
background: #e87657;
color:#e87657 !important;
display:none;
}
.thumbNav a.cur { 
background: #e87657; 
color:#e87657 !important;
display:none;
}

.start-stop { 
z-index: 10; 
color: white; 
padding: 2px 5px; 
width: 18px;
height:16px;
text-align: center; 
position: absolute; 
right: 124px; 
top: 280px;
background-image:url(http://www.tyogacc.com/images/design/play.png);
background-repeat:no-repeat;
background-position:center center;
display:none;
}
.start-stop a:hover {
	background-image:url(http://www.tyogacc.com/images/design/play-hover.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:none;
}
.start-stop.playing { 
background-image:url(http://www.tyogacc.com/images/design/pause.png);
background-repeat:no-repeat;
background-position:center center;
display:none;
}
.start-stop.playing a{
	background-image:url(http://www.tyogacc.com/images/design/pause-hover.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:none;
}

/*
  Prevents
*/
.anythingSlider .slidewrapper ul ul { 
position: static; 
margin: 0; 
background: none; 
overflow: visible; 
width: auto; 
border: 0; 
}
.anythingSlider .slidewrapper ul ul li { 
float: none; 
height: auto; 
width: auto; 
background: none; 
}
/* End Slideshow */



/* Promo Tiles */

.promo-holder {
	background-image:url(../images/design/promo-bgd.png);
	background-repeat:no-repeat;
	width:954px;
	height:270px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
}
#navigation  {
	height: 240px;
	width: 954px;
	clear:both;
	padding:8px 0 0 0;
	}
#navigation ul{
	width:954px;
	height:240px;
	margin:0 auto;
	padding:0;
	}
#navigation ul li{
	float:left;
	display: block;
	outline: none;
	height: 240px;
	text-decoration: none;
	width: auto;
	overflow:hidden;
	text-indent:-1000px;
	}
#navigation ul li a{
	height:240px;
	display:block;
	}
#navigation .promo1 a{
	background: url(../images/design/Promo-Tiles_01.png) no-repeat top left;
	width:300px;
}
#navigation .promo2 a{
	background: url(../images/design/Promo-Tiles_02.png) no-repeat top left;
	width:298px;
	background-position: 0 0;
}
#navigation .promo3 a{
	background: url(../images/design/Promo-Tiles_03.png) no-repeat top left;
	background-position: 0 0;
	width: 294px;
}
#navigation .promo1 a:hover{
	width:300px;
	background-position: 0px -240px;
}
#navigation .promo2 a:hover{
	width:294px;
	background-position: 0px -240px;
}
#navigation .promo3 a:hover{
	background-position: 0px -240px;
	width: 294px;
}
.promo1 {
	margin-right:20px;
	margin-left:8px
}
.promo2 {
	margin-right:20px;
}

/* End Promo Tiles */

.content-left {
	width:600px;
	float:left;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}
.content-left img {
	float:left;
	margin-right:10px;
}
.content-right {
	width:269px;
	padding:5px 10px 5px 10px;
	float:right;
	margin-top:15px;
	margin-right:10px;
	background-image:url(../images/design/news-bgd.png);
	background-repeat:repeat-y;
	margin-bottom:10px;
}
.form-right {
	width:269px;
	padding:5px 10px 5px 10px;
	float:right;
	margin-top:15px;
	margin-right:10px;
	background-image:url(../images/design/news-bgd.png);
	background-repeat:repeat-y;
	margin-bottom:10px;
	color:#fff;
}
.news-title {
	padding-bottom:10px;
}
.news {
	color:#fff !important;
	font-size:13px;
}
.news p {
	color:#fff;
}
.footer-holder {
	width:956px;
	height:127px;
	background-image:url(../images/design/footer-bgd.png);
	background-repeat:no-repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.box1 {
	width:200px;
	height:100px;
	position:absolute;
	top:19px;
	left:14px;
}
.box2 {
	width:200px;
	height:100px;
	position:absolute;
	top:19px;
	left:236px;
	color:#80766a;
	font-size:14px;
}
.box2 p {
	color:#80766a;
}
.box2 a {
	color:#80766a;
}
.box3 {
	width:450px;
	height:100px;
	position:absolute;
	top:19px;
	right:22px;
	font-size:14px;
	text-align:right;
}
.box3 p {
	color:#80766a;
}
.box3 a {
	color:#518614;
	text-decoration:none;
}
.box3 a:hover {
	color:#518614;
	text-decoration:underline;
}
input {
	padding:3px;
	border:2px solid #fff;
	margin-bottom: 8px;
	width: 125px;
	background-image: url("http://www.tyogacc.com/images/design/field-bg.gif");
    background-repeat: repeat-x;
    border: 2px solid #C8C8C8;
	font-family:Georgia, "Times New Roman", Times, serif;
}
input:focus {
border:2px solid #f48d00;
background-color:#FFF;
}
select {
	padding:3px;
	margin-bottom:5px;
	margin-left:1px;
	width:134px;
	background-image: url("http://www.tyogacc.com/images/design/field-bg.gif");
    background-repeat: repeat-x;
    border: 2px solid #C8C8C8;
	font-family:Georgia, "Times New Roman", Times, serif;
}
select:focus {
border:2px solid #f48d00;
background-color:#FFF;
}

input[type="submit"] {
background-color:#518614;
border:none;
color:#000000;
margin-top:5px;
float:right;
width:139px;
background-image:none !important;
font-family:Georgia, "Times New Roman", Times, serif;
}
textarea {
border:none;
height:79px;
width:125px;
padding:5px;
background-image: url("http://www.tyogacc.com/images/design/textarea.gif");
    background-repeat: repeat-x;
    border: 2px solid #C8C8C8;
	font-family:Georgia, "Times New Roman", Times, serif;
}
textarea:focus {
border:2px solid #f48d00;
background-color:#FFF;
}
/*Contact Page Elements
*/
.mapwrapper {
border:1px solid #7D8E90;
background-color:#5f5f45;
padding:5px;
position:relative;
height:350px;
width:auto;
margin-bottom:15px;
}
.mapborder {
border:1px solid #adadad;
}
.mapdirections {
position:absolute;
width:280px;
height:17px;
bottom:4px;
right:3px;
background-color:#152731;
color:#fff;
font-size:14px;
font-weight:bold;
padding: 5px;
}
.mapdirections a{
color:#fff !important;
text-decoration:none;
}
mapdirections a:hover {
color:#fff !important;
text-decoration:underline;
}
.extraspacing {
padding-top:20px;
}
.contactform {
margin-top:20px;
}
.contacttd {
	padding:5px;
	line-height:20px;
}
.contacttd a{
	color:#C1552E !important;
	text-decoration:underline;
}
.contacttd a:hover {
	color:#C1552E !important;
	text-decoration:none;
}
.content-left-sm {
	width:225px;
	float:left;
}
.content-full2 {
	padding-bottom:20px;
}
.full-content {
	padding-top:20px;
}
.membership li {
	list-style-type:circle;
	list-style-position:inside;
	padding-left:10px;
	line-height:20px;
}
.package li {
	list-style-type:circle;
	list-style-position:inside;
	padding-left:10px;
	line-height:20px;
	padding-top:5px;
}
.package-box {
	width:208px;
	float:left;
	margin-right:32px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border:1px solid #888888;
	min-height:165px;
	background-image:url("http://www.tyogacc.com/images/design/form-bg.png");
	margin-top:10px;
}
.package-box p {
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:5px;
}
.package-box h2 {
	font-size:18px;
	color:#C1552E;
	padding-bottom:7px;
	border-bottom:1px solid #888;
	padding-left:5px;
	padding-top:5px;
}
.package-boxr {
	width:208px;
	float:right;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border:1px solid #888888;
	min-height:165px;
	background-image:url("http://www.tyogacc.com/images/design/form-bg.png");
	margin-top:10px;
}
.package-boxr p {
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:5px;
}
.package-boxr h2 {
	font-size:18px;
	color:#C1552E;
	padding-bottom:7px;
	border-bottom:1px solid #888;
	padding-left:5px;
	padding-top:5px;
}
.content-right2 {
	width:400px;
	float:right;
}

.content-left3 {
	width:400px;
	float:left;
}
.content-right2 {
	width:175px;
	float:right;
	margin-top:40px;
}
.ratesborder {
border-bottom:1px dashed #473D33;
padding-bottom:10px;
height:34px;
}
.rates {
	padding:5px;
}
.rates-left {
	width:475px;
	float:left;
}
.ratesh2 {
	color:#B7532E;
	font-weight:bold;
	font-size:18px;
	padding-bottom:10px;
	padding-top:10px;
}
.ratesborder {
	border-bottom: 1px dashed #473D33;
}
.ratestop {
	font-size:16px;
	font-weight:bold;
	color:#333;
	border-bottom:1px dashed #f4d793;
	padding-bottom:5px;
	padding-top:5px;
}
.form-bgd {
	background-color:#152731;
	padding:5px;
	border:5px solid #7D8E90;
}.full-content {
	padding:10px;
}
.content-leftsm {
	width:250px;
	float:left;
	margin-top:15px;
	margin-left:10px;
	margin-bottom:10px;
}
.form-right2 {
	width:625px;
	float:right;
	background-color:#ccc;
	border:1px solid #909090;
	padding:5px;
	margin-top:15px;
	margin-right:10px;
	margin-bottom:10px;
}
.zindex {
	z-index:99999;
	margin-top:-27px;
	margin-left:42px;
}
/* Calendar Page Styling */
.fullcontent {
	padding:20px;
}
.mo_login {
width:200px;
float:right;
}
.mo_updates {
float:right;
width:210px;
height:223px;
padding-top:35px;
}

.mo_bg {
background: url(../images/design/course_updates.png);
background-repeat:repeat-y;
padding-top:35px;
}

p.momarquee_text {
color:#FFFFFF;
margin:9px;
}

.news_bg {
background-image: url(../images/design/mo_nl_background.png);
background-repeat:repeat-y;
}

p.monl {
color:#FFFFFF;
margin:6px;
}

td.monl,p.monl a {
color:#FFFFFF;
}
p.momarquee_text a {
color:#B3EFEF;
}
.tiles a img {
border:none;
}
.coursetour {
	position:relative;
}
.hole {
	width:30px;
	height:40px;
	position:absolute;
	text-align:center;
}
.hole a {
	text-decoration:none;
	color:transparent;
}
#tt_button {
    display: block;
    position: fixed;
    top: 50%;
    left: 0pt;
    height: 120px;
    width: 39px;
    z-index: 100000;
}