body
{
	background-color:#333;
	font-size:14px;
}
.holder
{
	width:1000px;
	margin:0 auto;
	background-color:#f6eab7;
}
.rightcol
{
	background-color:#fef7d3;
	width:257px;
}
.banner
{
	background-image:url(/resources/images/banner.jpg?v=2);
	width:1000px;
	height:310px;
	display:block;
}

h2
{
	 color:#8e8250;
	 font-family: Oswald,sans-serif;

	 text-transform:uppercase;
	 font-size:30px;
	 font-weight:normal;
}
h2
{
	 color:#8e8250;
	 background-color:#fdeba0;
	 font-family: Oswald,sans-serif;
	 text-transform:uppercase;
	 font-size:30px;
	 font-weight:normal;
	 margin:0;
	 padding:10px;
}
h3
{
	 color:#333;
	 font-family: Oswald,sans-serif;
	 font-size:21px;
	 font-weight:normal;
	 margin:10px 10px 5px 10px;
}
hr
{
	border: 1px solid #c0b99c;
	margin:0 10px;
}
.content
{
	
}
.content hr
{
	margin:0;
}

.btn {
	display: inline-block;
	line-height: 1;
	padding: 7px 10px;
	text-decoration: none;
	
	color: #3b382f;
	font-family: Oswald,sans-serif;
	border:1px solid #3b382f;
	background-color: #fefffd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
input.btn, button.btn {
	border: 0px none;
}

.UpcomingEvents h3
{
	font-size:16px;
}
.UpcomingEvents p
{
	font-size:14px;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	padding:0 10px 10px 10px;
	margin:0;
}
.UpcomingEvents p a
{
	font-size:14px;
	color:#2a4b00;
}
.UpcomingEvents .more
{
	margin:10px;
	text-align:right;
}

.pagingTabs
{
    color: #FFFFFF;
    font-size: 1.2em;
    padding-top: 5px;
    text-align: center;
}
.pagingTabs li, .pagingTabs ul
{
	list-style:none;
}
.pagingTabs li
{
	padding:2px 4px;
	float:left;
    width: 20px;
}
.pagingTabs a
{
	color: #FFB200;
	text-decoration:underline;
}
.control-group
{
	clear:both;
}
.col-lg-2
{
	width:14.6%;
	margin:10px 1%;
	float:left;
}
.col-lg-3
{
	width:22.9%;
	margin:10px 1%;
	float:left;
}
.col-lg-4
{
	width:30.6%;
	margin:10px 1%;
	float:left;
}
.col-lg-8
{
	width:61.4%;
	margin:10px 1%;
	float:left;
}
.col-lg-6
{
	width:45.8%;
	margin:10px 1%;
	float:left;
}
.img-responsive
{
	width:100%;
	height:auto;
}
.col-lg-9
{
	width:72.7%;
	margin:10px 1%;
	float:left;
}
.col-lg-10
{
	width:81%;
	margin:10px 1%;
	float:left;
}
.form-group
{
	clear:both;
}
.control-label
{
	color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.5em;
    text-align: right;
    vertical-align: top;
}
.form-control
{
	width:96%;
}
.page
{
	padding: 0 10px 10px 10px;
	line-height:1.3em;
	text-align:left;
	font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.page h3
{
    color: #000;
    font-size: 1.5em;
	line-height: 1.7em;
    margin: 10px 5px 5px 0;
	
    text-align: left;
	padding:0;
	font-family: Oswald,sans-serif;
}
.page ul
{
	margin:0 0 20px 0;
	color: #000;
}
.page a
{
	color:#2a4b00;
}
.pull-right
{
	float:right;
}

.calendar
{
	display: block;
	height:550px;
	margin:0 5px 10px 0;
}
.calendar .inner
{
	margin: 0 auto;
	padding: 0;
	display:block;
	border-top: 1px solid #A1A5A9;
	border-left: 1px solid #A1A5A9;
	clear:both;
}

.calendar .monthname h3
{
	text-align:center;
	margin:0;
}
.calendar li .day, .calendar li .month {
    display: none;
}
.calendar .weekdays > li
{
	background-color: #212223;
    color: #fff;
    font-weight: bold;
	text-align:center;
}
.calendar .days
{
	clear:both;
}
.calendar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
	font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: 500;
	overflow:visible;
	display: block;
}
.calendar li
{
	display: block;
	float: left;
	width: 14.2857142857%;
	padding: 5px;
	box-sizing: border-box;
	border-right: 1px solid #A1A5A9;
	border-bottom: 1px solid #A1A5A9;
	-moz-box-sizing: border-box;
	overflow:visible;
}
.calendar li a
{
	color:#000;
	text-decoration:underline;
}
.calendar-day
{
	min-height:100px !important;
}
.calendar .date {
    margin-bottom: 5px;
    text-align: right;
}
.event-info {
    background: none repeat scroll 0 0 #E4F2F2;
    border: 1px solid #000;
    border-radius: 4px 4px 4px 4px;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 5px;
    padding: 5px;
    text-decoration: none;
	max-height:42px;
	overflow:hidden;
}
.event-info a {
    text-decoration: underline;
	display: block;
	color: #000;
}
.event-info p {
    color: #000;
    margin-top: 2px;
    text-decoration: none;
}
.calendar li.out_of_range
{
	background-color:#E2E6E7;
}
hr
{
    background: url(/resources/images/td_bg.png) 0 bottom repeat-x;
	height:3px;
}
