/*////////////////////////////////////////////////////////////////////////////////////////////////////
COLUMN 1 | SITEMAP
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.sitemap{
width:588px;
padding:5px;
border:1px solid #EEE;
}
.sitemap h2{
margin:0 0 10px 0;
}
.sitemap h3{
height:20px;
line-height:20px;
margin:0 0 5px 0;
background:0;
border:0;
color:#FFF;
}
.sitemap ul{
margin:0 0 10px 20px;
}
.sitemap li{
line-height:15px;
margin:0 0 0 15px;
font-size:120%;
}
.sitemap a{
text-decoration:none;
color:#EEE;
}
.sitemap a:hover{
background:#E35B0B;
text-decoration:none;
color:#EEE;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////
COLUMN 1 | ACTIVITY GUIDE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.activity-guide{
width:588px;
height:320px;
padding:5px;
border:1px solid #EEE;
}
.activity-guide p{
margin:10px 0 10px 0;
padding:0 10px;
font-size:120%;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////
COLUMN 1 | ACTIVITY GUIDE | locations
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.locations{
width:588px;
margin:10px 0 0 0;
padding:5px;
background:url(../img/bg-location.png) no-repeat 10px 46px;
border:1px solid #EEE;
}
.locations h2{background:#FFF url(../img/titles/locations.jpg) no-repeat 0 0;}
.locations p{
margin:10px;
font-size:120%;
}
.locations ul{
margin:0 0 10px 10px;
}
.locations li{
line-height:15px;
margin:0 0 0 15px;
font-size:120%;
}
.locations a{
text-decoration:none;
color:#EEE;
}
.locations a:hover{
background:#E35B0B;
text-decoration:none;
color:#EEE;
}