/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    background: url(img/back.jpg) #a6a988 repeat-x top;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
}

ul {
	padding: 8px 8px 8px 20px;
}

ol {
	padding: 8px 8px 8px 35px;
}

h1, h2, h3, h4, h5, h6 {
    padding: .4em 8px .3em 8px;
    color: #555d29;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 13px;
}

hr {
    height: 1px;
    background-color: #ccba9e;
    border: none;
    margin: 4px 8px;
}

fieldset {
    padding: 10px;
    margin: 10px;
}

legend {
    padding: 0 6px;
}

p {
    padding: 8px;
}

* html img {
    display: block;
    margin:0px;
    padding:0px;
    border-width:0px;
    overflow: hidden;
}

a {
    color: #555d29;
}

.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
    color: #A7B3C9;
}

.green h1, .green h2, .green h3, .green h4, .green h5, .green h6 {
    color: #A2BFA2;
}

.orange h1, .orange h2, .orange h3, .orange h4, .orange h5, .orange h6 {
    color: #F6C9AA;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
    color: #555d29;
}

#container {
    width: 762px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 4px 4px 4px 4px;
    margin-top: 4px;
    text-align: left;
    margin-bottom: 8px;
}

#inner {
    background: url(img/backInner.jpg) #ffffff repeat-y left;
}

#inner.standard {
    background: url(img/backInnerStandard.jpg) #ffffff repeat-y left;
}

#inner.blue {
    background: url(img/backInnerBlue.jpg) #ffffff repeat-y left;
}

#inner.green {
    background: url(img/backInnerGreen.jpg) #ffffff repeat-y left;
}

#inner.orange {
    background: url(img/backInnerOrange.jpg) #ffffff repeat-y left;
}

#inner.blueWhite {
    background: url(img/backInnerWhtBlue.jpg) #ffffff repeat-y left;
}

#inner.greenWhite {
    background: url(img/backInnerWhtGreen.jpg) #ffffff repeat-y left;
}

#inner.orangeWhite {
    background: url(img/backInnerWhtOrange.jpg) #ffffff repeat-y left;
}

#inner.white {
    background: url(img/backInnerWhite.jpg) #ffffff repeat-y left;
}

#header {
    background-color: #ffe9c6;
    overflow: hidden;
}

#leftSide {
	width: 144px;
	text-align: center;
	float: left;
    padding: 0;
}

* html #leftSide {
    margin-right: -3px;
}

#leftNav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
    background: url(img/ListBorder.jpg) no-repeat top;
    padding-top: 1px;
    margin-top: 12px;
}

#leftNav li {
    background: url(img/ListBorder.jpg) no-repeat bottom;
    padding-bottom: 1px;
}

#leftNav li a {
    display: block;
    width: 129px;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 0;
    padding-right: 15px;
    color: #555d29;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Trebuchet MS, Arial, sans-serif;
}

#leftNav li a.selected, #leftNav li a:hover {
    background: url(img/ListSelected.jpg) #ffe1b0 repeat-y top;
}

#topNav {
    overflow: hidden;
}

* html #topNav {
    width: 618px;
    margin-right: -3px;
}

#topNav ul {
    padding: 0;
}

#topNav ul li {
    display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#topNav ul li a {
    width: 103px;
    float: left;
    text-align: center;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 0;
    color: #ffe9c6;
    text-decoration: none;
    font-family: Trebuchet MS, Arial, sans-serif;
}

.blue #topNav, .blueWhite #topNav {
    background-color: #63859e;
}

.blueWhite #topNav ul li a.selected, .blueWhite #topNav ul li a:hover,
.blue #topNav ul li a.selected, .blue #topNav ul li a:hover {
    background-color: #8591a7;
}

.green #topNav, .greenWhite #topNav {
    background-color: #688c59;
}

.greenWhite #topNav ul li a.selected, .greenWhite #topNav ul li a:hover,
.green #topNav ul li a.selected, .green #topNav ul li a:hover {
    background-color: #809d80;
}

.orange #topNav, .orangeWhite #topNav {
    background-color: #da7347;
}

.orangeWhite #topNav ul li a.selected, .orangeWhite #topNav ul li a:hover,
.orange #topNav ul li a.selected, .orange #topNav ul li a:hover {
    background-color: #d4a788;
}

#searchForm {
    background: url(img/search.jpg) no-repeat top center;
    width: 136px;
    height: 44px;
    margin: 8px auto;
    position: relative;
}

/*
#search {
    position: absolute;
    background: transparent none repeat scroll 0%;
    border: 0pt solid #FFFFFF;
    cursor: text;
    height: 19px;
    line-height: 20px;
    top: 23px;
    left: 5px;
    width: 123px;
}
*/

#search {
    position: absolute;
    border: 1px solid #CECCCF;
    line-height: 20px;
    top: 23px;
    left: 5px;
    width: 123px;
}

#content {
	position: relative;
    overflow: hidden;
    line-height: 17px;
}

* html #content {
    width: 618px;
}

* html #content #mainColumn {
    width: 420px;
}

#rightSide {
    padding: 8px;
    float: right;
    width: 182px;
    font-size: 11px;
    line-height: 16px;
    text-align: justify;
}

* html #rightSide {
    margin-right: -3px;
}

#rightSide ul {
    padding-left: 18px;
    margin: 6px 0;
    text-align: left;
}

#rightNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#rightNav ul li a {
    display: block;
    width: 165px;
    padding: 4px 8px;
    text-decoration: none;
    font-family: Trebuchet MS, Arial, sans-serif;
}

#rightSide, #rightNav ul li a {
    color: #ffe9c6;
}

.full #content {
    clear: both;
    background-color: #FFF8E6;
}

.standard #rightNav ul li a, .standard #rightSide {
    color: #000000;
}

.blueWhite #rightNav ul li a, .blueWhite #rightSide,
.blue #rightNav ul li a, .blue #rightSide {
    color: #034567;
}

.greenWhite #rightNav ul li a, .greenWhite #rightSide,
.green #rightNav ul li a, .green #rightSide {
    color: #688c59;
}

.orangeWhite #rightNav ul li a, .orangeWhite #rightSide,
.orange #rightNav ul li a, .orange #rightSide {
    color: #da7347;
}

.standard #rightNav ul li a.selected, .standard #rightNav ul li a:hover {
    background-color: #F3CB8D;
    color: #000000;
}

.blueWhite #rightNav ul li a.selected, .blueWhite #rightNav ul li a:hover,
.blue #rightNav ul li a.selected, .blue #rightNav ul li a:hover {
    background-color: #63859e;
    color: #A7B3C9;
}

.greenWhite #rightNav ul li a.selected, .greenWhite #rightNav ul li a:hover,
.green #rightNav ul li a.selected, .green #rightNav ul li a:hover {
    background-color: #688c59;
    color: #A2BFA2;
}

.orangeWhite #rightNav ul li a.selected, .orangeWhite #rightNav ul li a:hover,
.orange #rightNav ul li a.selected, .orange #rightNav ul li a:hover {
    background-color: #da7347;
    color: #F6C9AA;
}

#twoColumn {
    background: url(img/backInnerContent.jpg) #ffffff repeat-y right;
}

#mainColumn {
    overflow: hidden;
}

#content.white #mainColumn {
    background-color: #ffffff;
}

#footer {
    clear: both;
	text-align: center;
    padding: 6px;
	color: #ffffff;
    background: url(img/backFooter.jpg) #63859e repeat-x top;
}

#footer a {
    color: #ffffff;
}

* html #footer {
    width: 750px;
}

.clear { clear: both; }

#leftSide img { position: relative; z-index: 999; }
.pageHeaderImage img { margin-top: -35px; display: block; position: relative; z-index: 99; }

.contentAsColumn .pluginHeader { float: left; min-width: 205px; padding: 2em 1em 0; font-size: 1.2em; line-height: 1.5; }
.contentAsColumn .pluginHeader h2 { font-weight: normal; color: inherit; }
.contentAsColumn .pluginHeader a { text-decoration: none; }
.contentAsColumn .pluginHeader a:hover { text-decoration: underline; }
.contentAsColumn #plugContainer.ep_calendar #calendar_left { clear: left; }

#plugContainer.ep_calendar fieldset { border: 0 none; }
#plugContainer.ep_calendar legend { font-size: 1.4em; padding-left: 0; }
#plugContainer.ep_calendar #calendar_left { margin: 0em 0 2em; }
#plugContainer.ep_calendar #calendar_left .calFieldsets table { margin-top: 0 !important; }
#plugContainer.ep_calendar #calendar_left .calFieldsets th { display: none; }

#plugContainer.ep_calendar #calendar_left .calFieldsets input { vertical-align: middle; }
#plugContainer.ep_calendar #calendar_left .calFieldsets input.submitButton { padding: 2px 4px; }

#plugContainer.ep_calendar #calendar_left .calFieldsets td.filter { line-height: 1.6; color: inherit; }
#plugContainer.ep_calendar #calendar_left .calFieldsets .filter input { vertical-align: text-bottom; margin-right: 3px; }

#plugContainer.ep_calendar #calendar_main { border-left: solid 1px #ccc; min-height: 425px; position: relative; padding-bottom: 65px; }
#plugContainer.ep_calendar #calendarWrapper legend { font-size: 2em; padding-top: .6em; }
#plugContainer.ep_calendar #calendarWrapper .ep_calEvents { padding: 0; margin-top: 1em; }

#plugContainer.ep_calendar table.eventDisplay { border-spacing: 0; }
#plugContainer.ep_calendar table.eventDisplay th { background: #63859E; color: #fff; padding: 4px 15px; }
#plugContainer.ep_calendar table.eventDisplay .cal_eventDetail td { padding: 10px 5px; }
#plugContainer.ep_calendar table.eventDisplay .cal_eventDetail td a { text-decoration: none; }
#plugContainer.ep_calendar table.eventDisplay .cal_eventDetail td a:hover { text-decoration: underline; }

#plugContainer.ep_calendar table.eventDisplay .currentDate { color: inherit; padding: 15px 15px 5px; }
#plugContainer.ep_calendar table.eventDisplay td.calRuler { background: none; border-top: solid 1px #f3cc8b; }

#plugContainer.ep_calendar .ep_calRSS { position: absolute; bottom: 25px; right: 25px; }
div#plugContainer.ep_calendar div.calEventDescription { display: block; margin: 1em 0 0; }

div#plugContainer.ep_calendar .eventDisplay .notice { font-weight: normal; padding: 15px; }

div.ep_calDetail .eventDisplay td { padding-bottom: 5px; line-height: 1.6em; }
div.ep_calDetail .eventDisplay tr:last-child td { font-size: .9em; text-align: center; color: #999; padding-top: 35px !important; }
div.ep_calDetail .eventDisplay td p { padding: 8px 0; }
#plugContainer.ep_calendar td.calTitle { color: inherit; font-weight: normal; padding-bottom: 15px; }
#plugContainer.ep_calendar .ep_calDetail .eventDisplay strong { display: block; width: 115px; }

.calEventUrl td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 330px; }
