/* MenuBegin:menu */
ul.menu ,
ul.menu li,
ul.menu ul {
 margin: 0;
 border: 0;
 padding: 0;
 list-style: none;
 width: 200px;
}
ul.menu li {
 position: relative;
 display: inline;
 float: left /*For IE*/;
}

/* 1st Level */
ul.menu a {
 color: #ffffcc;
 background: #EC8447;
 text-decoration: none;
 border-bottom: 4px solid #EC8447;
 text-align: right;
 padding: 0px 15px;
 font: normal 14px/24px Arial, Helvetica, sans-serif;
 display: block;
 height: 1%;
}
ul.menu a:hover,
ul.menu li:hover a,
ul.menu a:hover,
ul.menu li.over a {
 color: #ffffff;
 background: #ff9933;
 text-decoration: none;
}
ul.menu a.last {
 border-bottom: 0;
}

/* 2nd Level */
ul.menu li:hover li a,
ul.menu li.over li a {
 width: 120px;
 line-height: 20px;
 color: #ffcc99;
 background: #996633;
 text-decoration: none;
 border-left: 1px solid #EC8447;
 border-right: 1px solid #EC8447;
 border-bottom: 1px solid #EC8447;
}
ul.menu li:hover li a:hover,
ul.menu li:hover li:hover a,
ul.menu li.over li a:hover,
ul.menu li.over li.over a {
 color: #ffffff;
 background: #cc6633;
 text-decoration: none;
}
ul.menu li:hover li a.first,
ul.menu li.over li a.first {
 border-top: 1px solid #EC8447;
}
ul.menu li:hover li a.last,
ul.menu li.over li a.last {
 border-bottom: 1px solid #EC8447;
}
ul.menu ul {
 display: none;
 position: absolute;
 top: 0;
 left: 160px;
}

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







#header {
 height: 107px;
 background: transparent url(graphics/accrisoft_header.jpg) no-repeat top left;
}
#header a {
 width: 950px;
 height: 107px;
 display: block;
}
#header h1 {
 display: none;
}
#content {
 padding: 35px 35px 50px 35px;
 border: 0px solid #C5C6C7;
}
#content a {
 color: #ffffcc;
}
#content a:hover {
 text-decoration: underline;
}
a:visited {
 color: #660000;
}
#content h1 {
 color: #ffcc99;
}
#footer {
 height: 90px;
 background: transparent url(graphics/accrisoft_footer.jpg) no-repeat top left;
}

/* ---------------Global Styles--------------- */

img
{  border-style: none;
}

a {
 color: #ffffcc;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
a:visited {
 color: #660000;
}
h1 {
 color: #ffcc99;
 font-size: 16pt;
 font-family: arial;
}
h2 {
 color: #000;
 font-size: 14pt;
}
h3 {
 color: #0000ff;
 font-size: 12pt;
}
h4 {
 color: #000;
 font-size: 11pt;
}

body {
 background-color: #ccc;
}

body,
td,
th {
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 14px;
 color: #000;
 line-height: 20px;
}

#page {
 background: #fff;
}


.container {
 width: 950px;
 margin: 0 auto;
 padding: 0;
 background: #fff;
 clear: both;
}
form,
 input {
 padding: 0;
 margin: 0;
}
.center {
 text-align: center;
}
/* End Global Styles */

/* ---------------General Module Styles--------------- */
.itemCount {
}
.itemList {
 clear: both;
} 
.itemList:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.itemList h2 a {
 text-decoration: none;
}
.itemList h2 a:hover {
 text-decoration: underline;
}
.itemList span {
 display: block;
}
.itemLabel {
 font-weight: bold;
}
.itemList span.itemLabel {
 display: inline;
}
.bottomNavigation {
 clear: both;
}
.goBack {
}
.errorMessage {
 font-weight: bold;
 color: #f00;
}
/* End General Module Styles */

/* Pagination */
.pagination {
 clear: both;
 display: block;
}
.pagination a,
 .pagination a:link,
 .pagination a:visited {
 text-decoration: none;
}
.pagination .prevnextCurrent,
 .pagination .prevnextWindow,
 .pagination .prevnextWindowArrow {
 border: solid 1px #ccc;
 margin: 0;
 padding: 4px 6px;
 font-size: 11px;
 margin-right: 2px;
 display: inline-block;
}
.pagination a.prevnextWindow:hover,
 .pagination a.prevnextLink:hover,
 .pagination .prevnextWindowArrow:hover {
 border: solid 1px #000;
 color: #000;
}
.pagination .prevnextCurrent {
 background: #ccc;
 color: #000;
 font-weight: bold;
 padding: 4px 6px;
}
.pagination a.prevnextLink {
 border: 1px solid #ccc;
 padding: 4px 6px 4px;
 margin-right: 2px;
 font-size: 11px;
 display: block;
}
/* End Pagination */

/* Send Page Styles */
.sendpage {
 clear: both;
}
.sendpageBody div,
 .sendpageBody td {
 padding: 2px 0px;
}
/* End Send Page Styles */
#freedom_calendar {
 position: absolute;
 left: 100px;
 top: 100px;
 width: 175px;
 z-index: 100;
 visibility: hidden;
 clip: rect(0px 175px 145px 0px);
 height: 145px;
}


/* ModuleBegin::broadcastemail */
.enewsWrapper div {
}
.enewsWrapper span {
 display: block;
}
.enewsText {
}
.enewsEmail {
}
/* ModuleEnd::broadcastemail */



/* ModuleBegin::events */
/* ---------------
Events Lister
----------------- */
.eventsListerWrapper {
}
.eventDateHeading {
 color: #000;
 border-top: 1px solid #ccc;
 padding-top: 10px;
}
.eventsListerWrapper h2 {
 margin-bottom: 0;
}
.eventDate {
}
.eventTime {
}
.eventBlurb {
}

/* ---------------
Events Detail
----------------- */
.eventsDetailWrapper {
}
.eventDate,
 .eventsDetailWrapper .eventTime,
 .eventsDetailWrapper .eventLocationMap,
 .eventsDetailWrapper .eventLocationAddress,
  .eventsDetailWrapper .eventLocationDriving,
 .eventsDetailWrapper .eventContact,
 .eventsDetailWrapper .eventPhone,
  .eventsDetailWrapper .eventEmail,
 .eventsDetailWrapper .eventRSVP,
 .eventsDetailWrapper .eventTicket,
  .eventsDetailWrapper .eventTicket1,
 .eventsDetailWrapper .eventTicket2 ,
.eventsDetailWrapper .eventTicket3,
  .eventsDetailWrapper .eventTicket4,
 .eventsDetailWrapper .eventTicket5,
 .eventsDetailWrapper .eventTicket6 {
 display: block;
}
.eventLocation,
 .eventRSVP,
 .eventTicketWrapper {
 padding: 5px 0px;
}


.eventLocation {
}
.eventLocationMap {
}
.eventLocationAddress {
}
.eventLocationDriving {
} 
.eventContact {
}
.eventPhone {
}
.eventEmail {
}
.eventRSVP {
}
.eventTicketWrapper {
}
.eventTicket {
}
.eventBody {
}

/* ----------------------
Events Small Calendar
------------------------ */
.calendarSmallWrapper {
 font-size: 12px;
 background: transparent;
}
.cal {
 padding: 5px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 background: transparent;
}
.calPrev {
 position: absolute;
 top: 4px;
 left: 15px;
}
.calNext {
 position: absolute;
 top: 4px;
 right: 15px;
}
.calMonth {
 position: relative;
 top: 0;
 left: 0;
 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: 10px;
 clear: both;
 width: 75%;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
.calGrid td {
 font-size: 8pt;
 padding-bottom: 2px;
 text-align: center;
}
.calGrid tr.calWeek {
 font-weight: bold;
 text-align: center;
}
.calDayOn a {
 font-weight: bold;
 text-decoration: underline;
}
.calDayOn a:hover {
 text-decoration: none;
}
.calGrid td.calTodayOff,
 .calGrid td.calTodayOn {
 background-color: #000;
 color: white;
 font-weight: bold;
}
.calGrid td.calTodayOn a {
 text-decoration: underline;
 color: white;
 font-weight: bold;
}
.calBottom {
 text-align: left;
 padding-left: 20px;
}
.calMonthGlance {
 padding: 5px 0px 3px 0px;
}
.calBottom a {
}

/* ----------------------
Events Month at a Glance
------------------------ */
#calendarDetail {
 background: #fff url('graphics/events/atglance_bottom.jpg') no-repeat bottom;
 padding-bottom: 30px;
 width: 547px;
}
#calendarDetail table {
 background: #999;
 width: 100%;
 table-layout: fixed;
}
#calendarDetail .calendarMonths {
 background: #e8e8e8 url('graphics/events/atglance_top.jpg') no-repeat;
 text-align: center;
 vertical-align: middle;
 padding-top: 3px;
 padding-left: 12px;
 border-left: 1px solid #fff;
 border-right: 2px solid #fff;
 width: 100%;
}
#calendarDetail a {
 text-decoration: none;
}
#calendarDetail a:hover {
 text-decoration: underline;
}
#calendarDetail .calendarMonths a {
 display: block;
 font-weight: bold;
 font-size: small;
 padding: 5px 0px 5px 0px;
 color: ##1e7dc1;
}
#calendarDetail .calendarMonths a:hover {
 color: #1e7dc1;
}
#calendarDetail .calendarDays {
 /* border-collapse: collapse;
 */ table-layout: fixed;
 background: #fff;
 width: 100%;
}
#calendarDetail .calendarDays td {
 text-align: center;
 font-size: x-small;
 line-height: 1.1em;
}
#calendarDetail .calendarDays .title {
 font-size: medium;
 font-weight: bold;
 color: #333333;
 padding: 10px 0px 10px 0px;
 background: #bbb;
}
#calendarDetail .calendarDays .prevLink,
 #calendarDetail .calendarDays .nextLink {
 font-size: small;
}
#calendarDetail .title a {
 font-size: x-small;
}


#calendarDetail .calendarDays .weekdays {
 height: 30px;
 background-color: #ccc;
}
#calendarDetail .calendarDays .emptyDay {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #eee;
}
#calendarDetail .calendarDays .eventToday {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #fdf9ea;
 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;
}

/* ---------------
Events Box
----------------- */
.eventsBoxWrapper {
}
.eventsBoxWrapper .itemList {
 padding-bottom: 10px;
}
.eventsBoxWrapper .eventDate {
 color: #777;
}
/* ModuleEnd::events */



/* ModuleBegin::news */
.newsWrapper .headline {
 font-weight: bold;
}
.newsWrapper .publish,
 .newsWrapper .author,
 .newsWrapper .copyright {
 color: #777;
 font-size: smaller;
}
.newsWrapper .blurb {
}
.newsWrapper .content {
}
.newsWrapper .newsitem {
 padding-bottom: 1em;
}
.newsWrapper .copyright {
 padding: 1em 0em;
 text-align: center;
 font-size: smaller;
}
/* ModuleEnd::news */



/* ModuleBegin::gendocs */
.webpageWrapper {
}
/* ModuleEnd::gendocs */