/* main styles*/

body {
    font-family: 'Open Sans', sans-serif;
    /*background:url('../images/bg.gif')repeat-x #758bc4;
    background-attachment:fixed;*/
    background:#2b3d5b;
    font-size:.8em;
    margin:0;
    text-align:center;
    padding:0;
    height:100%;
    }

#wrapper {
    background-color:#ffffff;
    width:980px;
    margin:20px auto;
    padding-top:10px;
    }

#header {
    background:url('../images/MGMbanner.png?v=2025');
    margin:0 auto;
    height:230px;
    width:960px;
    }

p, table, ul {
    font-family: 'Open Sans', sans-serif;
    font-size:1.1em;
    text-align:left;
    font-weight:normal;
    }

/* links */

    a 	{
        font-weight: bold;
        color: #61b5e5;
        text-decoration: none;
        }

    a:hover	{
        font-weight : bold;
        color: #589ac6;
        text-decoration: underline;
        }

    a:visited {
         font-weight: bold;
        color: #61b5e5;
          text-decoration: none;
        }

    a:active {
        font-weight : bold;
        color: #589ac6;
        text-decoration:underline;
        }

    a.icon:hover {
        opacity: .9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
        }

#content {
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    }

#actions {
    margin-top:30px;
    margin-bottom:30px;
    float:left;
    }

#refer, #print, #direct {
    font-family: 'Open Sans', sans-serif;
    font-size:.9em;
    font-weight:600;
    float:left;
    width:33%;
    text-align:center;
    }

#refer, #print {
    border-right:1px solid #eeeeee;
    }

#refer p, #print p, #direct p {
    width:50%;
    text-align:center;
    margin:10px auto;
    }

#footer {
    margin-left:10px;
    margin-right:10px;
    padding-bottom:10px;
    border-top:1px dotted #79a34d;
    text-align:center;
    }

    #footer p {
        text-align:center;
        }

/* headings */

h1 	{
    font-family: 'Open Sans', sans-serif;
    font-size:160%;
    font-weight:600;
    text-align:left;
    color:#000000;
    }

h2 	{
    font-family: 'Open Sans', sans-serif;
    font-size:120%;
    font-weight:600;
    text-align:left;
    color:#000000;
    }

h3 	{
    font-family: 'Open Sans', sans-serif;
    font-size:110%;
    font-weight:bold;
    text-align:left;
    color:#000000;
    padding-top:1em;
    }

h4 	{
    font-family: 'Open Sans', sans-serif;
    font-size:100%;
    font-weight:normal;
    text-decoration:underline;
    text-align:left;
    color:#000000;
    padding-top:1em;
    }

/* navigation */

#navbar {
    background:#2b3d5b;
    /*background:url(../images/navbarbg.gif) repeat-x;*/
    margin:20px auto;
    width:960px;
    height:65px;
    }

    #navbar ul {
        font-size:1em;
        }

    ul#nav {
        float:left;
        position:relative;
        margin:0;
        padding:20px 0;
        list-style:none;
        }

    ul#nav li 	{
        float:left;
        position:relative;
        margin-left:24px;
        margin-right:24px;
        padding:0;
        list-style-type:none;
        }

    ul#nav li a {
        color:#ffffff;
        font-size:1.3em;
        float:left;
        display:block;
        text-decoration:none;
        outline:none;
        }

    ul#nav li a:hover, ul#nav li a:active {
        color:#e7e7e7;
        text-decoration:none;
        }
        /*li#refercolleagues a, li#membershipapp a, li#tips a, li#benefits a, li#home a {
            s	background:url('https://www.amstat.org/membership/mgm/images/navbar.png');
                }

        li#refercolleagues a {
                background-position:0 0;
                width:217px;
                left:0px;
                }

        li#refercolleagues a:hover {
            background-position:0 -36px;
            }

        li#membershipapp a {
            background-position:-217px 0;
            width:253px;
            left:217px;
            }

        li#membershipapp a:hover {
            background-position:-217px -36px;
            }

        li#tips a {
            background-position:-470px 0;
            width:187px;
            left:470px;
            }

        li#tips a:hover {
            background-position:-470px -36px;
            }

        li#benefits a {
            background-position:-657px 0;
            width:187px;
            left:657px;
            }

        li#benefits a:hover {
            background-position:-657px -36px;
            }

        li#home a {
            background-position:-844px 0;
            width:116px;
            left:844px;
            }

        li#home a:hover {
            background-position:-844px -36px;
            }
        */
/* other elements */

.small {
    font-size:.85em;
    font-weight:700;
    }

.fancified {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    background-color:#2b3d5b;
    border-width:1px;
    color:white;
    padding:10px;
    }


