@charset "UTF-8";
/* CSS Document */

/* Hide/Show elements */

.off {
	display: none;
}

.on {
	display:block;
}

/*--- MAIN NAV ---*/

.navDivider {
	float:right;
	height: 19px;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 1px;
	background-color:#D1D8C8;

}

.mainNav {
	padding-top: 9px;
	padding-left: 12px;
	padding-right: 12px;
	color: #797979;
	font-weight: bold;
	text-align:center;
	font-size: 13px;
	text-decoration:none;
}

.mainNav a {
	color: #797979;
	font-weight: bold;
	text-align:center;
	font-size: 13px;
	text-decoration:none;
}

.mainNav:hover {
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#8DAE69;
}

#mainNavHome {
    float:right;
	width: 40px;
	height: 21px;
	
}

#mainNav2010Calendars {
    float:right;
	width: 98px;
	height: 21px;
}

#mainNav2011Calendars {
    float:right;
	width: 98px;
	height: 21px;
}

#mainNavAbout {
    float:right;
	width: 40px;
	height: 21px;
}

#mainNavContact {
    float:right;
	width: 50px;
	height: 21px;
}

#mainNavCheckout {
    float:right;
	width: 82px;
	height: 21px;
}

/*--- DROP DOWN HOLDERS ---*/

#calendars2011Nav {
	position:absolute;
	top: 33px;
	left: 598px;
	border-style:solid;
    border-width:1px;
	border-color:#D1D8C8;
	border-top:none;
	background-color:#FFF;
	width: 120px;
	height: auto;
}

#calendars2011 {
	
}

#calendars2010Nav {
	position:absolute;
	top: 33px;
	left: 475px;
	border-style:solid;
    border-width:1px;
	border-color:#D1D8C8;
	border-top:none;
	background-color:#FFF;
	width: 120px;
	height: auto;
}

#calendars2010 {
	
}

#checkoutNav {
	position:absolute;
	top: 33px;
	right: 13px;
	border-style:solid;
    border-width:1px;
	border-color:#D1D8C8;
	border-top:none;
	background-color:#FFF;
	width: 104px;
	height: auto;
}

#checkout {
	
}

/*--- SUB NAV ---*/


#subNav  {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

.calendarSubNav {
	float:left;
	text-align:left;
	border: none;
	font-family:Helvetica;
	font-size:11px;
	letter-spacing: 0px;
	color: #554646;
	text-decoration:none;
}

.calendarSubNav ul {
	list-style: none;
	border: none;
	color:#554646;
}

.calendarSubNav li {
margin-bottom: 5px;
}

.calendarSubNav li a {
color:#554646;
border-bottom: none;
margin: 0;
text-decoration:none;
}

.calendarSubNav li a:hover {
color:#64993F;
text-decoration:none;
border-bottom: 0px;
}


