﻿/* CSS Document */

html
		{margin: 0;
		padding: 0;
		font-family: verdana, sans-serif;
		font-size: 12px;
		text-align: left;
		line-height: 18px;}
body
		{height:100%;
		width: 100%;
		margin: 0;
		padding: 0;}
		
#mainbg
		{width: 765px;
		height: 100%;
		margin: 0 auto;
		background: url(../images/mainbg_22.gif);
		background-repeat: repeat-y;}
		
#header
		{width: 797px;
		height: 172px;
		background: url(../images/topbanner.jpg);
		background-repeat: no-repeat;
		background-position: top;}
		
#contentwrap
		{width: 770px;
		height: 100%;
		color: white;}
		

		
#maincontentwrap
		{width: 605px;
		height: 100%;
		margin-left: 154px;
		clear: right;}
		
#content
		{width: 360px;
		height: 100%;
		margin: 0;
		padding: 5px 15px 15px 15px;
		color: black;
		float: left;
		text-align: justify;}
		
#subpagecontent
		{width: 570px;
		height: 100%;
		margin: 0;
		padding: 5px 15px 15px 15px;
		color: black;
		float: left;
		text-align: justify;}
		
#events
		{width: 207px;
		height: 235px;
		margin-left: 398px;
		color: black;
		background-color: white;}

#eventlogs
		{width: 187px;
		padding: 5px 10px 10px 10px;
		text-align: justify;
		font-size: 10px;
		font-family: verdana, sans-serif;}

#bottom
		{width: 765;
		height: 23px;
		margin: 0 auto;
		text-align: center;
		background-image: url(../images/bottombar.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		clear: both;}
		
#contactspage
		{text-align: center;}
		
/* Instructors Page */
ul.instructorslinks
		{margin-top: 20px;
		padding: 0;
		height: 180px;}

ul.instructorslinks li
		{list-style-type: none;
		padding: 0;
		margin: 0 0 5px 10px;
		font-size: 14px;
		font-weight: bold;}

#instructorsadam
		{background-image: url(../images/adam.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 220px;}		

#instructorspaul
		{background-image: url(../images/paul.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 220px;}

#instructorschris
		{background-image: url(../images/chris.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 220px;}

#instructorsbob
		{background-image: url(../images/bob.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 220px;}

#instructorsjeremy
		{background-image: url(../images/jeremy.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 220px;}	

#titles
		{font-size: 14px;
		font-weight: bold;}
		
#titles2
		{font-size: 18px;
		font-weight: bold;}
		
#titles3
		{font-size: 16px;
		font-weight: bold;}

#programlist
		{padding: 10px;
		font-size: 14px;
		text-align: center;
		border: 10px solid green;
		background-color: #E8F6FF;}
		
#programlistkids
		{padding: 10px;
		font-size: 14px;
		text-align: center;
		border: 10px solid #12459D;
		background-color: #E8F6FF;}
		
#programlistadult
		{padding: 10px;
		font-size: 14px;
		text-align: center;
		border: 10px solid #761010;
		background-color: #E8F6FF;}
		
#programlistblackbelt
		{padding: 10px;
		font-size: 14px;
		text-align: center;
		border: 10px solid #000000;
		background-color: #E8F6FF;}
		
#programs
		{text-align: center;
		width: 400px;
		margin-bottom: 10px;}
		
/* Main Navigation */
#mainnavwrap
		{width: 152px;
		height: 100%;
		float: left;
		margin: 0;
		padding: 0;}
		
ul.mainnav
		{width: 150px;
		height: 100%;
		margin: 0;
		z-index: 0;
		vertical-align: top;
		text-align: right;
		padding: 0;}
		
ul.mainnav li
		{width: 150px;
		height: 19px;
		padding: 5px 0px 5px 0;
		margin-left: 0;
		background-image: url(../images/mainnavbg.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		color: white;
		list-style-type: none;}
				
#bottomlinks
		{width: 100%;
		font-size: 10px;
		padding-top: 3px;
		color: gray;
		text-align: center;
		clear: both;}
		
		/*~~~~~~~~~~~~~ Links ~~~~~~~~~~~~~~~*/
		ul.mainnav li a:link
			{width: 150px;
			height: 29px;
			padding: 5px 15px 5px 60px;
			color: white;
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;}
			
		ul.mainnav li a:visited
			{width: 150px;
			height: 29px;
			padding: 5px 15px 5px 60px;
			color: white;
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;}
			
		ul.mainnav li a:hover
			{width: 150px;
			height: 29px;
			padding: 5px 15px 5px 60px;
			color: #121651;
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;
			background-image: url(../images/mainnavhover.gif);
			background-repeat: no-repeat;
			background-position: top left;}

		/* Default Links */
		a:link {color: blue; text-decoration: none;}
		a:visited {color: blue; text-decoration: none;}
		a:hover {color: blue; text-decoration: underline;}
		
		/* Subpage Links Customization */
		#subpagelinks
			{height: 20px;
			color: #183F81;}
		#subpagelinks a:link
			{color: #183F81;
			font-size: 12px;
			text-decoration: none;}
		#subpagelinks a:visited
			{color: #183F81;
			font-size: 12px;
			text-decoration: none;}
		#subpagelinks a:hover
			{color: #183F81;
			font-size: 12px;
			text-decoration: underline;
			padding-top: 10px;}
		
		/* Instructor Links Customization */
		.instructorslinks a:link
			{color: #0F316A;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;}
		.instructorslinks a:visited
			{color: #0F316A;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;}
		.instructorslinks a:hover
			{color: #0F316A;
			font-size: 14px;
			font-weight: bold;
			text-decoration: underline;}
				
		/* Bottom Links Customization*/
		#bottomlinks a:link
			{color: gray;
			text-decoration: none;}
		#bottomlinks a:visited
			{color: gray;
			text-decoration: none;}
		#bottomlinks a:hover
			{color: black;
			text-decoration: underline;}