/* locations.css

 CSS Document */

/*index page*/


#container{
position:relative;
margin:0 auto auto auto;
width:780px;
height:960px;
}

#line2{
position:absolute;
top:900px;
width:100%;
height:5px;
background-color:#000066;
z-index:5;
}

#contents{
position:absolute;
top:86px;
left:180px;
width:600px;
height:880px;
}

#gi{
height:560px;
}


#title_location{
position:absolute;
top:0;
left:0;
width:600px;
height:45px;
background:url(../img/title_location.gif) no-repeat;
}


#tex_locations1{
position:absolute;
top:60px;
left:20px;
height:600px;
width:560px;
}

#tex_locations1 p{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
margin-top:15px;
line-height:16px;
color:#333333;
}

#manhattan{
position:absolute;
top:0;
left:0;
height:720px;
width:270px;
border:solid 1px #ccc;
}

#flashing{
position:absolute;
top:0;
left:290px;
height:720px;
width:270px;
border:solid 1px #ccc;
}

#map{
position:absolute;
top:10px;
left:10px;
width:250px;
height:180px;
background-color:#ccc;
}

#text{
position:absolute;
top:200px;
left:10px;
height:auto;
width:250px;
}

#text p{
margin:10px auto 10px 5px;
}

H3{
color:#000066;
font-size:14px;
margin-left:5px;
}

#address{
position:absolute;
top:20px;
left:0px;
height:auto;
width:250px;
border-top:solid 1px #ccc;
}

#phone{
position:absolute;
top:70px;
left:0px;
height:auto;
width:250px;
border-top:solid 1px #ccc;
}

#hours{
position:absolute;
top:140px;
left:0px;
height:auto;
width:250px;
border-top:solid 1px #ccc;
}

#access{
position:absolute;
top:190px;
left:0px;
height:auto;
width:250px;
border-top:solid 1px #ccc;
}

#access span{
color:#0066cc;
}

#access a{
color:#333;
text-decoration:none;
}

