﻿/* Generic Content*/
.SearchText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	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: 15px;
	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: 15px;
	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 15px "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: 450px;
	top: 106px;
	width: 165px;
	height: 59px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 75px;
	font-weight: normal;
	color: #ebbea2;
	direction:rtl;
}
#university {
	position: absolute;
	height: 50px;
	left: 60px;
	top: 295px;
	width: 126px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #decfbe;
	direction:rtl;
}
#Schools {
	position: absolute;
	height: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #c4dfef;
	left: 360px;
	top: 480px;
	width: 242px;
	direction:rtl;
}
#TrainingCenters {
	position: absolute;
	height: 50px;
	left: 20px;
	top: 635px;
	font-family: 'Times New Roman', Times, serif;
	color: #4f2f2c;
	font-size: 45px;
	width: 200px;
	direction:rtl;
}
#Nursery {
	position: absolute;
	height: 50px;
	left: 384px;
	top: 890px;
	width: 220px;
	font-family: 'Times New Roman', Times, serif;
	color: #e3d8cc;
	font-size: 45px;
	font-weight: normal;
	direction:rtl;
}
#UniversityHeader
{
    position: absolute;
    height: 50px;
    left: 90px;
    top: 60px;
    width: 126px;
    font-family: "Times New Roman", Times, serif;
    font-size: 65px;
    color: #decfbe;
    direction: rtl;
}
#SchoolsHeader
{
    position: absolute;
    height: 50px;
    font-family: "Times New Roman", Times, serif;
    font-size: 65px;
    color: #c4dfef;
    left: 280px;
    top: 50px;
    width: 350px;
    direction: rtl;
}
#TrainingCentersHeader
{
    position: absolute;
    height: 50px;
    left: 10px;
    top: 5px;
    font-family: 'Times New Roman', Times, serif;
    color: #4f2f2c;
    font-size: 65px;
    width: 280px;
    direction: rtl;
}
#NurseryHeader
{
    position: absolute;
    height: 50px;
    left: 464px;
    top: 40px;
    width: 145px;
    font-family: 'Times New Roman', Times, serif;
    color: #e3d8cc;
    font-size: 65px;
    font-weight: normal;
    direction: rtl;
}
