/******************************************************************************
|                                                                              |
|  Description :  No Layout But Pretty Styling                                 |
|                                                                              |
|  Author      :  Suzanne Carter-Jackson                                       |
|  URI         :  http://www.emetrics.org/                                     |
|  Email       :  customerservice ( at ) zerocattle ( dot ) ( com )            |
|  Modified    :  20060719                                                     |
|                                                                              |
*******************************************************************************/

/*
| 
| Sections:
|   General Element Styling
|   Layout IDs
|
*/

/********** General Element Styling **********/

html {
    margin: 25px;
    padding: 0;
    border: 0;
    }

body {	
	margin: 0 auto;
	padding: 0;
	border: 0;
    width: 75%;
}

/********** Layout IDs **********/

#standards {
    display: none;
    }

/* Annoucements DIV */

#announcements {
    background-color: #d9e0fb;
    border-top: 4px solid #294293;
    border-bottom: 12px double #8391c0;
    margin: 0;
    padding: 2px 0;
    clear: both;
    width: 100%;
    float: none;
    text-align: center;
    }
    
/* Navigation */

#navigation {
    font-size: 0.85em;
    }

#navigation ul, #navigation li {
    margin: 0;
    padding: 0 0 5px 10px;
    border: 0;
    line-height: 120%;
    list-style-type: none;
    font-weight: bold;
    }

#navigation ul {
    margin-bottom: 15px;
    }

#navigation ul li ul, #navigation ul li ul li {
    border: 0;
    margin: 0;
    padding: 0 0 0 5px;
    line-height: 170%;
    list-style-type: none;
    font-size: 1em;
    }

#navigation ul li ul li ul li {
    /* nested list items */
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 130%;
    list-style-type: none;
    font-size: 1.1em;
    }

#navigation ul li ul li ul {
    /* nested list items */
    margin: 0 0 5px 0;
    }

#skiptocontent a {
    color: #900;
    }
    
/* Subscription Form */

#subscribeSterneMeasures {
    padding: 5px 5px 15px 15px;
    background-color: #8391c0;
    font-size: .95em;
    color: #fff;
    font-weight: bold;
    }

#subscribeSterneMeasures a {
    color: #d9e0fb;
    }
    
#subscribeSterneMeasures input {
    margin: 0 2px 0 0;
    font-size: .9em;
    }

#subscribeSterneMeasures form {
    margin: 0;
    padding: 0;
    border: 0;
    }


/* Media Sponsors */

#mediaSponsors {
    padding: 5px 20px 15px 20px;
    }

#mediaSponsors a {
    display: inline;
    }

#mediaSponsors img {
    width: 130px;
    background-color: #fff;
    }

/* Footer */

#footer {
    clear: both;
    float: none;
    border-top: 12px double #8391c0;
    border-bottom: 4px solid #294293;
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 180px;
    }

#footer address {
    padding: 15px;
    font-size: 0.8em;
    }

/* Sponsors styles */

#sponsors img {
    display: inline;
    width: 130px;
    margin: 10px;
    }
    
#sponsors p {
    font-size: .8em;
    margin-top: 0;
    }