/* Start of CMSMS style sheet 'CEE-colors' */
body {
	background: #f6d47a url(uploads/images/background-goldgrid.gif) top center fixed repeat-x;
}

a:link  { color: #333;}
a:visited  { color: #333;}
a:hover  { color: #eeb211;}
a:active  { color: #333;}	

.red-text { color: #c00;}
.error { font-weight: bold; color: #c00;}

#presentationcontainer {
  background: url(uploads/images/background-presentation.gif) top center fixed repeat-y;
}

/*  Utility Navigation */
	
#utilitycontainer {
	background: #fae7b7;
	border-bottom: 1px solid #eeb211; 
}

#utility li { color: #666; }
#utility-map a {
	background: transparent url(uploads/images/icon-campusmap-static.gif) no-repeat left center; 
}

#utility-map a:link { color: #666;}
#utility-map a:visited { color: #666;}
#utility-map a:hover { color: #333;  background: transparent url(uploads/images/icon-campusmap-dynamic.gif) no-repeat left center; }
#utility-map a:active { color: #666;}

#utility-directories a {background: transparent url(uploads/images/icon-directories-static.gif) no-repeat left center; }
	
#utility-directories a:link { color: #666; }
#utility-directories a:visited { color: #666;}
#utility-directories a:hover { color: #333;  background: transparent url(uploads/images/icon-directories-dynamic.gif) no-repeat left center; }
#utility-directories a:active { color: #666;}

#utility-sitemap a {
	background: transparent url(uploads/images/icon-sitemap-static.gif) no-repeat left center; }
}

#utility-sitemap a:link { color: #666; }
#utility-sitemap a:visited { color: #666;}
#utility-sitemap a:hover { color: #333;  background: transparent url(uploads/images/icon-sitemap-dynamic.gif) no-repeat left center; }
#utility-sitemap a:active { color: #666;}

#utility-help a {background: transparent url(uploads/images/icon-help-static.gif) no-repeat left center; }
	
#utility-help a:link { color: #666;}
#utility-help a:visited { color: #666;}
#utility-help a:hover { color: #333;  background: transparent url(uploads/images/icon-help-dynamic.gif) no-repeat left center; }
#utility-help a:active { color: #666;}

#utility-search a {	background: transparent url(uploads/images/icon-search-static.gif) no-repeat left center; }

#utility-search a:link { color: #666; }
#utility-search a:visited { color: #666;}
#utility-search a:hover { color: #333;  background: transparent url(uploads/images/icon-search-dynamic.gif) no-repeat left center; }
#utility-search a:active { color: #666; }

#searchfield {color: #000;}

#searchsubmit {background-image: url(../images/icon-go.gif);}

#contentcontainer {
	background: url(uploads/images/background-content.gif) repeat-y top center;
}

	
/*  School, Department, Center, or Office Title */

#splashwrapper {
	border-top: 1px solid #eeb211;
	border-bottom: 1px solid #eeb211;
}
	
	
#divisioncontainer {
	background: #eee url(../images/icon-for.gif) no-repeat left center;
	border-top: 1px solid #eeb211;
	border-bottom: 1px solid #eeb211; 
}

#divisioncontainer h4 {
	font: bold 15px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

/*  Content Headers */

#headerscontainer {
	background: #eee;
	border-top: 1px solid #eeb211;
	border-bottom: 1px solid #eeb211; }
  
#infoHeader {
	color: #666;
	background-color: transparent; }
	  
#newsHeader {
	color: #666;
  background-color: transparent;
}

#newsHeader a:link { color: #666; background: transparent; }
#newsHeader a:visited { color: #666; background: transparent; }
#newsHeader a:hover { color: #eeb211; background: transparent; }
#newsHeader a:active { color: #666; background: transparent; }


#spotlightHeader {
	color: #666;
	background-color: transparent; }
		
#navlist a {
	display: block;
	border-bottom: 1px #fff solid;
	color: #666;
	background-color: #f6f6f6; 
}

#sidecalendar a {
	display: inline;
	border-bottom: 0px #fff solid;
	color: #666;
	background-color: #f6f6f6; 
}

#navlist a:hover { background-color: #fff; color: #eeb211; }
#navlist a:visited { color: #666; }
#navlist a:visited:hover { background-color: #fff; color: #eeb211; }		 

#sidecalendar a:hover { background-color: #fff; color: #eeb211; }
#sidecalendar a:visited { color: #666; }
#sidecalendar a:visited:hover { background-color: #fff; color: #eeb211; }	
	
/*  Content Area */
	
ul.news li {
	background: url(../images/icon-goldarrow.gif) no-repeat 5px 7px;
	color : #666;
}
	
ul.news li a span.headline { color : #666; }
	
ul.news li a:hover span.headline { color : #eeb211; }

/*  Right Column */
	
#featurecontainer {
	background-color: #fff4d4;
	background-image: url(../images/background-featurecontainer.jpg);
 }

#featurecontainer a:link { color: #666; }
#featurecontainer a:visited { color: #666; }
#featurecontainer a:hover { color: #eeb211; }
#featurecontainer a:active { color: #666; }

.calloutcontainer a:link { color: #666; }
.calloutcontainer a:visited { color: #666; }
.calloutcontainer a:hover { color: #eeb211; }
.calloutcontainer a:active { color: #666; }

#footer {
	color: #000;
	background: #fcf1d4;
	border-top: 1px solid #eeb211;
	border-bottom: 2px solid #eeb211; 
}

#footer a:hover { color : #eeb211; }
#footer a:active { color : #999; }
/* End of 'CEE-colors' */

