/*Preloads the graphics for the box so there is no time delay lag on loading */
#preload {
	position: absolute;
	top: 0px;
	left: -9999px;
}

/* Zeros out any browser defaults, sets font options and header formatting */
* , p {
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-family: MS Pゴシック, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

/* a:focus, a:hover, a:active {outline:none} */ /* Leave it for accessability */

img {
	border-style: none;
}	
		
body { 
	font-size: 62.7%;
	background-color: #CCFFCC;
	text-align: center;
	position: relative;
}

/*#EBFFE1*/
/*DDF5D2*/

h1, h2, h3 {
	font-size: 16px;
}

h1 {
	margin-top: 5px;
}	

h3 {
	float: left;   
	display: inline;
	margin-top: 20px;
	margin-left: 40px;
}

h4 {
	font-size: 12px;
}
#wrapper {
	width:760px;
	margin: auto;
	text-align: center;
	background-color: #FFFFFF;
}

/* Navigation and images on the Masthead "Include" file*/
#navigation .nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

body#home a#homelink,
body#aboutus a#aboutuslink,
body#access a#accesslink,
body#courses a#courseslink,
body#faq a#faqlink,
body#contactus a#contactuslink,
body#blog a#bloglink,
body#links a#linkslink {
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/darkerlefttab.gif) no-repeat left top;
}

body#home li#homeitem,
body#aboutus li#aboutusitem,
body#access li#accessitem,
body#courses li#coursesitem,
body#faq li#faqitem,
body#contactus li#contactusitem,
body#blog li#blogitem,
body#links li#linksitem {
	background: url(images/darkerrighttab.gif) no-repeat right top;
}

#banner {
	width: 760px;
	height: 100px;
}	

#mainLogo {
	margin: 20px 0px 0px 15px;
	float: left;	
}

#rightLogo {
	margin: 15px 10px 0px 0px;
	float: right;
}

#navigation, #navigation img {
	position: relative;
	float:right;
}

ul.nav {
	float: right;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	list-style: none;
	width: 100%;
}

.nav li {
	list-style: none;
	float: right;
	background: url(images/righttab.gif) no-repeat right top;
	width: 95px;
	display: block;
}

.nav a {
	display: block;
	border-bottom: none; 
	padding-top: 4px;
	margin-right: 0px; 
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-size: 1.2em;
	background: url(images/lefttab.gif) no-repeat left top;	  
}	

/* Floats Primary content to the left but allows space for the SideGradient */
#primaryContent {
	float: left;
	display: inline;
	width: 460px;
	height: 1000px;
	margin-left: 100px;
	background-color: #FFFFFF;
	position: relative;
}

#courses #primaryContent {
	height: 1150px;
}

/* End */

/* SideGradient is pulled left using negative margins into the space created */
#SideGradient {
	float: left;
	display: inline;
	width: 100px;
	height: 1010px;
	margin-left: -560px;
}
/* End */

/* Floats a SideContent column to the right */
#otherSideContent {
	float: right;
	display: inline;
	width: 200px;
	height: 1010px;
	background-color: #5DBE3F;
}

/* The footer on each page */
#footer {
	width: 760px;
	height: 25px;
	background-color: #5DBE3F;
	clear: left;
	color: #FFFFFF;
}

#footer img {
	display: inline;
	float: right;
}

#credit {
	float: right;
	padding: 3px;
}

#credit a {
	color: #FFFFFF;
}

#credit a:hover, #sitemap a:hover {
	color: #000000;
}			

#copy {
	float: right;
	padding: 3px;
	margin-right: 200px;
}	

#W3CXhtml, #W3CCss{
	margin-right: 5px;
	margin-top: 6px;
}

#sitemap a {
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 120px;
	margin-top: 3px;
}

/* Round corner box on the home page */

.box {
	float: left;
	display: inline;
	margin-left: 20px;
	color: #FFFFFF;
	width: 420px;
	height: 350px;
	background: url(/images/Mainlistbottom.gif) no-repeat left bottom;
	background-color: #FF66FF;
}

.box h2 {
	background: url(/images/Mainlisttop.gif) no-repeat left top;
	height: 20px;
	font-size: 16px;
	padding: 12px;
}

.box a {
	color: #FFFFFF;
	width: 300px;
}

.box a:hover {
	text-decoration: underline;
}	
	
#otherSideContent object {
	background: url(images/noflashplayer.gif) no-repeat 50% 50%;
	margin-top: 100px;
}	
 
#otherSideContent img {
	margin-top: 75px;
}

/* Contents of the home page */	 
#pic1, #pic2 {
	float: left;
	display: inline;
	margin: 23px 0 20px 20px;
	border: 2px solid;
	border-style: ridge;
}

#firstContent, #secondContent, #thirdContent {
	float: right;
	display: inline;
	text-align: left;
	width: 248px;
	margin: 20px 20px 20px 0;
	font-size: 1.2em;
	line-height: 150%;
}

#thirdContent {
	width: 420px;
	font-weight:bold;
}

/* Styling for Contact Us form */
#name, #email, #comments, #send {
	border: 1px;
}

#send {
	width: 60px;
	height: 30px;
	display: inline;
	margin: 30px;
	font-size: 1.5em;
	font-weight: bold;
	float: left;
}	

label {
	display: inline;
	float: left;
	clear: left;
	margin-left: 150px;
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}

.formbox, textarea, #send {
	float: left;
	clear: left;
	margin-left: 150px;
	margin-top: 10px;
	background: #DDF5D2;
	border: 1px solid #781351;
}	

.formbox {
	height: 18px;
	font-size: 15px;
}	

fieldset {
	border: 1px;
}

.warning {
	display: inline;
	background-color: #FF6666;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}

.success {
	display: inline;
	background-color: #006600;
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 15px;
}
	
body#contactus #primaryContent, body#aboutus #primaryContent, body#access #primaryContent, body#courses #primaryContent,
body#faq #primaryContent, body#links #primaryContent {
	width: 760px;
	margin: 0px;
	background-repeat: repeat-x;
	background-attachment: scroll;
	position: relative;
}

#aboutusinfo, #faqinfo, #coursesinfo, #linksinfo {
	display: block;
	margin-left: 95px;
	margin-right: 95px;
	margin-top: 20px;
	text-align: left;
	font-size: 15px;
	line-height: 100%;
}

#accessinfo p {
	display: block;
	margin-left: 125px;
	margin-right: 95px;
	text-align: center;
	font-size: 15px;
}

#aboutusinfo p , #faqinfo p , #coursesinfo p , #accessinfo p , #linksinfo p, #linksinfo a, #aboutusinfo li {
	font-size: 15px;
	margin-bottom: 5px;
}

#coursesinfo h2 {
	font-size: 18px;
}

#moreinfo {
	clear: left;
}

img.schoolpic {
	border-style: groove;
	border-width: 3px;
	margin: 20px;
}	

#aboutusinfo img.schoolpic {
	border-style: groove;
	border-width: 3px;
	float: right;
}	

#paymentdetails1 {	
	margin-bottom: 20px;
	float: left;
	display: inline;		 
	width: 260px;
	height: 300px;
	border: dashed 1px;
	padding: 5px;
	line-height: 130%;
	text-align: left;
	font-size: 13px;
	background-color: #FFFFFF;
	
}

#faqinfo img, #contactusinfo img {
	border-style: groove;
	border-width: 3px;
	float: right;
	margin-bottom: 10px;
	margin-left: 30px;
}

#coursesinfo img {
	border-style: groove;
	border-width: 3px;
	float: left;
	margin-left: 30px;
	margin-bottom: 15px;
}	

#coursesinfo p {
	margin-bottom: 20px;
}	

#coursesinfo #eikenbooks {
	margin-left: 0px;
}		

#paymentdetails2 {
	clear: both;
}

img.titlebox {
	margin: 20px;
}

#contactusinfo img {
	margin-right: 260px;
	margin-top: 20px;
}

#linksinfo a:hover, #coursesinfo a:hover, #accessinfo a:hover {
	background-color: #EBFFE1;
	font-weight: bold;
	text-decoration: underline;
}

#linksinfo p {
	margin-top: 5px;
	margin-bottom: 20px;
}

#contactmessage {
	clear: left;
	font-size: 14px;
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 10px;
	text-align: left;
}

.boldred {
	color: red;
	font-weight: bold;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* Testimonial box  */
.testimonial  {
	float: left;
	display: inline;		 
	width: 570px;
	height: 220px;
	background-color: #FFFFFF;
	position: relative;
	line-height: 120%;
} 

#sidepanel {
	float: left;
	display: inline;
	width: 170px;
	height: 280px;
	background-color: #FFFFFF;
	position: relative;
	margin-left: 15px;
	margin-top: 75px;
}

#sidepanel img {
	float: left;
	margin: 2px;
}

#a {
background: url(/images/a_block.jpg) no-repeat left center;
}
#b {
background: url(/images/b_block.jpg) no-repeat left center;
}
#c {
background: url(/images/c_block.jpg) no-repeat left center;
}
#d {
background: url(/images/d_block.jpg) no-repeat left center;
}
#e {
background: url(/images/e_block.jpg) no-repeat left center;
}
#f {
background: url(/images/f_block.jpg) no-repeat left center;
}
#g {
background: url(/images/g_block.jpg) no-repeat left center;
}
#h {
background: url(/images/h_block.jpg) no-repeat left center;
}
#i {
background: url(/images/i_block.jpg) no-repeat left center;
}

.toc {
	display: inline;
	width: 420px;
	float: left;
	clear: left;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-left: 50px;
	margin-top: 5px;
	padding-left: 50px;
}

.bold {
	font-weight: bold;
}

#tog1, #tog2, #tog3, #tog4, #tog5 {
	display: inline;
	float: none;
	font-size: 20px;
	margin: 3px;
	width: auto;
}		

.help {
	display: inline;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 102px;
	font-size: 12px;
}

#paymentdetails2 img {
	clear: left;
	border : none;
	margin: 0px;
	margin-left: -5px;
}

.question {
	background-color: #CCFFCC;
}

#howtouse {
	display: inline;
	float: left;
	text-align: left;
	font-size: 15px;
	margin: 20px;
	margin-left: 180px;
	width: 400px;
}

.listtype {
	margin: 5px;
	margin-left: 50px;
	list-style-type: disc;
	list-style-position: outside;
}

#linksinfo img {
	float: right;
	margin-right: 20px;
}

#howtouse h2 {
	text-align: center;
}

#site a {
	font-size: 15px;
	display: inline;
	float: left;
	clear: left;
	margin-bottom: 20px;
	margin-left: 350px;
	width: 200px;
	text-align: left;
}

#site h2 {
	margin-top: 30px;
	margin-bottom: 20px;
}	

