html  { 
	height: 100%;
}

* { 
	margin: 0;
	padding: 0;
}

body {
	font-family: "Open Sans",sans-serif;
	font-size: 10pt;
	background: #EFEFEF;
	color: #555;
}

p { 
	padding-bottom: 30px;
	line-height: 2em;
}

img	{ 	
	border: 0;
    max-width: 100%;
    height: auto;
}

h1 { 
	font-family: 'Quattrocento',serif;
	color: #0052ad;
	margin: 0 0 15px 0;
	padding: 20px 0 5px 0;
	font-size: 175%;	
}

h3 { 
	font-family: 'Quattrocento',serif;
	color: #0052ad;
	font-size: 130%;
	text-align: right;
	padding-bottom: 30px;
}

a, a:hover { 
	outline: none;
	text-decoration: none;
	color: #0052ad;
}

a:hover	{ 
	text-decoration: none;
}

.left { 
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}

.right { 
	float: right; 
	width: auto;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 80%;
	text-align: center;
}

.right img { 
	padding-bottom: 0px;
}

.full { 
	float: left; 
	width: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}

.full img{ 
	float: left; 
	width: auto;
	padding-top: 0px;
}

ul { 
	margin: 2px 0 22px 17px;
}

ul li { 
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

ol { 
	margin: 8px 0 22px 20px;
}

ol li {
	margin: 0 0 11px 0;
}

#main, #logo, #headmenu, #site_content, #footer { 
	margin-left: auto; 
	margin-right: auto;
}

#header	{ 
	background: #0059bc;
	height: 200px;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	position: fixed;
}

#logo { 
	width: 960px;
	position: relative;
	height: 150px;
}

#logo #logo_text  { 
	position: absolute; 
	top: 25px;
	left: 0;
}

#logo_text h2 {
	font-family: "Open Sans",sans-serif;	
	letter-spacing: 0.15em;	
	font-weight: normal;
	font-size: 140%;
	padding: 12px 0 0 0;
	text-transform: uppercase;
	color: #feda00;
}

.subline {
	font-size: 110%;
	color: #555;
}

#headmenu { 
	margin: auto; 
	width: 960px;
/*	background-color: #004694; */
	height: 50px;
} 

menu { 
	margin: auto;
	width: 960px;
    color: #004694;
    background-color: rgb(0, 70, 148);
}	
	
menu ul {
	display: inline-block;
	padding: 0;
	margin: auto;
	list-style: none;
	position: relative;
	font-size: 100%;
	}
	
/* Positioning the navigation items inline */
menu ul li {
	margin: 0;
	display: inline-block;
	float: left;
	background-color: #004694;
	}

/* Styling the links */
menu a {
	display: block;
	padding: 0 14px;	
	color: #FFF;
    line-height: 50px;
    letter-spacing: 0em;
	text-decoration: none;
	font-size: 100%;	
}

/* Background color change on Hover */
menu a:hover { 
    background: #feda00 none repeat-x scroll 0 0;
    color: #004694;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
menu ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "menu a" */
	top: 50px; 
}
	
/* Display Dropdowns on Hover */
menu ul li:hover > ul {
	display: inherit;
}
	
/* Fisrt Tier Dropdown */
menu ul ul li {
	width: 100%;
	float: none;
	display: list-item;
	position: relative;
	/* 50% black box shadow */
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}
	
#site_content { 
	width: 960px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FFF url(images/content.png) repeat-y;
}
#content { 
	text-align: left;
	min-height: 560px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 200px;
}
.seperator {
    margin-top: 20px;		
    margin-bottom: 30px;		
	border-top: 1px solid #ccc;
}
#lernguru {
	margin-top: -210px;
	padding-right: 20px;
	display: block;
	min-height: 210px;
	text-align: center; 	
	background: url(images/lernguru.png) no-repeat scroll right bottom, none repeat scroll 0 0 #fff;
}
#footer { 
	width: 960px;
	height: 28px;
	text-align: center; 
	padding-top: 10px;
	background: #feda00;
	color: #0052ad;
}
.block {
	margin-top: 15px;
	margin-bottom: 15px;
 	background-color: #eee;
	padding-top: 15px;	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	line-height: 2em;
}
label  {
	display: block;
	font-size: 90%;
	margin: 0;
	padding-top: 5px;
	padding-left: 3px;
}
input.text, textarea {
	font-family: sans-serif;
	font-size: 110%;
	color: #0052ad;
	background-color: #f7f7f7;	
	border-color: #f7f7f7 #ccc #ccc #ccc;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	width: 100%;
}
input.button {
	margin-top: 5px;
	padding: 2px;
	width: 100%;
}
.alert {
	margin: auto;
	background-color: #D82502;
	color: #fff;
	text-align: center;
	padding: 5px 20px 5px 45px;
}

/* Small Screens */

@media screen and (max-width: 949px) {
		

#main, #logo, #headmenu, #site_content, #footer {
    margin-left: auto;
    margin-right: auto;
}

#header {
	height: auto !important;
}

#logo {
	float: left; 
	width: 100%;
    position: relative;
}

#logo #logo_text  { 
	position: absolute; 
	padding-left: 1em;
	padding-right: 1em;	
	float: left;
	width: 50%;
	padding-top: 0.3em;
	left: 0;
}

#site_content { 
	width: 100%;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FFF;
}
#content { 
	text-align: left;
	padding-left: 0;
	padding-right: 1em;
	margin-top: 200px;
}

h1 { 
	font-family: 'Quattrocento',serif;
	color: #0052ad;
	padding-bottom: 0.5em;
	line-height: 1.3em;
	font-size: 150%;	
}	

p { 
	padding-bottom: 1em;
	padding-right: 1em;
	line-height: 1.3em;
}

.full { 
	float: left; 
	width: auto;
	padding-right: 1em;
	padding-bottom: 1em;
}

#headmenu { 
	margin: auto; 
	width: 100%;
/*	background-color: #004694; */
	height: 50px;
} 


#logo_text h2 {
	font-family: "Open Sans",sans-serif;	
	letter-spacing: 0.15em;	
	font-weight: normal;
	font-size: 110%;
	text-transform: uppercase;
	color: #feda00;
}

#footer { 
	width: 100%;
	height: auto;
	text-align: center; 
	padding-top: 10px;
	background: #feda00;
	color: #0052ad;
}

/* End Small Screens */

}
