﻿/* This file contains CSS styles which apply to the whole site */

body * {line-height:1.5em;}
strong { font-weight: bold; }
em { font-style: italic; }
div { background: transparent; }
h1 { font-size: 144%; font-weight: bold; margin: 0.5em 0; }
h2 { font-size: 136%; margin: 0.8em 0; }
h3 { font-size: 129%; margin: 0.7em 0; }
h4 { font-size: 122%; margin: 0.6em 0; }
h5 { font-size: 114%; margin: 0.5em 0; }
p { margin: 1em 0; }
td {padding: 0.2em; }
a { color: #0068C5; }
a:hover { color:#90B600; }
a:visited { color: #083643; }

.floatLeftWrapper /* to get around IE's margin-doubling bug */
{
	float: left;
}

hr.clearer
{
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

#Header
{
	background: #083643 url(/images/swooshes-on-blue.gif) no-repeat center right;
	height: 110px;
	padding-top: 10px;
	/*border-bottom: solid 1px #96CA2D;*/
}

#Menu
{
	min-width: 800px;
	position: relative;
	z-index: 1;
}

#Menu ul
{
	background: #476C5E;
	height: 40px;
	border-bottom: solid 1px #96CA2D;
}

#Menu ul li
{
    display: block;	
    width: 8em;
    float: left;
    position: relative;
}

#Menu ul li a
{

	background-color: #96CA2D;
	display: block;
	text-align: center;
	font-size: 114%;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	color: #083643;
	text-decoration: none;
	border-left: solid 1px #CEF09D;
	border-top: solid 1px #CEF09D;
	border-right: solid 1px #789900;  

}

#Menu ul li.AspNet-Menu-Selected a
{
    background-color: #CEF09D;
    font-size: 90%;
    color: #083643;

}

#Menu ul li.AspNet-Menu-Selected a:hover
{
    background-color: #B8ECD7;
    color: black;
}


#Menu ul li a:hover
{
	background-color: #CEF09D;
	color: #96CA2D;
}


#Menu ul ul { display: none; height: auto; background-color: Transparent;}

#Menu ul li:hover ul,
#Menu ul li.AspNet-Menu-Hover ul
{ 
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    border: none;
}

#Menu ul li:hover ul ul,
#Menu ul li.AspNet-Menu-Hover ul ul
{
    display: none;
}
/*
#Menu ul ul ul 
{ display: none; }
*/
#Menu ul ul li
{
    display: block;
    position: relative;
    float: none;
    width: 200px;
    background-color: #B8ECD7;
}

#Menu ul ul li a
{
    display: block;
    width:auto;
    height: 20px;
    float: none;
    background: transparent;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	line-height: 20px;
	color: #083643;
	text-decoration: none;
	border: none;
	padding: 2px;
	padding-left: 7px;  
}

#Menu ul ul li a:hover
{
    background: #79E8D7;
    color: #02AC92;
    border:none;
    margin: 0;
}

#Menu ul ul li.AspNet-Menu-WithChildren a:hover
{
    background: #79E8D7 url(../images/arrowRight.gif) no-repeat right center
}

#Menu ul ul li.AspNet-Menu-Leaf a:hover
{
    background: #79E8D7;
    background-image: none;
}

#Menu ul ul li.AspNet-Menu-WithChildren
{
    background-image: url(../images/arrowRight.gif);
    background-position: right center;
    background-repeat: no-repeat;
}    

#Menu ul li ul li ul
{
    position: absolute;
    float: none;
    background: none;
}

#Menu ul li ul li ul li
{
    display: block;
    float: none;
    background: none; 
}

#Menu ul li:hover ul li:hover ul,
#Menu ul li.AspNet-Menu-Hover ul li.AspNet-Menu-Hover ul
{
    display: block;
    left: 198px;
    top: 0;
    z-index: 10;
}

#Menu ul li:hover ul li:hover ul li,
#Menu ul li.AspNet-Menu-Hover ul li.AspNet-Menu-Hover ul li
{
    background-color: #CEF09D;

}

#Menu ul li:hover ul li:hover ul li a,
#Menu ul li.AspNet-Menu-Hover ul li.AspNet-Menu-Hover ul li a
{
    padding: 2px;
    padding-left: 10px;
}

div.shoppingCart
{
    position: absolute;
    text-align: center;
    top: 10px;
    right: 10px;
    width: 15em;
    background: white;
    border: solid 1px black;
    padding: 0.6em;
    padding-top: 0;
}

div.shoppingCart h3 
{
    margin: 0;
    text-align: center;
    color: #02AC92;
    font-size: 114%;
    font-weight: bold;
}

#ContentContainer
{

	min-width: 800px;
	padding: 1.8em;
}

#ContentContainer ul, #ContentContainer ol
{
    padding-left: 1.5em;
    margin: 0.3em 0;
}

#ContentContainer ul { list-style-type: disc; }
#ContentContainer ul ul {list-style-type: circle;}
#ContentContainer ul ul ul {list-style-type: square; }
#ContentContainer ul ul ul ul {list-style-type: disc; }

#ContentContainer ol { list-style-type: decimal; }
#ContentContainer ol ol { list-style-type: lower-alpha; }
#ContentContainer ol ol ol { list-style-type: lower-roman; }
#ContentContainer ol ol ol ol { list-style-type: decimal; }

#SearchBox
{
    float:right;
    margin-top: 0.5em;
    margin-right: 0.5em;
}

#SearchSubmit
{
    height: 19px;
    border: solid 1px black;
    padding: 0 3px;
    font-size: 85%;
    background: #B1E001;
    color: #083643;
}

#SearchText
{
    border: solid 1px black;
    border-right: none;
    width: 120px;
    height: 13px;
    padding: 2px;
    font-size: 85%;
    color: #aaa;
}

#Breadcrumb
{
    border-bottom: 1px solid #777;
    padding: 0.7em;
    background: #EDE7D0;
}

#Breadcrumb a
{
    color: #476C5E;
    text-decoration: none;
}

#Breadcrumb a:hover { text-decoration: underline; }

p.enrolmentProgress
{
    text-align: center;
    color: #777;
}
p.enrolmentProgress span.current
{
    color: orange;
    font-size: 114%;
    font-weight: bold;
}

div.cornerTL, div.cornerTR, div.cornerBL, div.cornerBR
{
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/images/corners-b-fff.gif) !important;
    font-size: 1%;
    line-height: 1%;
    overflow: hidden;
    z-index: 1000;
}

div.cornerTL { background-position: 0px 0px; top: -1px; left: -1px; }
div.cornerTR { background-position: -12px 0px; top: -1px; right: -1px; }
div.cornerBL { background-position: 0px -12px; bottom: -1px; left: -1px; }
div.cornerBR { background-position: -12px -12px; bottom: -1px; right: -1px; }

* html div.cornerBL, * html div.cornerBR {bottom: -2px;} /* fix for IE6 */

div.corner-nb-d0d0d0 { background-image: url(/images/corners-nb-d0d0d0.gif) !important }
div.corner-b-d0d0d0 { background-image: url(/images/corners-b-d0d0d0.gif) !important }
div.corner-nb-fff { background-image: url(/images/corners-nb-fff.gif) !important }
div.corner-b-fff { background-image: url(/images/corners-b-fff.gif) !important }

#Footer
{
    background-color: #aaa;
    border-top: solid 1px #222;
    color: #eee;
    padding: 1em 1.2%;
    text-align: center;
    font-size: 85%;
    clear: both;
}

#Footer p
{
    margin: 0.5em 0;
}

#Footer ul
{
    
        margin: 0.5em 0;
}

#Footer ul li
{
    display: inline;
    padding-left: 1em;
}

#Footer a
{
    color:  #fff; /*#02AC92;*/
    text-decoration: none;
}

#Footer a:hover { text-decoration: underline; color: #B1E001; }

/*For affiliates page*/
#WholeContainer {margin-left:auto;margin-right:auto;width:66%;} #affcontainer UL { MARGIN-TOP: 0px; MARGIN-BOTTOM: 0.5em } .infobox { BORDER-BOTTOM: #849ec1 2px solid; BORDER-LEFT: #849ec1 2px solid; BACKGROUND-COLOR: #d6deeb; MARGIN-TOP: 1em; WIDTH: 150px; FLOAT: left; HEIGHT: 350px; MARGIN-LEFT: 15px; CLEAR: right; BORDER-TOP: #849ec1 2px solid; MARGIN-RIGHT: 15px; BORDER-RIGHT: #849ec1 2px solid } .infobox H4 { TEXT-ALIGN: center; PADDING-BOTTOM: 0px; MARGIN: 4px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: #849ec1; FONT-SIZE: 100%; PADDING-TOP: 0px } .infobox P { PADDING-BOTTOM: 0px; LINE-HEIGHT: normal; MARGIN: 0px 5px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px } .infobox A IMG { BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium none } #affcontainer { BACKGROUND-IMAGE: url(/affiliates/images/background.gif); BACKGROUND-COLOR: white; BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: right 50% } #affcontainer H2 { PADDING-BOTTOM: 0px; MARGIN: 0.3em; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Franklin Gothic Medium, Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif; COLOR: #849ec1; FONT-SIZE: 1.5em; FONT-WEIGHT: normal; PADDING-TOP: 0px } H3 { PADDING-BOTTOM: 0px; MARGIN: 0.3em; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Franklin Gothic Medium, Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif; COLOR: #849ec1; FONT-SIZE: 1.5em; FONT-WEIGHT: normal; PADDING-TOP: 0px } #affcontainer H3 { FONT-SIZE: 1.4em !important } #affcontainer H4 { MARGIN: 0.4em 0px 0.2em; FONT-SIZE: 1em } #affheader { BACKGROUND-COLOR: #849ec1; PADDING-LEFT: 10px; PADDING-TOP: 6px } #otheraffiliates { BACKGROUND: url(/affiliates/images/topbar-bg.gif) #808183 no-repeat left top; HEIGHT: 25px } #current_affiliates { BORDER-BOTTOM: #849ec1 2px solid; BORDER-LEFT: #849ec1 2px solid; MARGIN: 10px 15px 10px 25px; BORDER-TOP: #849ec1 2px solid; BORDER-RIGHT: #849ec1 2px solid } #current_affiliates A { BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium none; TEXT-DECORATION: none } #current_affiliates A IMG { BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium none; TEXT-DECORATION: none } #affbox { } #applybutton { POSITION: relative; MARGIN-TOP: 30px; MARGIN-BOTTOM: -40px; FLOAT: right; TOP: -30px; LEFT: -100px } #applybutton A { BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium none } #applybutton A IMG { BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium none } #benefits { WIDTH: 500px; FLOAT: left } #paddingbox { HEIGHT: 30px } #testimonials { BORDER-BOTTOM: #808183 2px solid; BORDER-LEFT: #808183 2px solid; PADDING-BOTTOM: 15px; BACKGROUND-COLOR: #849ec1; PADDING-LEFT: 15px; PADDING-RIGHT: 15px; COLOR: white; FONT-SIZE: 80%; BORDER-TOP: #808183 2px solid;  BORDER-RIGHT: #808183 2px solid; PADDING-TOP: 15px } #ourproducts { PADDING-LEFT: 1em; CLEAR: both } #de-courses { } #online-courses { BACKGROUND-COLOR: white } #studentroom { BACKGROUND-COLOR: white } #services { PADDING-BOTTOM: 0.6em; BACKGROUND-COLOR: #a8a9ab; PADDING-LEFT: 0.6em; PADDING-RIGHT: 0.6em; PADDING-TOP: 0.6em } #services H2 { COLOR: white } #services P { LINE-HEIGHT: normal; MARGIN: 0px 0px 1em 1em } #affbottombar1 { BACKGROUND-COLOR: #849ec1; HEIGHT: 10px } #affbottombar2 { BACKGROUND: url(/affiliates/images/topbar-bg.gif) #808183 no-repeat left top; HEIGHT: 25px } 