/* CSS Document */

BODY {
	margin:0px;
	padding:23px 0 0 0; 
	background:url(../images/bg-body.jpg) top center no-repeat; 
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	}
P {
	margin:5px 0 10px 0; 
	font-size:100%;
	line-height:1.4em;
	}
H1, H2, H3, H4, H5, H6 {
/* Clearing is necessary to prevent SIFR headers from being too large when preceded by floated elements or aligned tables. */
/*	clear:both; */
	margin:10px 0 0 0; 
	color:#AF3D1E; 
	letter-spacing:1px; 
	font:normal 100%/1.4em Georgia,"Times New Roman",Times,serif;
	}
H1 { 
	font-size:170%; 
	}
H2 {
	font-size:170%; 
	}
H3 {
	font-size:130%; 
	}
H4 {
	font-size:110%; 
	}
H5 {
	font-size:90%; 
	}
H6 { 
	font-size:85%; 
	}
UL {
	margin:0px; 
	padding:0px 20px 0px 27px; 
	list-style-type:square; 
	line-height:1.4em;
	}
OL {
	margin:0px; 
	padding:0px 20px 0px 27px; 
	list-style-type:decimal; 
	line-height:1.4em;
	}
A:LINK {
	text-decoration:underline; 
	color:#af3d1e; 
	}
A:VISITED {
	text-decoration:underline; 
	color:#af3d1e; 
	}
A:HOVER {
	text-decoration:none; 
	color:#bf904e; 
	}
A:ACTIVE {
	text-decoration:underline; 
	color:#af3d1e; 
	}

/******************** DIVISION SELECTORS ********************/

#page {
	position:relative;
	margin:0 auto;
	padding:0 30px;
	background:url(../images/bg-content-vertical.jpg) repeat-y;
	text-align:left; 
/*background-color:red; */
/* http://tantek.com/CSS/Examples/boxmodelhack.html */
	width:1008px;
	voice-family:"\"}\""; 
	voice-family:inherit;
	width:948px;
	}
html>body #page {
	width:948px;
	}
#header {
	position:relative;
	height:156px;
	background:#fbf5de url(../images/bg-header.jpg) no-repeat;
	}
#logo {
	float: left;
	width:272px;
/* http://www.positioniseverything.net/explorer/doubled-margin.html */
	display:inline; 
	margin:15px 0 0 30px;
/*background-color:black;*/
	}
#buttons {
	float:right; 
	margin:33px 0 0 0;
	padding:0 30px 0 0;
	text-align:right; 
/*background-color:blue;*/
	width:501px;
	voice-family:"\"}\""; 
	voice-family:inherit;
	width:471px;
	}
html>body #buttons {
	width:471px;
	}
#mainNav {
	position:absolute;
	top:128px;
	left:0;
	width:948px; 
	height:34px;
	letter-spacing:2px; 
	font:100%/140% Georgia,"Times New Roman",Times,serif;
/*background-color:green;*/
	}
#sectionHeader {
	height:177px;
	background-color:#B58223; 
/*background-color:fuchsia; */
	}
#contentWrapperWrapper {
	position:absolute;
	top:333px;
	left:0px;
	width:1008px;
	background:url(../images/bg-content-vertical.jpg) repeat-y;
	font-size:76%;
/*background-color:brown;*/
	}
#contentWrapper {
	margin:0; 
	padding:0 30px; 
	background:url(../images/bg-content-horizontal.jpg) 30px 100% no-repeat;
/*background-color:red; */
	}
#subNav {
	float:right; 
	padding:5px 15px 15px 19px;
/*background-color:pink;*/
	width:228px;
	voice-family:"\"}\""; 
	voice-family:inherit;
	width:194px;
	}
html>body #subNav {
	width:194px;
	}
#twoColumn {
	float:right;
	width:720px;
/*background-color:yellow;*/
	}
#content {
	float:left; 
	padding:5px 15px 15px 15px;
/*background-color:green;*/
	width:720px;
	voice-family:"\"}\""; 
	voice-family:inherit;
	width:690px;
	}
html>body #content {
	width:690px;
	}
#footer {
	clear:both;
	height:45px; 
	margin:0 -30px -23px -30px; 
	padding:0 45px;
	background:url(../images/bg-footer.jpg) 0% 100% no-repeat; 
/*background-color:gray;*/
	width:1008px;
	voice-family:"\"}\""; 
	voice-family:inherit;
	width:918px;
	}
html>body #footer {
	width:918px;
	}
#copyright {
	padding:0 0 8px 0; 
/*background-color:black;*/
	}

/******************** CHILD SELECTORS ********************/

#mainNav UL {
	list-style:none;
	padding:0 0 0 0;
/*background-color:orange;*/
	}
#mainNav LI {
	float:left;
	padding:0 22px;
	border-left:1px solid #E8D60F; 
	}
#buttons UL {
	list-style:none;
	padding:0 0 0 0;
/*background-color:orange;*/
	}
#buttons LI {
	float:left;
	}
#subNav UL {
	list-style-type:none;
	padding:0; 
	}
#subNav LI {
	padding:0;
	padding-top:15px;
	}
#subNav LI A SPAN.current {
	color:#F77A1A; 
	}
#subNav UL LI UL {
	padding-left:10px; 
	}
#subNav UL LI UL LI {
	
	}
DIV.imageleft {
	display:inline;
	float:left;
	margin:4px 8px;
	}
DIV.imageright {
	display:inline;
	float:right;
	margin:4px 8px;
	}
	
/* http://www.positioniseverything.net/easyclearing.html */
#contentWrapper:after, #twoColumn:after, #mainNav ul:after, #buttons ul:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
#contentWrapper, #twoColumn, #mainNav ul, #buttons ul {display:inline-block;}
/* Hides from IE-mac \*/
* html #contentWrapper, * html #twoColumn, * html #mainNav ul, * html #buttons ul {height:1%;}
#contentWrapper, #twoColumn, #mainNav ul, #buttons ul {display:block;}

/* http://www.mikeindustries.com/sifr/ */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*
.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
.sIFR-hasFlash #contentWrapper h1, .sIFR-hasFlash #contentWrapper h2 {
    visibility: hidden;
    font-size:22px; 
	letter-spacing:0px; 
	line-height:1.0em; 
	margin-left:-5px; 
	/*height:25px;*/ 
	}
.sIFR-hasFlash #contentWrapper h1 {
    font-size:28px; 
	margin-left:-7px; 
	}
.sIFR-hasFlash #mainNav ul li {
    visibility: hidden;
    font-size:18px; 
	letter-spacing:0px; 
	line-height:1.0em; 
	/*height:16px; */
/* Top padding causes variations in Flash font size.  Only left padding is necessary to pad Flash fonts left and right */
	padding:0; 
	padding-left:22px; 
	}


  /************************************************/
 /*******STYLES FOR EVENT CALENDAR SECTIONS*******/
/************************************************/
#calendar {
        /*border:#E8D60F 2px solid;*/
        }
#calendar {
		clear:both; 
		margin:10px 0 0 5px; 
        border-top:#E8D60F 1px solid;
        border-left:#E8D60F 1px solid;
        }
#calendar TD {
        border-right:#E8D60F 1px solid;
        border-bottom:#E8D60F 1px solid;
        }
#calendar TH {
        background-color:#E8D60F;
        }
#calendar TD {
        padding:5px 8px 5px 8px;
        }
#categories {
        width:500px;
        }
DIV.calCategory {
        float:left;
        width:25%;
        }
.error { 
        color:red;
        font-weight:bold;
        }

