/* GENERAL PAGE LAYOUT */
html{ height: 100%;}/* For sticky footer*/

body {
    height:100%;
    /*font: verdana, helvetica, arial, sans-serif; */
    font: normal 100% sans-serif;
    background-color: #ccc;
    color:#222;
    margin:auto;
    max-width:1200px;
    min-width: 800px;
}

#header {
    background:#003399; /*incase font too large*/
    background-image:url("grad125inv.gif");
    background-repeat:repeat-x;
    width:100%;
    height:125px;
    position:relative;
    padding-top:0.5em;
}
#header h1 {
    font-family: serif;
    margin:0 0 0 0;
    color:#eee;
    white-space:nowrap;
    text-align:center; 
    font-size:2em;
}

#footer{
    position: relative;
    background: #003399;

    height:51px; 
    padding-left:30px;
    padding-right:30px;
}
#page-wrapper{
    background:#f6f9fc;
    min-height: 100%;
    margin-bottom: -51px;
    posistion: relative;
    overflow:auto;
}
#content {
    font-size: 0.875em;
    margin: 0; 
    text-align: justify;
    overflow: auto;
    width: 100%;
    padding-bottom:51px;
} 
#content-fullwidth {margin:30px;}
#content-left-wrapper { float: left; width: 100%;} /* req to keep content-left above content right in source code */ 
#content-left { margin: 0 400px 30px 30px; }
#content-right { float: left; width: 300px; margin-left: -350px;}
#content-right {text-align: left;}

/* These styles create the dropdown menus. */
#navbar {
    width:780px;
    /*float:right;*/
    /*background-color:#dd6600;*/
    position:absolute;
    bottom:0;
    left:20px;
}
#navbar ul {
    padding:3px 8px;
    margin:auto;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
}
#navbar li {
    list-style: none;
    float: left;
}
#navbar li a {
    display:block;
    padding: 3px 8px;
    /*background-color:#003399;*/
    font-size:1.25em;
    color: #eee;
    text-decoration: none; 
}
#navbar li.act a{
    /*
    background-color: #003399;
    -moz-border-radius:10px;
    border: 1px solid #555;
    */
    color:#dd6600;
}
#navbar li ul {
    display: none; 
    background-color: #003399;
    font-size:1em;
}
#navbar li:hover ul {
    display: block;
    position:absolute;
}
#navbar li a:hover{
    color:#fff;
    text-decoration: underline;
}   	
#navbar li:hover li {
    float: none; 
}
#navbar li:hover li a {
    background-color: #003399;
    font-size: 1em;
    color: #fff; }
#navbar li li a:hover {
    background-color: #003399;
    text-decoration: underline;   
}	


/* all page styles*/
.box { 
    margin-top:1.5em; 
    margin-bottom: 1.5em; 
    padding: 0.65em; 
    background: #ecf2f5; 
    border: 1px solid #bcd; 
    overflow: hidden;
    width: 100%;
/*    border-radius:10px;
    -moz-border-radius:10px;*/ /* Firefox 3.6 and earlier */
}

/* all page styles*/
.boxP { 
    margin-top:1.5em; 
    margin-bottom: 1.5em; 
    padding: 0em; 
    background: #ecf2f5; 
    border: 1px solid #bcd; 
    overflow: hidden;
    width: 100%;
/*    border-radius:10px;
    -moz-border-radius:10px;*/ /* Firefox 3.6 and earlier */
}

.inline{display:inline;}
ul.none{list-style-type:none;}
.cl{
    width:50%;
    text-align:center;
}
.cr{
    width:50%;
    float:right;
    text-align:center;
}
.cr2{
    margin: 0px 0px 0px 310px;
    text-align:center;
}
.ll{
    width:50%;
}
.floatr{
    float:right;
}
.center{
    text-align:center;
}

/* Bio */
/*.bio{font-size: 0.875em;}*/
.bio h5{display: inline;}
/* Pubs */
.pubs{
    /*font-size: 0.875em;*/
    margin-bottom:2em;
    margin-left:1em;
    margin-right:1em;
}	
.pubs h4{
    font-weight:normal;
    margin-top:0.3em;
    margin-bottom: 0.3em;
}
.pubs h4.italic{
    font-style:italic;
}
.pubs p{
    margin:0 0 0 1em;
    font-size: 0.875em;
    margin-top:0;
    line-height:140%;
}

h2,h3,h4,h5,h6{color: #003399;}
img {
    border-style: none;}
img.members {
    float:right;
    width:200px;
    margin-left:20px;
    margin-bottom:10px;
}
.box img.members {
    border: 3px solid #bcd;
}
img.lc{
    text-align:center;   
}
.linkhead{
    padding-left: 0.65em;
    padding-right: 0.65em;
    overflow: hidden;
    width: 100%;

    margin-top:2em;
    color:#eee;
    background:#003399;
    border: 1px solid #bcd; 
/*    border-radius:5px;
    -moz-border-radius:5px;*/ /* Firefox 3.6 and earlier */
    text-align:center;
}
.linkhead h4, .linkhead h2{color: #eee;display:inline;}

.newsitem {overflow:auto;}

.fixed {  
    width:300px;
    position: fixed;   
    top: 0;  
    /*margin-left: 720px;  */
    /*background-color: #0f0 ! important;*/
 }  
   
.ppot p{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 0.875em;
 }

.ppot h{font-size: 1.2em;
}