/* CSS ATTRIBUTES 
Date		Version		Author	Comments
-----------------------------------------------------------------
05/01/07	001			DLB		  Initial Version
05/01/07	002		 DLB		  CSS is validated (w3.org)	
-----------------------------------------------------------------
What's here?
This stylesheet covers additional styles for the internet and intranet 
sites for the NCC web development projects (2007)
Additional means channel specific for the default style
The style sheets were written by David Balfour.
-----------------------------------------------------------------
*/
#footerContainer,.searchHeader {
background-color:#B280B8;
color:white;}
#topBar {
background-color:#B280B8;
color:inherit;
height:5px;
}
#breadcrumb {
border-bottom:1px dotted #B280B8;
}
#topPicContainer {
background:#7F1183 url(../images/banner/banner.gif) right top no-repeat;
}
#navMain ul li.current a,#navMain ul li.current a:hover,#navMain ul li.current a:active {
border-bottom:#B280B8 1px solid; 
background-color:#B280B8;
color:white;
}
#navContainer {
background-color:#B280B8;
color:white;
}
hr {
color:#B280B8;
background-color:inherit;
}
form.navRightHeader {
	background:#B280B8;
	color:white;
}

#mainLeft {float:left;margin-bottom:1em;margin-top:1em;}
#mainRight {float:right;margin-bottom:1em;margin-top:1em;}
