/* CSS Document */

body {
	background: url("/images/bg.gif") top repeat-x #a3c2e8;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	#font-size: 0.8em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
form {
	width: 400px;
	margin: 10px auto;
}
input, textarea {
	width: 95%;
	margin-bottom: 5px;
}
h1 {
	font-size: 170%;
	margin-top: 20px;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 140%;
	margin-bottom: 5px;
}
a:link, a:active {
	color: #335C8F;
}
a:visited {
	color: #666;
}
li {
	margin-bottom: 7px;
}
embed {
	position: relative;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -180px;
	width: 360px;
	height: 310px;
}
table {
	border: 8px solid #a3c2e8;
	border-right: 0;
	border-left: 0;
}
#bird {
	z-index: 10;
	text-align: center;
}
#header {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -390px;
	width: 780px;
}
#guest {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
#nav {
	position: absolute;
	top: 114px;
	left: 50%;
	margin: 0 0 0 -375px;
	background: url("/images/bg_nav.gif") top center no-repeat;
	width: 750px;
	height: 46px;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	margin: 0 0 0 25px;
	#margin: 0 0 0 50px;
	padding: 0;
}
#nav li {
	float: left;
	padding: 10px 12px;
	border-right: 1px solid #00295C;
}
#wrapper {
	position: absolute;
	top: 160px;
	left: 50%;
	margin: 0 0 0 -359px;
}
#page {
	padding: 10px 25px 0 24px;
	width: 670px;
	overflow: auto;
	background-color: #fff;
	font-size: 0.9em;
	#font-size: 1em;
}
ul#subnav {
	position: absolute;
	top: 190px;
	right: 50%;
	margin: 0;
	margin-right: 359px;
	list-style-type: none;
	padding: 3px;
}
ul#subnav li {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
#subnav li ul {
	border-top: 1px dotted;
	font-size: 90%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-left: 5px;
}
#subnav li ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}

#nacs {
	padding-top: 13px;
	text-align: right;
	color: #87cc5c;
	font-size: 80%;
	#font-size: 85%;
}
#footer { 
	background: url("/images/bg_footer.gif") bottom center no-repeat;
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 780px;
	height: 49px;
	margin: 0 0 0 -390px;
}
.col1 {
	width: 335px;
	float: left;
}
.col2 h3 {
	margin-top: 0px;
}
.col1 h3 {
	margin-top: 0px;
}
.col1alt {
	width: 380px;
	float: left;
	margin-right: 10px;
}
#footer .col1 {
	width: 390px;
	padding-left: 30px;
}
#footer .col2 {
	padding-right: 30px;
}
.wide {
	padding-bottom: 10px;
	border-bottom: 1px solid #a3c2e8;
}
.show {
	line-height: 1.3em;
	#line-height: 1.5em;
}
.link {
	clear: both;
	margin-bottom: 49px;
}
.logo {
	float: left;
	padding-right: 10px;
}

