/* Cedar Campus website*/


/* Navigation */

.head {
  color: #E0AB20;
}

.head A:link {
  color: #E0AB20;
}

.head A:visited {
  color: #E0AB20;
}

.head A:hover {
  color: #E0AB20;
}


.sub {
  color: #0C7358;
}

.sub A:link {
  color: #0C7358;
}

.sub A:visited {
  color: #0C7358;
}

.sub A:hover {
  color: #0C7358;
}


/* Page elements */

.formelement {
  color: #0C7358;
}

.pgtitle,H1 {
  color: #E0AB20;
}

.lrghead,H2 {
  color: #E0AB20;
}

.lrghead,H1 A:link {
  color: #E0AB20;
}

.stdhead,H3 {
  color:#E0AB20;
}

.stdhead,H3 A:link {
  color:#E0AB20;
}

.date {
  font-style: italic;
  color:#0C7358;
}

.caps {
  text-transform: uppercase;
}

.page_title {
	font-family: "arial narrow";
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #0C7358;
	line-height: 98%;
}

/* Cedar-specific style elements */

.img_caption {
    font-size: 11px;
    font-style: italic;
}

.img_copyright {
    font-size: 10px;
    color: #999;
    font-style: italic;
}

.img_author {
    font-size: 10px;
    color: #999;
    font-style: italic;
}

.calendar_year {
    font-size: 14px;
    font-weight: bold;
    color: #E0AB20;
}

.calendar_month {
    font-size: 12px;
    font-weight: bold;
}

.medium_green_bold {
    font-size: 12px;
    color: #0C7358;
    font-weight: bold;
}

.small_black {
   font-size: 11px;
}

.horizontal_dash {
   border-top: dashed 1px #ccc;
}

.vertical_dash {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #ccc;
}

/* Field Sets */
fieldset { padding-left: 10px; padding-bottom: 5px; border: 1px solid #555; }

#regHeadWrapper {
  position: relative;
}

#regHeadImg {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

#regHeadBG {
  background-color: #e0ab20;
  width: 100%;
  height: 40px;
  text-align: center;
}

#regHeadBGSpacer {
  background-color: #fff;
  width: 100%;
  height: 10px;
  text-align: center;
  margin-bottom: 10px;
}

