body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    background: #ffffff url(/images/hdr-bluebar.png) repeat-x;
    width:100%;
    height:100%;
}
a {
    text-decoration: none;
    color: #002c5c;
}
a:hover {
    color: #F8B719;
    text-decoration: underline;
}
a img{
    text-decoration:none;
}
a:hover img{
    text-decoration:none;
}
img{
    border:none;
}




/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */
#header, #home-content, #page-content, #footer, .container {
    width: 780px;
    margin: 0 auto;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
}

/* ----------------------------------- */
/* HEADER
/* ----------------------------------- */
#header {
    height: 101px;
    text-align:center;
    background:url(/images/hdr-seal.png) no-repeat right;
}
.header-logo h1,
.header-logo-corporate h1 {
    float: left;
    margin: 0;
    width: 381px;
    height: 73px;
}

.header-logo h1 a{
    margin-top:15px;
    display: block;
    width: 381px;
    height: 72px;
    text-indent: -9999999px;
    background: url(/images/CIUHE_HorzLogo_rev_gldbr_72.png) no-repeat bottom left;
    }

.header-logo-corporate h1 a{
    margin-top:5px;
    display: block;
    width: 381px;
    height: 80px;
    text-indent: -9999999px;
    background: url(/images/CIUCO_HorzLogo_rev_gldbr_80.png) no-repeat bottom left;
    }


.header-apply {
    height: 78px;
}
.header-apply h2{
    float: right;
    margin: 0;
}
.header-apply h2#apply{
    width: 62px;
    height: 73px;   
}
.header-apply h2#apply a{
    display: block;
    width: 62px;
    height: 73px;
    text-indent: -9999999px;
    background: url(/images/hdr-applynow.png) no-repeat bottom left;
}
.header-apply h2#contact{
    width: 113px;
    height: 73px;
    margin-right: 20px;
}
.header-apply h2#contact a{
    display: block;
    width: 113px;
    height: 73px;
    text-indent: -9999999px;
    background: url(/images/hdr-contact.png) no-repeat bottom left;
}
.header-apply h2#skipnav {
    text-indent: -9999999px;
    padding: 0;
    margin: 0;
    height: 1%;
}
/* ----------------------------------- */
/* HOME PAGE
/* ----------------------------------- */
/*  NAVBAR - site navigation css is in navbar.css */
#home-content {
    z-index: 1;
}
#year-verse {
    clear: both;
    padding: 12px 0;
    font-size: 11px;
    z-index: 1;
}
#year-verse a:hover {
    color: #002c5c;
}
/* ----------------------------------- */
/* LEFT COLUMN NAVIGATION
/* ----------------------------------- */
#left-column {
    float: left;
    width: 143px;
    margin: 0;
    padding: 0;
}


/* Left boxes with rounded corners */
/* Search and Quicklinks */
.leftnavbox {
    padding: 7px 0px 0px 10px;
    margin: 0;
    font-size: .8em;
    color: #666666;
}
.leftnavbox a, .leftnavbox a:visited {
    text-decoration: none;
}
.leftnavbox a:hover {
    text-decoration: underline;
    color: #002c5c;
}
#searchbox, #quicklinks {
    height: 73px;
    width: 143px;
    background: url(/images/search-box.gif); 
    background-repeat: no-repeat;
    background-position: top left;
}
#searchbox h2, #quicklinks h2 {
    font-size: 11px;
    color: #002c5c;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
#searchbox {
    margin-top: 15px;
}
#search-form {
    margin-top: 5px;
}
#search-map {
    /*padding-top: 10px;*/
    margin-top:10px;
}
#searchbox input#q {
    background: #FFFFCC;
    border: 1px solid #999999;
    color: #000033;
    font-size: 9px;
    height: 11px;
    width:100px;
    display:block;
    
}
#quicklinks {
    margin-top: 10px;
}

/* ----------------------------------- */
/* RIGHT COLUMN (Home page)
/* ----------------------------------- */
#right-column {
    float: left;
    width: 622px;
    margin: 0 0 0 14px;
    padding: 0;
}
/* MAIN FEATURE CONTENT */
#main-feature, #he-feature {
    width: 622px;
    height: 295px;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -2;
}
#main-feature {
    background: url(/images/home-feature-bkgd.jpg);
}
#main-feature h3 a{
    color:#ffffff;
}
#he-feature {
    background: url(/images/he-feature-bkgd.jpg);
}

#feature-headline {
 /*   margin-top:8px; */
 /*   margin-bottom:-8px; */
}
#feature-headline h3 a{
    color:#ffffff;
    font-size:11pt;
}
#feature-img {
    float: left;
    position: relative;
    top: 13px;
    left: 15px;
    width: 390px;
    height: 265px;
    z-index: 0;
}
#feature-headline {
    float: right;
    position: relative;
    right: 11px;
    top: 24px;
    width: 190px;
    height: 50px;
}
#feature-headline h2 {
    font-size: 14px;
    color:#FFFFFF;
    font-weight:bold;
}
#feature-headline h4 a {
    font-size: 14px;
    color:#FFFFFF;
    font-weight:bold;
}
#feature-newslink, #events-more {
    float: left;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    left: 25px;
    width: 190px;
    height: 12px;
    text-align: right;
}
#feature-newslink a, #events-more a {
    color: #fed600;
    text-decoration: none;
}
#feature-newslink a:hover, #events-more a:hover {
    color: #F8B719;
    text-decoration: underline;
}
#feature-newslink {
    top: 49px;
}

#events-more {
    top: 88px;
    
}
#events-list {
    float: left;
    width: 190px;
    position: relative;
    top: 73px;
    left: 40px;
    width: 175px;
    height: 115px;
}
#events-list p {
    font-size: 10px;
    margin: 0;
    margin-top: 6px;
}
.ev-title a {
    color: #ffffff;
    text-decoration: none;
}
.ev-title a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/* PROMO SPOTS */
#pr-spots {
    margin-top: 17px;
}
/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
    clear: both;
    /*float: left;*/
    margin-top: 10px;
    font-size: 0.8em;
    color:#666666;
    text-align:right;
}

/* ------------------------------------- */
/* OTHER STYLES
/* ------------------------------------- */
.left{
    float:left;
    padding:5px;
}
.right{
    float:right;
    padding:5px;
}
.center{
text-align:center;
}
#contact-form .contact_form label,
#contact-form .contact_form input,
#contact-form .contact_form textarea {
    display: block;
    width: 150px;
    float: left;
    margin-bottom: 10px;
}
#contact-form .contact_form label {
    text-align: right;
    width: 75px;
    padding-right: 20px;
}

#contact-form .contact_form br {
    clear: left;
}
#main-content{
float:right;
width:605px;
}
#main-content h2{
color:white;
background:transparent url(/images/subpages/bluehdrbar-blank.gif) no-repeat scroll 0%;
padding-left:5px;
font-size:14pt;
margin-top:0px;
line-height:33px;
width:600px;
}

#main-content h3 {
color:#002c5c;
padding-left:5px;
margin-top:0px;
margin-bottom:1em;
width:90%;
font-size:1.3em;
}


#main-content a{text-decoration:underline;}

/* tables for content-editable pages */
div#main-content table { 
    width: 100%;
    margin: 5px; 
    font-size: .90em;

}
div#main-content table td {
    padding: 0;
    border-width: 0;
    vertical-align: top;
    padding: 3px; 
    background-color: transparent;
    border-top-width : 1px; 
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-width : 1px;
}
div#main-content th { 
    text-align: left;
    padding: 3px;
    background-color:#6f7c94;
}
div#main-content .odd td {
    background-color:#f0f0f0;
}
div#main-content .even td {
    background-color:#e0e0e0;
}

#siteindex ul{
    list-style-type:none;
}

div#main-content dt {
    margin:.5em;
}
div#main-content dt a {
      font-weight:bold;
}

div#weather {
    position:fixed;
    z-index:10;
    right:0;
    width:4in;
    padding:5px;
    background-color:#FF0000;
    text-align:center;
}
div#weather a:hover {
    font-style:italic;
    color:inherit;
}

.underline {
    text-decoration:underline;
}
.hidden {
    display:none;
}

/* should be moved to /degrees */

#findothers {
    text-align:center;
    font-weight:bold;
    margin-top:2em;
}

div.linkline {
    font-weight:bold;
    font-size:85%;
    text-align:center;
    margin-top:2em;
    margin-bottom:-1em;
}

#ug-mainbody-text div.linkline {
    font-size:90%;
}


.adsmall {
height: 136px;
width: 200px;
}
#focusi{
height:265px;
width:390px;
}
#aadnav{
float:left;
text-decoration:none;
}
#iadnav{
    font-size: 7pt;
    color: #88888;
}
