/* E-Learning CSS Document */

/* navigation - set here as study colour and overidden for other areas */
#hpnav ul { margin:0; padding:0em; background:#eeeeee; overflow:hidden; list-style:none;}
.news1 {
	background-image: url(/elearning/assets/images/homepage/news1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 2px solid #000000;
	padding-left: 78px;
	color: #FFFFFF;
	background-color: #e7eff7;
	height: 52px;
	width: 150px;
}

#hpnav li {float:left;}
#hpnav li a { display:block; border-left:2px solid #e5e5e5; padding: 2px 11px 6px 5px; line-height: 1.1em; width: 114px;}
#hpnav li a {text-decoration:none;}
#hpnav li a:hover {background:#fff;}
#hpnav li a span {display:block; font-size: 0.9em; font-weight:normal; color:#666;}


#hpnav li.int a {border-left:2px solid #e5e5e5; width: 120px;}

#hpnav li.about  a{border-left:2px solid #d2d3d3; width: 142px;}
#hpnav li.contact a {background-image: url(/elearning/assets/images/homepage/coloured_stripe.gif);background-repeat: no-repeat;background-position: right top;border-left:2px solid #fff; width: 142px;background-color: #e7eff7;border-right:2px solid #fff;border-top:2px solid #fff;border-bottom:2px solid #fff;}
#hpnav li.contact a:hover {background-image: url(/elearning/assets/images/homepage/coloured_stripe.gif);background-repeat: no-repeat;background-position: right top;background-color:#ccc;}
/*
#hpnav li.res a, #hpnav li.study a {background-image: url(/elearning/assets/images/homepage/redNewBox.gif);background-repeat: no-repeat;background-position: right top;border-left:2px solid #fff; width: 142px;background-color: #e7eff7;border-right:2px solid #fff;border-top:2px solid #fff;border-bottom:2px solid #fff;}
#hpnav li.res a:hover, #hpnav li.study a:hover {background-image: url(/elearning/assets/images/homepage/redNewBox.gif);background-repeat: no-repeat;background-position: right top;background-color:#ccc;}
*/
#hpnav li.res a, #hpnav li.study a {border-left:2px solid #fff; width: 165px;background-color: #e7eff7;border-right:2px solid #fff;border-top:2px solid #fff;border-bottom:2px solid #fff;}
#hpnav li.res a:hover, #hpnav li.study a:hover {background-color:#ccc;}



/* 
#hpnav li.int a:hover {background:#fecfcf;}
#hpnav li.res a:hover {background:#e2cdde ;}
#hpnav li.about a:hover {background:#ccd9e6;}
#hpnav li.contact a:hover {background:#edf1cc;}
 */





/* general page styles */

#breadcrumb {
	background-color:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border:inherit;
	padding:2px 2px;
}		
			
.blue {
	background-color: #e7eff7;
}
	
#elearningContent {
	width:560px;
}

#elearningContent hr {
	width:100%;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #bdced6;
	background-color: #bdced6;
	height: 2px;
	border-style: none;
}

#elearningContent h2, #elearningContent h3, #elearningContent h4 {
        padding-top: 20px;
}

.h2topMargin {
	padding-top: 20px;
}

hr {
	clear:both;
	width:100%;
	size:1px;
	color: #bdced6;
	noshade: noshade;
}


/* HOMEPAGE - column layout */

#columnLayout {
	clear:both;
}

#leftColumn {
	float:left;
	padding-right:10px;
	margin-right:50px;
	width:60%;
}

#rightColumn {
	float:left;
}

#infoBox {
	background-color: #e7eff7;
	border: 1px solid #bdced6;
	padding: 10px;
	display: block;
	width: 250px;
	clear:both;
	font-size: 0.8em;
	border: 1px solid #bdced6;
}


/* HOMEPAGE - top highlight bar */

#highlightBar {
	clear:both;
	width: 100%;
}

.highlightBox {
	float:left;
	padding-right:10px;
	width:30%;
	padding-bottom:10px;
	font-size: 0.8em;
	text-decoration: none;
}
.highlightBox img {
	padding-right:10px;
	padding-left:10px;
}

.highlightBox h2, .highlightBox p{
	margin:0!important;
}


/* HOMEPAGE - right navigation boxes 
	
#policy, #news {
	padding: 10;
	margin: 0;
	display: block;
	width: 250px;
	clear:both;
	font-size: 0.8em;
	background-color: #e7eff7;
	border: 1px solid #bdced6;
}

#tools {
	padding: 10;
	margin: 0;
	display: block;
	width: 250px;
	clear:both;
	font-size: 0.8em;
	background-color: #e5e0ca;
	border: 1px solid #a58c39;
}

#tools ul, #news ul, #policy ul {
	display: block;
	padding: 0px 7px 15px 7px;
	margin: 0!important;
	font-weight: normal;
	text-decoration: none;
	color:#000;	
}

#tools li, #news li, #policy li {
	list-style-image: url(/elearning/assets/images/homepage/bullet.gif);
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 3px;
	margin-top: 5px;
} 	
	
#tools h2, #news h2, #policy h2 {
	padding: 5px 5px 5px 5px;
	margin: 0!important;
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size: small!important;
	color: #FFFFFF!important;
	font-weight: bold;
}

#tools h2 {
	background: url(/elearning/assets/images/homepage/gold_gif.gif) repeat-x;
}
	
#news h2 {
	background: url(/elearning/assets/images/homepage/blue_gif.gif) repeat-x;
}
	
#policy h2 {
	background: url(/elearning/assets/images/homepage/blue_gif.gif) repeat-x;
}

*/

/* HOMEPAGE - right navigation boxes */
	
.news {
	padding: 0;
	margin: 0;
	display: block;
	width: 250px;
	clear:both;		
	font-size: 0.8em;
	background: bottom url(/elearning/assets/images/homepage/box_bottom.jpg) no-repeat;
	padding-bottom:5px;
}

.newsBigger {
	padding: 0;
	margin: 0;
	display: block;
	width: 250px;
	clear:both;		
	font-size: 0.8em;
	background: bottom url(/elearning/assets/images/homepage/box_bottom_bigger.jpg) no-repeat;
	padding-bottom:5px;
}

.news ul, .newsBigger ul {
	display: block;
	padding: 5px 5px 0px 5px;
	margin: 0!important;
}
.news li, .newsBigger li {
	list-style-image: url(/elearning/assets/images/homepage/bullet.gif);
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 3px;
} 
.news p, .newsBigger p {
	margin: 5px 0px 5px 0px!important;
} 	
.news h2, .newsBigger h2 {
	padding: 8px 5px 0px 0px;
	margin: 0!important;
	background: url(/elearning/assets/images/homepage/box_top4.jpg) no-repeat;
}
.imageCol {
	float:left;
	width:80px;
}
.textCol {
	float:left;
	width:170px;
}

/* ABOUT US - image and text placement */

#aboutUsBox {
	clear:both;
	width: 100%;
}

.aboutUsText {
	float:left;
	width:400px;
	margin-bottom: 50px;
}
.aboutUsBox img {
	float:left;
	padding-right:10px;
}
#searchContainer input[name="sa"] {
	width: 80px;
	height: 31px;
	background-image: url(/elearning/assets/images/searchSubmit.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    background-color: #eeeeee;
	background-position: left center;
	text-align: right;
	color:#eeeeee;
}
#searchContainer {
	height: 45px;
	width: 240px;
	position: absolute;
	left: 730px;
	top: 130px;
    color:#555555;
	font-size:9px;
}
.toolsCol {
	float:left;
	padding:5px;
	font-size: 11px;
	width: 150px;
	margin-left: 20px;
	border: 2px dashed #dddddd;
}
.brownText {
	color:#E5E0CA;
}
#newImage {
	position: absolute;
	z-index: 2;
	top: 195px;
}
#newImageInsider {
	position: relative;
	left: 120px;
}
#columnLayout, #rightColumn, .dottedList {
	margin-left: 0px;
	padding-left: 0px;
}
.menuBox {
	border: 1px solid #fff;
	padding: 5px;
	background-color:#e7eff7;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	color:#000;
}
#rightColumnPic {
	background-image:url(/elearning/assets/images/socialNetworking/corner_pic.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 375px;
	position: absolute;
	top: 108px;
	right: -89px;
}
#firstColumn {
	width:300px;
	float:left;
	padding-right:10px;
	margin-right:10px;
}
#secondColumn, #thirdColumn {
	margin-left:30px;
	width: 180px;
	float:left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 0px;
	padding-left: 0px;
}
#thirdColumn {
padding-top:160px;
	margin-left:30px;
	width: 260px;
}
.noBottomBorder li, .noBottomBorder {
	border-bottom:hidden;
	border-bottom-width: 0px;
}
.blurbText {
	font-size: 11px;
}
.networksList {
	list-style-position: outside;
	margin-left: 15px;
	padding-left: 0px;
}
.networksList li {
	padding-top: 4px;
	padding-bottom: 5px;
}
.dottedList {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.dottedList li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f5857e;
	padding-top: 4px;
	padding-bottom: 5px;
}
.thinBox {
	background-color:#f6f6f6;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
}

