/* ModuleBegin::events */
.eventTD .eventHeadline { padding-bottom: 5px; font-weight: bold; }

#Calendar { background-color: #f8f8f8; position:relative; }
.calPrev { position: absolute; top: 5px; left: 15px; }
.calNext { position: absolute; top: 5px; right: 5px; }
.calTop { margin-left:10px; }
.calMonth { position: relative; top: 5px; left: 0px; text-align: center; font-weight: bold; margin-left: 20px; margin-right: 20px;}
.calPrev a, .calNext a, .calMonth a { text-decoration: none;}
.calPrev a:hover, .calNext a:hover, .calMonth a:hover { text-decoration: underline;}
.calGrid { margin-top: 15px; clear: both; width: 100%; text-align: center; margin: 15px 20px 0px 20px; }
.calGrid td { font-size: 8pt; padding-right: 4px; text-align: right; }
.calGrid tr.calWeek { font-weight: bold; text-align: center; }
.calDayOn a { color: navy; font-weight: bold; }
.calDayOn a:hover { background-color: navy; color: white; font-weight: bold; }
.calTodayOff, .calTodayOn { border: 1px solid navy; background-color:#ffffb8; }
.calBottom { text-align: left; margin-left: 20px; }
.calMonthGlance { padding-top: 10px; }

#calendarDetail table { width: 100%; table-layout: fixed; }
#calendarDetail .calendarMonths { background-color: #000000; text-align: center; vertical-align: middle; }
#calendarDetail .calendarMonths a { display: block; color: #ffffff; font-weight: bold; font-size: 11pt; text-decoration: none; padding: 5px 0px 5px 0px; }
#calendarDetail .calendarMonths a:hover { background-color: #ffffb8; color: #000000; }
#calendarDetail .calendarDays { border-collapse: collapse; table-layout: fixed; }
#calendarDetail .calendarDays .title { font-size: 12pt; font-weight: bold; color: #333333; padding: 10px 0px 10px 0px; }
#calendarDetail .calendarDays .prevLink, #calendarDetail .calendarDays .nextLink  { font-size: 11pt; }
#calendarDetail .calendarDays .normal { display: none; }
#calendarDetail .calendarDays td { text-align: center; border: 1px solid #000000; font-weight: bold; }
#calendarDetail .calendarDays .weekdays { height: 30px; background-color: #bbbbbb; }
#calendarDetail .calendarDays .emptyDay { height: 60px; text-align: left; vertical-align: top; background-color: #eeeeee; }
#calendarDetail .calendarDays .eventToday { height: 60px; text-align: left; vertical-align: top; background-color: #ffffb8; padding-left: 5px; }
#calendarDetail .calendarDays .eventOff { height: 60px; text-align: left; vertical-align: top; padding-left: 5px; }
#calendarDetail .calendarDays .eventOn { height: 60px; text-align: left; vertical-align: top; padding-left: 5px; }
/* ModuleEnd::events */

/* ModuleBegin::registration */
.registration .item { border-bottom: 2px solid gray; padding: 5px; }
.registration .number { font-weight: bold; font-size: 15pt; float: left; width: 40px; }
.registration .title { font-weight: bold; font-size: 15pt; padding-bottom: 5px; }
.registration  table { padding-left: 40px; }
.registration .label { font-weight: bold; }
.registration .text { font-size: 10pt; vertical-align: bottom; }
.registration .desc { padding: 0px 0px 5px 40px; }
.registration .dateLabel { padding-left: 40px; float: left; font-size: 9pt; }
.registration .date { padding-left: 10px; float: left;  font-weight: bold; font-size: 9pt; }
/* ModuleEnd::registration */

/* ModuleBegin::weather */
.WXSmalltext { font-size: 7pt; font-weight: normal; text-decoration: none; }
.WXSmalltextLow  { font-size: 7pt; color: #3366cc; font-weight: bold; text-decoration: none; }
.WXSmalltextHigh { font-size: 7pt; color: #ff3333; font-weight: bold; text-decoration: none; }
.WXSummary { background-color: #ffffff; }
.WXSummaryBorder { background-color: #000080; }
/* ModuleEnd::weather */

/* MenuBegin:menu_main_left */
ul.menu_main_left ,ul.menu_main_left li,ul.menu_main_left ul { margin: 0; border: 0; padding: 0; list-style: none; width: 151px; }
ul.menu_main_left li { position: relative; display: block !important; display: inline;/*For IE*/ float: left;/*IE 7*/ }

/* 1st Level */
ul.menu_main_left a { color: #fff; background: #272E34; text-decoration: none; border-bottom: 1px solid #ddd; text-align: left; padding: 0px 15px; font: bold 11px/22px Arial, Helvetica, sans-serif; display: block; height: auto !important; height: 1%; /*For IE*/ }
ul.menu_main_left a:hover,
ul.menu_main_left li:hover a,
ul.menu_main_left a:hover,
ul.menu_main_left li.over a { color: #fff; background: #7D8285; text-decoration: none; }
ul.menu_main_left a.last { border-bottom: 0; }

/* 2nd Level */
ul.menu_main_left li:hover li a,
ul.menu_main_left li.over li a { color: #fff; background: #272E34; text-decoration: none; border-left: 1px solid #fff; }
ul.menu_main_left li:hover li a:hover,
ul.menu_main_left li:hover li:hover a,
ul.menu_main_left li.over li a:hover,
ul.menu_main_left li.over li.over a { color: #fff; background: #7D8285; text-decoration: none; }

ul.menu_main_left ul { display: none; position: absolute; top: 0; left: 151px; }

/* Do Not Move - Must Come Before display:block for Gecko */
ul.menu_main_left li:hover ul,ul.menu_main_left li.over ul { display: block; }
ul.menu_main_left .nav:after /*IE 7*/ { clear: both; display: block; font: 1px/0px serif; content: ; height: 0; visibility: hidden; }
/* MenuEnd:menu_main_left */

/* ModuleBegin::news */
.newsListHeadline { font-weight: bold }
.newsListPublishline, .newsPublished { color: #888; }
/* ModuleEnd::news */

/* ModuleBegin::blog */
.blogArchiveMonth { padding-left:10px; }
.blogArchiveYear { font-weight: bold; }
.blogDate {
	padding:5px 0px;
	font-weight: bold;
	background-color: #D2D8DF;
}
.blogDividerComments { height: 1px; background-color:#cccccc; }
.blogDividerTop {
	height: 1px;
	background-color:#4B5861;
}
.blogEntry { padding-top: 5px; }
.blogEntryFooter { padding-bottom: 10px; }
.blogFooter {
	height: 1px;
	background-color:#4B5861;
}
.blogPosted {
	padding-bottom: 5px;
	padding-top: 5px;
	color: #272E34;
}
.blogTitle {
	color: #657785;
	font-weight: bold;
	padding-top: 10px;
}
/* ModuleEnd::blog */

body {
	background-color: #657785;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #536471;
}
.Title {
	font-size: 17px;
	font-weight: bold;
	color: #ACB9C1;
}
.ContentArea {
	padding-right: 19px;
	padding-left: 19px;
	padding-bottom: 19px;
}
.ContentArea a:link {
	color: #272E34;
	text-decoration: underline;
}
.ContentArea a:visited {
	text-decoration: underline;
	color: #272E34;
}
.ContentArea a:hover {
	text-decoration: none;
	color: #FF0000;
}
.ContentArea a:active {
	text-decoration: none;
	color: #FF0000;
}

.sendpageBody a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.sendpageBody a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.sendpageBody a:hover {
	text-decoration: none;
	color: #FF0000;
}
.sendpageBody a:active {
	text-decoration: none;
	color: #FF0000;
}






.copyright {
	font-size: 12px;
	color: #536471;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #657785;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.jobHeading1 {
 color: #657785;
 font-size: 12pt;
 font-weight: bold;
}
.jobHeading2 {
 color: #657785;
 font-weight: bold;
}
.jobLink {
}
.jobLink a:link {
	text-decoration: none;
	color: #272E34;
	font-weight: bold;
}
.jobLink a:visited {
	text-decoration: none;
	color: #272E34;
	font-weight: bold;
}
.jobLink a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
.jobLink a:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
.jobSmallText {
}
.jobSmallTextBold {
}
.jobText {
}
.MenuBtm {
	font-family: Arial, Helvetica, sans-serif;
	color: #536471;
	font-size: 12px;
}
.MenuBtm a:link {
	text-decoration: none;
	color: #272E34;
	font-weight: bold;
}
.MenuBtm a:visited {
	text-decoration: none;
	color: #272E34;
	font-weight: bold;
}
.MenuBtm a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
.MenuBtm a:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
.SearchArea {
	padding-right: 13px;
}
.searchHeading {
	font-weight: bold;
	color: #A2B0B9;
	font-family: Arial, Helvetica, sans-serif;
}
.sendpageBody {
}
.sendpageFormText {
 color: #ffffff;
 font-weight: normal;
}
.sendpageFormTextRequired {
 color: #ffffff;
 font-weight: bold;
}
.sendpageHeader {
 color: #ffffff;
 font-weight: bold;
 padding-top: 10px;
}
#freedom_calendar { position: absolute; left: 100px; top: 100px; width: 175px; z-index: 100; visibility: hidden; clip:rect(0px 175px 145px 0px); height:145px; }
