@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	font:small/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: transparent url(../images/bkgds/pgbkgd.jpg) repeat-x left top;
	color:#333;
		}
		
a {
	color: #d4303c;
	text-decoration: underline;
}
		
h1 {
	background:transparent;
	margin:0;
	padding:5px;
	color:#666666;
	font-size: 135%;
	line-height: 1.4em;
  }

h2 {
	color:#d4303c;
	font-size: 118%;
	border-width:0;
  }
		
#topwrapper {
	width: 942px;
	margin: 0 auto;
	background: #ffffff;
	border-right: 1px solid #d33348;
	border-left: 1px solid #d33348;
		}
#header {
	float:left;
	width:100%;
	height:90px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #777777;
	border-bottom-color: #777777;
	margin-top: 10px;
	display:inline;
	}

#wrapper {
	width: 922px;
	padding: 10px;
	margin: 0 auto;
	background: #ffffff;
	border-right: 1px solid #d33348;
	border-left: 1px solid #d33348;
		}
		
		
		
/* Top Nav
----------------------------------------------- */
#topnav {
	width: 100%;
	background: #ffffff;
	height:20px;
  }
#topnav ul {
  margin:0;
  padding:1em 12px 0;
  list-style:none;
  }
#topnav li {
  display:inline;
  margin:0;
  padding:0;
  background-image:none;
  line-height:1em;
  text-indent:0;
  }
#topnav a, #topnav strong {
	float:left;
	display:block;
	color:#888;
	margin-top:3px;
	padding:.25em 8px;
	border-width:0;
	font-size:85%;
	text-transform:lowercase;
	text-decoration: underline;
	display:inline;
  }
#topnav a strong {
  font-size:100%;
  margin-top:0;
  padding:0;
  }
#topnav strong {
  color:#333;
  }
#topnav a:hover {
  color:#333;
  }
  
/* Other Layout CSS
----------------------------------------------- */

#mainContent, #sidebar {
		float: left;
		display:inline;
		}

#mainContent {
	width: 570px;
	font-size: 95%;
		}

#sidebar {
	width: 340px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 90%;
	background: #eeeeee;
		}

.columnContainer {
	padding-top: 5px;
	background: transparent;
}

.column {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	display:inline;
	}

#mainContent .column {
	width: 275px;
	background: #ffffff;
	border-top: 1px solid #999999;
	padding-top: 4px;
		}

#sidebar .column {
		width: 138px;
		border: 1px solid #aaaaaa;
		background: #ffffff;
		padding: 10px;
		height: 10em;
		}

#mainContent .spanTwo {
	width: 560px;
	background: transparent;
		}
		
#mainContent .spanTwo img {
	float: right;
	margin-left: 8px;
	margin-top: 6px;
	display:inline;
}

a img {
	border: none;
}

#sidebar .spanTwo {
	width: 308px;
	height: auto;
}

#sidebar .columnContainer {
	padding-top: 2px;
}

#bottomwrapper {
	width: 942px;
	margin: 0 auto;
	background: #ffffff;
	border-right: 1px solid #d33348;
	border-left: 1px solid #d33348;
}

#counterholder {
	margin: 0 0 12px;
	padding: 0 0 0 32px;
	width: 900px;
	height: 32px;
}

#footer {
	text-align: center;
	border-top: 1px solid #d33348;
	border-bottom: 1px solid #d33348;
	background: url(../images/bkgds/pgbkgd.jpg) repeat-x left center;
	height: 26px;
	padding-top: 6px;
}

/* Class Rules
----------------------------------------------- */

.subtitle {
	font-size: 110%;
	color: #06558d;
	text-align: left;
	font-weight: bold;
}
.eventitem {
	margin: 2px;
	border-top: 1px dotted #c63f51;
}
.calitem {
	padding-bottom: 8px;
	border-bottom: 1px dashed #99CC33;
}
.simplelist {
	margin-left: 4px;
	list-style: none;
}

.caritem {
	border-bottom: 1px dotted #c63f51;
	margin-bottom: 1px;
	padding-bottom: 1px;
	margin-top: 1px;
	padding-top: 1px;
}
.imgpad {
	padding-top: 6px;
	padding-bottom: 2px;
}
.date {
	font-weight: bold;
	color: #333333;
}

/* Clearing Rules
----------------------------------------------- */

.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
		
.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;
}
.nobullets {
	list-style: none;
	margin: 12px 0px 0px;
	padding: 0px;
}
.green {
	color: #67A24C;
	font-weight: bold;
}
.clearright {
	clear: right;
}

