@charset "utf-8";
/* CSS Document */

/* ADDRESSES EXTRA WHITESPCE IN LINKS BUG IN NAV */
[if IE]><style type="text/css"> a { zoom: 1;}</style><![endif]



/* ---------  BEGIN UNIVERSAL STYLES  ---------- */

/* Sets all initial padding and margins to 0 */
* {margin:0; padding:0;} 
 
/* REMOVES BORDER FROM LINKED IMAGES */
a img { border:0 }

p, ul {padding-bottom:10px;} /*sets universal spacing between para's & list ends */

.clearboth {clear: both; height: 1px; }
.imgFloatRight {
	float:right;
	margin: 0 0 0 8px;
}
.imgFloatLeft {
	float:left;
	margin: 0 12px 0 0;
}
.imgSpaceTB {margin: 8px 0 8px 0;}
.moveLeft {margin-left: -10px; text-indent:-10px;}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.centerRL {
	text-align: center;
	margin-right: 100px;
}
/* MAINTAIN UNIVERSAL LINK SCHEME */
a:link {
	color:#5f5041;
	text-decoration:underline;
}
a:visited {
	color:#336699;
	text-decoration:underline;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}

 
/* ---------  END UNIVERSAL STYLES  ---------- */



body {
	margin: 0px auto;
	background:#090b1d;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
div.container {
	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} /* Fix error */


/*------------- Mortised Images fr Chptr 6 Professional Web Design----------- */
#featBkgdContainer {
	position: relative;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	width:1002px;
	height:459px;
	/*margin-top: -18px; */
	/*padding:1px;*/
}

#mainMovieLeft {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 752px;
	height: 328px;
	border:0;
}
#miniPropsLeft {
	position: absolute;
	top: 332px;
	left: 2px;
	width: 752px;
	border:0;
}
.propsGallery {
	float: left;
	width: 188px;
	height: 125px;
	border: 0;
	margin: 0;
	padding: 0;
}
#communitiesRight {
	position: absolute;
	top: 2px;
	left: 756px;
	width: 244px;
	height: 169px;
	border:0;
}
#meetRight {
	position: absolute;
	top: 173px;
	left: 756px;
	width: 244px;
	height: 284px;
	border:0;

}
.clearBoth {clear: both;}

/*---------- FOOTER ---------- */
#footerHome  {
	position: relative;
	top:0px;
	left:0px;
	background-color:#090b1d;
	width:1002px;
	padding:0px;
}
.centeredImg {
	display: block;
    margin-left: auto;
    margin-right: auto;
} 
/*----------  END FOOTER ---------- */
