/* Structure and positioning */

body {
    background: #000033;    
}
#container {
    width: 970px;
    margin: 10px auto;
    overflow: hidden;
    zoom:1;
}
#header {
    background: url(../images/sitegraphics/acru-banner.png) no-repeat;
    height: 145px;
}
#homebutton {
    display:block; 
    height: 125px; 
    width: 235px;    
}
#topnav {
    float: right;
}
#content {
    background: #FFF;
    overflow: hidden;
    padding: 15px;
    zoom:1;
}
#leftcol {
    float: left;
}
#rightcol {
    float: right;    
}
#rightcol, #leftcol, #centercol {
    margin: 10px;    
}
#leftcol.home {
    width: 635px;
    margin: 0;
}
#rightcol.home {
    width: 295px;
    margin: 0;
}
#leftcol.twocol {
    width: 700px;
    padding-bottom: 20px;   
}
#rightcol.ad {
    width: 180px;
    padding: 10px;
}
#leftcol.nav {
    width: 150px;
}
#centercol {
    width: 530px;
    float: left;
    padding-bottom: 20px;
}
#centercol.no-ad {
    width: 750px;
}
#whatsnew {
    height: 285px;    
}
.newsitem {
    padding: 5px;
    margin: 0 0 18px 0;
    clear: both; 
    height: 70px;
}
.newsitem img {
    border:1px solid #999999;
    display:inline;
    float:left;
    margin-right:10px;
    padding:2px;
}
#tjquote {
    background: #FFCC00;
    margin-bottom: 10px;
    padding: 10px;
}
#content #tjquote p {
    font-family: Georgia, Times New Roman, serif;
    text-align: center; 
    font-size: 15px; 
    font-style: italic; 
}
#constantcontact, #ad-rotate, #whatsnew, #issues-nav {
    margin-bottom: 15px;
}
#constantcontact form {
    padding: 10px;
}
#ad-rotate {
    width: 295px;
    height: 246px;
    background: #666    
}
#content #ad-rotate ul {
    margin: 0;
    list-style-type: none;
}
#airwrapper {
    background: #CCCCCC;
    height: 310px;
}
#airbox {
    padding: 10px;    
}
#footer {
    padding: 10px;
}
#issues-nav {
    float: right;    
}
.biophoto {
    float: left;
    display: inline;
    margin: 5px 15px 10px 0;
}
.listbanner {
    float: left;
    display: inline;
    margin-right: 10px;
}

/* Text styles */

#header h1 {
    text-indent: -9000px;    
}
p, a, blockquote, h4, ul, h5, center, table, tr, td, form {
    font-family: Arial, Helvetica, sans-serif;    
}
#content p, #content blockquote, #content ul {
    line-height: 1.4em;
    margin: 10px 0;
}
#content p, #issues-nav, #content ul, #topnav p, #content center, #content table tr td, form {
    font-size: .8em    
}
#footer p {
    text-align: center;
    color: #FFFFFF;
    font-size: .7em;
    line-height: 1.5em;
    margin-bottom: 5px;
}
#topnav a:link, #topnav a:visited, #footer a:link, #footer a:visited, #topnav p {
    color: #FFFFFF;
    text-decoration: none;
}
#topnav a:hover, #topnav a:active, #footer a:hover, #footer a:active {
    color: gold;    
}
#content h2 {
    color: #990000;
    font-weight: normal;
    font-family: Georgia, Times New Roman, serif;
    font-size: 1.5em;
    line-height: 1.2em;    
    clear: both;
    margin-bottom: .8em;
}
#content h2.home {
    background: url(../images/sitegraphics/bg-red.png) repeat-x;
    color: #FFFFFF;
    font-weight: normal;
    font-family: Georgia, Times New Roman, serif;
    font-size: 1.4em;
    padding: 5px 10px 8px;    
    clear:both;
    margin: 0;  
}
#content h3 {
    font-weight: normal;
    margin: 18px 0 8px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #990000;    
}
#content h4 {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 0.7em;
}
#content blockquote {
    margin:10px 25px 10px;
}
#content a:link, #content a:visited {
    text-decoration: underline;
    color: #990000;    
}
#content a:hover, #content a:active {
    color: #000033;
}
#content #whatsnew .newsitem p {
    margin: 0;
    font-size: 0.78em;
}
#content ul {
    list-style-type: disc;
    margin-left: 15px;
}
#content ul li {
    margin-bottom: 5px;
}
#content #leftcol ul, #content #leftcol ul li {
    list-style-type: none;
    margin: 0;
}
#content #leftcol ul li a {
    text-decoration: none;
    display: block;
    padding: 10px 0;
    line-height: 1.2em;
    border-bottom: 1px solid #CCC;
    color: #000033;
}
#content #leftcol ul li a:hover {
    color: #990000;    
}
#content #leftcol ul li a.noborder {
    border: none;    
}
.readmore, #airbox p.airlink {
    font-style: italic;   
}
#airbox p {
    font-size: 0.75em;
    margin: 0;
    line-height: 1.2em;
}
#airbox p.airname {
    font-weight: bold;
}
#airbox p.airdate {
    margin: 8px 0 0 0;
}
#content #media h3 {
    margin: 0.8em 0;
}
#content #media h4 {
    font-weight: bold;
    margin: 10px 0 0 0;
}
#content #media p {
    margin: 0;
}
#content p.authortagged {
    margin: 0;
}
#content #projects p {
    margin: 10px 0 20px;
}
#footer a:link, #footer a:visited {
    text-decoration: underline;
}
