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

html, body {
	height: 100%;
}
body  {
	font-stretch:ultra-condensed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	line-height:150%;
	color:#333333;
	background:#4d6f1c;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 5;
}
a:link {
	text-decoration:none;
	color:#044089;
	padding-right: 10px;
}
a:visited {
	text-decoration:none;
	color:#044089;
}
a:hover {
	text-decoration:underline;
	color:#044089;
}
#wrapper {
	background-image:url(/images/layout/shadow2.png);
	width:940px;
	min-height:100%; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom:-20px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.image-block {
	height:100px;
	width:500px;
}
.p {
	font-stretch:ultra-condensed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	line-height:150%;
	color:#000000;
}
.subtitles {
	font-size:14px;
	color:#88AA43;
	font-weight:500;
	font-stretch:ultra-condensed;
	font-weight:bold;
}
.thrColFixHdr #container {
	width: 900px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
} 
.thrColFixHdr #header { 
	background: #FFFFFF; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	padding-top:20px;
	padding-left:0px;
	padding-right:25px;
	text-align:right;
	font-size:18px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color:#FFFFFF;
	margin-left:-25px;
}
ul.MenuBar1 {
	font-stretch:ultra-condensed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	line-height:150%;
}
a.MenuBarItemSubmenu {
	font-stretch:ultra-condensed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	line-height:150%;
	text-decoration:none;
}
.h2 {
	font-size:30px;
	color:#599A34;
	font-weight:bold;
	font-stretch:ultra-condensed;
	font-weight:bold;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-right:0px;
	margin-left:20px;
	margin-top:10px;
}
.thrColFixHdr #home-sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 237px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-right:20px;
	margin-left:20px;
	margin-top:0px;
}
#upcoming-events {
	line-height:120%;
	padding:10px;
	padding-top:0px;
}
#upcoming-events li {
	margin-left:-10px;
}
#upcoming-events-title {
	background-image:url(../images/layout-elements/coming-up.png);
	background-repeat:no-repeat;
	margin-top:10px;
	height:20px;
	padding:5px;
	color:#ffffff;
	font-size:16px;
	font-weight:1000;
	font-stretch:ultra-condensed;
	padding-top:10px;
	padding-left:15px;
	letter-spacing:120%;
}
#home-links {
	height:auto;
	font-size:15px;
	font-weight:700;
	color:#CC3333;
	line-height:100%;
	padding-right: 5px;
	margin-top:10px;
	margin-bottom:10px;
}
#home-links a:link {
	text-decoration:none;
	color:#CC3333;
}
#home-links a:visited {
	text-decoration:none;
	color:#CC3333;
}
#home-links a:hover {
	text-decoration:underline;
	color:#CC3333;
}
#homepage-sponsors {
	margin-right:20px;
	margin-left:20px;
	clear: both;
	padding-top: 10px;
}
.homepage-sponsor-spacer {
	margin-right:40px;
}
.thrColFixHdr #mainContent {
	margin-left:20px;
	margin-right:20px;
	padding-left:20px;
	float:none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
}

#mainContentsearch {
margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin-left:20px;
	margin-right:20px;
	padding: 10px;
	float:none; 
}

.thrColFixHdr #mainContentaccounts { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin-left:20px;
	margin-right:20px;
	padding: 10px;
	float:none; 
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align:center;
}
p.bottom-nav-info {
	font-size:14px;
	color: #666666;
	line-height:2;
	font-stretch:ultra-condensed;
}
.bottom-nav-links {
	font-size:12px;
	color: #999999;
}
.thrColFixHdr #footer p {
	margin-top: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-stretch:ultra-condensed;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left:50px;
	margin-right:0px;
	margin-bottom:20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px;
	margin-right:20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul.left-nav-main {
	list-style-type:none;
	font-weight:400;
	padding:0;
	line-height:1.5;
	font-stretch:ultra-condensed;
}
li.left-nav-main {
	list-style-type:none;
	font-weight:400;
	margin-left:-25px;
	padding:0;
	line-height:1.75;
	font-stretch:ultra-condensed;
}
li.left-nav-category {
    list-style-type:none;
	font-size:12px;
	margin:0;
	margin-left:-10px;
	padding:0;
	font-weight:200;
	line-height:1.75;
	font-stretch:ultra-condensed;
}
ul.top-nav {
	list-style-type:none;
	font-weight:400;
	padding:0;
	margin-top:5px;
	margin-bottom:-5px;
	font-stretch:ultra-condensed;
}
li.top-nav {
	display:inline;
	font-size:12px;
	font-stretch:ultra-condensed;
}
#hot-pick {
	background-image:url(../images/layout-elements/sidebar-graphics/hot-pick-background.png);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:-10px;
	height:146px;
	padding-top:13px;
	padding-bottom:13px;
	font-stretch:ultra-condensed;
}
#hot-pick-title {
	border: .1em solid #9cc94c;	
	height:100px;
	padding:10px;
	width:180px;
}
#quick-links {
	border:thin;
	background-image:url(../images/layout-elements/sidebar-graphics/green-middle.png);
	color:#000000;
	font-size:18px;
	font-weight:1000;
	line-height:.1;
	font-stretch:ultra-condensed;
}
#quick-links-content {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:1px;
	padding-right:25px;
}
#quick-links-top {
	background-image:url(../images/layout-elements/sidebar-graphics/green-top.png);
	background-repeat:no-repeat;
	min-height:25px;
	padding-top:15px;
}
#quick-links-bottom {
	background-image:url(../images/layout-elements/sidebar-graphics/green-bottom.png);
	background-repeat:no-repeat;
	height:10px;
}
#quick-links-content a:link {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
#quick-links-content a:visited {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
#quick-links-content a:hover {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:underline;
}
.quick-links-description {
	font-size:13px;
	font-weight:200;
	line-height:120%;
	color:#333333;
}

li.quick-links {
    list-style-type:none;
	font-size:12px;
	margin:0;
	margin-left:-40px;
	padding:0;
	font-weight:200;
	line-height:1.75;
	font-stretch:ultra-condensed;
	padding-left: 1em;
	text-indent: -1em;
}
li.upcoming-events {
	list-style-type:circle;
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:200;
	line-height:1.25;
	font-stretch:ultra-condensed;
	padding-left: 1em;
	text-indent: -1em;
}


/* this is for the expandable navigation */

ul.toc li {
	list-style-type: none;
	margin-left:-20px;
}
/* Set image for the bulleted list. */
ul.toc .close {
    list-style-type:none;
	font-size:14px;
	margin:0;
	margin-left:-20px;
	padding:0;
	font-weight:200;
	line-height:1.75;
}
ul.toc .open {
	list-style-image: none; 
    list-style-type:none;
	font-size:14px;
	margin:0;
	margin-left:-20px;
	padding:0;
	font-weight:200;
	line-height:1.75;
}
ul.toc ul li {list-style-image: none; list-style: none}

/* Hide the Child elements by default. */
ul.toc ul, ul.toc ul ul {display:none} 
/* Display the Child elements. */
ul.toc .expanded {display:block}


/* calendar styles */

#filterdate {
	height: 25px;
}
.title {
	font-size:14px;
	font-weight:bold;
	color: #FFF;
	text-align: center;
}
#eventdetails {
	border:none;
}

.errmsg {
	display: block;
	background-color: #Fee;
	border: 2px solid #900;
	font-weight: bold;
	font-size: 14px;
	color: #900;
	padding: 20px;
	margin: 20px 0px;
}

