/* Store Locations section styles */

#nav li.ourcompany ul li ul{
	position: static;
	left: auto;
	margin: 0;
	border: none;
}
#nav li.ourcompany ul li ul a{  /*styling the third-level lists */
	padding-left: 30px;
	background: #b6b6b6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
#nav li.ourcompany ul li ul a:hover{  
	background: #ddd;
}
#footer-links a.ourcompany{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

address{
	float: left; 
	width: 425px;
	padding: 0 !important;
	border-left: none !important;
}

#contents img{
	border: none;
	float: none;
}
img#location-photo{
	float: left; 
	margin: 0 15px 0px 0;
	border: 4px solid #ccc;
}
img#location-big{
	border: 4px solid #ccc;
}

h3, dt{
	clear: left;
	padding-top: 0.75em;
}

.contacts td, .phone td{
	vertical-align: top;
	padding: 4px 10px 4px 5px;
}
.phone td{
	padding: 2px 10px 2px 5px;
}
.contacts #contact-jobtitle, .phone #phone-label{
	width: 202px;
	text-align: right;
}
.contacts #contact-email{
	width: 201px;
}
.phone #phone-number{
	font-weight: bold;
}