﻿/* Generic Content*/
.SearchText {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #B0803A;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #6C3819;
	text-decoration: none;
	cursor: pointer;
}
.SearchText:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #f9cf75;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #6C3819;
	text-decoration: none;
	cursor: pointer;
}
.glossymenu li a{
	float: left;
	display: block;
	color: #C2932D;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	padding: 0 0 0 16px;
/*Padding to accomodate left tab image. Do not change*/	height: 43px;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
}



.sideglossymenu li a{
	background-position: left bottom;
	margin: 2px 0px 0px 0px;
	background: #6C3819 url('../../App_Themes/EducationTheme/images/glossyback2.jpg') repeat-x left
bottom;
	font: bold small "Times New Roman", Times, serif;
	color: #3D282A;
	display: block;
	width: auto;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	text-align: center;
}
/* Specific Content*/

#EducationEducation {
	position: absolute;
	left: 370px;
	top: 106px;
	width: 165px;
	height: 59px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 65px;
	font-weight: normal;
	color: #ebbea2;
}
#university {
	position: absolute;
	height: 50px;
	left: 60px;
	top: 295px;
	width: 226px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #decfbe;
}
#Schools {
	position: absolute;
	height: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #c4dfef;
	left: 450px;
	top: 480px;
	width: 142px;
}
#TrainingCenters {
	position: absolute;
	height: 50px;
	left: 45px;
	top: 640px;
	font-family: 'Times New Roman', Times, serif;
	color: #4f2f2c;
	font-size: 45px;
	width: 382px;
}
#Nursery {
	position: absolute;
	height: 50px;
	left: 444px;
	top: 900px;
	width: 145px;
	font-family: 'Times New Roman', Times, serif;
	color: #e3d8cc;
	font-size: 45px;
	font-weight: normal;
}
#UniversityHeader
{
    position: absolute;
    height: 50px;
    left: 30px;
    top: 80px;
    width: 226px;
    font-family: "Times New Roman", Times, serif;
    font-size: 55px;
    color: #decfbe;
}
#SchoolsHeader
{
    position: absolute;
    height: 50px;
    font-family: "Times New Roman", Times, serif;
    font-size: 55px;
    color: #c4dfef;
    left: 450px;
    top: 45px;
    width: 142px;
}
#TrainingCentersHeader
{
    position: absolute;
    height: 50px;
    left: 15px;
    top: 10px;
    font-family: 'Times New Roman', Times, serif;
    color: #4f2f2c;
    font-size: 55px;
    width: 382px;
}
#NurseryHeader
{
    position: absolute;
    height: 50px;
    left: 420px;
    top: 40px;
    width: 145px;
    font-family: 'Times New Roman', Times, serif;
    color: #e3d8cc;
    font-size: 55px;
    font-weight: normal;
}
