/*all the stuff to do with the right hand navigation*/
div#rightNavContainer{
	width: 207px;
	float: right;
	/*background-image: url(../images/right_nav_bg.gif);*/
	background-repeat: no-repeat;
	text-align: left;
	background-color:#dae9f8;
}
h3{
	background-color:#0095E7;
	padding: 6px 18px 6px 18px;
	color:#ffffff;
	filter: alpha(Opacity=70);
	-moz-opacity:0.80;
	clear: both;
	font-size:100%;
}
h3.topHeading{
	margin-top:0;
}
h3.bottomHeading{
	margin-bottom:0;
}
ul.rightNavList{
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	margin-right:5px;
}
li.subNavItem{
	list-style: none;
	list-style-image:none;
	margin-left:8px;
}
li.mainNavItem, li.subNavItem{
 padding-bottom:2px;
}
li.assetdoc, li.assetpdf{
	list-style-position:outside;
	padding-left:12px;
	margin-bottom:6px;
	clear: both;
}
li.assetdoc{
	list-style-image:url(../../images/word.gif);
}
li.assetpdf{
	list-style-image:url(../../images/pdf.gif);
}
li.assetppt{
	list-style-image:url(../../images/ppt_icon.gif);
}
li.assetexcel{
	list-style-image:url(../../images/excel_icon.gif);
}
a.rightNavLink{
	text-decoration: none;
	color: #9a2413;
	font-size:smaller;
}
a.rightNavDocLink{
	position:relative;
	top:-11px;
}
a.rightNavLink{
	text-decoration: none;
	color: #0095E7;
	font-size:0.85em;
}
label.rightNavInputLabel, a#loginRegisterLink, p.rightNavText, input#loginRemain{
	margin-left:13px;
}
label.rightNavInputLabel, a#loginRegisterLink{
	float:left;
}
a#loginRegisterLink{
	margin-top:3px;
	font-size:smaller;
}
input#loginRemain, label#loginRemainLabel{
	float: left;
}
label#loginRemainLabel{
	font-size:smaller;
}
input.rightNavInput, select.rightNavInput{
	float:right;
	clear:both;
	width:130px;
	font-weight:normal;
}
input#loginPassword, input#locationRightNav{
	margin-bottom:5px;
}
input.rightNavButton{
	float:right;
}
input.rightNavInput, select.rightNavInput, input#courseSearchKeyword, input.rightNavButton, p.rightNavText{
	margin-right:20px;
}
p.rightNavText{
	margin-bottom:3px;
	margin-right:5px;
	font-size:smaller;
}
div#rightNavEnd{
	border-top:2px solid #0095E7;
	/*height:52px;
	background-color:#dae9f8;
	background-image:url(../images/right_bar_bottom.gif);*/
}
div#rightLoginContainer{
	background-image:url(../images/login_bg.gif);
	background-repeat:repeat-y;
	padding-bottom:15px;
	float:left;
}
form#frmCourses{
	padding-bottom:15px;
}

#social {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	float: right;
	width: 100%;
	background-color: #fff;
}
#social li {
	margin: 0 0 0 8px;
	padding: 0;
	float: right;
	width: 22px;
	height: 22px;
}
#social li a {
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: -999px;
}
#social li.facebook {
	background: url(/images/social/facebook.png) no-repeat 0 0;
}
#social li.youtube {
	background: url(/images/social/youtube.png) no-repeat 0 0;
}
#social li.vimeo {
	background: url(/images/social/vimeo.png) no-repeat 0 0;
}
#social li.flickr {
	background: url(/images/social/flickr.png) no-repeat 0 0;
}
#social li.twitter {
	background: url(/images/social/twitter.png) no-repeat 0 0;
}
