@charset "UTF-8";
/* CSS Document */

/* employment form */
#employmentForm_rev{
width:379px;
height:427px;
overflow:hidden;
padding:10px 20px;
background-image:url(../img/employmentBG.jpg);
background-repeat: no-repeat;
}

.em_field {
margin-top:3px;
text-align:left;
margin-right: 0;
padding-top:0;
color:#f7eac6;
font: 12px/18px "Myriad Pro",Arial,Tahoma,sans-serif;
}

#employmentForm_rev label {
margin-top:1px;
}

#employmentForm_rev #submit {
margin-top:6px;
} 

#error {
	color:#FF0000;
}
/* news and events */

.calendarTbl {
	border-top: 1px solid #51321e;
	border-left: 1px solid #51321e;
	border-bottom: 1px solid #51321e;
}
.monthTbl {
	border-top: 1px solid #51321e;
	border-left: 1px solid #51321e;
	border-right: 1px solid #51321e;
}

.weekCell {
	background-color: #c2986b;
	font-weight: bold;
	color: #1c0c0e;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	border-right: 1px solid #51321e;
}
.weekCellL {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #51321e;
	background-color: #c2986b;
	font-size: 12px;
	font-weight: bold;
	color: #1c0c0e;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.weekCellR {
	background-color: #c2986b;
	border-right:: 1px solid #51321e;
	font-weight: bold;
	color: #1c0c0e;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
}
.dayCell {
	height: 75px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #51321e;
	border-right-color: #51321e;
	padding: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #f7eac6;
	background-color: #1c0c0e;
	width: 88px;
}
.dayCellR {
	height: 75px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #51321e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f7eac6;
	padding: 5px;
	line-height: 18px;
	background-color: #1c0c0e;
}
.eventTitle {
	font-size: 11px;
	font-weight: bold;
	color: #f7eac6;
	text-decoration: none;
	line-height: 13px;
}
.eventTitle:hover {
	color: #6b4b31;
	text-decoration: underline;
}
.eventHeading {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #f7eac6;
}
.eventRow {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
}
a.calendarLink {
	font-size: 11px;
	font-weight: bold;
	color: #895d3b;
	text-decoration: underline;
}
a.calendarLink:hover {
	color: #eeeeee;
	text-decoration: underline;
}
.year_link {
	color: #895d3b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
}
.year_link:hover {
	color: #eeeeee;
}
.active_month, .inactive_month, .select_month {
	font-size:10px;
}
.active_month {
	font-weight:bold;
	color:#895d3b;
}
.active_month:hover, .inactive_month {
	color:#eeeeee;
}
.inactive_month {
	font-weight:normal;
}
.select_month {
	font-weight:bold;
	color:#895d3b;

}