@charset "utf-8";
/* CSS Document */

div.wrapper {
	width: 100%;
	text-align: left;
	background: url(../GlobalAssets/BackgroundTile.gif);
	background-repeat: repeat;
	}

div.banner {
	width: 100%;
	height: 120px;
	background: url(../GlobalAssets/LogoBannerGradient.jpg) repeat-x;
	display: block;
	}
	
body {
  font-family: arial, helvetica, sans-serif;
 }
	
p {color: #0D3558;
  font-size: 13px;
  }
/*img {vertical-align:bottom;*/
	

a:link { color: #026da8; text-decoration: none;}
a:visited { color: #026da8; text-decoration: none;}
a:active { color: #026da8; text-decoration: none;}
a:hover { color: black; text-decoration: none;}

.indentmenu{
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
	overflow: none;
	display: block;
	}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #FFFFFF; /*white border*/
	border-width: 1px 0;
	background: #0d3558 url(../HomeAssets/blockdefault.gif) center center repeat-x;
	}

.indentmenu ul li{
	display: inline;
	}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #FFFFFF; /*dark purple divider between menu items*/
	}

.indentmenu ul li a:visited{
	color: white;
	}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: #0d3558 url(../HomeAssets/blockactive.gif) center center repeat-x;
	}
	
#enrol{
display:block;
width: 70px;
height: 30px;
/*padding:12px 0px 0px 20px;*/
font: bold 12px sans-serif;;
color:white;
background: url("../LessonsAssets/enrol.jpg") 0 0 no-repeat;
text-decoration: none;
}
#enrol:hover { 
background-position: 0 -30px;
color: #B9B000;
}

