@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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 */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #0E1626;
	background-image: url(media/menu_run.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.twoColFixRtHdr #container {
	width: 928px;
	margin: 0 auto;
	text-align: left;
	background-color: #f6f2e0;
	background-image: url(media/tree_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} 
.twoColFixRtHdr #header {
	height: 177px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(media/headertop.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: 0.8em;
	line-height: 2em;
}
.footnote {
	font-size: 0.7em;
}
.twoColFixRtHdr #sidebar1 ul {
	list-style-position: outside;
	font-size: 0.8em;
	margin-left: -8px;
	margin-top: 20px;
	list-style-image: url(media/sm_blue_bullet.gif);
}
.twoColFixRtHdr #sidebar1 ul li {
	margin-bottom: 5px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixRtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(media/footer.jpg);
	background-repeat: no-repeat;
	height: 70px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer ol{
	list-style-type: none;
	text-align: center;
}
#footer li{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-right: 6px;
	margin-left: 6px;
	line-height: 1.5em;
	text-align: center;
	color: #0A397C;
}
#footer a{
	color: #0A397C;
}
#footer a:hover{
	color: #FFFFFF;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navigation {
	width:530px;
	height: 26px;
	text-align: right;
	top: 150px;
	left: 390px;
	position: relative;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

h1 {
	font-size: 2.2em;
	color: #0B3B7E;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h2 {
	font-size: 1.8em;
	color: #0B3B7E;
}
h3 {
	font-size: 1.2em;
	color: #0B3B7E;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: -12px;
}h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #695634;
	margin-bottom: -15px;
}
.italics {
	font-style: italic;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.picbufferright {
	margin-right: 10px;
}
div.thumbnail {
	width: 200px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	float: left;
	height: 280px;
	padding-top: 10px;
}
.picbuffertop {
	margin-bottom: 0px;
	margin-top: 10px;
}
.picbufferbottom {
	margin-bottom: 5px;
}
#homebtn {
	width:326px;
	height:177px;
	float: left;
	position: absolute;
	top: 0px;
}

/*Spry styles*/
.rowHover {
	color: #000;
	cursor: pointer;
}
td.rank { }
div.events, div.sideevents {
	float:left;
	text-align:left;
}
div.events {
	border-collapse:collapse;
	width:320px;
	margin: 0;
	color: #000000;
}
div.events tbody { margin: 0; }
div.events th {
	font-weight: bold;
	font-size: 0.9em;
	color: #695634;
	text-transform: uppercase;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #695634;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	padding-right: 0.25em;
	padding-bottom: 3px;
	padding-left: 0.25em;
}
div.events tr.titlerow { background: none; }
div.events td, div.events th {
	margin: 0;
	text-align: left;
	background-position: top;
	padding-top: 0.5em;
	padding-right: 0.375em;
	padding-bottom: 0.5em;
	padding-left: 0.375em;
}
div.sideevents {
	border-collapse:collapse;
	width:308px;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-left: 10px;
}
.rowSelected td.eventNameTD {
	background-color: #999999;
	width: 200px;
	border-bottom: solid 1px #c2e8ee;
}

.rowSelected td.dateTD {
	background-color: #999999;
	width: 140px;
	border-bottom: solid 1px #c2e8ee;
}
#imgwrapper {
	height: 170px;
}
.goldtext {
	color: #695634;
}
.goldtextitalics {
	color: #695634;
	font-style: italic;
}
.picbufferleft {
	margin-left: 10px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #695634;
	margin-bottom: 5px;
}
.twoColFixRtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
