* {
margin: 0;
padding: 0;
}

/* -------- General -------- */
body {
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size: 0.8em;
color: #32393d;
}
p {
line-height: 1.4em;
margin: 0 0 15px 0;
}
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #FF6666;
}

h1 {
font-size: 1.7em;
color: #fe4819;
margin: 5px 0 10px 0;
font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #CC0000;
	margin: 5px 0 10px 0;
	font-weight: bold;
}
h3 {
font-size: 1.1em;
color: #1e292b;
margin: 5px 0 10px 0;
}
h4 {
font-size: 0.9em;
color: #fe4819;
margin: 5px 0 10px 0;
}
h5 {
font-size: 0.9em;
color: #1e292b;
margin: 5px 0 10px 0;
}
img, img a {
border: 0;
}
ul, ol {
margin: 10px 0 10px 25px;
padding: 0;
}
li {
margin: 4px 0 4px 0;
line-height: 1.4em;
}
ul li {
list-style-type: disc;
}
blockquote {
margin-left: 28px;
}
hr {
border: 0;
border-top: 3px solid #DCEAF6;
height: 3px;
margin: 0 0 10px 0;
}

/* -------- Outer Content Wrapper (Surrounds header & content) -------- */
#Outer {
clear: both;
}
#Wrapper {
clear: both;
float: left;
width: 770px;
display: inline;
}

/* Header */
#Header {
width: 770px;
height: 90px;
}

/* Logo */
#Logo {
	float: left;
	width: 218px;
	height: 60px;
	margin: 25px 0 0 20px;
	display: inline;
}

/* -------- Page Containers -------- */
#Container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(../images/kanji.jpg) no-repeat;
}
#ContainerBottom {
clear: both;
position: relative;
width: 100%;
}

/* -------- Main Content Area -------- */
.Content {
float: left;
min-height: 500px;
width: 538px;
padding: 0 0 20px 0;
}
.Content.Wide {
margin: 0;
width: 538px;
padding: 0 0 20px 0;
}
.Content .Block {
clear: both;
margin-bottom: 10px;
}
.Content .BlockContent {
}
.Content.Home {
margin: 0;
width: 770px;
padding: 0 0 0 0;
}

.BannerRound {
	position: relative;
	text-align: left;
	width: 770px;
	height: 150px;
	background: url(../images/bg-banner.jpg) no-repeat;
	font-size: 1.7em;
	color: #007ec0;
	z-index: 0;
	margin-top: 0px;
	background-color: #000000;
	margin-bottom: 30px;
}

/* -------- Main Menu for Round design -------- */

#Menu {
	position: relative;
	clear: both;
	float: left;
	width: 770px;
	height: 31px;
	display: inline;
	z-index: 10;
	border-bottom-color: #000000;

}

#Menu ul { 
    margin: 0;
    padding: 0;
/*    width: 770px;*/
    list-style: none;

}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
    position: relative;
    z-index: 597;
    float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;

}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
/*	width: 50px;*/
	visibility: hidden;
}

ul.dropdown ul li {
 float: none;
  background-color:#FFFFFF;
  white-space:nowrap;
/*  width:auto;*/
}

ul.dropdown ul ul {
 top: 1px;
 left: 100%;
/* width: 50px;*/
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

#Menu span {
   	display: block;
	height: 24px;
	color: #000000;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 13px 0 13px;
}

#Menu li { 
   /*float: left;*/
   position: relative;
   margin: 0;
   padding: 0;
   list-style: none;
}

#Menu a {
	display: block;
	height: 24px;
	color: #000000;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 13px 0 13px;
}

#Menu li a:hover { 
text-decoration: underline;
}

/* -------- IE 6 MENU FIX -------- */
/*
* html #Menu li a {
float: left;
}

/* -------- Top Right Menu (replaces Search BOX area -------- */

#TopRight {
float: right;
width: 350px;
margin-top: 20px;
overflow: hidden;
}

#TopRightPhone {
float: right;
font-size: 1em;
padding: 0 0 0 0;
display: inline;
}

#TopRightLinks {
float: right;
font-size: 11px;
padding: 0 0 0 0;
display: inline;
}
.price {
	font-size: 1em;
	padding: 0px;
	float: right;
	display: inline;
}

/* -------- Top Right Menu (replaces Search BOX area -------- */

#TopRightMenu {
margin: 30px 0 0 50px;
}


/* -------- Left & Right Content Area -------- */
.Left {
float: left;
width: 190px;
padding: 0px 0 20px 0;
margin: 0 20px 0 0;
}
.Right {
float: right;
width: 190px;
padding: 20px 0 20px 0;
}
.Left .Block, .Right .Block {
}
.Left .BlockContent, .Right .BlockContent {
padding: 0 20px 0 20px;
}
.SideBox {
list-style: none;
padding: 0 0 20px 0;
margin: 0 0 20px 0;
}
.SideBoxTop {
margin: 10px 0 10px 0;
padding: 0;
height: 5px;
font-size: 0;
}
.SideBox form {
margin: 0;
}
.SideBox input {
width: 140px;
margin: 0;
}
.Left ul {
list-style: none;
padding: 0;
margin: 0 0 0 -20px;
}
.Left li {
list-style: none;
padding: 0;
margin: 0;
}
.Left li a {
display: block;
width: 150px;
color: #1e292b;
font-size: 1em;
text-decoration: none;
border-bottom: solid 1px #dddddd;
padding: 2px 0 2px 0;
margin: 0 0 0 20px;
}
.Left li a:hover {
color: #2c84c4;
background-position: -150px 100%;
}
.Left li.Selected {
background: url(../images/arrow-blue.gif) 10px 9px no-repeat;
}
.Left li.Selected a {
background-position: -150px 100%;
}

.Left li.GroupTitle {
width: 160px;
font-weight: bold;
background: #E1E1E1;
padding: 5px 0px 5px 10px;
margin: 5px 0px 5px 0px;
}
.Left li.GroupTitle a {
width: auto;
margin: 0;
padding: 0;
background: transparent;
}

/* -------- Footer -------- */
#Footer {
margin: 0 auto;
width: 770px;
border-top: solid 1px #cccccc;
padding: 15px 0 20px 0;
}
#Footer p{
font-size: 0.85em;
color: #666666;
line-height: 1.8em;
}
#Footer .Small {
font-size: 0.85em;
}
#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
color: #666666;
text-decoration: none;
margin: 0;
}
#Footer a:hover {
color: #196297;
text-decoration: underline;
}

/* -------- Tables -------- */
table.General {
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0 0 10px 0;
}
table.General th {
font-size: 0.9em;
text-align: left;
vertical-align: top;
padding: 6px 10px 6px 10px;
border-bottom: 1px dotted #c4c4c4;
}
table.General td {
padding: 6px 10px 6px 10px;
vertical-align: top;
}



/* -------- Miscellaneous Styles -------- */
.FloatRight {
float: right;
}
.FloatLeft {
float: left;
}
.ClearRight {
clear: right;
}
.ClearLeft {
clear: left;
}
.Clear {
clear: both;
}
.Small {
font-size: 0.75em;
}
.ImgFloatLeft {
	float: left;
	padding: 0 20px 10px 0;
}
.ImgFloatRight {
	float: right;
	padding: 0 0 10px 20px;
}
img.ScreenGrab {
	border: 1px solid #dbdcdc;
	margin-bottom: 5px;
}

.PullQuote {
font-size: 1.4em;
float: right;
width: 200px;
padding: 10px 0 10px 10px;
margin: 0 0 20px 10px;
border-top: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
}

/* -------- Home Page -------- */

.HomeBanner {
	position: relative;
	width: 770px;
	height: 250px;
	margin-top: 0px;
	font-size: 24px;
	;
	color: #007ec0;
	z-index: 0;
}


.HomeSubtext {
font-size: 14px;
text-align: left;
line-height:1.6;
width: 350px;
float:right;
margin-right:30px;
color: #ffffff;
z-index: 0;
}

.HomeColumns {
float: left;
width: 980px;
padding: 0 0 20px 0;
}
.HomeColumns770 {
float: left;
width: 770px;
padding: 0 0 20px 0;
}

.HomeItem {
float: left;
width: 237px;
margin: 5px 0 0 30px;
min-height: 140px;
overflow: hidden;
margin-top: 5px;
background: url(../images/HomeItemBgBottomHlt.gif) bottom left no-repeat;
padding: 0;
}
.HomeItemFirst {
float: left;
width: 237px;
min-height: 140px;
margin: 5px 0 0 0;
overflow: hidden;
background: url(../images/HomeItemBgBottomHlt.gif) bottom left no-repeat;
padding: 0;
}

.HomeItem .HomeImage, .HomeImage {
float:left;
padding: 10px 0 5px 10px;
margin: 0;
width: 85px;
background: url(../images/HomeItemBgTopHlt.gif) top left no-repeat;
}
.HomeItem .HomeDetails, .HomeItemFirst .HomeDetails {
float: left;
width: 135px;
margin: 0;
padding: 15px 7px 10px 0;
background: url(../images/HomeItemBgTopHlt.gif) top right no-repeat;
}
.HomeItem h2, .HomeItemFirst h2 {
font-size: 1.2em;
color: #32393d;
font-weight: normal;
margin: 0 0 3px 0;
padding: 0;
height: auto;
}
.HomeItem p, .HomeItemFirst p, .HomeDetails p {
font-size: 0.85em;
margin: 0 0 5px 0;
}

/* Round Corner Container Boxes */
/*Gray Box*/
.hdr_box_t_lt {
	background:url(../images/hdr-bdr-t-lt.gif) left top no-repeat; 
	height:18px;
}
.hdr_box_t_rt {
	background:url(../images/hdr-bdr-t-rt.gif) right top no-repeat;
	height:18px;
		margin-left:18px;
}
.hdr_box_t_rt_lg {
	background:url(../images/hdr-bdr-t-rt-lg.gif) right top no-repeat;
	height:18px;
		margin-left:18px;
}
.hdr_box_m {
	padding:0 20px;
	text-align:left;
	height: 225px;
	background: url(../images/hdr-bdr-m.gif) left top no-repeat;
}
.hdr_box_m_lg {
	padding:0 20px;
	text-align:left;
	height: 225px;
	background: url(../images/hdr-bdr-m-lg.gif) left top no-repeat;
}
.hdr_box_b_lt {
	background:url(../images/hdr-bdr-b-lt.gif) left top no-repeat; 
	height:18px;
}
.hdr_box_b_rt {
	 background:url(../images/hdr-bdr-b-rt.gif) right top no-repeat; 
	height:18px;
	 margin-left:18px;
}
.hdr_box_b_rt_lg {
	 background:url(../images/hdr-bdr-b-rt-lg.gif) right top no-repeat; 
	height:18px;
	 margin-left:18px;
}
#Quote {
	color:#666666;
	margin: 20px 0px 20px 0px;
	text-align: center;
	font-size:14px;
}
.author {
    font-weight:bold;
}
.wisdom {
    font-style:italic;   
}
ul.faq li{
list-style:none;
font-weight:bold;
}
.quest_return {
float:right;
padding:0 0 0 0;
margin:0 0 0 0;
}
.answer {
display:none;
}

/*Schedule tag colors*/

#schedule{
font-size:11px;
}

#schedule .children, #schedule .children:hover, #schedule .children:link, #schdeule .children:active, #schedule .children:visited{
color: #CC33CC;
text-decoration: none;
margin: 0;
}

#schedule .adult, #schedule .adult:hover, #schedule .adult:link, #schdeule .adult:active, #schedule .adult:visited{
color: #008800;
text-decoration: none;
margin: 0;
}

#schedule .alllevels, #schedule .alllevels:hover, #schedule .alllevels:link, #schdeule .alllevels:active, #schedule .alllevels:visited{
color: #000000;
text-decoration: none;
margin: 0;
}

#schedule .zazen, #schedule .zazen:hover, #schedule .zazen:link, #schdeule .zazen:active, #schedule .zazen:visited{
color: #3333ff;
text-decoration: none;
margin: 0;
}

#schedule .weapons, #schedule .weapons:hover, #schedule .weapons:link, #schdeule .weapons:active, #schedule .weapons:visited{
color: #ff0000;
text-decoration: none;
margin: 0;
}

/*Start New Schedule*/

#schedule a, #schedule a:hover, #schedule a:link, #schdeule a:active, #schedule a:visited{
color: #000000;
text-decoration: none;
margin: 0;
}

#schedule .syp{
background-color: #FFFF99
}

#schedule .sypt{
background-color: #FFFFCC;
}

#schedule .alllvls{
background-color: #ABC9E7
}

#schedule .aikiweps{
background-color: #C4EAAA
}

#schedule .intro{
background-color: #C1A2CC;
}

#schedule .advanced{
background-color: #ED81E2;
}

#schedule .iaido{
background-color: #EBB089;
}
