/* Stylesheet for Queenmary's school Parent pages Intranet */
html, body {
    /* get rid of default spacing on the edges */
    margin: 0;
    padding: 0;

    /* get rid of that 2px window border in Internet Explorer 6 */
    border: 0;

    /* fill the height of the browser */
    height: 100%;
}

body { 
text-align: center;
background: #fff url(../images/body-bgkd.gif) repeat-x top left;
font-size: 100%;
color: #000;
font-family: "Arial", Helvetica, sans-serif;

}
#wrapper { 
margin: 0 auto;
width: 962px;
min-height: 100%;
background-color: #fff;
margin-bottom:-40px;
}
#header {
 width: 962px;
 height: 182px;
 margin: 0;
 background: #fff url(../images/queenmarys-header.jpg) no-repeat;
 }
#navigation {
 width: 962px;
 height: 42px;
 padding: 0;
 margin: 0;
 background: #21436C;
}
#footer {
text-align: right;
background: #fff url(../images/footer-bgkd.gif) repeat-x top left;
left: 0px;
bottom: 0px;
width: 962px;
z-index: 999;
padding: 0px;
margin: 0 auto;
height: 40px;
}
#footer p {
color: #fff;
margin: 0 20px 0 0;
font-size: 80%;
}
#content {
background-color: #fff;
width: 912px;
text-align: left;
margin: 0 auto;
padding: 30px 25px;

}
h1 {
color: #99843E;
margin: 0;
font-size: 160%;
}
h1 span {
color: #2E598C;
}
sup {
font-size: 80%;
}
p {color: #000; padding: 10px 0;}
#content ul {margin: 0; padding: 0; color: #000;}
#content ul li {margin: 0 0 10px 10px; list-style:none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 5px 5px 5px 25px;}
a:hover {text-decoration: none;}
 * html div#footer {/*only ie gets this style*/
\height:42px;/* for ie5 */
he\ight:40px;/* for ie6 */
}
 #clearfooter{clear:both; height:40px;}/*needed to make room for footer*/
#leftColumn {
float: left;
width: 70%;
margin-right: 10px;}
#rightColumn {
float: left;
width: 25%;
border-left: 1px dotted #3A78B1;
padding-left: 10px;
}
 
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {height:32px; font-size:0.80em; position:relative; z-index:100; top: 5px; left: 6px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:958px; w\idth:957px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:116px; border-bottom:1px solid #4790EB;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:116px;position:relative;padding:0;}
.menu ul li {margin-right: 3px;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block; text-decoration:none; height:30px; font-weight: bold; border:1px solid #4790EB; border-width:1px 1px 1px 1px; background: #21436C;
color: #DBE7F5; text-align: center; line-height:29px; padding: 0; margin: 0;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:129px; w\idth:118px;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:116px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#DBE7F5; color:#1D3B5F; height:auto; line-height:1em; padding:10px 10px; text-align: left; width:94px; border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:117px;w\idth:95px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#4790EB;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFF;background:#4790EB;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.address_table {
	font-size: small;
}
