body {
	font: 1.0em arial, helvetica;
	margin: 0;
	padding: 0;
	background-color: #724635;
}

/* remove stupid outline firefox puts on links */
* a {
	outline: none;
	}
	
#column-3 strong {
	color: #96b150;
	font-weight: bold;
	}

img.border {
	border: 1px solid #89785b;
	}

img.news-image-home,
img.news-list-image {
	float: right;
	border: 1px solid #89785b;
	margin: 0 0 0 5px;
	}
	
#top-story hr {
	width: 0;
	height: 5px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
/* ----- main divs ----- */

#wrap {
	width: 940px;
	margin: 0 auto;
	}
	
#top {
	width: 940px;
	height: 170px;
	background-image: url('../images/top.gif');
	}
	
	#logo {
		float: left;
		position: relative;
		top: 20px;
		left: 15px;
		width: 195px;
		height: 150px;
		}
		
	#sponsors {
		position: relative;
		float: right;
		top: 9px;
		right: 9px;
		width: 708px;
		height: 65px;
		border: 1px solid #b2a48c;
		}

	#top-nav {
		position: relative;
		float: right;
		top: 18px;
		width: 720px;
		height: 72px;
		text-indent: -9999px;
		background-image: url('../images/nav_bg.gif');
		background-position: top right;
		}

#body {
	background-image: url('../images/page_bg_nostripe.gif');
	background-repeat: repeat-y;
	width: 940px;
	}

body#home-body #body {
	background-image: url('../images/page_bg.gif');
	background-repeat: repeat-y;
	width: 940px;
	}

	#col-left {
		float: left;
		width: 205px;
		}
		
		#sponsors-left {
			margin: 0 12px;
			padding: 0;
			width: 180px;
			}
		
	#col-middle {
		float: left;
		width: 514px;
		padding: 0 15px;
		}
	
		#top-story {
			margin: 10px 0 0 0;
			width: 100%;
			background-color: #eee5f6;
			}
			
		#top-story-bottom {
			clear: both;
			width: 514px;
			height: 14px;
			background-image: url('../images/top_story_bottom.gif');
			background-repeat: no-repeat;
			background-color: #fff;
			}
		
		#i-love-this {	
			float: left;
			margin: 10px 0 0 0;
			width: 180px;
			background-color: #f5dfe3;
			}

		#i-love-this-bottom {
			width: 180px;
			height: 20px;
			background-image: url('../images/i_love_this_bottom.gif');
			}

		#class-y-fieds {	
			float: left;
			margin: 10px 0 0 10px;
			width: 180px;
			background-color: #eff6df;
			}

		#class-y-fieds-bottom {
			width: 180px;
			height: 19px;
			background-image: url('../images/class-y-fieds_bottom.gif');
			}
			
		#column-3 {
			float: right;
			width: 135px;
			padding: 10px 0 0 0;
			}
		
		.feature-left {
			float: left;
			width: 325px;
			margin: 5px;
			padding: 5px 5px 0 5px;
			border: 3px dashed #b3d556;

			}

		.feature-right {
			float: right;
			width: 325px;
			margin: 5px;
			padding: 5px 5px 0 5px;
			border: 3px dashed #b3d556;
			}
			
	#col-middle-full {
		float: left;
		width: 709px;
		padding: 0 0 0 15px;
		}
		
		div.left {
			float: left;
			width: 49%;
			}
			
		div.right {
			float: right;
			width: 49%;
			}
			
	#col-right {
		float: right;
		width: 180px;
		margin: 0 0 5px 0;
		}

	body#home-body #col-right {
		float: right;
		width: 180px;
		margin: 0 11px 0 0;
		}
		
		#search {
			padding: 10px;
			background-color: #d6e1f9;
			}
			
		#newsletters {
			width: 160px;
			padding: 10px;
			background-color: #fae4e8;
			}
			
		#col-right-inside {
			margin: 10px;
			}
			
		#poll {
			background-color: #fff;
			padding: 0 0 5px 0;
			}

#footer {
	width: 940px;
	height: 72px;
	background-image: url('../images/footer_bg_nostripe.gif');	
	}
			
body#home-body #footer {
	width: 940px;
	height: 72px;
	background-image: url('../images/footer_bg.gif');	
	}

/* ----- paragraphs ----- */

#col-left p {
	margin: 10px 12px;
	text-align: center;
	font-size: 0.8em;
	color: #766341;
	}
	
	#sponsors-left p {
		margin: 0 0 5px 0;
		}
	
#col-middle p,
#col-middle-full p {
	margin: 0 0 10px 0;
	font-size: 0.8em;
	color: #766341;
	line-height: 1.4em;
	}

	#col-middle #home-box-stories p {
		margin: 0 7px 10px 7px;
		color: #766341;
		}

	#col-middle #top-story #home-box-stories p {
		margin: 0 7px 0 7px;
		color: #766341;
		}
	
#col-right p {
	font-size: 0.75em;
	color: #979696;	
	}
	
	#col-right #search p {
		margin: 0;
		}

	#col-right #newsletters p {
		margin: 2px 0;
		font-size: 0.75em;
		color: #979696;
		}

		#col-right #newsletters p.signup {
			display: block;
			background-color: #dd6e80;
			color: #fff;
			text-align: center;
			margin: 0 0 5px 0;
			padding: 2px;
			}
			
	#col-right #poll p {
		margin: 4px;
		font-size: 0.8em;
		color: #666
		}
		
		#col-right #poll p span.percent {
			color: #688e02 !important;
			}
			
#footer p {
	margin: 0;
	padding: 20px 0 0 30px;
	font-size: 11px;
	color: #766341;
	}

/* ----- lists ----- */

#newsletters ul {
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
	}

#newsletters li {
	color: red;
	font-size: 0.8em;
	}
	
#col-middle-full ul,
#col-middle-full ol {
	margin: 5px 0 5px 25px;
	padding: 0;
	font-size: 0.8em;
	color: #766341;
	line-height: 1.4em;
	}

#col-middle-full ul ul,
#col-middle-full ol ol,
#col-middle-full ol ul {
	font-size: 1.0em;
	}

/* ----- headers ----- */

h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #688e02;
	}
	
	body#home-body h1 {
		margin: 0;
		}
		
h2 {
	clear: both;
	margin: 0;
	padding: 0;
	}

	#col-middle-full h2 {
		margin: 0 0 5px 0;
		font-size: 1.0em;
		color: #855340;
		font-weight: normal;	
		}
		
	#top-story h2 {
		width: 514px;
		height: 32px;
		background-image: url('../images/top_story_header.gif');
		text-indent: -9999px;
		}

	#i-love-this h2 {
		width: 180px;
		height: 32px;
		background-image: url('../images/i_love_this_header.gif');
		text-indent: -9999px;
		}

	#class-y-fieds h2 {
		width: 180px;
		height: 32px;
		background-image: url('../images/class-y-fieds_header.gif');
		text-indent: -9999px;
		}
		
	#col-right h2 {
		font-size: 0.9em;
		}
		
h3 {
	margin: 0;
	padding: 0;
	color: #f890a0;
	}

	#home-body h3 {
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-size: 1.0em;
		font-style: italic;
		color: #f890a0;	
		}

	#col-middle-full h3 {
		font-weight: normal;
		font-size: 0.9em;
		margin: 0 0 5px 0;
		}
		
	#poll h3 {
		background-color: #e5b0a4;
		color: white;
		font: 0.8em Helvetica;
		font-style: regular;
		padding: 5px;
		}
	
h4 {
	margin: 5px 0;
	padding: 0;
	font: 0.8em Helvetica;
	color: #766341;
	font-weight: bold;
	}
	
	h4.love-this-header {
		clear: both;
		}
		
/* ----- links ----- */

#logo a#logo-rollover {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../images/logo.jpg');
	text-indent: -9999px;
	}
	
#logo a#logo-rollover:hover {
	background-image: url('../images/logo.jpg');
	/*background-position: */
	}	

#body a:link,
#body a:visited {
	color: #766341;
	}

#body a.home-box-link {
	color: #96b150;
	font-weight: bold;
	}
	
#body #col-right h2 a {
	color: #855340;
	}

#footer a {
	color: #766341;
	}

#footer a:hover {
	color: #fff;
	}

a img {
	border: 0;
	}
	
/* ----- forms ----- */

form {
	margin: 0;
	padding: 0;
	}
	
input.search {
	width: 94px;
	}
	
/* ----- left nav ----- */

#body #col-left ul {
	margin: 12px 0 12px 12px;
	padding: 0;
	width: 180px;
	list-style-type: none;	
	}
	
#body #col-left ul li a {
	display: block;
	width: 150px;
	padding: 5px 10px 5px 20px;
	background-image: url('../images/left_nav_bg.gif');
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	}

#body #col-left ul li a:hover,
#body #col-left ul li a.active {
	background-image: url('../images/left_nav_bg_hover.gif');
	}
	
/* ----- top nav ----- */

#top-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#top-nav ul li {
	display: inline;
	}
	
#top-nav ul li a {
	display: block;
	float: left;
	height: 72px;
	background-image: url('../images/navigation.gif');
	}
	
	#top-nav ul li#thingstodo a {
		width: 87px;
		background-position: 0 0;
		}

	#top-nav ul li#thingstodo a:hover,
	#top-nav ul li#thingstodo a.active {
		width: 87px;
		background-position: 0 72px;
		}

	#top-nav ul li#childcare a {
		width: 80px;
		background-position: -87px 0;
		}

	#top-nav ul li#childcare a:hover,
	#top-nav ul li#childcare a.active {
		width: 80px;
		background-position: -87px 72px;
		}

	#top-nav ul li#healthinfo a {
		width: 74px;
		background-position: -167px 0;
		}

	#top-nav ul li#healthinfo a:hover,
	#top-nav ul li#healthinfo a.active {
		width: 74px;
		background-position: -167px 72px;
		}

	#top-nav ul li#classifieds a {
		width: 89px;
		background-position: -241px 0;
		}

	#top-nav ul li#classifieds a:hover,
	#top-nav ul li#classifieds a.active {
		width: 89px;
		background-position: -241px 72px;
		}

	#top-nav ul li#ilovethis a {
		width: 72px;
		background-position: -330px 0;
		}

	#top-nav ul li#ilovethis a:hover,
	#top-nav ul li#ilovethis a.active {
		width: 72px;
		background-position: -330px 72px;
		}
	
	#top-nav ul li#birthdayideas a {
		width: 80px;
		background-position: -402px 0;
		}

	#top-nav ul li#birthdayideas a:hover,
	#top-nav ul li#birthdayideas a.active {
		width: 80px;
		background-position: -402px 72px;
		}
	
	#top-nav ul li#organization a {
		width: 87px;
		background-position: -482px 0;
		}

	#top-nav ul li#organization a:hover,
	#top-nav ul li#organization a.active {
		width: 87px;
		background-position: -482px 72px;
		}
	
	#top-nav ul li#francais a {
		width: 81px;
		background-position: -569px 0;
		}
	
	#top-nav ul li#francais a:hover,
	#top-nav ul li#francais a.active {
		width: 81px;
		background-position: -569px 72px;
		}

/* --- full calendar --- */

table#full-calendar {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;	
	width: 710px;
	margin: 0 auto 5px auto;
	font-size: 0.8em;
	}
	
table#full-calendar th, 
table#full-calendar td.weekDays {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	}

table#full-calendar th.no-border {
	border-left: 0;
	}
	
table#full-calendar th span {
	font-size: 130%;
	}
	
table#full-calendar td.monthDay,
table#full-calendar td.monthDayActive,
table#full-calendar td.nonMonthDay {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100px;
	height: 100px;
	vertical-align: top;	
	}
	
table#full-calendar td.nonMonthDay {
	background-color: #f5f5f5;
	}

table#full-calendar td.monthDayActive {
	background-color: #d6e1f9;
	}

table#full-calendar td.today {
	background-color: #bbda69;
	}

table#full-calendar ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;	
	}

table#full-calendar ul li {
	margin: 0 0 3px 0;
	}

table#full-calendar ul li span {
	color: #999;
	}

table#full-calendar ul li a:link,
table#full-calendar ul li a:visited {
	color: #000;
	}

table#full-calendar ul li a:hover,
table#full-calendar ul li a:active {
	color: #666;
	text-decoration: none;
	}
	
table#full-calendar span.dateNumber {
	float: right;
	color: #aaa;
	font-size: 1.2em;
	font-style: italic;
	}

table#full-calendar td.today span.dateNumber {
	float: right;
	color: #618e68;
	font-size: 1.2em;
	font-style: italic;
	}

/* --- mini calendar --- */

table#small-calendar {
	margin: 10px 0;
	font: 0.7em Verdana;
	width: 160px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
	
table#small-calendar td {	
	text-align: center;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;

	padding: 3px;
	}
	
table#small-calendar th {	
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
	}

table#small-calendar td.weekDays {
	background-color: #bedb71;
	color: #fff;
	}
	
table#small-calendar td.nonMonthDay {
	background-color: #f1f1f1;
	}

table#small-calendar td.monthDay {
	background-color: #fff;	
	}
	
table#small-calendar td.today {
	background-color: #bbda69 !important;
	}

table#small-calendar td.monthDay:hover,
table#small-calendar td.monthDayActive:hover {
	background-color: #ccc;
	}

table#small-calendar td.monthDayActive {
	background-color: #fff;
	}

table#small-calendar td.monthDayActive a {
	color: #925e49;
	}
