@charset "utf-8";
/* CSS Document */

/*location page styles*/
.locationlinks {
width:99%;
}
.locations {
	width:99%;
	font:normal .8em Tahoma, Georgia, "Times New Roman", Times, serif;
}
.locations h1 {
margin: 18px 0 0 0; 
padding: 2px 0px 2px 6px; 
background-color: #eee; 
color:#333; 
font-weight: bold;
text-transform:capitalize;
font-size:1.1em;
}
.locations ul{
list-style-type:none;
margin:10px 0 0 0;
}
.locations li{
padding:3px 0 3px 10px;
font-size:.8em;
font-weight:bold;
}

*html .locations li{
padding:3px 0 0 30px;
}

.locations .type{
color:#999;
}

.locations .border{
border-bottom:1px dashed #ccc;
}

.locations .noborder {
border:none;
}

.locations a:link{
color: #0364A5;
text-decoration:none;
font-weight: bold;
font-size:1.1em;
}

.locations a:visited{
color: #666;
font-size:1.1em;
}

.locations a:hover{
color: #02304F;
text-decoration:underline;
}
/*end location page*/

