/* CSS Document */

/*
*	Magical Learning CSS
*	@media		all
*	@author		Nathan McGinness (http://icelab.com.au)
*/

* {
margin: 0;
padding: 0;
}

html {
padding: 0;
}

body {
background: #fff ;
font: normal 0.8em/1.2em "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
min-width: 960px;
}


/* Header
*/

#header {
background: transparent url(img/tile.gif) repeat-x;
padding: 0 0 0 6px;
border-bottom: 1px #e42a2a solid;
}
		
    #header h1 a {
	background: transparent url(img/ml_logo.gif) no-repeat;
	float: left;
	height: 120px;	
	margin: 0 0 0 0;
	overflow: hidden;	
	width: 180px;
	}	
	
	#header h2 {
	background: transparent url(img/header2.gif) no-repeat ;	
	height: 120px;	
	margin-left:0px;	
	overflow: hidden;
	padding: 0 0 0 ;
	}
		


/* Main nav
*/

.mainnav {
/*padding-top: 20px;*/
background-image: url(img/grad.gif);
background-repeat:no-repeat;
zoom:1;
float: left;    
width: 180px;
height: auto;
height:380px;

}
	.mainnav ul {
	padding-top:20px;
	list-style: none;
	list-style-postition: outside;
	list-style-type: none;
	}
		.mainnav ul li {
		padding-top: 0px;
		border-bottom: 1px #ffffff dotted;
		margin-left: 1px;
		margin-right: 1px;
		 }
		
			.mainnav ul li a {			
			color: #411b7f;
			display: block;	
			font-style: normal;
			padding: 6px;
			text-decoration: none;			
			}
			
				.mainnav ul li a:hover {			      
				background: #efefef;
				color: #000;				
				}

/* Right nav
*/
.rightnav {
margin-top: 20px;
background: #ffffff;
float: right;
width: 180px;
}

.rightnav ul {
	list-style: none;		
	}
	
		.rightnav ul li { 
	    padding-top: 0px;
	    padding-bottom: 1px;		
	    border-bottom: #411b7f 1px dotted;			
		}	
		
		  .rightnav ul li.client a{
		  background:#e42a2a;		  	 
		  }
		  
		  .rightnav ul li.club a{
		  background:#411b7f;			 	  
		  margin-top:1px;
		  }
		
			.rightnav ul li a {
			background: #411b7f;			
			color: #ffffff;
			display: block;	
			font-style: normal;
			font-size: 14px;			
			padding: 12px 24px 12px 20px;			
			text-decoration: none;
			}
			
.rightnav p{
line-height:18px;	
}

/* Content
*/

#content {
background: #fff url(img/bg-yellow.gif) repeat-y left;
}

	#home #content .main {
	padding: 1px 40px 30px 30px;
	}
	
	#content .main {
	margin-left: 170px;
	margin-right: 200px;
	padding: 1px 40px 30px;	
	}

	#content h2 {
	color: #411b7f;
	font: normal 1.8em/1.2em "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	margin: 0.7em 0 0.6em;
	text-shadow: #fff 0 0 0;	
	}
	
		#content h2 a {
		border-bottom: 1px #bd551c dotted;
		color: #bd551c;
		text-decoration: none;
		}
		
		#content p {
		margin: 0.1em 0 0.9em;
		}		
			
			#content .main ul li {
			background: transparent url(img/bullet.gif)   no-repeat 0 0.55em;
			list-style: disc;
			margin-left: 30px;
			line-height:21px;			
			}
			
	#content h3 {
	background: transparent url(img/bullet.gif)   no-repeat 70px 0.55em;
	color: #380B61;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 0.7em 0 0.6em;
	text-shadow: #fff 0 0 0;	
	}


	#content h3 a {
	border-bottom: 1px #bd551c dotted;
	color: #bd551c;
	text-decoration: none;
	}		
			
	#content h4 {
<!--	color: #bd551c;  -->
 	color: #411b7f;
	background: none;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	margin: 0.7em 0 0.6em;
	text-shadow: #fff 0 0 0;
	padding-top: 10px;
	padding-bottom: 5px;
	}

	#content h5 {
	color: #a01d46;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 0.7em 0 0.6em;
	text-shadow: #fff 0 0 0;
	padding-top: 10px;
	}	

	#content h6 {
	color: #411b7f;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align:center;
/*	margin: 0.7em 0 0.6em;*/
	text-shadow: #fff 0 0 0;
	padding-top: 10px;
	}

	#content h7 {
	background: transparent url(img/bullet.gif)   no-repeat 70px 0.55em;
	color: #ff0000;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 0.7em 0 0.6em;
	}

	#content h8 {
	background: transparent url(img/bullet.gif)   no-repeat 70px 0.55em;
	color: #6600cc;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0.7em 0 0.6em;
	}


	#content p.bodytext {
	color: #333;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	margin: 0.5em 0 2em;
	}
	
	#content p.caption {
	color: #333;
	font: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.4em;
	margin: 0.5em 0 0.2em;
	width: 600px;
	padding-left: 15px;
	}	
	
	#content .main p {
	line-height:18px;
	}				
					
	#content .main p a {
	
	color: #411b7f;
	text-decoration: none;
	}
		#content .main p a:hover {
		color: #000;
		border-bottom: 1px #000 solid;
		}	
	
	#content .main table tbody tr td {
	text-align: left;
	font: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; 
	font-size: 12px;
	
	}
				
/* Footer
*/

#footer {
display: bottom;
background: transparent url(img/tile2.gif) repeat-x;
border-top: 1px #411b7f solid;
padding: 0 0 0 0px;
}
	#footer .wrapper {
	/*background: #411b7f url(img/bg-footer-dots.gif) repeat-x;*/
	height: 60px;
	padding: 10px 30px 25px;
	}

	#footer ul {
	list-style: none;
	overflow: hidden;
	zoom: 1;
	}
		#footer ul li {
		float: right;
		margin-left: 15px;
		display: block;
		}
			#footer ul li a, #footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
			color: #ececec;
			display: block;
			
			font-size: 0.9em;
			text-decoration: none;
			text-transform: uppercase;
			padding: 8px 4px 4px;
			width: auto;
			word-spacing:100px;
			}
				#footer ul li a:hover {
				color: #e6c13c;
				}
				
				
#footer .wrapper p {
color: #fff;
font-size: 0.9em;

float: left;
padding-top: 5px;
text-align: left;
width: 960px;
}
	#footer .wrapper p a {
	/*border-bottom: 1px #caaa35 solid;*/
	color: #ffffff;	
	text-decoration: none;
	}
		#footer .wrapper p a:hover {
		/*border-bottom: 1px #fff solid;*/
		color: #fff;
		}

.spacer {
clear: both;
height: 0;
overflow: hidden;
}

.Testimonial
{
font-family:Trebuchet MS;
font-size:13px;
color:#411b7f;
text-decoration:none;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
text-indent:0px;
}

.Test_sign
{
font-family:Verdana;
font-size:10px;
color:#000000;
text-decoration:none;
margin-top:20px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
text-indent:0px;
}

.Quote
{
font-family:Comic Sans MS;
font-size:16px;
color:#FF0000;
text-decoration:none;
text-align:center;
margin-top:15px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
text-indent:0px;
}


.Quote_sign
{
font-family:Trebuchet MS;
font-size:14px;
color:#FF0000;
font-weight:Bold;
text-decoration:none;
margin-top:15px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
text-indent:0px;
}

.pur1 
{
color: #380B61;
font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
font-size: 16px;
margin: 0.7em 0 0.6em;
text-shadow: #fff 0 0 0;	
}

.red1
{
font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
font-size:14px;
color:#FF0000;
text-align:center;
font-weight:Bold;
text-decoration:none;
margin-top:15px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
text-indent:0px;
}


TABLE
{
/*background: blue;*/ 
border-collapse: separate;
border-spacing: 10pt; 
border: 1px solid #CCCCCC;
}

TH
{
font: normal "Verdana", Helvetica, Arial, Verdana, sans-serif;
font-size:16px;
font-weight: bold;
horizontal-align: center; 
color:#FF0000;
/*border: inset 1pt;*/
border: 1px solid #CCCCCC;
padding: 10px; 
}


TD
{ 
/*background: blue; */
font: normal "Verdana", Helvetica, Arial, Verdana, sans-serif;
font-size:12px;
horizontal-align: center; 
color:#000000;
/*border: inset 1pt; */
border: 1px solid #CCCCCC;
padding: 5px; 
}

CAPTION 
{ 
border: ridge 5pt blue; 
}


NEWTEXT
{
font: normal "Verdana", Helvetica, Arial, Verdana, sans-serif;
font-size:16px;
font-weight: bold;
horizontal-align: left; 
color:#FF0033;
}


.blueb1
{
font-family:Trebuchet MS;
font-size:18px;
color:#660066;
font-weight: bold;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}/* CSS Document */

/*
*	Magical Learning CSS
*	@media		all
*	@author		Nathan McGinness (http://icelab.com.au)
*/

* {
margin: 0;
padding: 0;
}

html {
padding: 0;
}

body {
background: #fff ;
font: normal 0.8em/1.2em "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
min-width: 960px;
}


/* Header
*/

#header {
background: transparent url(img/tile.gif) repeat-x;
padding: 0 0 0 6px;
border-bottom: 1px #e42a2a solid;
}
		
    #header h1 a {
	background: transparent url(img/ml_logo.gif) no-repeat;
	float: left;
	height: 120px;	
	margin: 0 0 0 0;
	overflow: hidden;	
	width: 180px;
	}	
	
	#header h2 {
	background: transparent url(img/header2.gif) no-repeat ;	
	height: 120px;	
	margin-left:0px;	
	overflow: hidden;
	padding: 0 0 0 ;
	}
		


/* Main nav
*/

.mainnav {
/*padding-top: 20px;*/
background-image: url(img/grad.gif);
background-repeat:no-repeat;
zoom:1;
float: left;    
width: 180px;
height: auto;
height:380px;

}
	.mainnav ul {
	padding-top:20px;
	list-style: none;
	list-style-postition: outside;
	list-style-type: none;
	}
		.mainnav ul li {
		padding-top: 0px;
		border-bottom: 1px #ffffff dotted;
		margin-left: 1px;
		margin-right: 1px;
		 }
		
			.mainnav ul li a {			
			color: #411b7f;
			display: block;	
			font-style: normal;
			padding: 6px;
			text-decoration: none;			
			}
			
				.mainnav ul li a:hover {			      
				background: #efefef;
				color: #000;				
				}

/* Right nav
*/
.rightnav {
margin-top: 20px;
background: #ffffff;
float: right;
width: 180px;
}

.rightnav ul {
	list-style: none;		
	}
	
		.rightnav ul li { 
	    padding-top: 0px;
	    padding-bottom: 1px;		
	    border-bottom: #411b7f 1px dotted;			
		}	
		
		  .rightnav ul li.client a{
		  background:#e42a2a;		  	 
		  }
		  
		  .rightnav ul li.club a{
		  background:#411b7f;			 	  
		  margin-top:1px;
		  }
		
			.rightnav ul li a {
			background: #411b7f;			
			color: #ffffff;
			display: block;	
			font-style: normal;
			font-size: 14px;			
			padding: 12px 24px 12px 20px;			
			text-decoration: none;
			}
			
.rightnav p{
line-height:18px;	
}

/* Content
*/

#content {
background: #fff url(img/bg-yellow.gif) repeat-y left;
}

	#home #content .main {
	padding: 1px 40px 30px 30px;
	}
	
	#content .main {
	margin-left: 170px;
	margin-right: 200px;
	padding: 1px 40px 30px;	
	}

	#content h2 {
	color: #411b7f;
	font: normal 1.8em/1.2em "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	margin: 0.7em 0 0.6em;
	text-shadow: #fff 0 0 0;	
	}
	
		#content h2 a {
		border-bottom: 1px #bd551c dotted;
		color: #bd551c;
		text-decoration: none;
		}
		
		#content p {
		margin: 0.1em 0 0.9em;
		}		
			
			#content .main ul li {
			background: transparent url(img/bullet.gif)   no-repeat 0 0.55em;
			list-style: disc;
			margin-left: 30px;
			line-height:21px;			
			}
			
	#content h3 {
	background: transparent url(img/bullet.gif)   no-repeat 70px 0.55em;
	color: #380B61;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 0.7em 0 0.6em;
	text-shadow: #fff 0 0 0;	
	}


	#content h3 a {
	border-bottom: 1px #bd551c dotted;
	color: #bd551c;
	text-decoration: none;
	}		
			
	#content h4 {
<!--	color: #bd551c;  -->
 	color: #411b7f;
	background: none;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	margin: 0.7em 0 0.6em;
	text-shadow: #fff 0 0 0;
	padding-top: 10px;
	padding-bottom: 5px;
	}

	#content h5 {
	color: #a01d46;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 0.7em 0 0.6em;
	text-shadow: #fff 0 0 0;
	padding-top: 10px;
	}	

	#content h6 {
	color: #411b7f;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align:center;
/*	margin: 0.7em 0 0.6em;*/
	text-shadow: #fff 0 0 0;
	padding-top: 10px;
	}

	#content h7 {
	background: transparent url(img/bullet.gif)   no-repeat 70px 0.55em;
	color: #ff0000;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 0.7em 0 0.6em;
	}

	#content h8 {
	background: transparent url(img/bullet.gif)   no-repeat 70px 0.55em;
	color: #6600cc;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0.7em 0 0.6em;
	}


	#content p.bodytext {
	color: #333;
	font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	margin: 0.5em 0 2em;
	}
	
	#content p.caption {
	color: #333;
	font: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.4em;
	margin: 0.5em 0 0.2em;
	width: 600px;
	padding-left: 15px;
	}	
	
	#content .main p {
	line-height:18px;
	}				
					
	#content .main p a {
	
	color: #411b7f;
	text-decoration: none;
	}
		#content .main p a:hover {
		color: #000;
		border-bottom: 1px #000 solid;
		}	
	
	#content .main table tbody tr td {
	text-align: left;
	font: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; 
	font-size: 12px;
	
	}
				
/* Footer
*/

#footer {
display: bottom;
background: transparent url(img/tile2.gif) repeat-x;
border-top: 1px #411b7f solid;
padding: 0 0 0 0px;
}
	#footer .wrapper {
	/*background: #411b7f url(img/bg-footer-dots.gif) repeat-x;*/
	height: 60px;
	padding: 10px 30px 25px;
	}

	#footer ul {
	list-style: none;
	overflow: hidden;
	zoom: 1;
	}
		#footer ul li {
		float: right;
		margin-left: 15px;
		display: block;
		}
			#footer ul li a, #footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
			color: #ececec;
			display: block;
			
			font-size: 0.9em;
			text-decoration: none;
			text-transform: uppercase;
			padding: 8px 4px 4px;
			width: auto;
			word-spacing:100px;
			}
				#footer ul li a:hover {
				color: #e6c13c;
				}
				
				
#footer .wrapper p {
color: #fff;
font-size: 0.9em;

float: left;
padding-top: 5px;
text-align: left;
width: 960px;
}
	#footer .wrapper p a {
	/*border-bottom: 1px #caaa35 solid;*/
	color: #ffffff;	
	text-decoration: none;
	}
		#footer .wrapper p a:hover {
		/*border-bottom: 1px #fff solid;*/
		color: #fff;
		}

.spacer {
clear: both;
height: 0;
overflow: hidden;
}

.Testimonial
{
font-family:Trebuchet MS;
font-size:13px;
color:#411b7f;
text-decoration:none;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
text-indent:0px;
}

.Test_sign
{
font-family:Verdana;
font-size:10px;
color:#000000;
text-decoration:none;
margin-top:20px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
text-indent:0px;
}

.Quote
{
font-family:Comic Sans MS;
font-size:16px;
color:#FF0000;
text-decoration:none;
text-align:center;
margin-top:15px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
text-indent:0px;
}


.Quote_sign
{
font-family:Trebuchet MS;
font-size:14px;
color:#FF0000;
font-weight:Bold;
text-decoration:none;
margin-top:15px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
text-indent:0px;
}

.pur1 
{
color: #380B61;
font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
font-size: 16px;
margin: 0.7em 0 0.6em;
text-shadow: #fff 0 0 0;	
}

.red1
{
font: normal "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
font-size:14px;
color:#FF0000;
text-align:center;
font-weight:Bold;
text-decoration:none;
margin-top:15px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
text-indent:0px;
}


TABLE
{
/*background: blue;*/ 
border-collapse: separate;
border-spacing: 10pt; 
border: 1px solid #CCCCCC;
}

TH
{
font: normal "Verdana", Helvetica, Arial, Verdana, sans-serif;
font-size:16px;
font-weight: bold;
horizontal-align: center; 
color:#FF0000;
/*border: inset 1pt;*/
border: 1px solid #CCCCCC;
padding: 10px; 
}


TD
{ 
/*background: blue; */
font: normal "Verdana", Helvetica, Arial, Verdana, sans-serif;
font-size:12px;
horizontal-align: center; 
color:#000000;
/*border: inset 1pt; */
border: 1px solid #CCCCCC;
padding: 5px; 
}

CAPTION 
{ 
border: ridge 5pt blue; 
}


NEWTEXT
{
font: normal "Verdana", Helvetica, Arial, Verdana, sans-serif;
font-size:16px;
font-weight: bold;
horizontal-align: left; 
color:#FF0033;
}


.blueb1
{
font-family:Trebuchet MS;
font-size:18px;
color:#660066;
font-weight: bold;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}