﻿/*Simple top menu*/

br { clear:left }
.menu_simple 
{
    width: 100%;
}
.menu_simple ul 
{
    margin: 0; 
    padding: 0;
    float: left;
}
.menu_simple ul li 
{
    display: inline;
}
.menu_simple ul li a 
{
    float: left; 
    font-size:0.9em;
    text-decoration: none;
    color:white; 
    padding: 10.5px 19px;
  
}
.menu_simple ul li a:hover
{
    color: #109820;
    background-color: #eee;
}
/*Simple top menu ended*/

/*Course list menu starting*/
.coursename 
{
    width: 100%;
}
.coursename ul 
{
    margin: 0; 
    padding: 0;
    height:2250px;
}
.coursename ul li 
{
    display: inline;
    float:left;
	width:315px;
	text-align:center;
    text-decoration: none;
    color: white; 
    padding: 0px;
    padding:5px;
    border:solid 1px #ccc;
    margin:3px;
    height:255px;
}

.coursename ul li img
{
	width: 160px;
	height: 160px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border:solid 1px #ccc;
	padding:7px;
}
.coursename ul li img:hover
{
	-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
}
.coursename ul li h2
{
	margin:0px;
	font-size:1.3em;
}
.coursename ul li h2 a
{ 
	margin:3px 5px;
	color:#059033;
	font-weight:500;
	text-decoration:none;
}
.coursename ul li h2 a:hover
{
	text-shadow: 0px 1px 1px #222;
}
.coursename ul li h5
{
	color:#222;
	margin:0px;
}
.coursename span
{
	font-size:9pt;
	margin:5px;
	color:#555;
}
/*Course list menu starting*/
.first_container
{
	width:1000px;
	height:115px;
}
.first
{
	width:980px;
	border:solid 1px #059033;
	margin-left:5px;
	background-color:#69bc84;
	padding:5px;
	height:100px;
	float:left;
	border-radius:20px;
	webkit-border-radius: 20px;  
    -moz-border-radius: 20px;
}
.first img
{
	width:100px;
	height:100px;
	float:left;
	margin-right:10px;
		border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;

}
.first span
{
	margin:0px;
	font-size:0.9em;
	color:#fefefe;
}
.first h2
{
	margin:0px;
	font-weight:400;
	color:#fff;
	font-size:1.5em;
}
.first h2 a
{
	color:#fff;
	text-decoration:none;
}
.first .app
{
	float:right;
	margin:-10px 20px 10px 0px;
	padding:5px 15px;
	background-color:#036423;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
}
.first .app:hover
{
	background-color:#fff;
	color:#036423;
}
.weare
{
	font-family:Monotype Corsiva;
	color:#f00;
	font-size:2.4em;
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}