@charset "utf-8";
/* CSS Document */

html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none;
}
   
body{
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#666666;
text-align:left;
}

table tr td{
vertical-align:top;
}

table tr th{
text-align:left;
}

h1{

color:#65a83a;
}

h2{

color:#65a83a;
}

h3{
color:#f1574b;

}

a{ 
color:#0099ff;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

#site_text{
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
}

#main_menu{
position:relative;
left:8px;
top:-4px;
width:960px;
height:41px;
/*background:#000000 url(assets/menu_words.jpg) repeat;*/
background:url(assets/menu_words.png) no-repeat;
}

/*
#main_menu{
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#333333;
}
#main_menu a{
position:relative;
top:-4px;
text-decoration:none;
color:#666666;
}

#main_menu a:hover{
text-decoration:none;
}

#main_menu tr td{
text-align:center;
}
*/

/************************* ul *********************/

#header_block{
position:absolute;
width:308px;
height:100px;

}

#main_menu.the_menu{
background-image:url(../assets/menu_words.png);

}

#main_menu ul{
position:relative;
top:0px;
/*left:-390px;*/
left:0px;
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
clear: left;
/* z-index:99; */

}

#main_menu ul li{
display: block;
float: left;
text-align: center;
padding: 0;
margin-right:1px;
border:0;
height:42px;
}

/*#main_menu ul li a span{
display: none;
}*/

#main_menu ul li a span{
display:none;
}

#main_menu ul li a{
position:relative;
top:13px;
/*left:308px;*/
left:0;
width:85px;
height:20px;
margin:0px;
padding:0px;
display: block;
}




/**************************************************/

.m_home{
width:74px;
}
.m_home:hover{
background:url(../assets/menu_words_over.png) no-repeat 1px 0px;
}

.m_aboutUs{
width:82px;
}
.m_aboutUs:hover{
background:url(../assets/menu_words_over.png) no-repeat -74px 0px;
}

.m_newsletter{
width:93px;
}
.m_newsletter:hover{
background:url(../assets/menu_words_over.png) no-repeat -157px 0px;
}

.m_programmes{
width:104px;
}
.m_programmes:hover{
background:url(../assets/menu_words_over.png) no-repeat -251px 0px;
}

.m_earlyChildhoodDev{
width:153px;
}
.m_earlyChildhoodDev:hover{
background:url(../assets/menu_words_over.png) no-repeat -356px 0px;
}

.m_workshops{
width:95px;
}
.m_workshops:hover{
background:url(../assets/menu_words_over.png) no-repeat -510px 0px;
}

.m_events{
width:65px;
}
.m_events:hover{
background:url(../assets/menu_words_over.png) no-repeat -606px 0px;
}

.m_resources{
width:92px;
}
.m_resources:hover{
background:url(../assets/menu_words_over.png) no-repeat -672px 0px;
}
.m_supportUs{
width:96px;
}
.m_supportUs:hover{
background:url(../assets/menu_words_over.png) no-repeat -765px 0px;
}
.m_contact{
width:82px;
}
.m_contact:hover{
background:url(../assets/menu_words_over.png) no-repeat -862px 0px;
}

#footer tr td{
vertical-align:middle;
}

#success{
color:#006600;
size:100%;
font-weight:700;
text-align:left;
display:block;
}

#error{
color:#990000;
size:100%;
font-weight:700;
text-align:left;
display:block;
}

.admin_links{
font-size:90%;
color:#003399;
width:319px;
}

.admin_links a{
text-decoration:underline;
}

.admin_links a, a:hover{
text-decoration:none;
color:#333333;
}

.button_print{
height:20px;
width:125px;
background:url("../assets/button_print.gif") no-repeat;
border:0;
margin:0 0 0 0;
}

#error_message{
color:#FF0000;
font-weight:700;
margin:20px 0 20px 0;
}

#success_message{
color:#339900;
font-weight:700;
margin:20px 0 20px 0;
}

.red{
color:#f1574b;
}

.blue{
color:#0099ff;
}

.green{
color:#65a83a;
}

.lightred{
color:#ffcac6;
}

