#main_stretch_banner {
  height: 110px;
  width: 100%;
  background:	url('../images/default/stretch_blue.gif') repeat-x;
}
#main_stretch_banner.mpac {
	background-image: url('../images/default/stretch_mympac.gif')
}
#main_stretch_banner.property  {
	background-image: url('../images/default/stretch_myproperty.gif')	
}
#main_stretch_banner.notice {
	background-image: url('../images/default/stretch_mynotice.gif')
}
#main_stretch_banner.neighbourhood {
	background-image: url('../images/default/stretch_myneigh.gif')
}
/* Navigation Tabs
 ----------------------------------------------------------------------------*/
.mympac 
{
	background-color: #c19825; color: white;
}

.mympac a.navtab
{
	color: white;
}
		
.myproperty 
{
	background-color: #5E8C39; 
	color: white;
}

.mynotice 
{
	background-color: #B95B22; 
	color: white;
}
.myneigh 
{
	background-color: #438a98; 
	color: white;
}

.nav_tab 
{
	height: 59px !important;
}

#nav_mympac.mpac
{
	border-bottom: 2px solid  #c19825;
}

#nav_mynotice.notice
{
	border-bottom: 2px solid  #B95B22;
}

#nav_myproperty.property
{
	border-bottom: 2px solid  #5E8C39;
}

#nav_myneigh.neighbourhood
{
	border-bottom: 2px solid  #438a98;
}

#nav_mympac a.mpac
{
	color:black;
}

#nav_mynotice  a.notice{
	color:black;
}

#nav_myproperty a.property{
	color:black;
}

#nav_myneigh a.neighbourhood{
	color:black;
}

/*Neighbourhood*/
#my-property.selected, #filmstrip > li.selected{
  background-color:#77A0C2;
  color:#fff;
}
.navbar-text.img {
    height: 128px;
    margin: 0px;
}

