/* CSS Document */
* {
margin:0;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
width: 100%;
border: 1px solid #000;
background-color: #eee;
color: #000;
margin-top: 15px;
}
table.plain
{
width: 90%;
border: 1px solid #000;
background:#eee;
color: #000;
margin-top: 15px;
margin-left:15px;
font-size:1em;		
}
table.plain th
{
	font-size:0.8em;
	font-weight:normal;
	padding:5px 5px 10px 5px;	
	vertical-align:top;
}

table.plain td
{
	font-size:0.8em;
	font-weight:normal;
	vertical-align:top;
	padding:3px;
}
* html br {
line-height: 1px;
}
img {
border: none;
}
br {
clear: both;
}
br {
clear: both;
}
h1 {
font-size: 1.3em;
}
h2, h3 {
font-size: 1.1em;
color: #b42527;
margin-top: 15px;
}
h3 {
font-size: 1em;
}
p, #content ul, #content ol, #content2 ul, #content2 ol, td {
font-size: 0.8em;
margin-top: 15px;
}
.invisible, a span {
display: none;
}
#container {
width: 760px;
margin: 0 auto;
text-align: center;
}
#header {
width: 760px;
height: 105px;
background: #000 url(../images/header.gif) no-repeat;
border-bottom: 15px solid #d2d2d2;
margin-bottom: 15px;
}
#title {
background-color: #af2b27;
color: #fff;
text-transform: uppercase;
font-weight: 600;
padding: 5px;
border: 2px solid #000;
font-size: 1.2em;
width: 720px;
margin: 0 auto;
}
.main-menu {
list-style-type: none;
margin: 21px 0 15px 17px;
}
.main-menu li {
display: inline;
margin-right: 10px;
display: block;
float: left;
font-size: 0.9em;
background: url(../images/shadow.gif) no-repeat bottom right;
}
.main-menu li a, .main-menu li span {
display: block;
border: 2px solid #000;
text-decoration: none;
padding: 5px 8px;
font-weight: bold;
color: #b42527;
background-color: #fff;
position: relative;
bottom: 6px;
right: 5px;
}
.main-menu li span {
color: #000;
}
.left-menu{
float: left;
width: 117px;
margin-top: 15px;
}
.left-menu li {
list-style-type: none;
padding: 15px 0;
border-top: solid 2px #af2b27;
width: 115px;
}
.left-menu li a, .left-menu li span {
text-decoration: none;
color: #000;
background-color: #fff;
font-weight: 600;
font-size: 0.85em;
white-space: nowrap;
}
.left-menu li span {
color: #af2b27;
}
.parenting-link a, .parenting-link span {
height: 170px;
background: #fff url(../images/handbooks.gif) no-repeat left bottom;
display: block;
width: 150px;
margin-left: -10px;
}
* html .parenting-link a, * html .parenting-link span {
height: 170px;
background: #fff url(../images/handbooks.gif) no-repeat left bottom;
display: block;
width: 125px;
margin-left: -10px;
}
.parenting-link span.invisible {
display: none;
}
#content {
float: right;
width: 303px;
padding: 10px 300px 10px 10px;
margin: 15px 15px 10px 0;
border: 2px solid #000;
min-height: 362px;
background-position: bottom right;
background-repeat: no-repeat;
text-align: left;
}
#content2 {
float: right;
width: 593px;
padding: 10px 10px 10px 10px;
margin: 15px 15px 10px 0;
border: 2px solid #000;
min-height: 362px;
background-position: bottom right;
background-repeat: no-repeat;
text-align: left;
}
* html #content {
width: 300px;
height: 362px;
margin-right: 8px;
}
* html #content2 {
width: 590px;
height: 362px;
margin-right: 8px;
}
#content ul, #content ol, #content2 ul, #content2 ol {
margin-left: 30px;
}
#footer {
border-top: solid 15px #d2d2d2;
height: 15px;
background-color: #000;
margin-bottom: 10px;
color: #fff;
}
/* classes for content background images */
.about-us {
background-image: url(../images/content-bkgr/about-us.gif);
}
.feedback {
background-image: url(../images/content-bkgr/feedback.gif);
}
.home {
background-image: url(../images/content-bkgr/home.gif);
}
.jobs {
background-image: url(../images/content-bkgr/jobs.gif);
}
.links {
background-image: url(../images/content-bkgr/links.gif);
}
.parent {
background-image: url(../images/content-bkgr/parent.gif);
}
.provider {
background-image: url(../images/content-bkgr/provider.gif);
}
.training {
background-image: url(../images/content-bkgr/training.gif);
}
.useful-contacts {
background-image: url(../images/content-bkgr/useful-contacts.gif);
}
.whats-new {
background-image: url(../images/content-bkgr/whats-new.gif);
}
.your-views {
background-image: url(../images/content-bkgr/your-views.gif);
}