/* ============================ common ============================== */

body { 
	color: #111; background: #fff;
	font: normal 62.5% "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
}

a{ color: #09c; text-decoration: none; }
a:hover{ text-decoration: underline; }
a:active, a:focus { color: #fff; background: #09c; text-decoration: none; }

img 	{ display: block; }
a img 	{ border: none; }
a span	{ cursor: pointer; }
strong 	{ font-weight: bold; }
em 		{ font-style: italic; }

.clearfix:after {
	clear: both;
	display: block; visibility: hidden;
	height: 0;
	content: ".";   
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.center {text-align: center;}
.aural{
	position: absolute;
	left: -2007px;
	font: 0;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

#holder{ 
	width: 602px;
	margin: 15px auto;
}
#holder-wide{width: 980px;margin: 15px auto;}

#main{
	min-height: 158px;
	padding: 15px 15px 30px 15px;
	background: url(../img/bg-main.gif) no-repeat 0 100%;
}

#content{ 
	padding: 15px;
	border-bottom: 1px solid #9a9a9a;
}

#footer{ 
	padding: 15px 0;
	color: #9a9a9a;
	font-size: 1.2em;
}
/* ========================== layout end ============================ */

/* ============================ header ============================== */

#nav{
	position: relative;
	background: url(../img/bg-nav.gif) no-repeat 0 100%;
	font: normal 1.5em "Arial Narrow", Arial, Helvetica, sans-serif;
}
#nav li{
	float: left; display: inline;
	margin: 0 5px 6px 0; padding: 0 0 0 9px;
	background: url(../img/bg-nav-li-left.gif) no-repeat 0 0;
}
#nav li a{
	display: block;
	padding: 4px 9px 4px 0;
	color: #111; background: url(../img/bg-nav-li-right.gif) no-repeat 100% 0;
}
#nav li a:hover{ text-decoration: none; }
#nav li a span{
	padding: 0 0 0 20px;
}
#nav li a:hover span,
#nav li a:focus span,
#nav li a:active span{
	color: #720211; text-decoration: underline;
}
#nav li.nav-1 a span{ background: url(../img/ico-search.gif) no-repeat 0 60%; }
#nav li.nav-2 a span{ background: url(../img/ico-adv-search.gif) no-repeat 0 60%; }
#nav li.nav-3 a span{ background: url(../img/ico-browse.gif) no-repeat 0 60%; }
#nav li.current{ margin-bottom: 5px; }
#nav li.current a{ padding-bottom: 5px; }
#nav li.nav-1.current{ margin-bottom: 0; }
#nav li.nav-1.current a{ margin-bottom: 5px; padding-bottom: 5px; }
#nav li.about{
	float: right; display: inline;
	margin: 0 0 6px 0;
	background: #fff;
}
#nav li.about a{
	padding: 4px 5px 4px 20px;
	background: url(../img/ico-about.gif) no-repeat 0 60%;
}
#nav li.about a:hover,
#nav li.about a:focus,
#nav li.about a:active{
	color: #720211; text-decoration: underline;
}


/* ========================== header end ============================ */

/* ============================= main =============================== */

#main h2{
	margin: 0 0 15px 0;
	color: #720211;
	font: normal 2.4em "Arial Narrow", Arial, Helvetica, sans-serif;
}
#main p{
	margin: 0 0 15px 0;
	font-size: 1.3em; line-height: 1.5; 
}

#search-form input.text{
	float: left; display: inline;
	width: 70%;
	margin: 0 10px 0 0; padding: 4px;
	font: normal 2.2em "Arial Narrow", Arial, Helvetica, sans-serif;
	border: 1px solid #9a9a9a;
}
#search-form input.text:hover,
#search-form input.text:focus,
#search-form input.text:active{
	border: 1px solid #09c;
}

#advanced-search-form .fieldwrap{
	margin: 0 0 10px 0;
}
#advanced-search-form label{
	float: left;
	width: 160px;
	padding: 5px 10px 0 0;
	font-size: 1.3em; text-align: right;
}
#advanced-search-form select{
	float: left;
	width: 300px;
	padding: 3px;
	border: 1px solid #9a9a9a;
	font: normal 1.3em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
}
#advanced-search-form select:hover,
#advanced-search-form select:focus,
#advanced-search-form select:active{
	border: 1px solid #09c;
}

#advanced-search-form .submit{
	margin: 0 0 0 170px;
}

#map{
	float: right;
	width: 380px;
}
#wards{
	font-size: 1.2em; line-height: 1.5;
}

/* =========================== main end ============================= */

/* ============================ content ============================= */

#content h2{
	margin: 0 0 15px 0;
	color: #720211;
	font: normal 2.4em "Arial Narrow", Arial, Helvetica, sans-serif;
}
#content h3 {
	margin: 0 0 15px 0;
	color: #720211;
	font-size: 1.4em; font-weight: bold; line-height: 1.5;
}
#content p{
	margin: 0 0 15px 0;
	font-size: 1.3em; line-height: 1.5;
}
#content h2 strong{
	color: #000;
	font-weight: normal;
}
#results-list li{
	padding: 12px;
	border-top: 1px solid #ccc; 
}
#results-list li h3{
	margin: 0;
	font-size: 1.4em; font-weight: bold; line-height: 1.5;
}
#results-list li p{
	margin: 0;
}

dl{ 
	width: 100%;
	margin: 0 0 1em 0;
	line-height: 2em; font-size: 1.3em;
}
dt{
	float: left; display: inline;
	width: 160px;
	padding: 0 0 0 10px;
	color: #555;
	border-top: 1px solid #ccc;
}
dd{
	float: left;
	width: 402px;
	white-space: nowrap;
	border-top: 1px solid #ccc;
}
.odd{
	background: #e9f5fa;
}
.areas-column-wide {
    float:left; width:380px;
}
.areas-column {
    float:left; width:180px;padding:0 10px 0 0;
}
.areas-column h3, .areas-column-wide h3 {
    margin:10px 0 8px 0;
    color: #720211;
    font: normal 1.4em "Arial Narrow", Arial, Helvetica, sans-serif;
}

/* ========================== content end =========================== */

/* ============================= footer ============================= */

#copyright{ float: left; }
#buttons { float:right; }
#buttons a {margin-right:15px;}

#poweredby{ float: right; }


/* =========================== footer end =========================== */


.dnone {
    display:none;
}
#region, #service, #age_group, #spec_aims, #langs, #client_group {
    position:relative;
}
#region p, #service p, #age_group p, #spec_aims p, #langs p, #client_group p {
    position:absolute;
    top:3px;
    right:35px;
}
#services {
    font-size:1.3em;
    line-height:2em;
    margin:0 0 1em;
    width:100%;
}
#services li {
    float: left;
	width: 562px;
	padding: 0 0 0 10px;
	color: #555;
	border-top: 1px solid #ccc;
    /*background: #e9f5fa;*/
    font-weight:700;
}
#services li ul li{
    font-weight:400;
	width: 541px;
	padding: 0 0 0 21px;
	color: #555;
    background: #fff url('../img/check.gif') no-repeat 0 50%;
}

/*login_box*/
#login_form_wrap {
    display:none;
}
#login_box .fieldwrap{
	margin: 0 0 10px 0;
}
#login_box input.text{
	float: left; display: inline;
	width: 70%;
	margin: 0 10px 0 0; padding: 4px;
	font: normal 2.2em "Arial Narrow", Arial, Helvetica, sans-serif;
	border: 1px solid #9a9a9a;
}
#login_box input.text:hover,
#login_box input.text:focus,
#login_box input.text:active{
	border: 1px solid #09c;
}
#login_box label {
    display:block;
    font-size:2em;
    line-height:1.4em;
}

/*browse*/
#browse2 {
    font-size:1.3em;
}
#browse2 li {
    padding:0.8em 0;
    border-bottom:1px solid #dedede;
}
#browse2 li ul li {
    float:left;
    width:225px;
    padding:0.2em 60px 0.2em 0;
    border:none;
}
#browse2 li span {
    font-weight:700;
}
#mapWrapper {
    display:none;
}
#gmap {
    height:400px;
    height:100%;
}

/*verify*/
#verify_form_wrap {
    padding: 50px 20px;
    font-size: 1.2em;
}
#verify_form_wrap .fieldwrap { margin:0 0 10px; }
#verify_form_wrap .text {
    border:1px solid #9A9A9A;
    float:left;
    margin:0 10px 0 0;
    padding:4px;
    width:120px;
}
#verify_form_wrap label {
    float:left;
    width:60px;
    line-height: 1.8em;
}

.verify dt {
    width:455px;
    clear:both;
	padding: 10px 20px 10px 10px;
}
.verify dd {
    width:455px;
    padding: 10px 10px 0 0;
    white-space: normal;
}
.verify h2 {
    clear:both;
    font-size: 2.1em;
    padding: 20px 10px 10px;
}
#content .verify h3 {
    padding: 20px 10px 10px; margin:0;
    clear:both;
    font-size: 1.9em;
}
.verify h4 {
    clear:both;
    font-size: 1.65em;
    padding: 20px 10px 10px;
}
.verify .empty {
    color:#972d29;
    font-style: italic;
}
.verify .fline {
    padding:15px 0 10px;
    clear:both;
}
.verify li {
    padding:4px 0;
}
.verify li img {
    padding:0 5px 0 0;
    margin:0 5px 0 0;
    vertical-align: middle;
    border-right: 1px solid #e7e7e7;
}
.verify img {display:inline;}
.verify .fline label {
    display: block;
    padding: 5px 15px;
    font-size: 1.3em;
    font-weight:700;
    background: #88FF96;
}
.verify .note {
    padding:0 10px;
    color:#3091ED;
}
.verify dl {
    overflow:hidden;
}
.verify .msg {
    padding: 20px;
    border:1px solid #C9C1DC;
    border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;
    margin: 20px 0 40px;
}
.verify .fline textarea { width:936px; padding: 5px; height: 100px;}
.verify table {
    width:50%;
    font-size: 1.3em;
    border-top:1px solid #720211;
    border-right:1px solid #720211;
}
.verify thead th {
    font-weight: 700;
    background: #720211;
    color:#fff;
}
.verify th, .verify td {
    padding:5px 10px;
    border-left:1px solid #720211;
    border-bottom:1px solid #720211;
}
table tr.table-head th {
    background: #93B6C6;
    font-weight: 700; color:#333;
}
.verify .items-list li {
    font-size: 13px;
    list-style: disc inside;
    padding: 2px 0 2px 25px;
}
.services {
	margin:0 0 15px 0;
	font-size: 1.4em;
	border-top: 1px solid #e7e7e7;
}
.services li{
	color: #555;
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #e7e7e7;
}
.services li h4{
	float: left; display: inline;
	width: 160px;
	padding: 0 0 0 10px;
	color: #555;
}
.services li ul{
	float: left;
	width: 458px;
	white-space: nowrap;
}
.services li ul li{
	margin: 0; padding: 0 0 5px 0;
	border-bottom: none;
	color: #000;
}





