/* Based upon RedKing layout on OSWD.ORG */

body {
	  background: #2763A5 url(images/back.gif);
/* background:url(images/bg.jpg) #420000; */
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:14px;
color:#451D09;
}

#container{
width:744px;
margin-left:auto; 
margin-right:auto; 
padding:1px;
border:#291254 1px solid;
background:url(contentbg.gif) repeat-y #E3E2E2;
}

#headerbox{
height:198px;
width:746px;
background:url(images/MainBanner.jpg) no-repeat #6B6C8F top left;
margin-right:auto;
margin-left:auto;
border:#291254 1px solid;
padding:0;
}

#headerbox2{
height:198px;
width:746px;
background:url(images/DayCareBanner.jpg) no-repeat #6B6C8F top left;
margin-right:auto;
margin-left:auto;
border:#291254 1px solid;
padding:0;
}

#banner{
border:#6B6C8F 1px solid;
height:30px;
width:734px;
margin-left:auto;
margin-right:auto;
margin-top:3px;
padding:6px;
background:#291254;
color: white;
text-transform:uppercase;
font-weight:bold;
letter-spacing:-1px;
font-size:20px;
}


#centerbox{
width:440px;
padding:9px;
float:left;
text-align:justify;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:14px;
color:#291254;
margin-left:21px;
}

#redheader{
width:474px;
float:left;
text-align:right;
padding:9px;
background-color:#0000A3;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:14px;
font-weight:bold;
color:#C2B8AF;
}

#sidebox{
width:180px;
float:right;
border:0px;
margin-right:21px;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:10px;
color:#291254;
}

.sideheader{
width:180px;
text-align:right;
padding:3px;
border: none 0; 
border-top: 1px dashed #666666;
border-bottom: 1px dashed #666666;
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:12px;
font-weight:bold;
color:#00006F;
}

.sidebox2{
width:180px;
padding:3px;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:11px;
color:#291254;
border:0px;
}

#footer{
clear:both;
padding:6px;
background-color:#CCCCCC;
text-align:center;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:10px;
color:#00006F;
}

A:link{color:#00006F; text-decoration:none;}
A:hover{color:#0000A3; text-decoration:overline;}
A:active{color:#00006F; text-decoration:none;}
A:active:hover{color:#0000A3; text-decoration:overline;}
A:visited{color:#00006F; text-decoration:none;}
A:visited:hover{color:#0000A3; text-decoration:overline;}

h3 {
font-family:'Lucida Grande', sans-serif, Arial, Helvetica;
font-size:10pt;
font-weight:bold;
color: #000000;
}

b {
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:14px;
font-weight:bold;
color:#00006F;
}

input,textarea,select {
border:#0000A3 1px solid;
background-color:#E9E4DF;
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:10pt;
color:#00006F;
}



/* CSS MENU EFFECT */
/* from Listamatic - Eric Meyer */

#navcontainer
{
padding:0px;
width:190px;
height:190px;
margin-left:526px;
background-color:#6B6C8F;
}

#navlist
{
padding: 0px 1px 1px;
margin-left: 0px;
margin-top: 0px;
font: bold 12px Verdana, Helvetica, sans-serif;
background: #6B6C8F;
/* background:#276385; */
width: 190px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: #276385 1px solid;
text-align: right;
}

#navlist li a
{
display: block;
width:190px;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #548fd9;
/* background: #9F876F; */
background: #6B6C8F;
text-decoration: none;
}

#navlist li a:link { color: #FFFFFF; }
#navlist li a:visited { color: #F3F3F3; }

#navlist li a:hover
{
border-color: #2763a5;
color: #2763a5;
background: #D7D0CA;
}

