@charset "utf-8";
/* NPO VISIT LOCAL CSS FILE. PRODUCT BY Fantasista Creates*/
/* -------------------------about/index.html */
div.person {
width:250px;
height:250px;
margin:0 5px 30px 5px;
padding:10px;
background-color:#f3f3f2;
float:left;
}
div.person img {
margin:0 0 5px 0;
}
/* -------------------------about/show.html */
table.show {
border:#CCCCCC solid 1px;
border-spacing:0;
}
table.show td{
width:515px;
padding:5px;
margin:0;
border:#CCCCCC solid 1px;
border-spacing:0;
}
table.show td.left{
width:260px;
padding:0 25px 0 0;
background:url(../images/contact-table.png) repeat-y;
text-align:right;
}
table.show span {
color:#FF0000;
}
/* -------------------------LINK */
div.link dl {
margin:10px 20px;
}
div.link dl dt{
width:150px;
height:40px;
padding:10px;
margin:0 0 10px 0;
text-align:center;
background:url(../images/link-table.png) left repeat-y;
border-bottom:solid 1px #F3F3F2;
float:left;
}
div.link dl dd{
height:50px;
margin:0 0 10px 0;
padding:5px;
border-top:solid 1px #F3F3F2;
border-bottom:solid 1px #F3F3F2;
border-right:solid 1px #F3F3F2;
}
/* -------------------------SITEMAP */
div.sitemap h3 {
margin:0 0 5px 0;
}
div.sitemap div#left{
width:220px;
padding:20px 0 0 55px;
float:left;
}
div.sitemap div#center {
width:220px;
float:left;
}
div.sitemap div#right{
width:360px;
float:right;
}
div.sitemap ul {
margin:0 0 10px 0;
}
div.sitemap li {
padding:0 0 0 15px;
background:url(../images/list-gray.png) center left no-repeat;
line-height:1.5em;
}
