/* HOME PAGE */

/*** TOP CONTENT AREA - MAIN ********************************/
#main-locations {
    margin: 0;
    padding: 0; 
    width: 950px;
    min-height: 439px;
    background-image: url(main-locations_bg.jpg);   
}

#subheader-locations{
font-size:10px;
	margin: 0;
	padding: 0;
	width: 400px;
	height: 53px;
	background-image: url(subheader-locations.gif);
}

#top-content-locations {
    width: 400px;
    margin:  0;
    padding: 83px 0 5px 67px;
}

#top-content-locations p {
    
    line-height: 15pt;
}


/*** LOCATIONS-NAV ********************************/
#locations-nav-container {
	background-image:url(locations-nav_bg.jpg);
	text-align:center;	
	margin: 0 auto;
	width:950px;
}

#locations-nav {	
	margin: 0 auto;
	padding: 8px 0 0 0;	
	height: 31px;
	list-style-type: none;
/*	background-image:url(locations-nav_bg.jpg); */
	font-size:10px;
	font-weight:bold;

}

.locations-link{
	margin: 0px;
	width: auto;
	height: auto;
	height:20px;
}


#locations-nav li{
    margin:  0;
    padding: 0;
    display:inline;
}


#locations-nav-container a{
	text-decoration:none;
	color:#0b142e;	
}

#locations-nav-container a:hover{
    text-decoration:underline;
    color:#0B426A;
    
}

/*** CONTENT ********************************/
#content-locations{
	margin: 0 0 0 0 ;
	padding: 25px 0 15px 0;
	width: 950px;
	height:auto;
	min-height: 137px;
	background-image:url(bg-blank_light.jpg);
}

.center{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height: auto;
	width: 630px;
	
}

.locations-spacer{
	margin: 0;
	padding: 0;
	height: 50px;
	width:20px;
	float:left;
}

#city, #address, #hours{
	margin: 0 0 20px 0;
	padding: 0;
	height:auto;
	float:left;
}

#city {width:150px;}
#address {width:190px;}
#hours {width:250px;}

#city p{
	font-size:12px;
	font-weight:bold;
}

#address, #hours{
	font-size:10px;
}

.map-link{
font-weight:bold;
}

.menu {
float:right;
padding:0px;
margin-top:-30px;
margin-bottom:-100px;
margin-right:10px;
width:350px;
height:76px;
font-size:9px;
letter-spacing:-1000em;
z-index:10;
position:relative;
}

.menu a {
display:block;
width:100%;
height:150%;
}

.menu1 {
background-image:url(r1.png);
background-repeat:no-repeat;
width:169px;
height:76px;
float:left;
font-size:9px;
padding-left:10px;
margin-right:-10px;
line-height:1.3em;
}

.menu2 {
background-image:url(r2.png);
background-repeat:no-repeat;
width:168px;
height:76px;
float:left;
font-size:11px;
padding-left:10px;
margin-right:-10px;
}
.menu3 {
background-image:url(r3.png);
background-repeat:no-repeat;
width:189px;
height:76px;
float:left;
font-size:11px;
padding-left:10px;
margin-right:-10px;
}

/* Just for Opera, but hide from MacIE */ 
/*\*/html>body h1,h2,h3,.menu {
letter-spacing : normal; 
text-indent : -999em; 
overflow : hidden;
} 
