/*  
Educator Advisor Panel 2007
Simon Grimwood 5-Jan-07
*/

/* Global
---------------------------------------  */
body { 
	background-color: #fff;
	color: #404040;
	margin: 0; padding: 0;
	text-align: center;
	}
body, table { font: .95em 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; }
	
a:link, a:visited, a:active { color: #666; text-decoration: underline; }
a:hover { color: #333; text-decoration: none; background-color:#FFCC99; }
#header a { background-color:#fff; }

a img, img { border: 0; }

ul { list-style: circle; }

table { border-collapse: collapse; }


/*  Structure  
---------------------------------------  */
#shell { position:relative; width:800px; margin: 0 auto 0 auto; text-align: left; }
#header { width:100%; }	
#logo { position:relative; float:left; padding-bottom:10px; }
#loginBtn { position:relative; float:right; }


/*  Typography  
---------------------------------------  */

h1, h2, h3, h4, h5, h6, p.subhead { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; }

h1, p.subhead { color: #d24d20; font-size: 160%; font-weight:100; margin: 0 0 8px; }

h1 span { color: #bd934f; }

h2 { color: #bd934f; font-size: 1.25em; margin: 0; padding: 1px 0; display: inline; border-bottom: 1px solid #35302a; }

.err { color:#FF0000; font-weight:bold; }


/*  Navigation  
---------------------------------------  */
/*#navcontainer ul { background-image:url(images/navcontainerBG.gif); background-position:center; background-repeat:no-repeat; }*/
#navcontainer ul
{
padding-left: 0;
margin-bottom:15px;
margin-left: 0;
/*background-color: #FF4000;*/
background-color: #fff;
color: #fff;
float: left;
width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #FF4000;
color: #fff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
width:auto;
}

#navcontainer ul li a:hover
{
background-color: #FF7F00;
color: #fff;
}

#navlow {
	border-top:1px #ff4000 solid;
	text-align:right;
	font-size:80%;
}
#navlow ul li { display: inline; }


/*  Miscellaneous
---------------------------------------  */

