/* 
    Document   : style.css
    Created on : Nov 4, 2009, 2:47:40 PM
    Author     : james
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

h1 {
    color: #EE2B9F;
}

#rightColumn h2, #wideColumn h2 {
    color:#EE2B9F;
}

#cityPage #columnFour h3 {
    background: #EE2B9F none repeat scroll 0 0;
}

#leftColumn h3 {
    background: #EE2B9F none repeat scroll 0 0;
}

#missionPage ul, #sideNav ul, #teamPage ul, #sideNav {
    background: #F4D4B0 none repeat scroll 0 0;
}

#sideNav li:hover, #teamPage li:hover, #missionPage li:hover {
    color:#EE2B9F;
}

.blueLinkBig, .blueLinkBig:link, .blueLinkBig:visited {
    background: #EE2B9F none repeat scroll 0 0;
}

#lower {
    background: #EE2B9F none repeat scroll 0 0;
}

.cityBlockSquare a:hover {
    color:#EE2B9F;
}

#header li a:hover {
    color:#EE2B9F;
}

#quote p {
    color: #EE2B9F;
}

#staffList a {
    background: #941A63 none repeat scroll 0 0;
}

#staffList a:hover {
    background:#EE2B9F none repeat scroll 0 0;
}
