/* =homepage actions
-------------------------------*/

.box-action {
    width: 170px;
    float: left;
	margin-left:10px;
    margin-right:10px;
    margin-top:5px;
	background:#fff;
	border:solid 1px #999;
	text-align:center
}

.box-action h2 a {
    background:#eee;
    color:#000;
    font-size: 1.2em;
    font-weight:normal;
    padding:8px 10px ;
    margin-top:0px;
    display:block;
    text-decoration:none;
    line-height:1em;
	border-bottom:solid 1px #ccc;
}

.box-action h2 a:hover {
	color:#fff;
}


.box-action div {
    font-size: 1em;
    padding:4px 10px;
	height:15px;
	position:relative;
}

.box-action p {
	margin-top:5px;
    margin-bottom:3px;
	font-weight:bold;
	line-height:1em;
}

.box-hover h2 a {
    background:#3c4393;
	color:#fff;
	border-bottom:solid 1px #3c4393;
}

.box-hover div {
    background:#f6f6f6;
}

.homepage-hover {
	border:solid 1px #3c4393;
}



.calendar-action {
    width: 280px;
    float: left;
    margin-right:17px;
    margin-top:20px;
	background:#fff;
	border:solid 1px #999;
}

.calendar-action h2 a {
    background:#eee;
    color:#000;
    font-size: 1.2em;
    font-weight:normal;
    padding:8px 10px ;
    margin-top:0px;
    display:block;
    text-decoration:none;
    line-height:1em;
	border-bottom:solid 1px #ccc;
}

.calendar-action h2 a:hover {
	color:#fff;
}


.calendar-action div {
    font-size: 1em;
    padding:4px 10px;
	height:230px;
	position:relative;
}

.calendar-action p {
	margin-top:5px;
    margin-bottom:3px;
	font-weight:bold;
	line-height:1em;
}

/*
.calendar-action div a {
    font-size: 0.8em;
    color:#3c4393;
    text-decoration: none;
    text-align:right;
	display:block;
	position:absolute;
	top:100px;
	left:0;
	padding:5px 10px 12px 0;
    width:270px;
	height:12px;
}
.calendar-action div a:hover {
	color:#fff;
	background:#3c4393;
}

.calendar-hover div a {
    visibility: visible;
}
*/

.calendar-hover h2 a {
    background:#3c4393;
	color:#fff;
	border-bottom:solid 1px #3c4393;
}

.calendar-hover div {
    background:#f6f6f6;
}

.homepage-action {
    width: 280px;
    float: left;
    margin-right:17px;
    margin-top:20px;
	background:#fff;
	border:solid 1px #999;
}

.homepage-action h2 a {
    background:#f6f3c1;
    color:#000;
    font-size: 1.2em;
    font-weight:normal;
    padding:8px 10px ;
    margin-top:0px;
    display:block;
    text-decoration:none;
    line-height:1em;
	border-bottom:solid 1px #ccc;
}

.homepage-action h2 a:hover {
	color:#fff;
}


.homepage-action div {
    font-size: 1em;
    padding:4px 10px;
	height:100px;
	position:relative;
}

.homepage-action p {
	margin-top:5px;
    margin-bottom:3px;
	font-weight:bold;
	line-height:1em;
}

.homepage-action ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.homepage-action li {
    padding: 0 0 0 15px;
	margin:0;
	/*display:inline-block;*/
    line-height: 1.4em;
}

.events li {
    background: url(goldfish.gif) 4px 0 no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
}

.events-hover li {
    background: url(goldfish-over.gif) 4px 0 no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
}

#events a, #innercalendar a {
/*	position: relative;
	width: auto;
	top: auto;
	height: auto;
	text-align: left;
	font-size: 1em;
	background: inherit;
	color: #000000;
	text-decoration:underline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;*/
}
#events a:hover, #innercalendar a:hover {
/*	width: auto;
	top: auto;
	padding: 0;
	height: auto;
	color: #666666;
	background-color:#f6f6f6;
	text-decoration:none;*/
}
/*
.homepage-action div a {
    font-size: 0.8em;
    color:#de680e;
    text-decoration: none;
    text-align:right;
	display:block;
	position:absolute;
	top:100px;
	left:0;
	padding:5px 10px 12px 0;
    width:270px;
	height:12px;
}
.homepage-action div a:hover {
	color:#fff;
	background:#de680e;
}

.homepage-hover div a {
    visibility: visible;
}*/

.homepage-action div a.link {
    font-size: 0.8em;
    color:#de680e;
    text-decoration: none;
    text-align:right;
	display:block;
	position:absolute;
	top:79px;
	left:0;
	padding:5px 10px 12px 0;
    width:270px;
	height:12px;
}
.homepage-action div a.link:hover {
	color:#fff;
	background:#de680e;
}

.homepage-hover div a.link {
    visibility: visible;
}

.homepage-hover h2 a {
    background:#de680e;
	color:#fff;
	border-bottom:solid 1px #de680e;
}

.homepage-hover div {
    background:#f6f3c1;
}

.events-hover div a {
    visibility: visible;
}


.events-hover h2 a {
    background:#de680e;
	color:#fff;
	border-bottom:solid 1px #de680e;
}

.events-hover div {
    background:#f6f6f6;
}

.marketing-action {
    width: 420px;
    float: left;
    margin-right:17px;
    margin-top:20px;
	background:#fff;
	border:solid 1px #999;
}

.marketing-action h2 a {
    background:#eee;
    color:#000;
    font-size: 1.2em;
    font-weight:normal;
    padding:8px 10px ;
    margin-top:0px;
    display:block;
    text-decoration:none;
    line-height:1em;
	border-bottom:solid 1px #ccc;
}

.marketing-action h2 a:hover {
	color:#fff;
}


.marketing-action div {
    font-size: 1em;
    padding:4px 10px;
	height:100px;
	position:relative;
}

.marketing-action p {
	margin-top:5px;
    margin-bottom:3px;
	font-weight:bold;
	line-height:1em;
}

.marketing-action ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.marketing-action li {
    padding: 0 0 0 15px;
	margin:0;
	/*display:inline-block;*/
    line-height: 1.4em;
}

.marketing-hover div a {
    visibility: visible;
}


.marketing-hover h2 a {
    background:#3c4393;
	color:#fff;
	border-bottom:solid 1px #3c4393;
}

.marketing-hover div {
    background:#f6f6f6;
}

.marketing-action div a {
    font-size: 0.8em;
    color:#3c4393;
    text-decoration: none;
    text-align:right;
	display:block;
	position:absolute;
	top:80px;
	left:0;
	padding:5px 10px 12px 0;
    width:410px;
	height:12px;
}
.marketing-action div a:hover {
	color:#fff;
	background:#3c4393;
}

.last-item {
    margin-right:0;
}

ol.calendar {
	width:210px;
	margin:0 auto;
	display:block;
	padding:0;
}
ol.calendar li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
ol.calendar ul {
	padding:0px;
	margin:0px;
	display:inline;
}
ol.calendar ol {
	padding:0px;
	margin:0px;
	display:inline;
}
ol.calendar p.link {
	text-align:center;
	display:block;
}
/*
 * Day styles
 -------------------------*/
ol.calendar li li {
	width:20px;
	height:20px;
	float:left;
	margin:2px;
	border:1px solid #444;
	padding:2px;
	overflow:auto;
	text-align:center;
	background:#fff;
	font-size:12px;
	font-weight:bold;
}
/*
 * Day content (UL/OL & P)
 -------------------------*/
ol.calendar li li p {
	display:block;
}
/*
 * Event class
 -------------------------*/
ol.calendar li li.event {
	border-color:#ec008c;
}
ol.calendar li li.today {
	background:#3c4393;
	color:#fff
}
/*
 * Inactive months
 -------------------------*/
li#lastmonth li, li#nextmonth li {
	color: #999999;
	background:#f5f5f5;
	border:1px solid #999;
}