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

*{

	margin:0;

	padding:0;

}
#container {
	width: 960px;
	background-color: #A7F501;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#header {
	background-image: url(images/homeheader.jpg);
	width: 960px;
	background-repeat: no-repeat;
	height: 612px;
	position: relative;
}
#shadow {
	background-image: url(images/bgshadow.png);
	background-repeat: repeat-y;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(images/birdhutbg.jpg);
	background-repeat: repeat-x;
	background-color: #1774FF;
}
#toptext {
	width: 893px;
	padding-right: 30px;
	padding-left: 30px;
}

.paratext {
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	line-height: 1.3em;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}
.paratext2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height: 1em;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#topshadow {
	height: 36px;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/topshadow.jpg);
	background-repeat: no-repeat;
}
#footer {
	height: 179px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footerarea.jpg);
	background-repeat: no-repeat;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#bottominfo {
	height: 35px;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
}
#subfooter {
	height: 20px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-color: #1774FF;
	padding-top: 10px;
}
.subfootertext {
	font-size:13px;
	text-align:center;
	color:#1B3A69;
	/*letter-spacing:1%;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subfootertext a:link {
	text-decoration: none;
	color:#1C3D72;
}
.subfootertext a:visited {
	text-decoration: none;
	color:#1A3965;
}
.subfootertext a:hover {
	color: #FFF;
	text-decoration: none;
}
.subfootertext a:active {
	text-decoration: none;
}
p {
	line-height:1.3em;
	
}
#nav1 {
	height: 50px;
	width: 120px;
	position: absolute;
	top: 399px;
	right: 738px;
}

#nav2 {
	height: 50px;
	width: 119px;
	position: absolute;
	top: 399px;
	right: 519px;
}
#nav3 {
	height: 50px;
	width: 140px;
	position: absolute;
	top: 399px;
	right: 296px;
}
#nav4 {
	height: 50px;
	width: 158px;
	position: absolute;
	top: 399px;
	right: 60px;
}
.navtext {
	font-family:Gigi;
	font-size: 36px;
}
#bottomtext1 {
	width: 170px;
	position: absolute;
	top: 934px;
	right: 688px;
}

#bottomtext2 {
	width: 113px;
	position: absolute;
	top: 941px;
	right: 466px;
}
#bottomtext3 {
	width: 202px;
	position: absolute;
	top: 932px;
	right: 103px;
}
#header a {
	color: #000;
	text-decoration: none;
}
#header a:link {
	text-decoration: none;
	color:#000;
}
#header a:visited {
	text-decoration: none;
	color:#000;
}
#header a:hover {
	color: #1867DE;
	text-decoration: none;
}
#header a:active {
	text-decoration: none;
}
