/* Stylesheet for mural page */

h1.mural-title{font-size:25px;color:#0C1436;text-align:center;font-family:
helvetica,arial;sans-serif;padding-bottom:10px}

p.mural-text{font-size:20px; color:#0C1436;text-indent:15px}

/* Image maps */
/* Note: hover and  hide set in global.css */

#radar{
    position:absolute;
    width:141px;
    height:141px;
    left:0px;
    top:0px;
    margin-left:0px;
    margin-top:0px;
}
#space{
    position:absolute;
    width:85px;
    height:85px;
    left:141px;
    top:0px;
    margin-left:0px;
    margin-top:0px;
}	
#food{
    position:absolute;
    width:50px;
    height:50px;
    left:177px;
    top:90px;
    margin-left:0px;
    margin-top:0px;
}	
#lightbulb{
    position:absolute;
    width:142px;
    height:370px;
    left:227px;
    top:0px;
    margin-left:0px;
    margin-top:0px;
}
#glass{
    position:absolute;
    width:86px;
    height:89px;
    left:369px;
    top:0px;
    margin-left:0px;
    margin-top:0px;
}
#circuitboard{
    position:absolute;
    width:135px;
    height:135px;
    left:465px;
    top:0px;
    margin-left:0px;
    margin-top:0px;
}
#coolingtower{
    position:absolute;
    width:48px;
    height:48px;
    left:369px;
    top:89px;
    margin-left:0px;
    margin-top:0px;
}
#one-laptop-per-child{
    position:absolute;
    width:32px;
    height:37px;
    left:427px;
    top:104px;
    margin-left:0px;
    margin-top:0px;
}
#robot-arm{
    position:absolute;
    width:227px;
    height:93px;
    left:369px;
    top:137px;
    margin-left:0px;
    margin-top:0px;
}
#brookyln-bridge{
    position:absolute;
    width:138px;
    height:139px;
    left:369px;
    top:230px;
    margin-left:0px;
    margin-top:0px;
}
#eiffel-tower{
    position:absolute;
    width:86px;
    height:86px;
    left:512px;
    top:230px;
    margin-left:0px;
    margin-top:0px;
}
#hooverdam{
    position:absolute;
    width:51px;
    height:51px;
    left:550px;
    top:321px;
    margin-left:0px;
    margin-top:0px;
}
#highway{
    position:absolute;
    width:84px;
    height:84px;
    left:0px;
    top:230px;
    margin-left:0px;
    margin-top:0px;
}
#telephone{
    position:absolute;
    width:52px;
    height:52px;
    left:0px;
    top:316px;
    margin-left:0px;
    margin-top:0px;
}
/* divs */

div#page-title{
    position: absolute;
    width:600px;
    height:35px;
    left:150px;
    top:150px;
    /*background-color:yellow;*/
    padding-top: 0px;
    text-indent:15px;
}
div#mural-image {
    position: absolute;
    width:600px;
    height:370px;
    left:150px;
    top:188px;
    background-color:#FFFFFF;
    padding-top: 0px;
    text-indent:15px;
}

div#mural-text{
    position: absolute;
    width:600px;
    height:175px;
    left:150px;
    top:573px;
    /*background-color:yellow;*/
    padding-top: 0px;
    text-indent:15px;

}
div#footer-left {
    position:absolute;
    width:585px;
    height:20px;
    left:0px;
    top:715px;
    background-color:#E5ECFF;   
}
div#footer-right {
    position:absolute;
    width:315px;
    height:20px;
    left:585px;
    top: 815px;
    background-color:#E5ECFF;   
}
