h4 {
    font-size: 1.33em;
}

#li-widget {
    border: 1px solid #a0a0a0;
    width: 720px;
    padding-right: 5px;
    margin-top: 8px;
    border-radius: 15px;
}

#li-list {
    border-left: 1px solid #a0a0a0;
    width: 180px;
    float: right;
    min-height: 300px;
    padding: 0;
}

#li-list p {
    padding: 3px 3px; 
    line-height:15px;
}

#li-list p a {
    color: #5B6D74; 
    font-size: 11px; 
    text-decoration: underline; 
    cursor: pointer;
}

#li-next {
    display: block;
}

.li-feature {
    display: none;
    width: 520px;
    padding: 6px 12px 6px 4px;
}

#spotlight-widget {
    border: 1px solid #a0a0a0;
    background-image: url(/images/widget-right-bg.png);
    width: 620px;
    padding-left: 5px;
    border-radius: 15px;
}

#spotlight-list {
    /* border-left: 1px solid #a0a0a0; */
    width: 170px;
    float: right;
    height: inherit;
}

.spotlight-feature {
    width: 440px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.spotlight-feature img,
.spotlight-feature p img {
    padding: 0 8px 8px 0;
}

#education-widget {
    border: 1px solid #a0a0a0;
    background-image: url(/images/widget-left-bg.png);
    width: 620px;
    padding-right: 5px;
    margin-top: 8px;
    border-radius: 15px;
}

#education-list {
    /* border-right: 1px solid #a0a0a0; */
    width: 170px;
    float: left;
    min-height: 300px;
}

.education-feature {
    float: left;
    width: 440px;
    padding-left: 4px;
}

.education-feature img,
.education-feature p img {
    padding: 0 8px 8px 0;
}

.feedbox .entry,
.feedbox .entry a,
.feedbox .entry a.titleLink {
     font-size:10px !important;
}
.feedbox .entry img{
     padding:2px;
}
#traditional {
     width:990px;
}
#traditional p, 
#traditional li, 
#traditional td, 
#traditional input, 
#traditional blockquote, 
#traditional legend, 
#traditional select,
#traditional textarea, 
#traditional th {
    font-size: 12px;
   	line-height: 18px;
   	padding: 2px;
}
#traditional p,
#traditional blockquote {
     margin-bottom: 11px;
}
#traditional ul li {
	margin-left: 25px;
     list-style-type: circle;
}
    #traditional #resources ul li {
        margin-left: 0;
     list-style-type: none
    }
#traditional ol li {
	margin-left: 25px;
     list-style-type:decimal;
}
#traditional ol li ol li {
	margin-left: 25px;
     list-style-type:decimal;
}
#traditional h1 {
     margin-bottom: 12px;
     line-height:26px;
}
#traditional h3,
#traditional h3 a { /* color spec fixed by clark 10/27/11 */
	 color: #2E2E2E;
     font-size:16px;
     padding:10px 0 2px 0;
     font-weight:normal;
}
#traditional fieldset {
     padding:15px;
}
.small_btm {
	padding-bottom:2px;
}

a.highlights-button
{
     border: 1px solid #32312f;
     background: #32312f url(/images/new_button_bg.png) center center repeat-x;
     color: #d9d9d9 !important;
     text-decoration: none !important;
     text-transform: uppercase;
     font-weight: normal;
     font-size: 0.8em !important;
     line-height: 100% !important;
     vertical-align: middle;
     float: left;
     padding: 0.7em 1.2em;
     margin: 10px 15px 10px 0;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px; 
}

a.highlights-button img
{
     vertical-align: middle;
     margin-right:  4px;
}

a.highlights-button:hover
{
     color: #fff !important;
     border: 1px solid #32312f;
}

a.button, input.button
{
     border: 1px solid #32312f;
     background: #32312f url(/images/button_bg.png) 0 0 repeat-x;
     color: #d9d9d9 !important;
     text-decoration: none !important;
     text-transform: uppercase;
     text-shadow: 0px -1px #000;
     font-weight: normal;
     font-size: 0.8em !important;
     line-height: 100% !important;
     vertical-align: middle;
     float: left;
     padding: 0.8em 1.3em;
     margin: 10px 15px 10px 0;
}
a.button:hover
{
     color: #fff !important;
     border: 1px solid #b20500;
     background: #b20500 url(/images/button_bg_hover2.png) 0 0 repeat-x;
     text-shadow: 0px -1px #6e0301;
}
.publications_box {
     background:none repeat scroll 0 0 #FFFFFF;
     border:1px solid #B9B9B9;
     margin:0 0 20px;
     padding:15px;
}

#cmetable h3 {
     text-decoration: underline;
     color: Red;
}
#cmetable div {
     border: 1px Solid Black;
     padding: 4px;
     margin: 4px;
}

#leadership_column,
#leadership_column a {
     font-size: .9em;
     line-height: 1.3em;
}
#leadership_column h3 {
     font-size: 1.1em;
}

#col1 {
    float: left; 
    width: 310px; 
    padding: 1px;
    margin-right: 4px;
}

#col1 .resource-container {
    background-color: red; 
    width: 300px; 
    float: left; 
    padding:  5px; 
    border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px; 
    margin-bottom: 4px;
}

#col1 .resource-container .title {
     color: white; 
     padding: 0 0 3px 5px; 
     line-height: 1.3em; 
     font-weight: bold; 
     font-size: 13px;
}

#col1 .resource-container .content {
     background-color: white; 
     border-radius: 10px; 
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px; 
     padding:  5px;
}

#col1 .resource-container .content p a {
     font-size:.9em;
}

#col1 .resource-container .content img {
     float:  right;
}

#resources .title{
    font-weight: bold;
    font-size: 14px;
}

#resources div{
    background-color:#fff;
}


.spotlight-container {
    background-color: red; 
    width: 205px; 
    float: left; 
    padding: 3px; 
    border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px; 
    margin-bottom: 4px;
}

.spotlight-container .title {
     color: white; 
     padding: 0 0 3px 5px; 
     line-height: 1.3em; 
     font-weight: bold; 
     font-size: 13px;
}

.spotlight-container .content {
     background-color: white;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px; 
     padding:  5px;
}

.spotlight-container .content p a {
     font-size:.9em;
}

.spotlight-container .content img {
     float:  right;
}

