/*
SOLO teachers
Copyright: R Jennings
Updated: 26 January 2008 by Andrew Davey
Updated: 24 July 2008 by Sam Pearson
*/

body {
padding: 0;
margin: 0;
text-align: center;

}

#totop {
padding: 0px 0px 0px 0px;
margin: 4px 20px 4px 0px;
text-align: right;
font-size: 110%;
}

#totut {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: center;
font-weight: bold;
font-size: 120%;
}

.timet {
vertical-align: top;
width: 645px;
border: 1px solid;
padding: 0px;
margin: 0px;
}

.ttab {
vertical-align: top;
width: 215px;
border: 1px solid #000;
padding: 4px;
margin: 0px;
}

.ttaba {
background-color: #eef;
color:#000000;
vertical-align: top;
width: 215px;
border: 1px solid #000;
padding: 4px;
margin: 0px;
}

.ttabb {
background-color: #eef;
color:#000000;
vertical-align: top;
width: 215px;
border: 1px solid #000;
padding: 4px;
margin: 0px;
}

.ttabc {
background-color: #fee;
color:#000000;
vertical-align: top;
width: 215px;
border: 1px solid #000;
padding: 4px;
margin: 0px;
}

.tutt {
vertical-align: top;
width: 645px;
border: 1px solid;
padding: 0px;
margin: 0px;
}

.tutname {
vertical-align: center;
width: 225px;
border: 1px solid #000;
padding: 2px;
margin: 0px;
font-weight: bold;
}

.tutbox {
vertical-align: center;
width: 70px;
border: 1px solid #000;
padding: 2px;
margin: 0px;
font-weight: bold;
text-align: center;
}

.imgtutor {
border: 0;
margin: 0px 6px 0px 0px;
padding: 0;
vertical-align: top;
width: 24px;
height: 24px;
}


/* ---( font parameters )------------------------------- */

body {
font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
}

td {
font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
}

th {
font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
}

body {
font-size: small;
color: #eee;
}

* html body {
font-size: x-small; /* for IE5/Win */
f\ont-size: small; /* for other IE versions */
}


/* ---( text )------------------------------- */

p {
padding: 0;
margin: 2px 0 10px 0;
color:#eee;
}

.faqq {
font-weight: bold;
padding: 0;
margin: 0px 0 0px 0;
color: #969;
}

.faqa {
padding: 0;
margin: 2px 0 14px 0;
}

h1 {
font-size: 150%;
font-weight: normal;
padding: 8px 0 6px 0;
margin: 16px 0 10px 0;
color: #ffffff;
line-height: 1em;
border-bottom: 1px solid #ccc;
}

#homepicturebox h1 {
font-size: 130%;
font-weight: normal;
padding: 8px 0 6px 0;
margin: 16px 0 10px 0;
color: #6699ff;
text-align:center;
line-height: 1em;
border-bottom: 1px solid #6699ff;
}

h2 {
font-size: 130%;
font-weight: normal;
color: #eef;	
padding: 8px 0 12px 0;
margin: 0;
line-height: 1em;
}

h3 {
font-size: 100%;
font-weight: bold;
padding: 0;
margin: 0;
color: #6699ff;	
}
	
h4 {
font-size: 100%;
font-weight: bold;
padding: 0;
margin: 0;
color: #699;	
font-style: italic;
}

h5 {
font-size: 80%;
font-weight: normal;
padding: 0;
margin: 0;
color: #6699ff;	
}

h6 {
font-family:Century Gothic;
font-size: 150%;
font-weight: strong;
padding: 0;
margin: 0;
color: #fff;	
}

.underline{
border-bottom: 1px solid #ccc;
padding-bottom: 7px;
margin-bottom: 5px;	
}
	
ul{
font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
list-style-image: url(../images/Black_style_Images/bullet_black.gif);
}

ol {
margin:0;
padding:0px 1px 20px 30px;
}


/* ---( links )------------------------------- */
a:link {
color: #24f;
text-decoration: none;
background-repeat: no-repeat;
}

a:active {
color: #c38;
text-decoration: none;
}

a:visited {
color: #969;
text-decoration: none;
}

a:hover {
color: #c38;
text-decoration: none;
}

a.blank {
font-size: 1px;
color: #000;
background-color: #000;
border: 0;
}	
	
/* ---( h2 links )------------------------------- */
h2 a:link  {
color: #969;
text-decoration: none;
background-repeat: no-repeat;
}

h2 a:active {
color: #969;
text-decoration: none;
}

h2 a:visited {
color: #969;
text-decoration: none;
}

h2 a:hover {
color: #c38;
text-decoration: none;
}	

/*---- ( layout - Spotlight background ) ----*/

body {
background-color: #000;
background-image:url(../images/Black_Style_Images/spotlightbackgr.jpg);
background-repeat:no-repeat;
background-position:top center;
background-attachment:fixed;

}

/*---- ( outer wrapper for all content - supplies drop shadow ----*/

#outer_wrapper {
margin:0 auto;
padding: 0;
background-image:url(../images/Black_Style_Images/bg_shadow_black.gif);
background-repeat: repeat-y;
width:790px;
}
	
#top_shadow {
position:relative;
margin:0px;
padding:0px;
top:0px;
width:790px;
height:15px;
background-image:url(../images/Black_Style_Images/top_shadow_black.gif);
background-repeat:no-repeat;
}

#bottom_shadow {
position:relative;
margin:0px;
padding:0px;
bottom:0px;
width:790px;
height:30px;
background-image:url(../images/Black_Style_Images/bottom_shadow_black.gif);
background-repeat:no-repeat;
}

/* ---( banner header - Flash movie )------------------------------- */

#banner {
background-color: #000;
position: relative;
height: 200px;
width:770px;
border: 0px solid #000;
padding: 0;
text-align:center; 
margin: 0 auto;
z-index: 0;
}
	
/*---( navigation )-------------------------- */


#nav {
position:relative;
float:right;
width:770px;
background-color:#000;
font-size:9pt;
line-height:100%;
border-bottom:1px solid #666;
}

#nav ul {
margin:0;
padding:0px 1px 0 2px;
list-style:none;
}
#nav li {
display:inline;
margin:0;
padding:0;
}
#nav a {
float:left;
background:url("../images/Black_Style_Images/tableft8.png") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#nav a span {
display:block;
background:url("../images/Black_Style_Images/tabright8.png") no-repeat right top;
padding:5px 4px 4px 0px;
color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span {
color:#fff;
}
#nav a:hover {
background-position:0% -42px;
}
#nav a:hover span {
background-position:100% -42px;
}

#nav #current a {
background-position:0% -42px;
}
#nav #current a span {
background-position:100% -42px;
}

#galback{
margin:1px 20px 1px 20px;
text-align:center
}

#picnav {
	position:relative;
	font-size:115%;
	width: 600px;
	left: 80px;
	margin-top: 2px;
	margin-right: 90px;
	margin-bottom: 2px;
	margin-left: 80px;
	float: none;
}

#picnav li {
	display:inline;
	padding:0;
	margin-top: 2px;
	margin-right: 30px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: inherit;
	white-space: normal;
}
/* -----------------(Style for Drop Down Menu) -------------------- */

.dropmenudiv{
	position:absolute;
	border: 1px solid #666; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font-family:"Century Gothic",Arial;
	font-size:10pt;
	color:#ffffff;
	line-height:18px;
	background-color: black;
	z-index: 99;
	width: 160px;
	visibility: hidden;
	vertical-align: top;
}


.dropmenudiv a{
width:auto;
display:block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #4499ff;
text-decoration: none;
font-weight: normal;
color:white;
}

.dropmenudiv a:visited{/*THEME CHANGE HERE*/
text-decoration: none;
font-weight: normal;
color:white;
}

/*------(Wrapper for navigation to enable drop down menus)-------*/

#upper_outer{
    
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #000;
	width: 770px;
	height:21px;
	z-index:3;
	border-bottom:1px solid #666;
}
/*---- ( wrapper for content below navigation ) ---*/

#outer{
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #000;
	width: 770px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 770px;
	background-color: #000000;
}

body #outer {
width: 771px;
}


/* ---( content -- the primary page area )------------------------------- */

#content {
padding: 15px 30px 10px 30px;
margin: 0px 30px 10px 20px;
overflow: visible;
height: 100%; /* fix the Win32 IE float bug */
	
} 
#homecontent {
padding: 15px 0px 10px 10px;
margin: 0px 1px 75px 10px;
overflow: visible;
height: 100%; /* fix the Win32 IE float bug */
}  
   
#homenews {
padding: 15px 5px 10px 10px;
margin: 10px 10px 20px 0px;
overflow: visible;
height: 100%; /* fix the Win32 IE float bug */
}

#homefeature {
padding: 15px 5px 10px 5px;
margin: 20px 5px 30px 5px;
overflow: visible;
height: 100%; /* fix the Win32 IE float bug */
}

#homefeature h3 {
font-size: 100%;
font-weight: normal;
padding: 0;
margin: 0;
color: #6699ff;	
}

#facebooklink{
margin: 5px auto 30px;
padding: 0px;
height:44px;
width:144px;
}

#facebooklink a{
background-image:url(../images/facebookfind.png);
display:block;
height:44px;
width:144px;
}

#facebooklink a:hover {
background-position:0% -44px;
}

#twitterlink{
margin: 5px auto 20px;
padding: 0px;
height:100px;
width:150px;
}

#twitterlink a{
background-image:url(../images/twitterlink_2_teachers.jpg);
display:block;
height:100px;
width:150px;
}

#twitterlink a:hover {
background-position:0% -100px;
}

#homepicturebox {
	width:230px;
	margin-left: 5px;
	margin-right: 1px;
	height: 300px;
	margin-bottom: 30px;
}

#photogalcontent {
padding: 15px 30px 10px 30px;
margin: 0px 30px 10px 20px;
overflow: visible;
height: 100%; /* fix the Win32 IE float bug */
}

#spacontent {
background-image:url(../images/spa_poster_blue1.jpg);
background-repeat:no-repeat;
height:1027px;
padding: 1px 0px 10px 0px;
margin: 0px 1px 10px 1px;
overflow: visible;
height: 100%; /* fix the Win32 IE float bug */
}

#book {
vertical-align: top;
}     

#book td {
vertical-align: top;
}     

#book a.tutor {
padding: 2px 5px 2px 5px;
margin: 5px 5px 5px 5px;
font-weight: bold;
font-size: 110%;
color: #fff;
background-color: #009;
text-decoration: none;
text-align: center;
}     

#book a:hover {
color: #f00;
text-decoration: underline;
}     

.mid {
text-align: center;
}

/* ---( home page: boxes )------------------------------- */

#boxes {
clear: both;
margin: 10px 10px 0 px 0px;
padding: 0;
border-bottom: solid 1px #000; /* IE 6 has the footer flow over the outer's 
bottom border. if this border is added, IE draws
the outer border as exptected */
z-index: 10;
}

#homeboxes {
	clear: both;
	border-bottom: solid 1px #fff; /* IE 6 has the footer flow over the outer's 
bottom border. if this border is added, IE draws
the outer border as exptected */
	z-index: 10;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#homeflashbox {
	width:200px;
	margin-left: 30px;
	margin-right: 30px;
	height: 260px;
	margin-bottom: 50px;
}
	
#boxes p {
margin: 10px 0 0 0;
padding: 0;
font-size: 100%;
color: #666;
font-weight: normal;
}

.box{
width:350px;
min-height:120px;
}

*html .box {
height:120px;
}
	
.box h2 {
margin:0;
padding: 6px 8px 8px 10px;
}

#schools .box {
background:url(../images/school_bottom.gif) no-repeat bottom left;
}

#schools .box h2{
color:#fff;
background:url(../images/school_top.gif) no-repeat top left;
}

#schools p{
color:#eee;
margin: 0;
padding:5px 10px 14px 10px;
}

#consultants .box {
background:url(../images/consultants_bottom.gif) no-repeat bottom left;
}

#consultants .box h2{
color:#fff;
background:url(../images/consultants_top.gif) no-repeat top left;
}

#consultants p{
color:#eee;
margin: 0;
padding:5px 10px 14px 10px;
}

#events .box {
background:url(../images/events_bottom.gif) no-repeat bottom left; /* change to events_bottom.gif */
}

#events .box h2{
color:#fff;
background:url(../images/events_top.gif) no-repeat top left; 
}

#events p{
color:#eee;
margin: 0;
padding:5px 10px 14px 10px;
}

#tuition .box {
background:url(../images/tuition_bottom.gif) no-repeat bottom left; 
}

#tuition .box h2{
color:#fff;
background:url(../images/tuition_top.gif) no-repeat top left; 
}

#tuition p{
color:#eee;
margin: 0;
padding:5px 10px 14px 10px;
}

#welcomebox {
	background-repeat:no-repeat;
	position: relative;
	border-left-width: 0px;
	display: block;
	height: 26px;
	width: 326px;
	float: none;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: url(../images/Black_style_Images/welcome_teachers.png);
}  
   
/* ---( links )------------------------------- */
table.linkstab {
width:660px;
}
td.linkcell {
width:330px;
text-align: center;
vertical-align: top;	
}

#gotoevents {
	width:300px;
	margin-right: 70px;
	margin-left: 70px;
	margin-bottom: 300px;
}


/* ---( footer )------------------------------- */

#footer {
clear: left;
border-bottom: solid 1px #fff; /* IE 6 has the footer flow over the outer's 
bottom border. if this border is added, IE draws
the outer border as exptected */
/* border-top: 1px solid #ccc; */
background-color: #000000;
background-image:url(../images/star_small_black.gif);
background-position:top;
background-repeat:repeat-x;
color: #fff;
z-index: 10;
/*-height: 60px;-*/
font-size: 90%;
text-align: center;
padding: 0;
margin: 0px 10px 0px 10px;
}
#footer p{
margin: 0;
padding: 20px 0px 0px 0px;
}

.imgright {
float: right;
border: 0;
margin: 5px;
}
