#mainWrapper {
    text-align: left;
    background-color: white;
    width: 968px;
    height: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#contentWrapper {
    width: 932px;
    height: 570px;
    margin-left: auto;
    margin-right: auto;
}

#flashAreaWrapper{
    height: 348px;
    width: 932px;
}

#topLeftPhoto {
    background-image: url(../images/home-topleft-photo.jpg);
    width: 625px;
    height: 336px;
}

#topRightPhoto {
    background-image: url(../images/home-topright-photo.jpg);
    width: 293px;
    height: 336px;
    position: relative;
    left: 635px;
    top: -336px;
}

#topMiddlePhoto {
    background-image: url(../images/home-topmiddle-photo.jpg);
    border-left: 10px solid white;
    border-right: 10px solid white;
    border-top: 0;
    border-bottom: 10px solid white;
    width: 242px;
    height: 147px;
    position: relative;
    left: 480px;
    top: -672px;
}

#homeNav {
	background-color: #c4ce68;
    position: relative;
	width: 932px;
	height: 25px;
	display: inline-block;
}

#videoButton {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
}

#content {
	background: #f0f4b7 url(../images/home-lowerleft-content.png) left bottom no-repeat;
    height: 200px;
    width: 932px;
    position: relative;
    line-height: 24px;
}

#logo {
	float: left;
	position: relative;
    top: 45px;
	margin-left: 50px;
}

#contentCopy {
	width: 450px;
	float: right;
	position: relative;
    top: 45px;
	margin-right: 50px;
}

#contentCopy p {
    font-family:"Verdana";
	font-size: 12px;
	font-weight: normal;
	color: #494949;
	line-height: 19px;
}

#footer {
    width: 928px;
    height: 15px;
	margin-left: auto;
    margin-right: auto;
	font-family:"Verdana";
	font-size: 8px;
	font-weight: normal;
	color: #c4ce68;
	padding-top: 5px;
}

.homeCopy {
	font-family:"Verdana";
	font-size: 12px;
	font-weight: normal;
	color: #494949;
	line-height: 19px;
}

/*          Home flash sytles             */
#btnShowVideo {
	display: block;
	background: #c3ce68;
}

#btnHideVideo {
	display: none;
	background: #c3ce68;
}

#buttonContainer {
	margin: 0 0 0 832px;
	width: 100px;
}