/* ------------------------------------ Reset ------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0px;
padding:0px;
} 
	
/* ------------------------------------ Basics ------------------------------------ */
body {
	background-color:#fff;
	font: 16px/20px arial, helvetica, verdana, sans-serif;
	padding-bottom:50px;
	position:relative;
	}
a img {
	border:0;
	}
p {
	margin-bottom:20px;
	}
fieldset {
	border:0;
	}
.hide {
	display:none;
	}
#content ul {
	margin-left:15px;
	}
#content .content {
	padding:0 3px;
	}
#content input, #content textarea, #content hr {
	margin:5px 0;
	}
#content .radiotable td {
	padding:0 3px;
	}
#content2 ul {
	margin-left:15px;
	}
#content2 .content {
	padding:0 3px;
	}
#content2 input, #content textarea, #content hr {
	margin:5px 0;
	}
#content2 .radiotable td {
	padding:0 3px;
	}	
/* ------------------- IE6 DUE fixes ------------------- */
#content br {
	clear:none !important;
	}
#content table, #content form table {
	width:635px;
	}
#content table table {
	width:100%;
	}
	
#content2 br {
	clear:none !important;
	}
#content2 table, #content2 form table {
	width:635px;
	}
#content2 table table {
	width:100%;
	}	
	
/* --------------------- Containers & Header --------------------- */	
#MasterContainer {
	width:940px;
	margin:0 auto;
	}
	#header {
		height:160px;;
		width:940px;
		}
		#logo {
			display:block;
			width:230px;
			height:117px;
			position:absolute;
			top:28px;
			left:50%;
			margin-left:-474px;
			background:url(../graphics/logo.jpg) no-repeat;
			}
			#logo a {
				display:block;
				width:230px;
				height:117px;
				text-indent:-9999px;
				}
		#ContactLink {
			display:block;
			height:30px;
			float:right;
			font: 0.75em/28px 'helvetica neue', helvetica, arial, sans-serif;
			padding:3px 18px 0 18px;
			background-color:#cee4ca;
			color:#999;
			text-decoration:none;
			}
		#ContactLink:hover {
			color:#666;
			}
			
				
/* --------------------- Primary Navigation --------------------- */	
	#nav {
		height:35px;
		left:50%;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin-left:-221px;
		overflow:hidden;
		position:absolute;
		top:95px;
		width:640px;
	}
				#nav li {
					display:inline;
					}
					#nav li a {
						float:left;
						display:block;
						padding:12px;
						font: bold 0.94em/1em 'helvetica neue', helvetica, arial, sans-serif;
						color:#666;
						text-decoration:none;
						}	
					#nav li a:hover {
						color:#999;
						}
					#nav li .current_page:link,
					#nav li .current_page:visited,
					#nav li .current_page:hover,
					#nav li .current_page:active {
						color:#70b4e0;
						}
						
/* --------------------------- Sidebar --------------------------- */
		#sidebar {
			float:left;
			width:220px;
			background-color:#cee4ca;
			}
				
			#tagline {
				font: bold 0.94em/40px 'helvetica neue', helvetica, arial, sans-serif;
				text-align:center;
				background-color:#3399cc;
				color:#fff;
				margin:0;
				}
				
			#signup_form {
				float:left;
				width:220px;
				background:#fff;
				padding-top:10px;
				text-align:center;
				float:left;
				margin-bottom:-35px;
			}
			
			#signup_form td.formseparator {
				display:none;
			}
			
			#signup_form h3 {
				color:#3399CC;
				font-size:1em;
				border-bottom:1px solid #3399cc;
				padding-bottom:10px;
			}
			
			#signup_form form {
				padding-top:0px;
			}
			
			#signup_form form h5.form_title {
				margin:0px !important;
				padding:0px !important;

				}
			
			
			#signup_form form input.textfield {
				width:110px;
			}
			
			#signup_form form table tr td.formlabel {
				color:#666666;
				font-size:.8em;
				padding:0px 5px;
			}
			
			#signup_form .form_field input {
				width:210px;
			}
			
/* --------------------- Subnav --------------------- */
			.toplevel .subnav ul li {
				list-style:none;
			}
			
			.subnav {
				list-style:none;
				margin:22px 0 32px 0;
				}
				.subnav li a {
					display:block;
					color:#666;
					font: 0.90em/1.2em arial, helvetica, verdana, sans-serif;
					padding:7px 19px;
					text-decoration:none;
					background:transparent url(../graphics/subnav_line.jpg) bottom left no-repeat;
					}
				.subnav li a:hover {
					color:#333;
					}
				.subnav li a.current_page {
					color:#222;
					cursor:default;
					}
					
			ul.subnav ul {
				list-style:square;
				margin:0 0 3px 44px;
				font: 1em/1.2em arial, helvetica, verdana, sans-serif;
				color:#999;
				}
				ul.subnav ul li a {
					display:block;
					color:#666;
					padding:6px 19px 6px 0;
					text-decoration:none;
					background:transparent url(../graphics/subnav_line.jpg) bottom left no-repeat;
					}
				ul.subnav ul li a:hover {
					color:#333;
					}
				ul.subnav ul li a.current_page {
					color:#222;
					cursor:default;
					}						
					
					
						
						
						
/* --------------------- Content --------------------- */	
	#spotlight {
		height:291px;
		}
		#spotlight img {
			float:right; /* easiest way to make it work in IE6 */
			padding-right:43px;
			}
	
	#content {
		font: 0.9em/1.44em arial, helvetica, verdana, sans-serif;
		margin-left:255px;
		margin-right:248px;
		color:#666;
		}
		
	#content2 {
		font: 0.9em/1.44em arial, helvetica, verdana, sans-serif;
		margin-left:255px;
		margin-right:0px;
		color:#666;
		}
	.toplevel #content {
		margin-right:260px;
		}
			
		.PageTitle {
			font: normal 1.78em/1.25em arial, helvetica, verdana, sans-serif;
			margin:-0.25em 0 17px 0;
			}
			
		.title, .subheadline {
			font: bold 1.2em/1.2em arial, helvetica, verdana, sans-serif;
			border-bottom:20px;
			color:#3399cc;
			display:none;
			}
			
		#content a:link, #content a:visited {
			color:#76c269;
			text-decoration:underline;
			}
		#content a:hover, #content a:active {
			color:#3399cc;
			text-decoration:none;
			background-color:#eee;
			}
			
		#content2 a:link, #content2 a:visited {
			color:#76c269;
			text-decoration:underline;
			}
		#content2 a:hover, #content2 a:active {
			color:#3399cc;
			text-decoration:none;
			background-color:#eee;
			}
			
		#photo {
			float:right;
			height:100%;
			margin-top:1.88em;
			padding-top:17px;
			}
			
		.collection_item_description {
			font-style:normal;
		}	
		
		div.form_row_submit {
			background:#CEe4ca none repeat scroll 0 0;
			color:#000000;
		}
		
		h5.form_title {
			background:#CEe4ca none repeat scroll 0 0;
			color:#000000;
		}

		#signup_form h5.form_title {
			background:#fff none repeat scroll 0 0;
			color:#3399cc;
			font-size:1em;
			text-decoration:underline;
		}

			
/* --------------- Homepage News --------------- */	
			
			#news {
				float:right;
				width:220px;
				height:auto;
				padding-right:20px;
				}
				#news h3 {
					color:#999;
					margin:-0.4em 0 11px 0;
					font: bold 0.94em/1.4em 'helvetica neue', helvetica, arial, sans-serif;
						}				
				#NewsTable {
					width:220px;
					}
					#news ul li, #news .news_archives {
						color:#666;
						padding-bottom:10px;
						font: 0.75em/1.5em 'helvetica neue', helvetica, arial, sans-serif;
						list-style:none;
						}
						
					.news_archives {
						float:right;
					}
						#news .news_articles ul li a, #news .news_archives a {
							color:#3399cc;
							text-decoration:underline;
							}
						#news .news_articles ul li a:hover, #news .news_archives a:hover {
							text-decoration:none;
							background-color:#eee;
							}
							
				#NewsletterLink {
					display:block;
					font: bold 0.94em/40px 'helvetica neue', helvetica, arial, sans-serif;
					text-align:center;
					background-color:#76c269;
					color:#fff;
					margin-top:5px;
					text-decoration:none;
					}
				#NewsletterLink:hover {
					background-color:#3399cc;
					}
					

					
/* --------------- Site Map --------------- */	
	#SiteMap ul {
		font: bold 1.2em/1.3em arial, helvetica, verdana, sans-serif;
		}
	#SiteMap ul ul {
		font: normal 0.9em/1.3em arial, helvetica, verdana, sans-serif;
		}						

						
/* ------------------------------------ Footer ------------------------------------ */

#footer {
	clear:both;
	font: 0.75em/1.6em arial, helvetica, verdana, sans-serif;
	color:#666;
	padding-top:30px;
	text-align:center;
	}
	#footer span {
		color:#ccc;
		}

	#footer a {
		color:#3399cc;
		text-decoration:underline;
		}
	#footer a:hover {
		color:#3399cc;
		text-decoration:none;
		background-color:#eee;
		}
		
	table.waiting_children tr td img {
	width:150px;
	}
	
	table.calendar  {
		clear:left;
	}
	
	div#signup_form div.form_row_submit  {
background:none repeat scroll 0 0 transparent;
color:#000000;
}

div#signup_form div.form_label  {
color:#666666;
display:inline;
font-size:0.8em;
font-weight:normal;
margin:0;
padding:0.2em 0;
}

div#signup_form div.form_field  {
display:inline;
}

div#signup_form .form_field input {
width:110px;
}

div.news_articles ul li {
list-style:disc outside none;
margin:0 0 0.5em;
}

#news h3.content_news_article_headline {
margin:0px;
}

#news div.news_articles ul li {
list-style:none outside none;
margin:0 0 0em;
}

/* Styling from header */
#nav li a {
font-size: 14px;
}