/* 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; 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 */

.myaccountHeading {color: #58628c; font-weight: bold; font-size: 16pt; padding-bottom: 10px}
.directoryName { font-weight: bold;}
.dircol { font-size: 9px; }
.formlabel {font-size: 10px; width: 150px; padding-right: 10px;}
.formtext {font-size: 10px; padding-right: 10px;}
.formButtons {color: #990000; font-weight: bold; font-size: 12pt; padding-bottom: 10px}
/* Countdown Clock*/

var countdownSWF = "https://asoft130.securesites.net/secure/idea/graphics/redesign/countdown.swf";

// -----------------------------
// Click Style
// -----------------------------
// Possible styles are:
//		flip
//		boring
//		digital
//		digital2
var clockKind = "digital2";

var defaultWidth = 190;
var defaultHeight = 25;
var colorBackground = false;
var colorWords = "#2c6016";
var colorClockText = "#FFFFFF";

// When the countdown is complete, countdownComplete will get "pinged";
function countdownComplete(){
	//alert("done");
}
var randNum=1;
var flashVersion = "6,0,0,0";

function getConfigString(){
	var Aconfigs = new Object();
	Aconfigs.clock				= clockKind;
	Aconfigs.colorBackground	= colorBackground;
	Aconfigs.colorWords			= colorWords;
	Aconfigs.colorClockText		= colorClockText;
	var retval = "";
	for(var prop in Aconfigs){
		retval += "&" + prop + "=" + Aconfigs[prop];
	}
	return retval;
}

function deadline(theDate, theWidth, theHeight, theKind, myBkgd, clockNumbers, smallText){

	var myBkgd = myBkgd || colorBackground;
	var theWidth = theWidth || defaultWidth;
	var theHeight = theHeight || defaultHeight;

	var Aconfigs = new Object();
	Aconfigs.clock				= theKind || clockKind;
	Aconfigs.colorWords			= clockNumbers || colorWords;
	Aconfigs.colorClockText		= smallText || colorClockText;
	var temp = "";
	for(var prop in Aconfigs){
		temp += "&" + prop + "=" + Aconfigs[prop];
	}

	var myConfigs = "deadline=" + theDate + temp;

	randNum++;
	if(myBkgd != false){
		bkgdColor = myBkgd
		tptBkgd_param = "";
		tptBkgd_embed = "";
	} else {
		bkgdColor = "000000";
		tptBkgd_param = '<param name="wmode" value="transparent" />';
		tptBkgd_embed = 'wmode="transparent" ';
	}
	
	flashCode = '';
	flashCode += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+flashVersion+'" width="'+theWidth+'" height="'+theHeight+'" id="wimpy'+randNum+'">';
	flashCode += '<param name="movie" value="'+countdownSWF+'" />';
	flashCode += '<param name="loop" value="false" />';
	flashCode += '<param name="menu" value="false" />';
	flashCode += '<param name="quality" value="high" />';
	flashCode += '<param name="flashvars" value="'+myConfigs+'" />';
	flashCode += '<param name="bgcolor" value="'+bkgdColor+'" />';
	flashCode += tptBkgd_param;
	flashCode += '<embed src="'+countdownSWF+'" width="'+theWidth+'" height="'+theHeight+'" bgcolor="'+bkgdColor+'" allowScriptAccess="always" flashvars= "'+myConfigs+'" loop="false" menu="false" quality="high" name="wimpy'+randNum+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" '+tptBkgd_embed+'/></object>';
	document.write(flashCode);
	//document.write('<textarea name="textarea" cols="30" rows="5" wrap="VIRTUAL">'+flashCode+'</textarea>');
}

function countdown(theSpanLength, theWidth, theHeight, theKind, bkgd, clockNumbers, smallText){

	var myBkgd = bkgd || colorBackground;
	var theWidth = theWidth || defaultWidth;
	var theHeight = theHeight || defaultHeight;

	var Aconfigs = new Object();
	Aconfigs.clock				= theKind || clockKind;
	Aconfigs.colorWords			= clockNumbers || colorWords;
	Aconfigs.colorClockText		= smallText || colorClockText;
	var temp = "";
	for(var prop in Aconfigs){
		temp += "&" + prop + "=" + Aconfigs[prop];
	}

	var myConfigs = "countdown=" + theSpanLength + temp;

	randNum++;
	if(myBkgd != false){
		bkgdColor = myBkgd
		tptBkgd_param = "";
		tptBkgd_embed = "";
	} else {
		bkgdColor = "000000";
		tptBkgd_param = '<param name="wmode" value="transparent" />';
		tptBkgd_embed = 'wmode="transparent" ';
	}
	
	flashCode = '';
	flashCode += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+flashVersion+'" width="'+theWidth+'" height="'+theHeight+'" id="wimpy'+randNum+'">';
	flashCode += '<param name="movie" value="'+countdownSWF+'" />';
	flashCode += '<param name="loop" value="false" />';
	flashCode += '<param name="menu" value="false" />';
	flashCode += '<param name="quality" value="high" />';
	flashCode += '<param name="flashvars" value="'+myConfigs+'" />';
	flashCode += '<param name="bgcolor" value="'+bkgdColor+'" />';
	flashCode += tptBkgd_param;
	flashCode += '<embed src="'+countdownSWF+'" width="'+theWidth+'" height="'+theHeight+'" bgcolor="'+bkgdColor+'" allowScriptAccess="always" flashvars= "'+myConfigs+'" loop="false" menu="false" quality="high" name="wimpy'+randNum+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" '+tptBkgd_embed+'/></object>';
	document.write(flashCode);
	//document.write('<textarea name="textarea" cols="30" rows="5" wrap="VIRTUAL">'+flashCode+'</textarea>');
}

/* Countdown Clock End*/


/* ModuleBegin::forum */ .frame {
 padding: 1px;
 border: 2px solid #006699;
 margin: 10px 0px;
}
.frame table {
 width: 100%;
 text-align: center;
}
.frame th {
 color: #FFA97F;
 font-size: 11px;
 padding: 0px 3px;
 font-weight: bold;
 background-color: #006699;

 height: 25px;
 border-right: 1px solid white;
}
.frame td {
 padding: 5px;
 border-top: 1px solid white;
 border-right: 1px solid white;
}
.frame tr {
 background-color: #F1F1F1;
}
.frame .category td {
 background-color: #D1D7DC;
 font-weight: bold;
 color: #006699;
 padding: 10px 5px;
 font-size: 12px;
 text-align: left;
}
.frame .message {
 padding: 10px 10px 20px 10px;
 font-size: 12px;
 text-align: left;
}
.frame .messageLabel {
 width: 150px;
 font-weight: bold;
 text-align: left;
 vertical-align: top;
 padding: 10px;
}
.frame .topic {
 text-align: left;
 font-weight: bold;
 padding-left: 10px;
}
.frame .rowUnread {
 background-color: #FFF2CF;
}
.frame .rowEven {
 background-color: #DEE3E7;
}
.frame .rowEvenUnread {
 background-color: #FFF2CF;
}
.frame .rowOddUnread {
 background-color: #FFE9AF;
}
.seperator td {
 background-color: silver;
 height: 6px;
}
.backtotop {
 text-align: left;
}
.title {
 font-weight: bold;
 text-align: left;
 padding-left: 10px;
}
.blurb {
 font-size: 11px;
 text-align: left;
 padding-left: 10px;
 padding-bottom: 5px;
}
.post .date {
 font-size: 9px;
}
.messageHeader {
 border-bottom: 1px solid #CCCCCC;
 height: 18px;
 width: 99%;
 margin-bottom: 10px;
}
.messageHeader .date {
 float: left;
 font-size: 9px;
}
.messageHeader .subject {
 color: darkblue;
 float: left;
 padding-left: 10px;
 font-size: 9px;
 font-weight: bold;
}
.messageHeader .number {
 float: right;
}
.tagSearch {
 background-color: yellow;
 font-weight: bold;
 color: black;
}
.tagCode {
 background-color: black;
 color: white;
 font-family: monospace;
 border: 1px inset white;
 padding: 10px;
 margin: 10px 30px;
 font-size: 12px;
}
.tagQuote {
 background-color: white;
 color: black;
 border: 1px inset black;
 padding: 10px;
 margin: 10px 30px;
 font-size: 12px;
}
.tagCode a {
 color: white;
 font-weight: bold;
}
.buttonBar td {
 background-color: #D1D7DC;
 padding: 10px;
}
.bar, .pagesFrame {
 height: 20px;
}
.bar .button {
 float: right;
 margin-left: 3px;
}
.button {
 font-weight: bold;
}
.breadcrumb {
 font-weight: bold;
 color: red;
 padding: 5px 0px;
 float: left;
}
.header .pagesFrame {
 margin-top: 10px;
}
.footer .pagesFrame {
 margin-bottom: 10px;
}
.pages {
 float: right;
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
}
.pages div {
 float: left;
}
.prevGroup, .prev, .next, .nextGroup {
 border-left: 1px solid #cccccc;
 padding: 3px 5px;
}
.prevGroup, .nextGroup {
 background-color: #F1F1F1;
}
.prev, .next {
 background-color: #DEE3E7;
}
.pagesLister {
 padding: 3px 0px;
}
.prevnextCurrent, .prevnextWindow {
 padding: 3px 5px;
 border-left: 1px solid #cccccc;
}
.prevnextCurrent {
 font-weight: bold;
}
#freedomForum.layouterror .frame {
 border: 0px solid #00FF00;
 margin: 20px;
}
.errorMessage {
 font-weight: bold;
 color: red;
 padding-bottom: 20px;
}
/* ModuleEnd::forum */ A {
 color: #000066;
 text-decoration: underline;
}
A:hover {
 text-decoration: none;
}
BODY, TH, TD {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
}
H1 {
 color: #000066;
 font-weight: normal;
 font-size: 16pt;
}
H2 {
 color: #000066;
 font-weight: normal;
 font-size: 12pt;
}
.alignleft {
 text-align: left;
}
.bodyMain {
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
}
.breadcrumbBold {
 font-weight: bold;
 text-decoration: none;
}
.breadcrumbBold:hover {
}
.breadcrumbLight {
 color: #000000;
 text-decoration: none;
}
.calendarBody {
 background: #CFCFCF;
}
.calendarDayOff {
 color: #000000;
 font-size: 8pt;
 font-weight: normal;
 line-height: 140%;
 text-decoration: none;
}
.calendarDayOn {
 font-size: 8pt;
 font-weight: bold;
 line-height: 140%;
}
.calendarDayOn:hover {
 background-color: #000066;
 color: #FFFFFF;
}
.calendarMonth {
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
 text-transform: capitalize;
}
.calendarMonth:hover {
 text-decoration: underline;
}
.calendarMonthGlance {
 font-size: 8pt;
 text-decoration: none;
}
.calendarMonthGlance:hover {
 text-decoration: underline;
}
.calendarpopDay {
 font-weight: normal;
 text-decoration: none;
}
.calendarpopEmptyDay {
 background-color: #e7e7e7;
}
.calendarpopEvent {
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
}
.calendarpopEvent:hover {
 text-decoration: underline;
}
.calendarpopEventOff {
 background-color: #FFFFFF;
}
.calendarpopEventOn {
 background-color: #000066;
}
.calendarpopEventTime {
 color: #FFFFFF;
 font-size: 8pt;
}
.calendarpopHeader {
 font-weight: bold;
 text-decoration: none;
}
.calendarpopLink {
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
}
.calendarpopLink:hover {
 text-decoration: underline;
}
.calendarpopNormal {
 color: #000000;
 font-weight: normal;
}
.calendarpopScroll {
 text-decoration: none;
}
.calendarpopScroll:hover {
 text-decoration: underline;
}
.calendarpopToday {
 font-weight: bold;
}
.calendarpopWeek {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}
.calendarScroll {
 color: #000000;
 font-size: 7pt;
 text-decoration: none;
}
.calendarScroll:hover {
 text-decoration: underline;
}
.calendarToday {
 font-weight: bold;
}
.calendarWeek {
 color: #000000;
 font-size: 8pt;
 font-weight: bold;
}
.copyright {
 color: #000000;
 font-size: 8pt;
}
.date {
 color: #000000;
 font-size: 8pt;
 padding-left: 10px;
}
.directoryFieldLabel {
 font-weight: bold;
}
.directoryHeading {
 color: green;
 font-size: 14pt;
 font-weight: bold;
 padding-bottom: 10px;
}
.directoryListHeadline {
 font-weight: bold;
}
.enewsBoxEdit {
}
.enewsBoxSubmit {
 padding-bottom: 5px;
 padding-top: 5px;
 text-align: center;
}
.enewsBoxText {
 font-size: 8pt;
 padding-bottom: 1px;
 padding-top: 3px;
}
.eventBigLink {
 font-size: 8pt;
}
.eventBigLink:hover {
}
.eventDateHeader {
 background-color: #e3e3e3;
 font-size: 8pt;
}
.eventDetail {
 color: #000000;
 padding-left: 10px;
}
.eventHeadline {
 font-weight: bold;
 text-decoration: none;
}
.eventHeadline:hover {
 text-decoration: underline;
}
.eventHeadlineTD {
 padding-left: 10px;
}
.eventMoreLink {
 padding-left: 10px;
}
.eventMoreLink:hover {
}
.eventNormalText {
}
.eventSmallText {
}
.FAQA {
 color: #000066;
 font-weight: bold;
}
.FAQAnswer {
 color: #000066;
}
.FAQLink {
}
.FAQLink:hover {
}
.FAQList {
 color: #000066;
}
.FAQMoreLink {
}
.FAQMoreLink:hover {
}
.FAQQ {
 color: #000066;
 font-weight: bold;
}
.FAQQHome {
 color: #000066;
 font-weight: bold;
}
.FAQQuest {
 color: #000066;
 font-weight: bold;
}
.FAQQuestHome {
 color: #000066;
}
.FAQTopLink {
 color: #000066;
}
.formBody {
}
.formHeading {
}
.formSmallText {
}
.formText {
}
.formTextRequired {
 font-weight: bold;
}
.gendocsDetail {
}
.gendocsHeading {
}
.gendocsLink {
}
.image {
 margin: 10px;
}
.imageCaption {
 color: #000066;
 padding-bottom: 5px;
 padding-top: 2px;
 text-align: center;
}
.jobHeading1 {
 color: #000066;
 font-size: 12pt;
 font-weight: bold;
}
.jobHeading2 {
 color: #000066;
 font-weight: bold;
}
.jobHeading4 {
}
.jobLink {
}
.jobRed {
}
.jobSmallText {
}
.jobSmallTextBold {
}
.jobText {
}
.LeftLink1 {
 font-size: 8pt;
}
.LeftLink1:hover {
}
.LeftLink2 {
 font-size: 8pt;
 padding-bottom: 10px;
 text-decoration: none;
}
.LeftLink2:hover {
 text-decoration: underline;
}
.list1 {
 font-size: 8pt;
}
.list1:hover {
}
.list2 {
 Padding-left: 10px;
 font-size: 8pt;
}
.list2:hover {
}
.mailinglistHeader {
}
.mailinglistText {
}
.mapBoxEdit {
}
.mapBoxText {
}
.mapHeader {
}
.mapSmallText {
}
.membersForm {
}
.membersFormRequired {
}
.membersHeading {
}
.membersSmallText {
}
.membersText {
}
.menuPipe {
 font-size: 8pt;
 color: #ffffff;
 text-decoration: none;
}
.menuPipeLink {
 font-size: 8pt;
 color: #ffffff;
 text-decoration: underline;
}
.menuPipeLink:hover {
 text-decoration: none;
}
.menuPipeTop {
 font-size: 10pt;
 color: #FFFFFF;
 text-decoration: none;
}
.menuPipeTopLink {
 font-size: 8pt;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
}
.menuPipeTopLink:hover {
 text-decoration: underline;
}
.menuTD1 {
 padding-bottom: 2px;
 padding-left: 5px;
 padding-right: 2px;
 padding-top: 2px;
}
.menuTD1selected {
 padding-bottom: 2px;
 padding-left: 5px;
 padding-right: 2px;
 padding-top: 2px;
}
.menuTD2 {
 padding-bottom: 2px;
 padding-left: 10px;
}
.menuTDBullet1 {
 padding-left: 10px;
 padding-top: 5px;
 vertical-align: top;
}
.menuTDBullet1selected {
 padding-left: 10px;
 padding-top: 5px;
 vertical-align: top;
}
.menuText1 {
 color: #ffffff;
 font-weight: bold;
 font-size: 10pt;
 text-decoration: none;
}
.menuText1:hover {
 text-decoration: underline;
}
.menuText1selected {
 color: #ffffff;
 font-weight: bold;
 font-size: 10pt;
 text-decoration: none;
}
.menuText1selected:hover {
 text-decoration: underline;
}
.menuText2 {
 color: #000066;
 font-size: 10pt;
 text-decoration: none;
}
.menuText2:hover { text-decoration: underline; }.moreoverCopyright {
 font-size: 8pt;
 font-style: italic;
 text-decoration: none;
}
.moreoverDate {
 color: #666666;
 font-size: 8pt;
 padding-left: 5px;
}
.moreoverDateHome {
 color: #666666;
 font-size: 8pt;
 padding-left: 5px;
}
.moreoverHeadline {
 font-weight: bold;
 text-align: left;
 text-decoration: none;
}
.moreoverHeadline:hover {
 text-decoration: underline;
}
.moreoverHeadlineHome {
 font-weight: bold;
 text-align: left;
 text-decoration: none;
}
.moreoverHeadlineHome:hover {
 text-decoration: underline;
}
.moreoverMoreLink {
}
.moreoverMoreLink:hover {
}
.moreoverMoreLinkHome {
}
.moreoverMoreLinkHome:hover {
}
.moreoverSource {
 font-size: 8pt;
}
.moreoverSource:hover {
}
.moreoverSourceHome {
 color: #666666;
 font-size: 8pt;
}
.moreoverSourceHome:hover {
}
.moreoverTitleHome {
 font-weight: bold;
 text-decoration: none;
}
.moreoverTitleHome:hover {
 text-decoration: underline;
}
.newsAuthorLink {
}
.newsBody {
}
.newsBullet {
 color: #000000;
 font-weight: bold;
 padding-left: 10px;
}
.newsHeadline {
 color: #000066;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
}
.newsListBlurb {
 color: #000000;
 padding-left: 10px;
}
.newsListHeadline {
 font-weight: bold;
 text-decoration: none;
}
.newsListHeadline:hover {
 text-decoration: underline;
}
.newsListHeadlineTD {
 padding-left: 10px;
}
.newsListMoreLink {
}
.newsListMoreLink:hover {
}
.newsListPublishline {
 font-size: 8pt;
 font-weight: bold;
 padding-left: 10px;
}
.newsPrevNext {
 line-height: 14pt;
}
.newsPublished {
 color: #666666;
 font-size: 8pt;
}
.newsSmallText {
 font-size: 8pt;
}
.newsSubHeadline {
}
.photoGalleryBG {
 background: #FFFFFF;
}
.photoGalleryBGTop {
 background: #000000;
}
.photoGalleryBody {
 background-color: #000066;
}
.photoGalleryCaption {
 text-align: center;
}
.photoGalleryDescription {
 text-align: center;
}
.photoGalleryNumbers {
 background-color: #333333;
 color: #000000;
}
.photoGalleryTitle {
 color: #FFFFFF;
}
.photoPagnationTD {
 text-align: center;
}
.photoRemote {
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 5px;
}
.photoRemoteTD {
 padding-bottom: 10px;
 padding-top: 10px;
 text-align: center;
}
.pollChoices {
 color: #000000;
 padding-left: 15px;
}
.pollHeading {
 color: #000066;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
}
.pollHomeChoices {
 font-size: 8pt;
 color: #000000;
 text-align: left;
}
.pollHomeQuestion {
 font-size: 8pt;
 color: #000000;
 font-weight: bold;
}
.pollHomeVote {
 text-align: center;
 padding-top: 10px;
}
.pollLink {
 color: #000066;
 font-size: 8pt;
 font-weight: normal;
 padding-left: 10px;
}
.pollQuestion {
 color: #000066;
 font-size: 12pt;
 font-weight: bold;
 padding-bottom: 10px;
 padding-left: 10px;
 padding-top: 10px;
}
.pollResultChoices {
 color: #000000;
 font-size: 8pt;
 font-weight: bold;
 padding-left: 10px;
}
.pollResultHeading {
 color: #000066;
 font-size: 8pt;
 font-weight: bold;
 text-align: left;
}
.pollResultHomeChoices {
 color: #000000;
 font-size: 8pt;
 font-weight: bold;
}
.pollResultHomeHeading {
 color: #000066;
 font-weight: bold;
 text-align: left;
}
.pollResultHomeLink {
 color: #000000;
 font-size: 8pt;
 font-weight: bold;
}
.pollResultHomeQuestion {
 color: #000066;
 font-size: 8pt;
 font-weight: bold;
 text-align: left;
}
.pollResultLink {
 color: #000000;
 font-size: 8pt;
 font-weight: bold;
}
.pollResultQuestion {
 color: #000066;
 font-size: 12pt;
 font-weight: bold;
 padding-left: 10px;
}
.pollVote {
 padding-bottom: 10px;
 padding-top: 10px;
 text-align: center;
}
.prevnextLink {
}
.prevnextWindow {
}
.rsvpLink {
}
.rsvpText {
}
.searchBody {
}
.searchBox {
 vertical-align: top;
}
.searchBoxInput {
 vertical-align: middle;
}
.searchBoxTable {
}
.searchBoxText {
 color: #ffffff;
 font-size: 8pt;
}
.searchHeading {
}
.searchHeadline {
 font-weight: bold;
 text-decoration: none;
}
.searchHeadline:hover {
 text-decoration: underline;
}
.searchLink {
}
.searchLink:hover {
}
.searchMainBody {
}
.searchPublishline {
 color: #666666;
}
.sectionHeader {
 color: #ffffff;
 font-size: 10pt;
 font-weight: bold;
 padding-left: 10px;
}
.sectionLink {
 color: #FFFFFF;
 font-size: 8pt;
 font-weight: bold;
}
.sectionLink:hover {
}
.sendpageBody {
 background-attachment: scroll;
 background-color: #ffffff;
 background-position: center top;
 background-repeat: no-repeat;
 color: #000066;
}
.sendpageBoldText {
 color: #000066;
 font-weight: bold;
}
.sendpageFormText {
}
.sendpageFormTextRequired {
 color: #000066;
 font-weight: bold;
}
.sendpageHeader {
 color: #000066;
 font-weight: bold;
 padding-top: 10px;
}
.shoppingAlert {
 color: #dd0000;
 font-size: 8pt;
}
.shoppingBody {
 color: #000000;
 font-size: 8pt;
}
.shoppingCartEvenRow {
 background-color: #ffffff;
 color: #000000;
}
.shoppingCartOddRow {
 background-color: #ebebeb;
 color: #000000;
}
.shoppingCartTableHeader {
 background-color: #000066;
 color: #ffffff;
 font-size: 8pt;
 font-weight: bold;
}
.shoppingForm {
 color: #000000;
 font-size: 8pt;
}
.shoppingFormQuantity {
 background-color: #9db3d0;
 color: #000000;
 font-size: 8pt;
}
.shoppingFormRequired {
 color: #000000;
 font-size: 8pt;
 font-weight: bold;
}
.shoppingInStock {
}
.shoppingItemHeading {
}
.shoppingLink {
}
.shoppingLowStock {
}
.shoppingOutOfStock {
 color: #dd0000;
}
.shoppingTD {
 padding-left: 10px;
 vertical-align: top;
 color: #000000;
}
.stockBox {
}
.stockHeader {
}
.stockLinks {
 font-size: 8pt;
}
.stockLinks:hover {
}
.stockSmallText {
 font-size: 8pt;
 text-decoration: none;
}
.stockText {
 font-size: 8pt;
 text-decoration: none;
}
.WXForecastLink {
 color: #666666;
 font-size: 8pt;
 font-weight: normal;
 text-align: center;
 text-decoration: none;
}
.WXForecastLink:hover {
 color: #184973;
 text-decoration: underline;
}
.WXSmalltext {
 font-size: 8pt;
}
.WXSmalltextFF {
}
.WXSmalltextHigh {
 color: #ff3333;
 font-size: 8pt;
 font-weight: bold;
}
.WXSmalltextLow {
 color: #3366cc;
 font-size: 8pt;
 font-weight: bold;
}
.shoppingTable {
 background-color: #e8e8e8;
 color: #000000;
}
.membershipForgot {
}
.membershipGroup {
}
.membershipHeaderRow {
 background-color: #000066;
 color: #ffffff;
 font-size: 11px;
 font-weight: bold;
 text-align: center;
}
.membershipHeaderCell {
}
.membershipOddRow {
 background-color: #ebebeb;
}
.membershipEvenRow {
 background-color: #ffffff;
}
.membershipOddCell {
 padding-left: 10px;
 padding-right: 10px;
}
.membershipEvenCell {
 padding-left: 10px;
 padding-right: 10px;
}
.membershipPassword {
}
.membershipRemember {
}
.membershipSeparatorCell {
}
.membershipSeparatorRow {
 background-color: #000066;
}
.membershipTable {
 border: 2px solid #000066;
 text-align: left;
 padding: 5px;
}
.membershipUserID {
}
.shoppingTableBorder {
 background-color: #ffffff;
}
.WXSummaryBorder {
 background-color: #000080;
}
.WXSummary {
 background-color: #ffffff;
}
.newsThumbnail {
 border: 0;
 margin-bottom: 2px;
 margin-top: 2px;
 margin-right: 10px;
 float: left;
}
.calPrev {
 position: absolute;
 top: 0;
 left: 0;
}
.calNext {
 position: absolute;
 top: 0;
 right: 0;
}
.calMonth {
 position: relative;
 top: 0;
 left: 0;
 text-align: center;
 font-weight: bold;
 margin-left: 20px;
 margin-right: 20px;
}
.calGrid {
 margin-top: 15px;
 clear: both;
 width: 100%;
}
.calGrid td {
 text-align: right;
}
.calGrid tr.calWeek {
 font-weight: bold;
 text-align: center;
}
.calMonthGlance {
 padding-top: 10px;
}
.newsCopyright {
 font-family: verdana,arial,helvetica;
 text-align: center;
 width: 100%;
 font-size: 1;
 font-style: italic;
}
.m0table0 {
 0: ;
 background-color: 5B7DCE;
}
.m0outer {
 border-bottom: 1px solid #9B9B9B;
}
.m0iout {
 color: #ffffff;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 padding-left: 10px;
 padding-right: 4px;
 text-decoration: none;
 vertical-align: middle;
 text-align: left;
 font-weight: bold;
}
.m0iover {
 color: #ffa500;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 padding-left: 10px;
 padding-right: 4px;
 text-decoration: underline;
 vertical-align: middle;
 text-align: left;
 font-weight: bold;
}
.m0idown {
 color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 padding-left: 10px;
 padding-right: 4px;
 text-decoration: underline;
 vertical-align: middle;
 text-align: left;
}
.m1table0 {
}
.m1outer {
 border-bottom: 1px solid #e5e5e5;
 background-color: #CCCCCC;
}
.m1iout {
 color: #08598e;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 padding-left: 10px;
 padding-right: 10px;
 text-decoration: none;
 vertical-align: middle;
}
.m1iover {
 color: #ffa500;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 padding-left: 10px;
 padding-right: 10px;
 text-decoration: underline;
 vertical-align: middle;
}
.m1idown {
 color: #08598e;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 padding-left: 10px;
 padding-right: 10px;
 text-decoration: underline;
 vertical-align: middle;
}
.m2table0 {
}
.m2outer {
 background-color: #003399;
 border-bottom: 1px solid #5873C2;
}
.m2iout {
 color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 padding-left: 10px;
 padding-right: 10px;
 text-decoration: none;
 vertical-align: middle;
}
.m2iover {
 color: #ffa500;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 padding-left: 10px;
 padding-right: 10px;
 text-decoration: underline;
 vertical-align: middle;
}
.m2idown {
 color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 padding-left: 10px;
 padding-right: 10px;
 text-decoration: underline;
 vertical-align: middle;
}
#freedom_calendar { position: absolute; left: 100px; top: 100px; width: 175px; z-index: 100; visibility: hidden; clip:rect(0px 175px 145px 0px); height:145px; }

/* 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 */


/* MenuBegin:MainNEW */
ul.MainNEW { margin: 0; border: 0; padding: 0; list-style: none; line-height: 30px; }
ul.MainNEW li { margin: 0; border: 0; padding: 0; float: left;/*Gecko*/ display: inline; list-style: none; position: relative; }
ul.MainNEW ul { margin: 0; border: 0; padding: 0; list-style: none; width: 182px; display: none; position: absolute; top: 30px; left: 0; }
ul.MainNEW ul li { position: relative; display: block !important; display: inline;/*For IE*/ float: left;/*IE 7*/ position: relative; }

/* 1st Level */
ul.MainNEW a { color: #FEFBDE; background: #305529; text-decoration: none; width: 180px; border-top: 3px solid #fff; border-bottom: 3px solid #fff; border-right: 3px solid #fff; text-align: center; padding: 0px 0px; font: bold 12px/30px Arial, Helvetica, sans-serif; float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block; height: auto !important; height: 1%; /*For IE*/ }
ul.MainNEW a:hover,
ul.MainNEW li:hover a,
ul.MainNEW a:hover,
ul.MainNEW li.over a { color: #FEFBDE; background: #659223; text-decoration: none; }
ul.MainNEW a.first { border-left: 3px solid #fff; }
ul.MainNEW a.last { border-right: 3px solid #fff; }

/* 2nd Level */
ul.MainNEW li:hover li a,
ul.MainNEW li.over li a { color: #FEFBDE; background: #305529; text-decoration: none; border-left: 1px solid #fff; border-right: 1px solid #fff; border-top: 1px solid #fff; border-bottom:0; float: none; }
ul.MainNEW li:hover li a:hover,
ul.MainNEW li:hover li:hover a,
ul.MainNEW li.over li a:hover,
ul.MainNEW li.over li.over a { color: #FEFBDE; background: #659223; text-decoration: none; }
ul.MainNEW li:hover li a.first,ul.MainNEW li.over li a.first { border-top: 1px solid #fff; }
ul.MainNEW li:hover li a.last,ul.MainNEW li.over li a.last { border-bottom: 1px solid #fff; }

/* 3rd Level */
ul.MainNEW li:hover li:hover li a,
ul.MainNEW li.over li.over li a { color: #FEFBDE; background: #305529; text-decoration: none; border-left: 1px solid #fff; border-right: 1px solid #fff; border-top: 1px solid #fff; border-bottom:0; }
ul.MainNEW li:hover li:hover li a:hover,
ul.MainNEW li:hover li:hover li:hover a,
ul.MainNEW li.over li.over li a:hover,
ul.MainNEW li.over li.over li.over a { color: #FEFBDE; background: #659223; text-decoration: none; }
ul.MainNEW li:hover li:hover li a.first,ul.MainNEW li.over li.over li a.first { border-top: 1px solid #fff; }
ul.MainNEW li:hover li:hover li a.last,ul.MainNEW li.over li.over li a.last { border-bottom: 1px solid #fff; }

ul.MainNEW ul ul { display: none; position: absolute; top: 0; left: 183px; }

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

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

/* MenuBegin:MENU_EVENT_01 */
ul.MENU_EVENT_01 { margin: 0; border: 0; padding: 0; list-style: none; line-height: 22px; }
ul.MENU_EVENT_01 li { margin: 0; border: 0; padding: 0; float: left;/*Gecko*/ display: inline; list-style: none; position: relative; }
ul.MENU_EVENT_01 ul { margin: 0; border: 0; padding: 0; list-style: none; width: 99px; display: none; position: absolute; top: 22px; left: 0; }
ul.MENU_EVENT_01 ul li { position: relative; display: block !important; display: inline;/*For IE*/ float: left;/*IE 7*/ position: relative; }

/* 1st Level */
ul.MENU_EVENT_01 a { color: #fff; background: #477314; text-decoration: none; width: 85px; border-right: 1px solid #fff; text-align: center; padding: 0px 7px; font: normal 12px/22px Arial, Helvetica, sans-serif; float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block; height: auto !important; height: 1%; /*For IE*/ }
ul.MENU_EVENT_01 a:hover,
ul.MENU_EVENT_01 li:hover a,
ul.MENU_EVENT_01 a:hover,
ul.MENU_EVENT_01 li.over a { color: #000; background: #FFBA9F; text-decoration: none; }
ul.MENU_EVENT_01 a.last { border-right: 0; }

/* 2nd Level */
ul.MENU_EVENT_01 li:hover li a,
ul.MENU_EVENT_01 li.over li a { width: 115px; line-height: 22px; color: #fff; background: #477314; text-decoration: none; border-top: 1px solid #fff; text-align: left; border-bottom:0; border-right:0; float: none; }
ul.MENU_EVENT_01 li:hover li a:hover,
ul.MENU_EVENT_01 li:hover li:hover a,
ul.MENU_EVENT_01 li.over li a:hover,
ul.MENU_EVENT_01 li.over li.over a { color: #fff; background: #8F8F8F; text-decoration: none; }
ul.MENU_EVENT_01 li:hover ul,
ul.MENU_EVENT_01 li.over ul { width: 115px; }
ul.MENU_EVENT_01 li:hover li:hover li a.first,ul.MENU_EVENT_01 li.over li.over li a.first { border-top: 0; }

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


/* MenuBegin:MENU_EVENT_02 */
ul.MENU_EVENT_02 { margin: 0; border: 0; padding: 0; list-style: none; line-height: 22px; }
ul.MENU_EVENT_02 li { margin: 0; border: 0; padding: 0; float: left;/*Gecko*/ display: inline; list-style: none; position: relative; }
ul.MENU_EVENT_02 ul { margin: 0; border: 0; padding: 0; list-style: none; width: 99px; display: none; position: absolute; top: 22px; left: 0; }
ul.MENU_EVENT_02 ul li { position: relative; display: block !important; display: inline;/*For IE*/ float: left;/*IE 7*/ position: relative; }

/* 1st Level */
ul.MENU_EVENT_02 a { color: #fff; background: #000; text-decoration: none; width: 85px; border-right: 1px solid #fff; text-align: left; padding: 0px 7px; font: normal 11px/22px Arial, Helvetica, sans-serif; float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block; height: auto !important; height: 1%; /*For IE*/ }
ul.MENU_EVENT_02 a:hover,
ul.MENU_EVENT_02 li:hover a,
ul.MENU_EVENT_02 a:hover,
ul.MENU_EVENT_02 li.over a { color: #000; background: #efc373; text-decoration: none; }
ul.MENU_EVENT_02 a.last { border-right: 0; }

/* 2nd Level */
ul.MENU_EVENT_02 li:hover li a,
ul.MENU_EVENT_02 li.over li a { width: 115px; line-height: 22px; color: #fff; background: #000; text-decoration: none; border-top: 1px solid #fff; border-bottom:0; border-right:0; float: none; }
ul.MENU_EVENT_02 li:hover li a:hover,
ul.MENU_EVENT_02 li:hover li:hover a,
ul.MENU_EVENT_02 li.over li a:hover,
ul.MENU_EVENT_02 li.over li.over a { color: #000; background: #efc373; text-decoration: none; }
ul.MENU_EVENT_02 li:hover ul,
ul.MENU_EVENT_02 li.over ul { width: 115px; }
ul.MENU_EVENT_02 li:hover li:hover li a.first,ul.MENU_EVENT_02 li.over li.over li a.first { border-top: 0; }

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

/* MenuBegin:MENU_EVENT_03 */
ul.MENU_EVENT_03 { margin: 0; border: 0; padding: 0; list-style: none; line-height: 22px; }
ul.MENU_EVENT_03 li { margin: 0; border: 0; padding: 0; float: left;/*Gecko*/ display: inline; list-style: none; position: relative; }
ul.MENU_EVENT_03 ul { margin: 0; border: 0; padding: 0; list-style: none; width: 99px; display: none; position: absolute; top: 22px; left: 0; }
ul.MENU_EVENT_03 ul li { position: relative; display: block !important; display: inline;/*For IE*/ float: left;/*IE 7*/ position: relative; }

/* 1st Level */
ul.MENU_EVENT_03 a { color: #fff; background: #000; text-decoration: none; width: 85px; border-right: 1px solid #fff; text-align: left; padding: 0px 7px; font: normal 11px/22px Arial, Helvetica, sans-serif; float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block; height: auto !important; height: 1%; /*For IE*/ }
ul.MENU_EVENT_03 a:hover,
ul.MENU_EVENT_03 li:hover a,
ul.MENU_EVENT_03 a:hover,
ul.MENU_EVENT_03 li.over a { color: #000; background: #efc373; text-decoration: none; }
ul.MENU_EVENT_03 a.last { border-right: 0; }

/* 2nd Level */
ul.MENU_EVENT_03 li:hover li a,
ul.MENU_EVENT_03 li.over li a { width: 115px; line-height: 22px; color: #fff; background: #000; text-decoration: none; border-top: 1px solid #fff; border-bottom:0; border-right:0; float: none; }
ul.MENU_EVENT_03 li:hover li a:hover,
ul.MENU_EVENT_03 li:hover li:hover a,
ul.MENU_EVENT_03 li.over li a:hover,
ul.MENU_EVENT_03 li.over li.over a { color: #000; background: #efc373; text-decoration: none; }
ul.MENU_EVENT_03 li:hover ul,
ul.MENU_EVENT_03 li.over ul { width: 115px; }
ul.MENU_EVENT_03 li:hover li:hover li a.first,ul.MENU_EVENT_03 li.over li.over li a.first { border-top: 0; }

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


/* MenuBegin:MENU_EVENT_04 */
ul.MENU_EVENT_04 { margin: 0; border: 0; padding: 0; list-style: none; line-height: 22px; }
ul.MENU_EVENT_04 li { margin: 0; border: 0; padding: 0; float: left;/*Gecko*/ display: inline; list-style: none; position: relative; }
ul.MENU_EVENT_04 ul { margin: 0; border: 0; padding: 0; list-style: none; width: 99px; display: none; position: absolute; top: 22px; left: 0; }
ul.MENU_EVENT_04 ul li { position: relative; display: block !important; display: inline;/*For IE*/ float: left;/*IE 7*/ position: relative; }

/* 1st Level */
ul.MENU_EVENT_04 a { color: #fff; background: #000; text-decoration: none; width: 85px; border-right: 1px solid #fff; text-align: left; padding: 0px 7px; font: bold 11px/22px Arial, Helvetica, sans-serif; float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block; height: auto !important; height: 1%; /*For IE*/ }
ul.MENU_EVENT_04 a:hover,
ul.MENU_EVENT_04 li:hover a,
ul.MENU_EVENT_04 a:hover,
ul.MENU_EVENT_04 li.over a { color: #fff; background: #264DA8; text-decoration: none; }
ul.MENU_EVENT_04 a.last { border-right: 0; }

/* 2nd Level */
ul.MENU_EVENT_04 li:hover li a,
ul.MENU_EVENT_04 li.over li a { width: 115px; line-height: 22px; color: #fff; background: #000; text-decoration: none; border-top: 1px solid #fff; border-bottom:0; border-right:0; float: none; }
ul.MENU_EVENT_04 li:hover li a:hover,
ul.MENU_EVENT_04 li:hover li:hover a,
ul.MENU_EVENT_04 li.over li a:hover,
ul.MENU_EVENT_04 li.over li.over a { color: #000; background: #C2E1EF; text-decoration: none; }
ul.MENU_EVENT_04 li:hover ul,
ul.MENU_EVENT_04 li.over ul { width: 115px; }
ul.MENU_EVENT_04 li:hover li:hover li a.first,ul.MENU_EVENT_04 li.over li.over li a.first { border-top: 0; }

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

/* MenuBegin:MENU_EVENT_05 */
ul.MENU_EVENT_05 { margin: 0; border: 0; padding: 0; list-style: none; line-height: 22px; }
ul.MENU_EVENT_05 li { margin: 0; border: 0; padding: 0; float: left;/*Gecko*/ display: inline; list-style: none; position: relative; }
ul.MENU_EVENT_05 ul { margin: 0; border: 0; padding: 0; list-style: none; width: 99px; display: none; position: absolute; top: 22px; left: 0; }
ul.MENU_EVENT_05 ul li { position: relative; display: block !important; display: inline;/*For IE*/ float: left;/*IE 7*/ position: relative; }

/* 1st Level */
ul.MENU_EVENT_05 a { color: #fff; background: #000; text-decoration: none; width: 85px; border-right: 1px solid #fff; text-align: left; padding: 0px 7px; font: normal 11px/22px Arial, Helvetica, sans-serif; float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block; height: auto !important; height: 1%; /*For IE*/ }
ul.MENU_EVENT_05 a:hover,
ul.MENU_EVENT_05 li:hover a,
ul.MENU_EVENT_05 a:hover,
ul.MENU_EVENT_05 li.over a { color: #000; background: #efc373; text-decoration: none; }
ul.MENU_EVENT_05 a.last { border-right: 0; }

/* 2nd Level */
ul.MENU_EVENT_05 li:hover li a,
ul.MENU_EVENT_05 li.over li a { width: 115px; line-height: 22px; color: #fff; background: #000; text-decoration: none; border-top: 1px solid #fff; border-bottom:0; border-right:0; float: none; }
ul.MENU_EVENT_05 li:hover li a:hover,
ul.MENU_EVENT_05 li:hover li:hover a,
ul.MENU_EVENT_05 li.over li a:hover,
ul.MENU_EVENT_05 li.over li.over a { color: #000; background: #efc373; text-decoration: none; }
ul.MENU_EVENT_05 li:hover ul,
ul.MENU_EVENT_05 li.over ul { width: 115px; }
ul.MENU_EVENT_05 li:hover li:hover li a.first,ul.MENU_EVENT_05 li.over li.over li a.first { border-top: 0; }

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