@font-face {
	font-family: myheadFont;
    src: url(DroidSerif-Regular.ttf);
}
html, body {
    margin: 0;
    padding: 0;
	font-family:myheadFont;
background-color:#6bf5ba;
}
nav
{
	font-family:myheadFont;
	background-color:#222777;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
display: block;
}
nav ul {
margin:0px;
background: #222777; 
padding: 0 10px;
list-style: none;
position: relative;
display: inline-table;
}
nav ul:after {
content: ""; clear: both; display: block;
}
nav ul li {
float: left;
}
nav ul li:hover {
background: #dcdcff;
}
nav ul li:hover a {
color: #222777;
}
nav ul li a {
display: block; padding: 15px 30px;
color: #ffffff; text-decoration: none;
}
nav ul ul {
background: #dcdcff; border-radius: 0px; padding: 0;
position: absolute; top: 100%;
}
nav ul ul li {
float: none; 
border-bottom: 1px solid #222777;
position: relative;
}
nav ul ul li a {
padding: 15px 40px;
color: #fff;
}	
nav ul ul li a:hover {
background: #dcdcff;
}
nav ul ul ul {
position: absolute; left: 100%; top:0;
}
#headerbanner
{
height:150px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}
#container
{
	width:1200px;
}
div.left {
width: 35%; 
padding: 0 0 0 5%;
float: left;
}
div.content {
width: 20%;
padding: 0 5%;
float: left}

div.right {
width: 25%; 
padding: 0 5% 0 0;
float: left;
}
div.righthead {
width: 25%; 
padding: 0 5% 0 0;
float: left;
}
div.right a {
	text-decoration:none;
	color:#000000;
	line-height:40px;
}
div.righthead a {
	text-decoration:none;
	color:#000000;
	line-height:100px;
	padding:20px;
}
#pagehead h1
{
	font-family:myheadFont;
	color:#424242;
	font-size:20px;
}
#pagehead img
{
	width:100px;
	padding:20px;
}
#pagehead p
{
	color:#424242;
	margin-top:-10px;
	font-size:16px;
}
div.wrapper{  
    float:left; /* important */  
}  
div.description{  
    bottombottom:0px; /* position will be on bottom */  
    left:0px;  
    width:100%;  
    background-color:222777;  
    color:white;
}  
p.description_content{  
    padding:10px;  
    margin:0px;  
}
#detailstable
{
	padding:50px;
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
}
#detailstable td:first-child
{
	text-align:left;
	width:200px;
	padding:10 50px;
}
#detailstable td:last-child
{
	text-align:left;
	padding:10 50px;
}
.light{
width:328px;
margin-top:-40px;
}
.light input[type="text"] {
border:#222777 thin solid;
text-align:center;
height: 30px;
padding: 5px;
width: 75%;
float:left;
}
.light input[type="submit"] {
background: none repeat scroll 0 0 #222777;
border: medium none;
color: #FFFFFF;
cursor: pointer;
height: 30px;
line-height:25px;
padding: 5px;
text-transform:uppercase;
}	


.social{padding:0;margin:1em 0; list-style:none; width:200px;}
.social li{height:44px;background:url(../images/sprite-social.png) no-repeat;line-height:34px;position:relative;left:6px}
.social li.facebook{background-position:0 0}
.social li.twitter{background-position:0 -44px}
.social li.google{background-position:0 -88px}
.social li.linkedin{background-position:0 -132px}
.social li.youtube{background-position:0 -176px}
.social li.instagram{background-position:0 -220px}
.social li.pinterest{background-position:0 -264px}
.social li.blog{background-position:0 -308px}
.social li a{ margin-left:-20px; text-decoration:none; color:#000000;}


.coursehead{
	width: 1200px;
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 18px;
	font-weight: bold;
	font-family: Cabin;
	text-transform: uppercase;
	padding-left: 10px;
	height: 35px;
	float: left;
	background-color: #222777;
	padding-top: 10px;
	color: #FFF;
	
}
.courseouters{
	width:1200px;
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 14px;
	padding-left: 10px;
	float: left;
}
.coursemenu{
	font-family: Arial, Helvetica, sansserif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding:5px;
	width: 370px;
	float: left;
text-align: left;
	}