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

.maincontainer{
	width:100%;
	height: auto;
	align-content:center;
	float: none;
	margin-left: auto;
	margin-right: auto;
	
}


.mainheader{
	width: 959px;
	height: 139px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	text-align: center;
}

.orangepaintbackground{
	width: 1060px;
	height: 927px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../images/orange_watercolor.gif);
	background-repeat: no-repeat;
}

.pageheader-content{
	width: 450px;
	height: 75px;
	float: none;
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


.pagemenu{
	width: 1065px;
	height: 37px;
	float: none;
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
}



.pageheader{
	width: 1060px;
	height: 101px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/page_header.png);
	background-repeat: no-repeat;
	padding-top: 0px;
}
/*pagehome is used on the index page*/
.pagehome{
	width: 1076px;
	height: 870px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/Final_home_page.gif);
	background-repeat: no-repeat;
}
/*pagethankyou is used on the thank you page*/
.pagethankyou{
	width: 1060px;
	height: 768px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/thank_you_page.jpg);
	background-repeat: no-repeat;
}

/*pagecontact is used on the contact page*/
.pagecontact{
	width: 1060px;
	height: 884px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/contact-us-image.gif);
	background-repeat: no-repeat;
	padding-left: 39px;
}

.pageheader-content{
	width: 450px;
	height: auto;
	float: left;
	margin-left: 200px;
	margin-right: auto;
	clear: both;
}


/*do not need this- this pagecontainer will center the leftborder, rightborder, and mainpagecontainer
.pagecontainer{
	width: 1070px;
	height: auto;
	float: none;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	
}
*/



.mainpagecontainer{
	width: 1060px;
	min-height: 1314px;
	float: left;
	clear: right;
	background-image: url(../images/pagetile.png);
	background-repeat: repeat-y;
	color: #050404;
	font-weight: 400;
}




.mainpagecontainershort{
	width: 1060px;
	min-height: 700px;
	float: left;
	clear: right;
	background-image: url(../images/pagetile.png);
	border-image-repeat: none;
	background-repeat:repeat-y ;	
	
}

.mainpagecontainer-content{
	width: 700px;
	min-height: 600px;
	float: left;
	clear: right;
	margin-top: -30px;
	margin-left: 190px;
	font-weight: bolder;	/*border: red 1px solid;*/
	
}

.footer{
	width: 1060px;
	height: 68px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../images/page_footer.png);
	background-repeat: none;
	

}

.footertext-bottom
{
	width: 1060px;
	height: 68px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align:center;
	
}
.bottombanner {
	margin-left: 72px;
	padding-left: 0px;
	left: 0px;
	right: 60px;
	margin-top: -34px;
	padding-right: 0px;
	top: auto;
}
