/*	SCREEN CSS
==		Default stylesheet for html clients
==
==	HISTORY
==		2006-06-13	v1.0	Initial version
==		2006-06-16	v1.1	Updated to style homepage																					David Barr
==		2006-06-19	v1.2	Updated cos block elements are playing silly buggers				Richard Kingston
==		2006-06-20	v1.3	Redeveloped DIV's as per http://www.glish.com/css/7.asp			Richard Kingston
==		2006-06-21	v1.4	Changed from DIV's to TD's to reach launch deadline					Richard Kingston
==		2006-06-22  v1.5	Language bar styling completed.															Richard Kingston
==		2006-06-23 	v1.6	Footer styling completed.																		Richard Kingston
==		2006-09-26	v2.0	Redeveloped from TABLES to DIVs															Richard Kingston
==
================================================================================================= */

/* GENERIC OBJECTS
Provides generic styling options
================================================================================================= */
BODY
{
	background-image: url(bgBody.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #F6E8DF;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
}

H1
{
	color: #3076E0;
	font-size: 1.2em;
	margin-top: 0px;
}

H2
{
	font-size: 1.1em;
}

H3
{
	font-size: 0.9em;
}

H4
{
	font-size: 0.9em;
}

IMG
{
	border: 0px;
}

A
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

FORM
{
	margin: 0px;
}

OL
{
	list-style-type: decimal;
}

#pageContainer
{
	background-color: #FFFFFF;
}

#spanNavigationPanel
{
	background-color: #666666;
	height: 100%;
}

.parDisclaimer
{
	display: none;
}

/* PAGE STYLES
================================================================================================= */
#divContainer
{
	/*background-image: url(bgBody.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;*/
	width: 100%;
	height: 760px;
}

#pageContainer {
	height: 760px;
}

#divContentPanel {
	background-color: #F6E8DF;
	height: 760px;
}

#divContainer a
{
	color: #000000;
}

#divContainer a:hover
{
	color: #000000;
}

#divTitle {
	position: absolute;
	left: 0px;
	top: 0px;
}

#imgTitle {
	width: 560px;
	height: 71px;
}

#divDescription
{
	padding-top: 74px;
	padding-left: 5px;
}

#divProfessionals
{
	position: absolute;
	left: 450px;
	top: 299px;
	width: 299px;
	height: 84px;
	padding-left: 1px;
}

#imgProfessionals
{
	width: 298px;
	height: 41px;
}

#divParents
{
	position: absolute;
	left: 450px;
	top: 208px;
	width: 299px;
	height: 84px;
	padding-left: 1px;
}

#imgParents
{
	width: 298px;
	height: 41px;
}

#divChildren
{
	position: absolute;
	left: 450px;
	top: 117px;
	width: 299px;
	height: 84px;
	padding-left: 1px;
}

#imgChildren
{
	width: 298px;
	height: 41px;
}

#divHeader {
	background-color: #F6E8DF;
	height: 24px;
}

#divHeader #spanHeaderLinks
{
	left: 0px;
	padding: 4px;
	position: absolute;
	top: 0px;
}

#divHeader #spanHeaderSearch
{
	height: 24px;
	padding: 2px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	width: 260px;
}