body {
    margin:0;
    text-align:center;
    background:#ccc;
}

img {
    border-style:none;
}

#wrapper {
    margin-left:auto;
    margin-right:auto;
    padding:0;
    width:1010px;
    text-align:left;
}

#content {
    width:100%;
}

#footer {
    width:100%;
    padding:0px 0px 10px 0px;
    /*border-top:1px solid #777;*/
    text-align:center;
    color:#777;
    font-size:12px;
}

#footer a {
    text-decoration: none;
    color:#777;
}

#footer a:hover {
    text-decoration: underline;
    color:#777;
}

/* Navigation Tabs */
/* Built from affectchange_rails stuff */
#tabs {
    width: 100%;
    /*border-bottom:1px solid #bbb; - no longer needed*/
    padding: 10px 0 3px 0;
    font-size:14px;
    margin:20px 0px;
}
#tabs li {
    display: inline;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    white-space: nowrap;
}
#tabs ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 270px;
}
#tabs a {
    padding: 3px 10px 3px 10px;
    background-color: white;
    text-decoration: none;
    white-space: nowrap;
    color:#00612c; /* green */
    border:1px solid #aaa;
}
#tabs #current a {
    background-color:#00612c; /* green */
    color:white;
}
#tabs a:hover {
    background-color:#00612c; /* green */
    color:white;
}

/* Introduction.php Page -- Custom CSS */
#introduction {
    width:100%;
    height:750px;
    background: url(../images/introduction_bg_shadow.png) no-repeat;
}
#intro_nav {
    float:left;
    width:280px;
    padding:265px 0px 0px 90px;
}
#intro_nav ul {
    margin: 0;
    padding: 0;
    list-style-type:none;
}
#intro_nav ul a {
    text-decoration:none;
    color:#00431B;
    font-weight:normal;
}
#intro_nav ul a:hover {
    text-decoration:underline;
}
#intro_nav #main {
    padding:0px 0px 0px 0px;
    font-size:22px;
    line-height:40px;/*was 35*/
}
#intro_nav #nested {
    padding:0px 0px 0px 35px;
    font-size:16px;
    line-height:32px;/*was 28 */
}
#five_phase_types {
    float:right;
    width:285px;
    text-align:justify;
    padding:230px 45px 0px 0px;
    color:#024b32;
    font-size:14px;/*was 13*/
    line-height:15px;/*was 14*/
}
#five_phase_types_header {
    /*color:#014f23;
    color:#0d4436;*/
    width:100%;
    color:#024b32;
    font-size:16px;
    line-height:20px;
    text-align:center;
}
#intro_footer {
    margin:0px 10px 0px 0px;
    padding:100px 10px 0px 0px;/* top was 60px*/
    padding:0;
    float:left;
    width:100%;
    color:#ffffff;
    text-align:center;
    font-size:14px;
    line-height:17px;
    font-weight:bold;
}
#intro_footer a {
    text-decoration:none;
    color:#ffffff;
}
#intro_footer a:hover {
    text-decoration:underline;
}

/* Registration_print.php Page -- Custom CSS */
/* CSS is inline - for easier insertion */

/* Registration.php Page -- Custom CSS */
#print_preview {
    width:100%;
    text-align:center;
    padding:10px 0px 10px 0px;
}
#print_preview a {
    text-decoration:none;
    color:#4848F0;
}
#print_preview a:hover {
    text-decoration:underline;
}


/* Presenters.php Page -- Custom CSS */
/* Put Backgorund picture inside columns */
#presenters {
    width:100%;
    height:750px;
    background: url(../images/presenters_bg_shadow.png) no-repeat;
}
#presenters a {
    text-decoration:none;
    color:#4848F0;
}
#presenters a:hover {
    text-decoration:underline;
}

#harriet {
    float:left;
    width:420px;
    height:290px;
    padding:60px 30px 0px 45px;
    text-align:justify;
    font-size:18px;
    line-height:18px;
}
#harriet_big {
    font-size:22px;
    color:#f47022;
}
#harriet_small {
    font-size:18px;
    color:#f47022;
}

#larry {
    float:right;
    width:420px;
    height:290px;
    padding:60px 55px 0px 20px;
    text-align:justify;
    font-size:18px;
    line-height:18px;
}
#larry_big {
    font-size:22px;
    color:#bd0b1a;
}
#larry_small {
    font-size:18px;
    color:#bd0b1a;
}

#efrem {
    float:left;
    width:420px;
    height:290px;
    padding:10px 30px 0px 45px;
    text-align:justify;
    font-size:18px;
    line-height:18px;
}
#efrem_big {
    font-size:22px;
    color:#1296c4;
}
#efrem_small {
    font-size:18px;
    color:#1296c4;
}

#stephen {
    float:right;
    width:420px;
    height:290px;
    padding:10px 55px 0px 20px;
    text-align:justify;
    font-size:18px;
    line-height:18px;
}
#stephen_big {
    font-size:22px;
    color:#1b972a;
}
#stephen_small {
    font-size:18px;
    color:#1b972a;
}
