/*  				     	  @hm Website Design & IT Support Services					    */
/*  								=======================									*/
/*									  CSS Stylesheet 2005									*/
/*									Written By: Andrew Hill-Male							*/
/* ======================================================================================== */

/* wrapper  and generic code*/

	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(../images/bckgrd-icon.jpg);
	}
	
	p{
	font-size:12px;
	text-align: justify;
	color: #000000;
	line-height: 110%;
	}
	

	
	ul{
	font-size:12px;
	text-align: left;
	color: #000000;
	line-height: 120%;
	list-style-image: url(../images/bullet.gif);
	}
	
	ul li {padding-bottom:5px;}
	
	h1 {
	font-size: 18px;
	color: #2F7FC4;
	font-family: Arial, Helvetica, sans-serif;
	}
	h2 {
	font-size: 100%;
	font-weight: bold;
	color: #a2380f;
	}
	
	h3{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	}
	
	a:link {color: #2F7FC4;}
	a:visited {color: #2F7FC4;}
	a:hover {color: #36a9b8;}
	
	
	#wrapper{
	width:950px;
	margin: 0px auto;
	border: solid #999 1px;
	background-color: #ebedcf;
	}

.centertxt { text-align:center}
.bluetxt {color:#2F7FC4}

/* Banner  area */

	#banner{
	margin: 0 0 15px 0;
	background-color: #FFFFFF;
	}
	
	#addressbox {
	width:300px;
	float:left;
	font-weight: bold;
	padding-top: 45px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

	#phonebox {
	width:270px;
	float:right;
	font-weight: bold;
	padding-top: 50px;
	color: #000000;
	font-size: 13px;
	text-align: right;
	padding-right: 20px;
	}
	
	.maintitle {
	color: #000000;
	font-size: 160%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 30px;
	} 
	
	
	#contactbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	top: 25px;
	margin-left: 570px;
	z-index: 1000;
	}
	
	/* html #contactbox {font-size:12px; margin:25px 0 0 70px;}*/
	
	.logo{
	background-color: #FFFFFF;
	top: 10px;
	right: 10px;
	width: 252px;
	clear: both;
	float: right;
	}
	
	.contacttxt{ font-size:12px; margin:25px 0 0 72px}
	
/* top Navigation area */

#topnav{
	color:#FFFFFF;
	text-align: center;
	clear: both;
	background-color: #ff6633;
	padding-bottom:5px;
	}

	#topnav a:link, #topnav a:visited {
	color:#fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	margin:0 0 15px 0;
	}

	
	#topnav a:active {
	text-decoration: none;
	}
	
	#topnav a:hover {
	background-color:#99CC00;
}


	
/*left Nav layout*/
	#leftcontent {
	margin-left: 2px;
	float: left;
	margin-top: 5px;
	text-align: center;
	background-color: #ebedcf;
	}
	
	.leftimagebox {
	margin-top: 20px;
	}
	

/*Left Nav Menu Code*/

	
	#leftcontent ul, #leftcontent ul li, #leftcontent li ul {
	font-size:13px;
	}

	#leftcontent ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 15px;
	}

	#leftcontent ul.nav li {
	position: relative;
	font-weight: bold;
	padding-bottom:0;
	width: 150px;
	}

/* Styles for Menu Items */
	#leftcontent ul li a {
	display: block;
	text-decoration: none;
	color: #004a80; /* IE6 Bug */
	padding: 5px 2px 5px 5px;
	}

/* Fix IE. Hide from IE Mac \*/
	*  html #leftcontent ul li {
	float: left;
	height: 1%;
	display: block;
	}
	*  html #leftcontent ul li a {
	height: 1%;
	}
/* End */

	#leftcontent  ul.nav li a:hover {
	color: #FF6633;

	} 
	
 /* Hover Styles */
		
	#leftcontent li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
	#leftcontent li:hover ul, #leftcontent li.over ul {
	display: block;
} /* The magic */
	

/*Left Nav page Code*/

	body#home a#homenav ,
	body#about a#aboutnav,
	body#teachers a#teachersnav,
	body#classes a#classesnav,
	body#faq a#faqnav,
	body#individual a#individualnav,
	body#timetable a#timetablenav,
	body#contact a#contactnav {
	color: #000000;
	font-weight: bold;
	}	

	#wrapper#timetable {background-image:url(../images/bg_rightcol.gif); background-repeat:repeat-y; background-position:50%;}

/* main content area*/
	#maincontent{
	background-color: #ebedcf;
	padding: 5px 0px 5px 10px;
	margin-bottom: 0px;
	float: left;
	width: 550px;
	}
	
	div#maincontent.homepage {width: 460px;}
	div#maincontent.coursespage {
	width: 530px;
}
	div#maincontent.widemaincontent {width: 700px;}
	div#maincontent.widemaincontent2 {
	width: 940px;
}
	
	
	.introlinks {
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	}
	
	p.introlinks a:link, p.introlinks a:visited { text-decoration:none; color:#000000}
    p.introlinks a:hover { text-decoration: underline;}
	
	.largetxt { font-size:14px; font-weight:bold}
	
	.quotes {
	font-style:italic;
	text-align: left;
	color: #2F7FC4;
	font-weight: bold;
	margin: 0 5px;
}

.imageleft {
	margin-right: 10px;
}
.imageright {}

.testimonial {
	text-align: justify;
	font-style: italic;
	width: 580px;
}


.orangetxt {color:#ff6633;}
.orangeteachername {color:#ff6633; margin-top:0; padding-top:0;}
.orangetxtHeader {
	color:#ff6633;
	font-size:16px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
}
.bluetextbold { color:#004a80; font-weight:bold}
.browntxt {color:#a2380f}
.redtxt {color:#FF0000}
.greybold {
	font-style: italic;
	font-weight: bold;
	color: #666666;
	}
	
.12px-txt { font-size:12px}
p.2xlinespacing {
	line-height:200%;
	font-size: 16px;
}
#faq {
	margin: 0px 30px;
	position: relative;

}
#faqnavbox {
	background-color: #d3e6f4;
	padding: 0;

}

#faqtable tr td p { padding:0 10px 0 0}

ul.menulist {
	margin:0;
	padding:3px 0px 3px 10px;
}

 ul.menulist li, ul.menulist li a {
	list-style-type: none;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}	

ul.menulist li a:active {}
ul.menulist li a:hover { text-decoration:underline}

 table#timetbl {}
 table#timetbl tr th{
	background-color: #FF6633;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
 table#timetbl tr td{
	width:90px;
	height:90px;
	border: solid #000000 1px;
	padding: 10px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

table#timetbl tr td p {
	color:#000;
	text-align:center;
	font-weight:bold;
	padding:0;
	font-size: 10px;
}

#mapbox {
	width: 700px;
	border: solid #ff6633 4px;
	height: 350px;
	padding: 3px;
	font-size: 14px;
}

#mapbox P {
	font-size:13px;
	line-height: 140%;
	text-align: left;
}


/* Right Section */

#rightcontent {
	float:right;
	width: 200px;
}


#rightcontent2 {
	float:right;
	width: 240px;
}




.righttextbox {
	padding: 5px 10px;
	margin: 5px 15px 0px 0;
	background-color: #d3e6f4;
}
.righttextbox p{
	text-align:left;
	font-size:11px;
	line-height: normal;
}

.narrow {
	margin:0;
}

/* Footer Section */
	#footer {
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px 0px;
	clear: both;
	font-size: 12px;
	}

	.footerlinks {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}

	.footerlinks A:link, .footerlinks A:visited {
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	color: #000000;
	}

	.footerlinks A:hover {text-decoration: underline;color: #FE9900;}
	.footerlinks A:active {text-decoration: none;color: #000000;}

	.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}


/* Misc Code */


.toplink {
	right: 15px;
	font-size: 12px;
	color: #999999;
	border-bottom: solid #ccc 1px;
	text-align: right;
	display: block;
}

.toplink a:link, .toplink a:visited {
	color:#999;
	text-decoration: none;
}

.toplink a:active{}
.toplink a:hover {
	color: #FF9900;
}
	
	a.ahm:link, a.ahm:visited{ 
	color:#000000;
	text-decoration: none;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	}
	
	a.ahm:hover{ 
	color:#FF9900;
	}
	
	
	.clear {clear: both;}
