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

#wrapper {
	width:800px;
	min-height: 800px;
	background-color:transparent;
	/*background-image:url(images/gifs/border.gif);*/
	background-repeat:repeat;
	margin: 0px auto;
	border-bottom:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top:#000;
	border-top-style:solid;
	border-top-width:1px;
	border-left:#000;
	border-left-style:solid;
	border-left-width:1px;
	border-right:#000;
	border-right-style:solid;
	border-right-width:1px;
}
body {
	font-size:14px;
	color:#000;
}

li{padding-bottom:10px;}
body.p {
	font-size:14px;
}
h1 {
	font-size:18px;
	color:#006;
	text-decoration:underline;
}
h2 {
	font-size:16px;
	color:#09F;
	text-decoration:underline;
}
h3 {
	font-size:14px;
	color:#000;
	text-decoration:underline;
}
body.a:link {
	font-size:12px;
	color:#0CF;
	text-decoration:none;
}
body.a:active {
	font-size:12px;
	color:#0CF;
	text-decoration:none;
}
body.a:hover {
	font-size:12px;
	color:#0CF;
	text-decoration:underline;
}
body.a:visted {
font-size:12px;
color:#0CF;
text-decoration:none;
}
#Container {
	margin:0px auto;
	clear:both;
	background-color:#FFF;
}
#containerBody {
	width:800px;
	background-color:transparent;
	margin:0px auto;
}
#leftContainer {
	width:166px;
	height:282px;
	float:left;
}
#rightContainer {
	width:634px;
	height:282px;
	float:left;
	background-color:#36F;
}
#deerPic {
	background-image:url(images/jpegs/deerHead.jpg);
	width:166px;
	height:282px;
	background-repeat:no-repeat;
}
#rightContainerTop {
	width:634px;
	height:179px;
	background-color:transparent;
}
#logo {
	background-image:url(images/jpegs/deerParkLogo.jpg);
	width:263px;
	height:179px;
	background-repeat:no-repeat;
	float:left;
}
#scenePicTop {
	background-image:url(images/jpegs/scenicRgt.jpg);
	width:371px;
	height:179px;
	background-repeat:no-repeat;
	float:right;
	background-color:transparent;
}
#rightContainerBottom {
	width:634px;
	height:103px;
}
#logoBottom {
	width:83px;
	height:103px;
	background-image:url(images/jpegs/logoBtm.jpg);
	background-repeat:no-repeat;
	float:left;
}
#bottomRightContainer {
	width:551px;
	height:103px;
	float:right;
}
#bottomRightContainerTop {
	width:551px;
	height:44px;
	background-image:url(images/jpegs/scenicBtm.jpg);
	background-repeat:no-repeat;
}
#bottomRightContainerBottom {
	width:551px;
	height:59px;
	background-image:url(images/gifs/navBar.gif);
	background-repeat:no-repeat;
}
#navMenuHolder {
	width:640;
	padding-top:20px;
	padding-left:10px;
}
#navMenu ul {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
	position:relative;
	left:0;
}
#navMenu li a.last {
	float:left;
	color: #000000;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #006;
}
#navMenu li {
	float:left;
}
#navMenu li a {
	float:left;
	color:#000;
	text-decoration:none;
	padding-right:20px;
	padding-left:20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	font-size:16px;
	font-weight:normal;
}
#navMenu li a:hover {
	float:left;
	font-weight:normal;
	color: #006;
	text-decoration: underline;
}
#navMenu li a:visited {
	float:left;
	font-weight:normal;
	color: #006;
	text-decoration: underline;
}
#navMenu li a:active {
	float:left;
	font-weight:normal;
	color: #006;
	text-decoration: none;
}
.containerSpacer {
	width:800px;
	height:20px;
	clear:both;
	background-color:transparent;
}
#containerBodyContent {
	width:780px;
	margin:0px auto;
}
#containerBodyContentTwo {
	width:790;
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:10px;
}

#containerFooter{
	width:800px;
	height:57px;
	
}

#footerBack{
	background-image:url(images/gifs/footerBcknd.gif);
	width:800px;
	height:57px;
}

.containerSpacerFooter {
	width:800px;
	height:100px;
	clear:both;
	background-color:transparent;
}

.containerSpacerFooterRes {
	width:800px;
	height:400px;
	clear:both;
	background-color:transparent;
}



#footerNav ul {
	list-style:none;	
	position:relative;
	margin-left:40px;
	
	
}

#footerNav li {
	float:left;
}

#footerNav li a{
	float:left;
	color:#000;
	text-decoration:none;
	font-size:14px;
	padding-right:10px;
	padding-left:10px;
	margin-top:20px;
	margin-left:10px;
	border-right-color:#000;
	border-right-width:1px;
	border-right-style:solid;
	font-weight:normal;
	
	
}

#footerNav li a:link{
	font-weight:normal;
	color:#000;
	text-decoration:none;
}

#footerNav li a:visited{
	font-weight:normal;
	color:#006;
	text-decoration:underline;
}

#footerNav li a:active{
	font-weight:normal;
	color:#006;
	text-decoration:none;
}

#footNav li a:hover{
	font-weight:normal;
	color:#006;
	text-decoration:underline;
	
}




#footerNav li a.last{
	color:#000;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	border:0px;
	
}

#footerNav li a:visited.last{
	color:#006;
	text-decoration:underline;
	padding-left:10px;
	padding-right:10px;
	border:0px;
	
}

#footerNav li a:active.last{
	color:#006;
	text-decoration:underline;
	padding-left:10px;
	padding-right:10px;
	border:0px;
	
}

#footerNav li a:hover.last{
	color:#006;
	text-decoration:underline;
	padding-left:10px;
	padding-right:10px;
	border:0px;
	
}

#applicationContainer{
	
	margin: 0px auto;
	width:700px;
	}
	
#application{
	background-image:url(images/png/app.png);
	background-repeat:no-repeat;
	width:700px;
	height:999px;
}

.appAddedTextContainer{
	font-weight:bold;
	position:relative;
	top:274px;
	left:210px;

	}
	
	
.payPalLogoContainer{
	position:relative;
	top:360px;
	left: 300px;
	
	}
	
	.payPalText{
		font-weight:bold;
		position:absolute;
		left:-100px;
		top:0px;
		display:inline;
		}
