@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #001B35;
	background-color: #0C2732;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc00;
	text-decoration: none;
	font-size: 0.9em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-top: 10px;
	line-height: normal;
	color: #FFFFFF;
}
u {
	width: 10px;
}


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


.twoColFixRtHdr #container {
	width: 932px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #001B35;
	color: #FFFFA4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
} 

h1 {
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 50px;
	font-weight: normal;
}
#contentContainer{
	background-color: #001B35;
	width: 932px;
	float: left;
	padding-bottom: 20px;
	
}

#container {
}

#shadow {
	background-image: url(../images/shadow.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	width: 970px;
}

#navbar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	width: 932px;
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #001B35;
}
#newsBlock {
	height: 320px;
	background-color: #520000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	clear: both;
	border-bottom-color: #FFFFFF;
}
#newsBlock p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#flashAd {
	float: left;
	width: 554px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 305px;
	padding-top: 10px;
}

#flashAdBorder{
	width: 555px;
	border: 1px solid #FFFFFF;
}
#newsBulletin {
	float: right;
	width: 363px;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFA4;
}

#newsBulletin li {
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: square;
}
#newsBulletin ul {
	padding-left: 20px;
	margin: 0px;
	padding-top: 5px;
}
#newsBulletin h1 {
	padding: 0px;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	width: 350px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:0.1em;
}
#newsBulletin p {
	line-height: 1.3em;
}

#welcomeText {
	float: left;
	width: 500px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 50px;
}

#welcomeText h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Georgia, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	
}

#welcomeBlock {
	font-size: 0.8em;
	line-height: 1.6em;
}

#promoVid {
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #FFFFFF;
}

#promoCaption h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 1.3em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}

#promoCaption {
	float: left;
}

#promoBG {
	height: 235px;
	width: 345px;
	float: left;
	background-color: #ffe291;
	margin-top: 5px;
	background-image: url(../images/promo-vid-bg.jpg);
	background-repeat: no-repeat;
}

#promoBGRight {
	height: 235px;
	width: 345px;
	float: right;
	background-image: url(../images/promo-vid-bg-right.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
}
#events {
	height: 375px;
	width: 903px;
	background-image: url(../images/events-bg.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	float: left;
	margin-top: 20px;
	color: #333333;
	font-size: 0.8em;
}
#events a {
	color: #960006;
	font-weight: bold;
	font-style: italic;
}

#eventsTitle {
	height: 60px;
}
#eventsTitle h1 {
	margin-left: 265px;
	font-weight: bold;
	color: #333333;
	font-family: "Adobe Garamond Pro";
	padding-top: 20px;
	margin-top: 0px;
	font-size: 2em;
}

#eventsPic {
	width: 402px;
	height: 275px;
	float: left;
	padding-left: 40px;
}
#eventsPic img {
	border: 1px solid #999999;
}

#eventsDesc {
	float: left;
	width: 350px;
	padding-left: 20px;
}
#eventsDetails {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
}
#eventsDetails li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
.details {
	font-size: 0.8em;
	margin-left: 2px;
}

#eventsSpecialInfo {
}
#eventsAddInfo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#BlogNews {
	clear: both;
	overflow: auto;
	padding-top: 25px;
}




#BlogNews h3 {
	background-image: url(../images/calendar.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 100px;
	float: right;
}

#BlogNews p {
	line-height: 1.6em;
}

#BlogNews hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	height: 0px;
	width: 0px;
}


#BlogNews h2 {
	font-weight: normal;
	font-family: Georgia, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	margin-bottom: 30px;
}

#BlogNews h1 {
	color: #FFCC00;
	font-size: 2em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 100px;
	background-image: url(../images/index-latest-blop-post-pic.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	height: 57px;
	padding-top: 10px;
}

#blogPost {
	width: 600px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	padding-bottom: 10px;
}

#calendar {
	float: right;
	background-image: url(../images/calendar.jpg);
	height: 106px;
	width: 100px;
	background-repeat: no-repeat;
}
#blogPost h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#month {
	margin-top: 10px;
	text-align: center;
	color: #FFFF00;
	font-family: Georgia, sans-serif;
	font-weight: normal;
}

#day {
	text-align: center;
	margin-top: 10px;
	color: #333333;
	font-size: 3em;
	font-weight: bold;
	font-family: Georgia, sans-serif;
}

#entry {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}


#newsArts {
	float: right;
	width: 270px;
	font-size: 0.8em;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 15px;
	color: #FFCC00;
}
#newsArts li {
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/page.jpg);
	background-repeat: no-repeat;
	background-position: 0% 40%;
	height: 28px;
	padding-left: 20px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
}

#newsArts li a {

}

#newsArts ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#newsArts h1 {
	color: #FFCC00;
	font-weight: normal;
	margin-top: 10px;
	background-image: url(../images/news-title.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	padding-left: 100px;
	padding-top: 20px;
	margin-left: -10px;
}


#dates {
	padding: 10px;
	float: left;
	width: 220px;
	height: 100%;
	margin-top: 10px;
	margin-left: 20px;
}

.twoColFixRtHdr #header {
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 161px;
	width: 932px;
	background-image: url(../images/header-bg.jpg);

} 


.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #mainContent {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	width: 500px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 1.5em;
	font-weight: 100;
	color: #FFFFA4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	float: left;
} 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFCC00;
}

.floatRight {
	float: right;
}

.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 330px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 a {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 li {
	padding-bottom: 5px;
	list-style-type: none;
	list-style-image: url(../images/arrow-bullet.gif);
	margin-top: 10px;
}

#sidebar1 ul{
	margin-left:30px;
	padding-left: 30px;
}

.twoColFixRtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #757551;
	clear: both;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
	font-family: "Palatino Linotype", Arial, sans-serif;
	color: #757551;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 15px;
} 
#video {
	margin-top: 20px;
	width: 325px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h4 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	width: 90%;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#first {
	background-color: #000000;
	color: #FFFFFF;
}

#second {
	background-color: #000000;
	color: #FFFFFF;
}

#fourth {
	background-color: #4E3B1C;
	color: #FFFFFF;

}

#fifth {
	background-color: #4e3b1c;
	color: #FFFFFF;
}


#third {
	background-color:#000;
	color: #FFFFFF;
}

#sixth{
	background-color: #4E3B1C;
	color: #FFFFFF;
}

#seventh{
	background-color: #4E3B1C;
	color: #FFFFFF;
}

#bjj {
	background-image: url(../images/bjj_bg.jpg);
	background-repeat: repeat-x;
	background-color: #192b3d;
	padding-top: 0px;
	height: 100%;
	text-align: left;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 0px;
}

#bjj p {
	margin: 0px;
	padding: 5px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.classPrices {
	width: 900px;
}
.prices {
	padding: 5px;
	float: left;
	width: 600px;
	font-size: 0.9em;
}
.classPic {
	float: left;
	padding-top: 10px;
}

.classPic1 {
	float: left;
	padding-top:30px;
}
#classes {
	float: left;

}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	width: 100%;
	text-align: center;
	background-image: url(../images/thinking.gif);
	background-repeat: no-repeat;
	height: 100px;
	margin-left: 35px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #FFFFFF;
}
.results_container {
	width: 850px;
}
.results {
	float: left;
	width: 400px;
	padding: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#title {
}
#contentBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding: 10px;
}
#instructors {
	padding: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#privates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	clear: both;
	padding: 10px;
	float: left;
	line-height: 1.5em;
}
#privates li {
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	padding-top: 5px;
}
#privates ul {
	padding-left: 15px;
	margin-left: 15px;
}
#privates ul li {
	font-size: 0.9em;
}

.instructorTitle {
	margin-left: 90px;
}
.instructorPic {
	margin-left: 20px;
}


.blackBelt {
	background-color: #000000;
	width: 252px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 50px;
	margin-bottom: 25px;
}
#topInstructors {
	margin-left: 200px;
}
#subInstructors {
	margin-left: 50px;
}




#contentBlock li {
	padding-left: 10px;
	margin-right: 10px;
}
#contentBlock ul {
	padding-left: 0px;
	margin-left: 0px;
}
#contentBlock ul li {
	display: inline;
}
.bold {
	font-weight: bold;
}
.purpleBelt {
	background-color: #4b0063;
	width: 252px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 25px;
}
#braulioPics {
	float: right;
	width: 400px;
	padding-top: 25px;
}

.brownBelt {
	background-color: #673301;
	width: 252px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 25px;
}
#braulioText {
	width: 450px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

#memberships {
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	padding-left:5px;
}

#bjjContent{
	margin:0 auto;
	padding-left:5px;
	padding-right:5px;
	width:932px;
	font-weight: 100;
	color: #FFFFA4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height:1.6em;
}

#bjjQuestion{
	float:left;
	width:400px;
	padding:5px;
	padding-left: 25px;
}

#bjjAnswer{
	float:left;
	width:410px;
	margin-left: 50px;
}

#bjjAnswer p{
padding-top:10px;
}

.border{
	border: 1px solid #FFFFFF;
}
#mainTextBlock {
	margin-bottom: 20;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	width: 892px;
	height: 100%;
	line-height: 1.5em;
	font-weight: 100;
	color: #FFFFA4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #001B35;
	clear: both;
	overflow: hidden;
}

#mainTextBlock h6{
	background-image: url(../images/photogallery-title.jpg);
	height: 125px;
	width: 513px;
	margin-left: 180px;
}

.moveMeSlight{
	margin-bottom:10px;
}

.moveMePlenty{
	margin-bottom:100px;
	}
#schedule {
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
}
#mainTextBlock h2 {
	margin-top: 25px;
	margin-bottom: 35px;
}

#leftContent {
	float: left;
	width: 350px;
}

#schedule table {
	background-image: url(../images/class-schedule-bg.jpg);
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
}

#schedule h4 {
	font-size: 14px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#schedule td {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#schedule td.hideTop {
border-top:hidden;
border-top:none;
}
#schedule  td.hideRight {
border-right:hidden;
border-right:none;
}

#schedule td.hideBoth {
border-top:hidden;
border-top:none;
border-right:hidden;
border-right:none;
}

#schedule td.rightRed{
border-right:hidden;
border-right:none;
background:#CC0000;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#FFFFFF;
}

#schedule td.rightBlue{
border-right:hidden;
border-right:none;
background:#cd0110;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#FFFFFF;
}

#schedule td.rightGreen{
border-right:hidden;
border-right:none;
background:#003333;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#FFFFFF;
}

#schedule td.rightGray{
border-right:hidden;
border-right:none;
background:#000;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#FFFFFF;
}

#schedule td.rightBrown{
border-right:hidden;
border-right:none;
background:#993300;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#FFFFFF;
}

#schedule td.PrivateClass{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	color:#FFFFFF;
	background-color: #000;
}

#schedule td.GiClass{
background:#1a3da0;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#FFFFFF;
}

#schedule td.AdvancedGiClass{
background:#000;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#FFFFFF;
}

#schedule td.foundation{
background:#277727;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#FFFFFF;
}

#schedule td.rightFoundation{
border-right:hidden;
border-right:none;
background:#277727;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#FFFFFF;
}

#schedule td.NoGiClass{
background:#ff6600;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#000;
}

#schedule td.AdvancedNoGiClass{
background:#cd0110;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#FFFFFF;
}

#schedule td.OpenMat{
background:#FFFFFF;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#000;
}

#schedule td.kids{
background:#ffcc00;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color:#000;
}

#key{
list-style-type:none;
}

#key li{
display:inline;
}

#key li.brown{
background:#993300;
padding-left:50px;
width:50px;
}

#rightContent {
	float: left;
	width: 350px;
}

#subContent{
float:left;
}
#historyText {
	width: 600px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
#historyPics {
	float: left;
	width: 200px;
	padding-top: 25px;
	margin-left: 40px;
}
#calendarBlock {
	background-color: #FFFFFF;
	float: left;
	width: 600px;
	height:auto;
	color: #000000;
	margin-top: 20px;
	overflow:hidden;
	padding: 15px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #001B35;
}
#calendarBlock a {
	font-style: italic;
	text-decoration: underline;
	color: #FF0000;
}


#calendarBlock h2{
	font-size:1.1em;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:0px;
	margin-top:5px;
}

#calendarBlock h4{
	color:#CC0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bolder;
	font-size: 1.5em;
}

.date{
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:1em;
}


#dates h4{
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFCC00;
	font-size: 1.2em;
}
 

#dates ul{
	list-style-type: none;
}

#dates li{
	margin-top: 10px;
	list-style-type: none;
	list-style-image: none;
	background-image: url(../images/blog-articles.jpg);
	background-repeat: no-repeat;
	background-position: 0% center;
	padding-left: 10px;
}

.yellowHighlight{
color:#ffcc00;
}

#contact{
	padding-top: 0px;
}
#contact Fieldset {
	background-color: #560000;
	width: 400px;
	padding-left: 25px;
	border: 1px solid #CCC;
}

#contactForm {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#contactForm li {
	padding-top: 10px;
}
#contactForm label {
	display: block;
}


input.sub{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 1px none #CCCCCC;
	background-image: url(../images/send.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 53px;
	background-color: #560000;
	color: #FFFFFF;
}

#programmes{
	width:920px;
	height:440px;
	background-color:#560000;
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
}

.offer{
	float:left;
	width:220px;
	margin-left: 7px;
}

.offer h1{
	background-image:url(../images/bronze-offer.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:172px;
	width:200px;
	margin-top: 30px;
	margin-left: 15px;
	padding: 0px;
	margin-bottom: 20px;
}

.offer h2{
	background-image:url(../images/silver-offer.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:172px;
	width:200px;
	margin-top:30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 12px;
	
}

.offer h3{
	background-image:url(../images/gold-offer.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:172px;
	width:200px;
	margin-top:30px;
	margin-left: 12px;
}
.offer h4 {
	background-image:url(../images/foundation-membership.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:172px;
	width:200px;
	margin-top:23px;
	margin-left: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 17px;
}


#ProgTitle{
	padding-left:275px;
	padding-top: 15px;
}

.offer ul{
	margin:0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
}

.offer li{
	margin-top:5px;
	font-weight: normal;
	font-family: "Palatino Linotype", Arial, sans-serif;
	color: #FFFFFF;
	line-height: 1.5em;
}

.emphasis{
	font-size: 0.8em;
	font-weight: bold;
}

#dates h4{
	font-family:Georgia, sans-serif;
	font-size: 1.7em;
	margin-bottom: 10px;
	padding-left: 15px;
}

#dates li{
	list-style-type: none;
	color: #FFCC00;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#dates ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
}


#dates a{


}

.white{
color:#FFFFFF;
font-weight:bold;
}

#flashcontent {
			height:800px;
			overflow:visible;
			width:570px;
						
}

.photos{
	margin-left: 30px;
}

.photosSecondRow{
	margin-left:130px;
}

#EventDate{
	width:600px;
	float:left;
	margin-top: 15px;
}

#EventDate table{
	color:#FFFFA4;
	
	
}

#EventDate td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

theader{
background-color:560000;
color:#FFFFFF;
}

#EventDate th{
background-color:#560000;
color:#FFFFFF;
padding:5px;
}

#EventDate h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;

}

#EventDate td{
padding:5px;
border:none;
}

#EventDate tr{
border:none;
}

#EventDetails{
float:right;
width:250px;
}

.spryHover{
background:#5e91c2;
cursor:pointer;
}

.sprySelect{
color:#FFCC00;
}

.oddRow{
background:#003c76;
}

#instructorTitle{
margin-top:15px;
}

#instructorTitle ul{
	padding: 0px;
	margin: 0px;
}

#instructorTitle li{
list-style-type:none;	
display:inline;
}

#instructorLink{
	margin-top: 0px;
	padding-top: 0px;
	
}

#instructorLink li{
	padding-top: 0px;
	margin-top: 0px;
}

.instructorSpacing{
	padding-left: 1em;
}

.instructorSpacing1{
	padding-left: 1.6em;
}

.instructorSpacing2{
	padding-left: 1.4em;
}

.instructorSpacing3{
	padding-left: 1.5em;
}

.instructorSpacing4{
	padding-left: 2.3em;
}

.instructorName{
	font-weight:bold;
}

#instructorBelt{
float:left;
padding:10px;
}

#instructorBio{
	width:650px;
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding:10px;
}

#instructorBio ul{
	margin-left:10px;
	padding-left:0px;

}

.instructorFloat{
	float:right;
	margin:10px;
	border: 1px solid #FFFFFF;
}

.instructorsHead{
margin-top:10px;
}
.classPrices .prices li {
}
.classPrices .prices ul {
	padding-top: 15px;
	margin-top: 20px;
}
.promo {
	font-size: 0.9em;
	text-transform: capitalize;
	color: #FFCC00;
	font-style: normal;
	font-weight: normal;
}


#register{
	float:left;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 75px;
}

.individual_accolades{
	width:250px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.instructorSpacing5 {
	padding-left: 2.9em;
}

.borderBlack {
	border: 1px solid #000000;
}
.imgFloat {
	margin: 10px;
	float: right;
	border: 1px solid #FFFFFF;
}
.blogPad {
	margin-left: 10px;
	margin-top: 10px;
}
