﻿/*-------------left hand menu fix------------*/

#sideMenuContainer {
    margin: 19px 12px 0 10px;
    padding: 0;
    width: 162px;
}
ul#sectionMenu {
    margin-right: 0px !important;
    margin: 0 0 20px 20px !important;
}
#sectionMenu li a {
    padding: 4px 10px 4px 14px;
    width: 138px;
}
#sideBarContent {
	margin: 0 !important;
}

/*----------------Footer fix----------------*/

#Footer {
	font-size: 1em !important;
	line-height:2.7em;
}


/*-------------Section title fix------------*/

#sectionTitle{
	font-size: 1.8em !important;
}


/*-------------Offline bar fix-------------*/

#offlinebar {
	font-size:16px;
	line-height:15px;
}


/*-------------links in header fix------------*/

#Header #KeyLinks a {
	line-height:15px;
}
#ExtMainContent {
	margin-top:10px;
}


/*-----------------RelatedLinks fix---------------*/

#RelatedLinks {
	margin-bottom:20px !important;	
}


/*-----------------Document download fix---------------*/

#ExtRightContent #RelatedLinks ul.wordDocuments li, #ExtRightContent #RelatedLinks ul.excelDocuments li, #ExtRightContent #RelatedLinks ul.powerpointDocuments li {
	border-bottom: 1px dotted #AEA79F; 
}

