html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background-image:url(../app_graphics/dcma_back.png);
	background-repeat:no-repeat;
	background-position: 50% 0%;
	color: black;
	background-color:#7A7A7A;
}

#holder {
	width:100%;
	height:300px;
}

h1 {
	font-family:verdana;
	font-size:14px;
	font-weight:800;
	padding:15px;
	
}

ol, ul {
	list-style: none;
}
/**Index Page**/

#mainLeftcol{
	width: 500px;
	float:left;
	font-size: 16px;
	text-align: center;
}

#mainRightcol{
	width: 300px;
	float:right;
}

#index hr{
	width:900;
	height: 10px;
	color: #666;
	background-image: url(../app_graphics/hr.png);
	background-repeat: no-repeat;
}

/* tables still need 'cellspacing="0"' in the markup */


#Schedule table{
	border: 2px;
	border-color:#333 

}

table {
	border-collapse: separate;
	border-spacing: 0;
	margin-left: 50px;
}

table a {
	color:#AD2229;
	text-decoration:none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.top_graphic {
	margin:0px;
}

.show_notes {
	width:550px;
	height:300px;
	border:1px solid black;
	background-color:whitesmoke;
	overflow:scroll;
}


.good {
	padding:2px;
	border:1px solid darkgreen;
	font-weight:800;
	font-size:13px;
	color:darkgreen;
	background-color:lightgreen;
}
.bad {
	padding:2px;
	border:1px solid black;
	font-weight:800;
	font-size:13px;
	color:black;
	background-color:pink;
}

.complimentary {
	padding:5px;
	border:2px solid blue;
	font-weight:800;
	font-size:15px;
	color:darkblue;
	background-color:skyblue;
}

.cancelled {
	padding:5px;
	border:2px solid darkorange;
	font-weight:800;
	font-size:15px;
	color:darkorange;
	background-color:lightorange;
}
.schedule {
	font-family:arial;
	font-size:27px;
	
}
.schedule_days {
	font-weight:bold;
	
}
.hours {
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
.schedule_table {
	font-family:arial;
	font-size:13px;
	border:2px solid black;
	margin:10px;
}

.schedule_table a {
	color:#AD2229;
	text-decoration:none;
}

.schedule_table a:hover {
	color:#AD2229;
	text-decoration:underline;
}

.schedule_table th {
	background-color:black;
	color:white;
	border:1px solid black;
	padding:5px;
}

.schedule_table td {
	padding:3px;
	border:1px solid black;
}



.dcma_table {
	font-family:arial;
	font-size:11px;
	border:1px solid black;
	margin:10px;
}

.dcma_table a {
	color:#AD2229;
	text-decoration:none;
}

.dcma_table a:hover {
	color:#AD2229;
	text-decoration:underline;
}

.dcma_table th {
	background-color:black;
	color:white;
	border:1px dashed gray;
	padding:5px;
}

.dcma_table td {
	padding:3px;
}

.price_table {
	font-family:arial;
	font-size:14px;
	border:1px solid black;
	margin:10px;
}

.price_table a {
	color:#AD2229;
	text-decoration:none;
}

.price_table a:hover {
	color:#AD2229;
	text-decoration:underline;
}

.price_table th {
	background-color:black;
	color:white;
	border:1px dashed gray;
	padding:5px;
}

.price_table td {
	padding:3px;
}


.lister {
	height:400px;
	overflow:scroll;
	margin:10px;
	border:1px solid black;
}

.free_form {
	font-size:13px;
	font-family:arial;
	background-color:whitesmoke;
	border:3px dashed #900;
	width:80%;
	padding: 7px;
}

.free_form th {
	text-align:left;
	padding:10px;
}

.main {
	border:20 solid #000;
	width:1000px;
	background-color:#CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom:35px;
	background-repeat: repeat-y;
}

.pic_right {
	margin-right:10px;
	margin-bottom:10px;
	float:right;
	width:300px;
	font-size:10px;
	font-family:courier;
	background-color:#CCCC99;
	padding:6px;
	text-align:center;
}

.pic {
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	width:300px;
	font-size:10px;
	font-family:courier;
	background-color:#CCCC99;
	padding:6px;
	text-align:center;
}

p {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	font-family:arial;
	font-size:12px;
}

.gray_table {
 padding:3px;
 border:1px solid gray;
}

p a {
	color:#AD2229;
	text-decoration:none;
}

p a:hover {
	text-decoration:underline;
}

form {
	margin-bottom:0px;
}
#pictures{
	width="925";
}


#news {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
#pictures {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
#members {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
#address {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

#address h1{
	font-size: 20px;
	margin-left: 20px;
}
#address h2{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#address p {
	font-size: 16px;
}



#contact {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 18px;
}
#contact .cushycms p {
	font-size: 20px;
}
#contact table{
	border:solid, medium, #000;
}
#contactForm {
	background-image: url(../app_graphics/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	padding-right: 5px;
	padding-left: 5px;
	width: 275px;
}
.sixteen {
	font-size: 16px;
}

#freeLesson {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
#freeLesson h1{
	font-size: 20px;
	margin-left: 20px;
}

#mma {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
#mma h1 {
	font-size: 20px;
	margin-left: 20px;
}

#mma h2 {
	font-size: 18px;
	margin-left: 20px;
	font-weight: bold;
}
#mma ul{
	
	font-size: 15px;
}
#mma ul li{
	font-size: 15px;
	list-style-type: circle;
}





/**Boxing Page**/

#boxing {
	margin-left: 20px;
	margin-top: 10px;
}
#boxing h1 {
	font-size: 20px;

}
#boxing h2 {
	font-size: 18px;
	margin-left: 20px;
	font-weight: bold;
}
#boxing h3 {
	font-size: 16px;
	font-weight:bold;
}

/**Wrestling**/


#wrestling {
	margin-top: 10px;
}
#wrestling p {
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrestling h1 {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 20px;
}
#wrestling h2 {
	font-size: 18px;
	margin-left: 20px;
	font-weight: bold;
}
/**Kids Bjj Page**/

#kidsBjj {
	width:410px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 20px;
	
}#kidsBjj h1 {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 20px;
	
}
#kidsBjj h2 {
	font-size: 18px;
	margin-left: 20px;
	font-weight: bold;
}

#kidsBjj ul {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#kidsBjj li {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 16px;
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;	
	
}
	
/*----Muay Thai-----*/

#muayThai {
	margin-top: 10px;
}

#muayThai h1 {
	font-size: 20px;
	font-weight: bold;
}

#muayThai h2 {
	font-size: 18px;
	margin-left: 20px;
	font-weight: bold;
}

/*----BJJ-----*/

#bjj {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#bjj h1{
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}

#bjj h2{
	font-size: 18px;
	margin-left: 20px;
	font-weight: bold;
}

/*---Sponsors---*/
#sponsors {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
#sponsors h1 {
	font-size: 20px;
	margin-left: 20px;
}

#sponsors h2 {
	font-size: 18px;
	margin-left: 20px;
	font-weight: bold;
}
#sponsorContact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

/*----NEWS----*/

#news {
	margin-top: 10px;
	font-size: 16px;
}

#news h1 {
	font-size: 20px;
	font-weight: bold;
}

#news h2 {
	font-size: 18px;
	margin-left: 20px;
	font-weight: bold;
}


	
	

/*----FOOTER-----*/

#footer {
	width:1000px;
	height:100px;
	padding-top:10px;
	background-color: #CCC;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

#footer a{
	color:black;
	text-decoration:none;
}

#footer a:hover{
	color:#AD2229;
	text-decoration:underline;
}
#footer ul {
	list-style-type: none;
	float:right;
	padding-right:100px;
	font-size: 14px;
	font-weight: bold;
}
#footer ul li {
	padding-right: 10px;
	list-style-type: none;
	float: left;
}





#toplinks {
	background:whitesmoke;
	border-bottom:1px solid gray;
	font-size:10px;
	font-family:verdana;
	text-align:center;
}

#toplinks a{
	color:black;
	text-decoration:none;
}

#toplinks a:hover{
	color:#AD2229;
	text-decoration:underline;
}
.liBold {
	font-weight: bold;
	margin-top: 5px;
	font-size: 14px;
}

#faq {
	margin:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

#faq h2{
	font-size: 20px;	
}

.login {
	margin:0px;
	padding:0px;
	font-size:11px;
	background-color:black;
	font-family:arial;
	color:yellow;
}

.login a {
	text-decoration:none;
	color:lightblue;
}

.login a:hover {
	text-decoration:underline;
	color:blue;
}



.username_input{
	height:12px;
	font-size:10px;
	width:l0px;
}

.password_input {

	height:12px;
	font-size:10px;
	width:60px;
}

.log_button {
	height:18px;
	width:50px;
	color:blue;
	font-size:10px;
	background-color:yellow;
}

li {
	font-size:12px;
	font-family:arial;
}

.title {
	font-size:16px; 
	font-weight:800;
	color:black;
	width:100%;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:1px;
	padding-top:1px;
	background-repeat: no-repeat;
}

.bold {
	font-weight: bold;
}
#freeTrialform {
	text-align:center;
	padding-top: 25px;
	width: 450px;
	height: 300px;
	background-image: url(../app_graphics/week-free-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.freeAcess {
	background-image: url(../app_graphics/freetrailbtn.jpg);
	
}

#mailinglistForm {
	text-align:center;
	padding-top: 25px;
	width: 300px;
	background-image: url(../app_graphics/newsletterForm-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#prosCons table{
	border: medium solid #000;
	float: left;
	margin-left: 22px;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
.yellow {
	color: #FF0;
	font-weight: bold;
}
.aqua {
	font-weight: bold;
	color: #06F;
}
.green {
	color: #093;
}


#prosCons {
	background-color: #CCC;
}

#prosCons table tr {
	border: thin solid #000;
}
.proTablehd {
	background-color: #999;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#prosCons table tr td {
	border: thin solid #000;
}

/**Instructors Page**/

#instructors h3 {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#instructors {
	margin-right: 10px;
	margin-left: 10px;
}
#instructors h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
#instructors table td img {
	margin-right: 0px;
	margin-left: 10px;
	float: right;
	border: thick solid #000;
}

#links {
	margin-left: 15px;
}
#links h1 {
	font-size: 24px;
}





#instructors table td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

/**Index Page**/
#index {
	font-size: 18px;
	text-align: justify;
	padding-bottom: 100px;
	
}
.leftCol {
	float:left;
	font-size: 16px;
	text-align: center;
	padding-right: 20px;
	padding-left: 10px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000;
}

.rightCol {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
}

#Schedule table{
	border: 2px;
	border-color:#333;
	text-align: center;
}
#index hr{
	width:900;
	height: 10px;
	color: #666;
	background-image: url(../app_graphics/hr.png);	
	background-repeat: no-repeat;
}


/*slideshow*/

.slideshow { height: 870px;
 			 width: 290px;
			
}
.slideshow img { padding: 10px;
 				 border: 1px solid #000; 
				 background-color: #000;
				 align: center;
 }
#mainLine { margin-left: 75px;
			margin-top: -150px;
	
	
}.white {
	color: #FFF;
}

