@charset "UTF-8";
/* CSS Document */

/* Layout */
body {
	padding-bottom: 18px;
	background-color: #8eb2d6;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	background-image: url(images/easter2010_pagebg_960.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#main {
	padding: 0;
	margin: 18px 10px;
}

#footer {
	position: relative;
	clear: both;
	margin: 0 5px;
}

/* General */
a:active, a:focus {
  outline: 0;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}	

/* Header */
#header {
	position: relative;
	margin: 2px 10px 0px 10px;
	padding: 0;
	line-height: 12px;
}	
#header img {
	margin: 0;
	padding: 0;
}

/* header image */
body.home #header h1 {
	/* 950px / 144px */
	text-indent: -9999em;
	height: 0;
	padding-top: 144px;
	overflow: hidden;
	background-image: url(images/easter2010_header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.easter2010 #header h1 a {
	/* 950px / 144px */
	display: block;
	width: 950px;
	text-indent: -9999em;
	height: 0;
	padding-top: 144px;
	overflow: hidden;
	background-image: url(images/easter2010_header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#main h2 {
	font-style: italic;
	color: #03C;
	border-bottom: 1px solid;
}
div#main p {
	font-size: 110%;
}
div#main p.leader {
	font-size: 120%;
}

/* thumbnail_grid */
div#thumbnail_grid a {
	zoom: 1;
	opacity: .6;
  filter: alpha(opacity=60);
}
div#thumbnail_grid a:hover {
	opacity: 1;
  filter: alpha(opacity=100);
}
div#thumbnail_grid a img {
	padding: 10px;
	border: none;
}

/* Top navigation tabs - copied from main REEP stylesheet */
div#navTabs {
	position: relative;
	margin: 0px 5px;
	width: 960px;
	overflow: hidden;
	background-color: #009933;
}
div#navTabs ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	font-size: 0.9em;
	border-bottom: 1px solid #FFFFFF;
}
div#navTabs ul li {
	display: inline;
}
div#navTabs ul li a:link, 
div#navTabs ul li a:visited {
	float: left;
	width: 120px;
	display: block;
	text-align: center;
	padding: 2px 0px;
	background-color: #009933;
	color: #FFFFFF;
	background-image: url(../../../g_lib/v4/cowo/cowo_navtab2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
div#navTabs ul li a:hover {
	color: #000000;
	text-decoration: none;
	background-position: left bottom;
	background-color: #569908;
}

#footer {}
  #footer ul {
		margin: 0;
		padding: 5px;
		list-style-type: none;
		overflow: hidden;
		color: #fff;
		background-color: #060;
		border: 2px solid #090;
		border-bottom-color: #050;
		border-right-color: #050;
		text-align: center;
	}
	#footer ul li {
		position: relative;
		/*float: left;*/
		display: inline;
		padding: 0 10px;
		border-left: 1px solid #ccc;
	}
		#footer ul li.top {
			border-left: none;
		}
	#footer ul li a {
		color: #fff;
	}
	#footer p.logo {
		text-align: center;
	}

