/* projectgroup.css */
/* Contains style applied only to the project subcategory pages (commercial, educational, etc) on FCC website */
/* Andrew Balling */
/* Created: June 8, 2007 */
/* Modified: June 8, 2007 */
/* Modifications:       
    June 8, 2007: - Created styles for td#currenttxtbody and div#currenttext
*/


div.projecttext                         /* June 8, 2007 */
{
    position:relative;                  /* June 8, 2007 */
    left: 50px;                         /* June 8, 2007 */
}

/****** Project page styles ********/
p.project {
    position: relative;
    left: 70px;
}


a.projectlink {
    position: relative;
    left: 70px;
    font-family: "Palatino Linotype", "Sylfaen", "Book Antiqua", "Times New Roman", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: Black;
    border: thin none Black;
    border-bottom-style: inherit;
    border-bottom-color: inherit;
    border-bottom-width: inherit;
    border-left-color: inherit;
    border-left-style: inherit;
    border-left-width: inherit;
    border-right-color: inherit;
    border-right-style: inherit;
    border-right-width: inherit;
    border-top-color: inherit;
    border-top-style: inherit;
    border-top-width: inherit;
    background-color: transparent;
    background-image: none;
    background-position: inherit;
    background-repeat: no-repeat;
    font-variant: normal;
    content: normal;
    counter-increment: none;
    counter-reset: none;
}


a.projectlink:hover {
    background-color: transparent;
    color: Green;
}

img.projectimage {
    border: thin ridge Green;
    position: relative;
    left: 50px;
}

hr.projecthr {
    width: 800px;
    color: black;
    border: thin double;
}