body {
	background:#490505 url(../images/layout/body-bg.png) repeat-x;
	font-family:tahoma, arial, sans-serif;
	color:#330000;
	margin-bottom:1em;
}

a { color:#900909; }
a:hover { color:#2e0404; }

p {
	line-height:18px;
}

ol.spaced li {
	margin-bottom:1em;
}

ol.spaced li ul li {
	margin-bottom:0;
}

#doc {
	width:812px;
	background:transparent url(../images/layout/page-bg.png) repeat-y;
}

#hd {
	background:transparent url(../images/layout/hd-bg.png) no-repeat;
	height:96px;
}

#kungfu {
	background:transparent url(../images/kungfu.png) no-repeat;
	height:96px;
	width:138px;
	margin-left:25px;
	float:left;
}

#header {
	float:left;
}

#header .title {
	height:63px;
	width:350px;
	float:left;
	background:transparent url(../images/logo.png) no-repeat;
}

#header .tel {
	float:left;
	height:63px;
	width:250px;
	color:white;
	font-size:18px;
	text-align:right;
	line-height:63px;
}

#menu {
	clear:left;
	height:34px;
	line-height:30px;
	margin-left:10px;
	color:white;
}

#menu ul { margin:0; padding:0; }

#menu ul li {
	list-style-type:none;
	float:left;
	padding:0 12px 0 8px;
	display:block;
	background:transparent url(../images/layout/divider.png) no-repeat scroll right center;
}

#menu ul li.last {
	background:none;
}

#menu ul li a {
	color:white;
	text-decoration:none;
}

#menu ul li a.selected {
	font-weight:bold;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#bd { margin-top:1em; }

#bd #col1 {
	float:left;
	width:496px;
	margin-left:20px;
	border-right:1px solid #7d0909;
	min-height:665px;
}

#bd #col2 {
	float:left;
	width:275px;
	margin-right:20px;
	min-height:665px;
}

.quarter { width:25%;float:left; }
.three-quarter { width:75%;float:left; }

.intro-text {
	line-height:20px;
	margin:1em 2em;
}

.intro-text strong {
	font-size:22px;
	font-weight:normal;
}

h1 {
	margin:0 0 1em 0;
}

h2 {
	color:#490505;
	font-size:18px;
	font-weight:normal;
	margin:1em 0 6px 10px;
}

.darkbox {
	background-color:#2e0404;
	color:white;
	margin-bottom:1em;
	font-size:11px;
}

.darkbox strong {
	font-weight:normal;
	font-size:15px;
}

.darkbox a {
	color:#ffff99;
	text-decoration:underline;
}

.darkbox a:hover {
	color:#B11010;
}

div.taichi {
	background:#2e0404 url(../images/taichi.png) no-repeat;
	padding:34px 0 0 90px;
	height:75px;
}

div.kungfu {
	background:#2e0404 url(../images/kungfu2.png) no-repeat;
	padding:34px 0 0 90px;
	height:75px;
}

div.half {
	width:50%;
	float:left;
}

.alert {
	background:transparent url(../images/alert.gif) no-repeat;
	padding-left:35px;
	height:40px;
	line-height:40px;
}

div.tabs {
	margin-right:1em;
	margin-bottom:1em;
	font-size:11px;
}

div.tabs ul {
	margin:0;
	padding:0;
}

div.tabs ul li {
	list-style-type:none;
	float:left;
	display:block;
	height:30px;
	line-height:30px;
	padding:0 12px;
}

div.tabs ul li.selected {
	background-color:#9b0a0a;
}

div.tabs ul li.selected a {
	color:white;
	text-decoration:none;
}

div.tabs .content {
	border:1px solid #9b0a0a;
	padding:10px;
	clear:both;
}

div.tabs .content div {
	line-height:20px;
}

div.redbox {
	background-color:#850808;
	padding:10px;
	color:white;
}

div.redbox span.date {
	font-size:11px;
}

div.redbox a { color:#ffff99; text-decoration:none; }
div.redbox a:hover { text-decoration:underline; }

.grandmaster-festival {
	height:296px;
	width:275px;
	margin:1em 0;
}

#contact {
	background-color:#2e0404;
	color:white;
	padding:1em;
	font-size:11px;
	margin:1em 0;
}

#ft {
	background:transparent url(../images/layout/ft-bg.gif) no-repeat;
	height:32px;
	line-height:30px;
	text-align:center;
	color:#ffcece;
	font-size:10px;
	margin-top:1em;
}

.master-col {
	margin:0 2em;
}

.video {
	float:right;
	margin:0 0 0 1em;
}

.school { margin-bottom:1em; }
.school .title {
	font-size:16px;
	color:#490505;
}

table td {
	border:none;
	padding:2px;
}

.quote {
	padding:1.5em 6em;
	font-size:12px;
	background:#2E0404 url(../images/quote.jpg) no-repeat scroll 22px 50%;
}

.indent { margin-left:1em; }

.special {
	float:right;
	margin:0 0 1em 1em;
	font-weight:bold;
	text-align:center;
}

.month {
	font-size:16px;
	border-bottom:1px solid #900909;
	margin-bottom:1em;
	color:#900909;
}

.festival {
	margin:.75em 0;
}

.monthform {
  text-indent: -0.7em;
  padding-left: 0.7em;
}

.monthform p {
  margin: 0;
}

.qanda {
    border-top: 1px solid #900909;
}
.question {
    margin: 10px 0;
}
	.question .q {
	    font-weight: bold;
	    color: #900909;
	    margin-right: 5px;
	    float: left;
	}
.answer {
    margin: 10px 0;
}
	.answer .a {
	    font-weight: bold;
	    color: #00006F;
	    margin-right: 5px;
	    float: left;
	}

.qanda .top {
    margin-bottom: 10px;
    float: right;
}
	
ul#outline {

}
    ul#outline li {
        margin: 3px 0;
    }
   
ul.image-col {
    margin-left: 0;	
}
ul.image-col li{
    list-style-type: none;
    margin-top: 10px;
}

ul.image-col li img{
    width: 275px;
}
.requirements-col {
	margin: 0 1em;
}
.requirements-col h2 {
	color: #900909;
	font-weight: bold;
	margin: 1em 0 6px 0;
}
.requirements-col h3 {
	font-weight: bold;
	margin: 6px 0;
}
.requirements-col p {
	margin: 2px 0 0 1em;
	text-indent: -1em;
	padding: 0;
	line-height: 1.2em;
}
.requirements-col ol {
	margin-top: 3px;
	margin-bottom: 3px;
	}
.history-styles li {
	list-style-type: none;
	margin: 0;
	margin-top: .5em;
	padding: 0;
}

.ClassTimes p, .ClassFees p {
	margin: 0;
	margin-bottom: 1px;
}
.ClassSave {
	text-align: center;
	padding-right: 0px;
	font-size: .8em;
	font-weight: bold;
}
p.ClassSave {
	padding-left: 5px;
	text-align: left;
}
/* ================================================ */
.Preload {
	display: none;
	}
#Gallery {
	width: 100%;
}
#GalleryImageFrame {
	text-align: center;
	margin-top: 20px;
	}
#GalleryImage {
	/* width: 500px; */
	height: 480px;
	width: auto;
	/* border: 2px solid #999; */
	padding: 5px;
	}
#CarouselOuter {
	height: 100px;
	padding-top: 10px;
	border-top: 2px solid #999;
	position: relative;
	}
#CarouselBack, #CarouselNext {
	cursor: pointer;
	_overflow: auto;
	position: absolute;
	top: 15px;
	height: 70px;
	width: 25px;
	}
#CarouselBack { left: 0; }
#CarouselNext { right: 0; }
#CarouselBack img, #CarouselNext img {
	position: absolute;
	top: 28px;
	}
#CarouselBack img { left: 8px; }
#CarouselNext img { right: 8px; }
#CarouselViewOuter, #CarouselViewInner {
	width: 700px;
	overflow: hidden;
	position: relative;
	}
#CarouselViewOuter {
	margin: 0 30px;
	}
#CarouselPanel  {
	text-align: left;
	font-size: 11px;
	list-style: none;
	height: 100px;
	width: 4000px;
	margin: 0;
	padding: 0;
	position: relative;
	}
#CarouselPanel li {
	display: inline;
	float: left;
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0;
	padding: 0 7px;
	}
#CarouselPanel li img, #CarouselPanel li a {
	padding: 0;
	display: inline-block; 
	}
.CarouselPortrait {
	margin: 0 12px 0 13px;
	}
.CarouselLandscape {
	margin: 12px 0 13px 0;
	}
#CarouselPagination {
	width: 100%;
	text-align: center;
	}
#CarouselPagination span {
	cursor: pointer;
	margin: 0 .25em;	
	color: #000;
	text-decoration: underline;
	}
#CarouselPagination span.Current {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	}
ul#advancement {
	margin-left: 15px;
	font-size: 1.1em;
}
ul#advancement li {
	list-style-type: none;
	margin-bottom: 1em;
	}
.advance-level {
	display: inline-block;
	width: 140px;
	}
.advance-includes {
	font-size: 90%;
	font-style: italic;
	}
.detailed-requirements-header, .detailed-requirements-h3, .detailed-requirements {
	float: right;
	padding-right: 10px;
	margin-top: -24px;
	width: 150px;
	display: block;
	}
.detailed-requirements-header {
	padding-top: 10px;
	margin-top: 0;
	font-weight: bold;
	border-bottom: 1px solid #000;
	}
.detailed-requirements a {
	text-decoration: none;
	margin-right: 5px;
	}
.req-pks {
	margin-top: 14px;
	}