/* ModuleBegin::events */
#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 */

/*===========================================================================*

	BASIC BODY ELEMENTS

*===========================================================================*/

body {
	background: #02245C url(graphics/background.jpg) top center no-repeat;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
        font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0 0;
	padding: 0 0;
}
img {   
        display: block;
	border: 0;
}
img a{   
        display: block;
	border: 0;
}
iframe {
        margin: 0 0 20px 0;
}
a { 
	color: #B71425; 
	text-decoration: none;
	font-weight: bold; 
}

a:hover { 
        color: #B71425; 
	text-decoration: underline;
	font-weight: bold;
}

p { 
	font-size: 12px;
	line-height: 17px;
        font-weight: normal;
        margin: 0 -20px 16px 0;
        color: #000000;
}
.darkred { 
	color: #B71425;
        font-weight: bold;
}

h1 {
       font-size: 26px;
       line-height: 26px;
       font-weight: bold;	
       color: #000000;
       margin: 0 0 16px 0;
}
span.h1red {
       font-size: 26px;
       line-height: 26px;
       font-weight: bold;	
       color: #B71425;
       margin: 0 0 16px 0;
}
 
h2 {
       font-size: 22px;
       line-height: 24px;
       font-weight: bold;	
       color: #000000;
       margin: 0 0 16px 0;
       padding: 0 0;
}
span.h2red {
       font-size: 22px;
       line-height: 24px;
       font-weight: bold;	
       color: #B71425;
       margin: 0 0 16px 0;
       padding: 0 0;
}
h3 {
       font-size: 18px;
       line-height: 20px;
       font-weight: bold;	
       color: #000000;
       margin: 0 0 0 0;
       padding: 0 0 5px 0;
       border-bottom: #999999 solid 1px;
}
h4 {
       font-size: 18px;
       line-height: 20px;
       font-weight: bold;	
       color: #000000;
       margin: 30px 0 10px 0;
       padding: 0;
}

/*===========================================================================*

	LAYOUT

*===========================================================================*/
#wrapper {
        width: 840px;
        margin: 0 auto;
	padding: 0;
        text-align: left;
	}
#header {
        width: 840px;
	height: 150px;
	padding: 0 0;
        margin: 0 0;
	}
#logo a {
	float:left;
	margin: 60px 0px 0px 0px;
        width: 200px;
        height: 50px;
        border: 0;
        text-indent:-9999px;
	display:block;
	}
#logo a:hover {
        border: 0;
	}
#search {
        float:right;
	background:#B71425;
	margin: 90px 15px 0 0;
	padding: 8px 10px;
}
#navbar{
        width: 840px;
	height: 50px;
	padding: 0 0;
	}
#nav {
	float:left;
        margin: 15px 0 0 0;
        padding: 0 0 0 45px;
}
#company_links {
	float:right;
        margin: 0 0 0 0;
        padding: 2px 37px 0 0;
	overflow: hidden;
}
#company_links img {
	float: left;
	}
#company_links a img {
	border: 0;
	}
#company_links a:hover img {
	border: 0;
	}
#content {
	width: 840px;
	padding: 0 0;
        margin: 0 0;
        }
div.left {
	float:left;
	width: 490px;
        padding: 10px 20px 0px 45px;
	margin: 40px 0 0 0;
	}
div.right {
        float:right;
	width: 220px;
	padding: 10px 44px 10px 20px;
        margin: 40px 0 0 0;
        border-left: #999999 solid 1px;
	}
#footer {
	width:100%;
	height: 140px;
	background: #02245C url(graphics/footerback.jpg) top center no-repeat;
	padding: 60px 0 0 0;
        margin: 0 0 0 0;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	line-height: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	}
#footer a{
        font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	line-height: 11px;
	color: #B71425;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	}
#footer a:hover{
        font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	line-height: 11px;
	color: #B71425;
	font-weight: normal;
	text-decoration: underline;
	text-align:center;
	}


/*===========================================================================*

	MENUS

*===========================================================================*/


.menuPipe {
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 15px;
	font-weight: bold;		
	color: #B71425;
	margin: 0;
        text-decoration: none;
        padding-left: 4px;
        padding-right: 4px;
}
.menuPipeLink {
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 15px;
	font-weight: bold;		
	color: #B71425;
	margin: 0;
        text-decoration: none;
}
.menuPipeLink:hover {
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 15px;
	font-weight: bold;		
	color: #B71425;
	margin: 0;
        text-decoration: underline;
}


/*===========================================================================*

	NEWS

*===========================================================================*/
.newsBody {
	margin: 0 0 0 0;
        padding: 0 0 0 0;
}
.newsHeadline {
        font-size: 24px;
        line-height: 26px;
	font-weight: bold;	
	color: #AC0102;
}
.newsListBlurb {
	font-size: 12px;
	line-height: 14px;
        font-weight: normal;
        color: #000000;
        margin: 0 0 0 0;
        padding: 3px 0 0 0;
}
.newsListHeadline {
	font-size: 12px;
	line-height: 18px;
        font-weight: bold;
        text-decoration: none;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        color: #000000;
}
.newsListHeadline:hover {
	font-size: 12px;
	line-height: 18px;
        font-weight: bold;	
	color: #AC0102;
        text-decoration: none;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        background-color: #ffffff;
}
.newsListPublishline {
	font-size: 10px;
	line-height: 12px;
        font-weight: normal;
	color: #000000;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}
.newsListMoreLink {	
	font-size: 12px;
	line-height: 12px;	
	color: #AC0102;
        font-weight: bold;
        text-decoration: none;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}
.newsListMoreLink:hover {
	font-size: 12px;
	line-height: 12px;	
	color: #AC0102;
        font-weight: bold;
        text-decoration: underline;
        background-color: #ffffff;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}
.newsPrevNext {
	font-size: 10px;
	line-height: 12px;
        font-weight: bold;
	color: #000000;
        margin: 0px;
}
.newsPublished {
	font-size: 10px;
	line-height: 12px;
        font-weight: normal;
	color: #000000;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}
}
.newsSubHeadline {	
	font-size: 14px;
        line-height: 16px;
        font-weight: normal;	
	color: #00000000;
	margin-bottom: 10px;
        margin-top: 0px;
}

/*===========================================================================*

	EVENTS

*===========================================================================*/

.eventBigLink {
}
.eventBigLink:hover {
}
.eventDateHeader {
        background-color: #999999;
        font-size: 11px;
        color: #ffffff;
        margin: 0 0 5px 0;
}
.eventDetail {
        padding: 0 0;
}
.eventHeadline {
        font-weight: bold;
        text-decoration: none;
        margin: 5px 0 0 0;
}
.eventHeadline:hover {
        text-decoration: underline;
        margin: 5px 0 0 0;
}
.eventHeadlineTD {
        padding: 0 0;
        margin: 5px 0 0 0;
}
.eventMoreLink {
        font-size: 11px;
        padding: 0 0;
}
.eventMoreLink:hover {
}
.eventNormalText {
}
.eventSmallText {
}


/*===========================================================================*

	CALENDAR HOME PAGE

*===========================================================================*/
div#calendar_case {
        width: 200px;
}

#sidebarCalendar { font-size: 12px; background-color: #B71425; }
.calPrev { position: absolute; top: 0; left: 0; padding-left: 2px; z-index: 5;}
.calNext { position: absolute; top: 0; right: 0; padding-right: 2px; z-index: 5;}
.calMonth {  background-color: #B71425; top: 2; left: 0; text-align: center; font-weight: bold; margin: 0px; z-index: 3; width: 200px; height: 20px;}
.calGrid { position: relative; margin-top: 15px; clear: both; width: 100%; font-size: 12px; color: #ffffff; border-left: 1px solid white; border-bottom: 1px solid white;}
.calGrid td { color: #ffffff; text-align: right; vertical-align: top; padding: 2px; border-right: 1px solid white; border-top: 1px solid white;}
.calGrid { font-weight: bold; text-align: center; color: #000000;}
tr.calWeek { font-weight: bold; text-align: center; color: #000000;}
.calWeek { font-weight: bold; text-align: center; color: #000000;}
.calMonthGlance { padding: 10px 0px 0px 8px; color: #000000; font-size: 11px;}
.calMonthGlance a{ padding: 10px 0px 0px 8px; color: #000000; font-size: 11px;}
.calMonthGlance a:hover { padding: 10px 0px 0px 8px; color: #000000; text-decoration: underline; font-size: 11px;}
.calMonthMore { padding: 0px 0px 10px 8px; color: #000000; font-size: 11px; }
.calMonthMore a{ padding: 0px 0px 10px 8px; color: #000000; font-size: 11px;}
.calMonthMore a:hover { padding: 0px 0px 10px 8px; color: #000000; text-decoration: underline; font-size: 11px;}
.calTop { background-color: #B71425; color: #ffffff; padding: 3px 0px 3px 0px;}
.calTop a { color: #ffffff; text-decoration: none; padding: 3px 0px 3px 0px;}
.calTop a:hover { text-decoration: underline;}
.cal, .calGrid { background-color: #999999;}
.calDayOn { color: #ffffff; font-weight: bold; background-color: #000000;}
.calDayOn a{ color: #ffffff; font-weight: bold; background-color: #000000; text-decoration: none;}
.calDayOn a:hover{ color: #ffffff; font-weight: bold; background-color: #000000; text-decoration: underline;}
.calWeek { background-color: #999999; padding: 3px; font-size: 12px; font-weight: bold; color: #000000;}
.calBottom { border-bottom: solid 15px #B71425; text-align: left;}

/*===========================================================================*

	CALENDAR

*===========================================================================*/
#calendarDetail {
        width: 490px;
}

.calendarMonths {
       width: 100%;
}

.calendarDays {
       width: 100%;
       padding: 1px;
}

.calendarMonths td {
       background-color: #B71425;
       text-align: center;
       line-height: 20px;
}

.calendarMonths td a {
       text-decoration: none;
       color: #ffffff;
}

.calendarMonths td a:hover {
       text-decoration: underline;
}

.prevLink a{
  line-height: 20px;
  color: #B71425;
  font-weight: bold;
}
.prevLink a:hover{
  line-height: 20px;
  color: #B71425;
  font-weight: bold;
  text-decoration: underline;
}

.title {
  text-align: center;
  padding-bottom: 8px;
}

.nextLink a{
  line-height: 20px;
  text-align: right;
  color: #B71425;
  font-weight: bold;
}
.nextLink a:hover{
  line-height: 20px;
  text-align: right;
  color: #B71425;
  font-weight: bold;
  text-decoration: underline;
}

.weekdays {
  border-top: 1px solid #999999;
  background-color: #B71425;
  padding: 4px;
  color: #ffffff;
}

.eventToday {
  color: #B71425;
  height: 60px;
  text-align: left;
  vertical-align: top;
  padding-top: 4px;
  padding-left: 2px;
  background-color: #999999;
  border: 1px solid #ffffff;
  font-weight: bold;
}

.eventOff {
  height: 60px;
  text-align: left;
  vertical-align: top;
  padding-top: 4px;
  padding-left: 2px;
  background-color: #999999;
  border: 1px solid white;
  color: #ffffff;
}

.eventOn {
  color: #ffffff;
  height: 60px;
  text-align: left;
  vertical-align: top;
  padding-top: 4px;
  padding-left: 2px;
  background-color: #000000;
  border: 1px solid white;
}

.eventOff a, .eventOn a {
  font: 10px Arial;
  text-decoration: none;
  color: #ffffff;
}

.eventOff a:hover, .eventOn a:hover {
  font: 10px Arial;
  text-decoration: underline;
  color: #ffffff;
}
.eventToday a {
  font: 10px Arial;
  text-decoration: none;
  color: #B71425;
  font-weight: bold;
}

.eventToday a:hover {
  font: 10px Arial;
  text-decoration: underline;
  color: #B71425;
  font-weight: bold;
}

/*===========================================================================*

	SEARCH

*===========================================================================*/

.searchBox {
       vertical-align: middle;
}
.searchBoxInput {
       vertical-align: middle;
}
.searchBoxList {
}
.searchBoxTable {
}
.searchBoxText {
       font-weight: bold;
       padding: 0 0 0 0;
}
.searchHeading {
       font-size: 8pt;
       font-weight: bold;
       color: #ffffff;
       padding-right: 5px;
}
.searchHeadline {
}
.searchTopMatches {
       font-weight: bold;
       padding: 20px 0 0 0;
}
.searchModule {
}
.searchModuleMore {
}
.searchModuleResults {
}
#freedom_calendar { position: absolute; left: 100px; top: 100px; width: 175px; z-index: 100; visibility: hidden; clip:rect(0px 175px 145px 0px); height:145px; }