/****** ##LOG: 
Author:  Vanessa Skane
Created: 20/11/09

Description: general styles for homebuyers centre
******/

/* mainSiteContainer required because of large footer and smaller resolutions */
#mainSiteContainer {
	position: relative;
	height: 100%;
	margin:0 auto;	
}

#siteContainer {
	position: relative;
	width: 970px;
	margin:0 auto;
	text-align: left;	
}

/*** header graphic ***/
#header {
	position: relative;
	width: 970px;
	height: 80px;
	margin: 0;
	padding: 0;	
	background: url(../images/header.gif) no-repeat top;	
}

#logoHomebuyers {
	position: absolute; 
	width: 337px; 
	height: 63px; 
	top: 8px; 
	left: 0px;
}

#logoDisplayLocation {
	position: absolute; 
	width: 190px; 
	height: 40px; 
	top: 20px; 
	right: 0px;
}

#mainContentContainer {
	position: relative;
	width: 100%;
	height: 100%;
	
}

#mainContentTop {
	position: relative;
	background: url(../images/main-container-top.gif) no-repeat center bottom;
	width: 970px;
	height: 74px;	
}

#mainContentMiddle {
	position: relative;
	background: url(../images/main-container-middle.gif) repeat-y;
	width: 970px;
	height: 100%;	
}

#mainContentBottom {
	position: relative;
	background: url(../images/main-container-bottom.gif) no-repeat center top;
	width: 970px;
	height: 30px;	
}



#mainContent {
	position: relative;
	margin: 0;
	width: 100%;
	padding: 10px;
}

#mainContent p {
	padding: 5px 20px;
	margin: 0 !important;
	line-height: 1.7em;
	margin-bottom: 10px;
}


#mainContent ul {
	line-height: 1.5em;
	padding: 5px 20px 0 30px;
}


#videoContainer {
	position: relative;
	width: 970px;
	height: 100%;
	margin-top: 10px;
}

.videoContent {
	position: relative;
	float: left;
	width: 970px;	
	height: 100%;
	text-align: center;
	margin: 8px 0;
}

.videoThumbs {
	position: relative;
	float: left;
	width: 300px;
	padding: 0;
	margin: 8px;
}

.videoThumbs img {	
	padding: 2px;
}

.infoLeft {
	position: relative; 
	float: left; 
	padding-left: 10px;
}

.infoRight {
	position: relative; 
	float: right; 
	padding-right: 12px;
}





/*** Footer content ***/


#footer {
	position: relative;
	width: 970px;
	height: 80px;
	text-align: center;
}

#footer p {
	text-align: center;
}

#footer ul {
	position: relative;
	margin:0;
	list-style-type: none;
	width: 970px;	
	height: 34px;
	float: left;
}

#footer li {
	position: relative;
	margin:0;
	padding:12px 10px 5px 10px;	
	float: left;
	left: 100px;
}

