/*all the stuff to do with the right hand navigation*/
div#rightNavContainer{
	background-image:url('../images/rightnav-grad.jpg');
	background-repeat: repeat-x;
	background-color:#FEFEFE;
	background-position:5px 0px;
	width: 207px;
	float:right;
	text-align: left;
	padding-bottom:20px;
}
div#rightNav{
	background-repeat: repeat-x;
	padding-bottom:15px;
	border:1px solid red;
}
div#rightLoginContainer{
	padding-bottom:15px;
}
h3{
	background-color:#E8E9EA;
	background-image: url('../images/rhBanner.jpg');
	background-repeat:no-repeat;
	padding: 12px 18px 12px 18px;
	_padding: 6px 18px 6px 18px;
	color:#000000;
	font-size: 1em;
	clear:both;
}


h3.RightHeading03{
	background-color:#E8E9EA;
	background-image: url('../images/courseSearch.jpg');
	background-repeat:no-repeat;
	padding: 12px 18px 12px 18px;
	color:#000000;
	font-size: 1em;
	display:block;
	margin-bottom:0px;
	clear:both;
}

#courseSearchContainer{
	background-color:#E0ECFF;
	float:left;
	padding-bottom:10px;
}

h3.topHeading{
	margin-top:0;
}
h3.bottomHeading{
	margin-bottom:0;
}
ul.rightNavList{
	list-style-image:url(../images/star.png);
	_list-style-image:url(../images/star.gif);
	list-style-position:outside;
	/*list-style-type:square;*/
}



li.subNavItem{
	list-style-image:url(../images/blank.gif);
	margin-left:8px;
}
li.selectedNavItem{
	list-style-image:url(../images/redStar.png);
	_list-style-image:url(../images/redStar.gif);
}
li.assetdoc, li.assetpdf{
	list-style-position:outside;
	padding-left:12px;
	margin-bottom:6px;
}
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: #000000;
	font-size:smaller;
	font-weight:bold;

}

li.subNavItem a.rightNavLink{
	text-decoration: none;
	color:#BF1C04;
	font-size:smaller;
	font-weight:bold;
}

li.mainNavItem.selectedNavItem a.rightNavLink{
	text-decoration: none;
	color:#000000;
	font-size:smaller;
	font-weight:bold;
}



li.mainNavItem, li.subNavItem{
	padding-top:5px;
}

li.mainNavItem {
	background-image:url('../images/nav_rule.gif');
	background-position: -40px bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
}
li.selectedNavItem{
	background-image:url('../images/blank.gif');
	background-position: -40px bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
}

label.rightNavInputLabel, a#loginRegisterLink, p.rightNavText, input#loginRemain{
	margin-left:13px;
}
label.rightNavInputLabel, a#loginRegisterLink{
	float:left;
}
a#loginRegisterLink{
	margin-top:3px;
	font-size:x-small;
}
a.rightNavDocLink{
	text-decoration: underline;
	color: #9a2413;
	position:relative;
	top:-11px;
	font-size:x-small;
}
label.rightNavInputLabel, a#loginRegisterLink, p.rightNavText, input#loginRemain{
	margin-left:13px;
}
label.rightNavInputLabel, a#loginRegisterLink{
	float:left;
}
a#loginRegisterLink{
	margin-top:3px;
	margin-bottom:15px;
}
input.rightNavInput, select.rightNavInput{
	float:right;
	clear:both;
	width:130px;
	font-weight:normal;
}
input#loginPassword, input#locationRightNav{
	margin-bottom:5px;
}
input#loginRemain, label#loginRemainLabel{
	float:left;
}
input.rightNavButton{
	float:right;
}
input.rightNavInput, select.rightNavInput, input#courseSearchKeyword, p.rightNavText, input.rightNavButton{
	margin-right:16px;
}
p.rightNavText{
	margin-bottom:3px;
	font-size:x-small;
}
label#loginRemainLabel{
	font-size:x-small;
	position:relative;
}
div#rightNavEnd{
	text-align:center;
	background-color:#ffffff;
	padding:20px 0 20px 0;
}

#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;
}
