/*****************************************************************/
/* UBC Common Look and Feel (CLF)                                */
/* Copyright UBC - University of British Columbia                */
/*****************************************************************/
#wrapperUBCBanner {
	/* change to 1px to test container sizing */
	border: 0px solid #39BA42;
	/*width: 100%;
	 width:740px; */
	margin:0 auto;
	padding:0;
	margin-bottom: 0px;
	border-bottom: 5px solid #006699; 
/*	background-color: #006699; */
}
/***************
links in CLF bar
***************/
#ubcBanner {
	height:44px;
	background: url(/sites/all/themes/ubc_clf/ubc_banner_003399.gif);
	background-repeat:repeat-x;
	z-index:13;
	clear:both;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
	white-space: nowrap;
	margin-left:190px;
	position:relative;	
    min-width:760px;
    max-width:950px;
    width:expression(document.body.clientWidth < 900? "760px" : document.body.clientWidth > 950? "950px" : "auto");
	/*position:static;
	width:929px;*/
	border-top-color:transparent;
}

.ubcBannerTitle{
padding-left:5px;
}

.ubc{
padding-top:5px;
padding-right:10px;
}

#ubcBanner p.ubcBannerLeft {
	float:left;
	font-size:.6em;
	font-weight:normal;
	padding:0px 4px 0px 4px;
	margin-top:26px; 
}

#ubcBanner td ul.ubcBannerRight {
	display:inline;
	border: 0px solid #39BA42;
	float:right;
	font-size:.8em;
	font-weight:normal;
	margin-top:8px;
	padding-right:10px;
}

#ubcBanner td ul.ubcBannerRight li {
	display:inline;
	padding:0px 4px 0px 8px;
	border-left:1px solid #fff;
}

#ubcBanner ul.ubcBannerRight li.first {
	display:inline;
	padding:0px 4px 0px 8px;
	border-left:none;
}

#ubcBanner ul.ubcBannerRight li.last {
  display:inline;
  padding:0px 8px 0px 8px;
  border-left:1px solid #fff;
}

#ubcBanner a:link, #ubcBanner a:visited {
  text-decoration:none;
  color:#fff;
}
#ubcBanner a:hover {
  text-decoration:underline;
}
#ubcBanner a:active {
  text-decoration:none;
}

#ubcBanner table,img{
border-top:0 transparent;
}
#ubcBanner table{
margin-left:0; /*this finally solve the problem of scrolling!!*/
}

#ubcBanner td{
padding:5px 15px 0 0;
border-top:0 transparent;
}

.my {
  text-transform: lowercase;
}

.ubcHeader{
margin:0;
padding:0;
}

.logo{
padding-left:10px;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: "."; 
  display: block;
  font-size: 0;
  height: 0; 
  visibility: hidden;
}

/*
#ubcBanner a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:.6em;
}

#ubcBanner a:link, #ubcBanner a:visited, #ubcBanner a:ubcBanner {
	text-decoration: none;
}

#ubcBanner a:hover {
	text-decoration: none;
}
*/

/******************************
UBC logo in CLF bar
******************************/
#ubcCrest {
	margin-left:4px;
	/* push the img down by 8 px */
	margin-top:8px;
	float:left;
}


