@charset "utf-8";
/* CSS Document */

@import "interior.css";

#Content p{
	width: auto;
}

/*make content narrower this page*/
#Content{
	width:270px;
	/*border: 1px dotted #9900FF; purple*/
}

/*make wider this page*/
 #Sidebar{
	float:left;
	width:435px;
	padding-top:70px;
	padding-right:4px;
	margin-bottom: 211px;
	/*border: 1px solid #CC0000; red*/
 }
 
 #map{
	background-repeat: no-repeat;
	background-image: url(../img/backgrounds/map.gif);
	height: 312px;
	padding-top: 12px;
	padding-left: 14px;
	/*border: 1px solid #9900FF; purple*/
 }
 
/*find nearest branch form*/
.officeLocator{
	height: 24px;
	display: block;
	margin-bottom: 5px;
	/*border: 1px solid #FF9900; orange*/
}

.inputText{
	width: 70px;
	float: left;
	margin-right: 7px;
	/*border: 2px dotted #CCCCCC; gray*/
}

#Content form p.goButton{
	line-height:1em;
	text-align:center;
	/* sliding doors button */
	height:21px;
	float:left;
	padding:0;
	background:transparent url('../img/buttons/yellow-left.gif') left top no-repeat;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: auto;
	/* /sliding doors button */
}	

.spanishIndicator {
	color:          #1d6cbb;
	font-style:     italic;
	font-weight:    bold;
	position:       relative;
	bottom:         .5em;
}

/*----------IE HACKS--------------*/	


#Content form p.goButton a{
	_padding-left:15px;
	_padding-right:15px;

}	


/*-----------------------------------------------------------------------*/
