/****** ##LOG: 
Author:  Vanessa Skane
Created: 04/08/09

Description: general styles for the reef
******/

/* mainSiteContainer required because of large footer and smaller resolutions */
#mainSiteContainer {
	position: relative;
	width: 100%;
	height: 100%;
	margin:0 auto;
	background: url(../images/main-container-background.gif) repeat-y center;	
}



#siteContainer {
	position: relative;
	width: 988px;
	margin:0 auto;
	text-align: left;		
	background-color: #007fa2;
}

/*** header graphic ***/
#header {
	position: relative;
	width: 988px;
	height: 376px;
	margin: 0;
	padding: 0;	
	top: 1px;
	
	background: url(../images/header.jpg) no-repeat top;	
}


#mainContentContainer {
	position: relative;
	background: url(../images/main-content-background.jpg) no-repeat center top;
	width: 100%;
	height: 232px;
	
}


#mainContent {
	position: relative;
	float: right;
	width: 470px;
	height: 175px;
	right: 10px;
}


#mainContent p {
	padding: 10px 20px 0 20px;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}

#mainContent h1 {
	margin-top: 20px;
}

#mainContent ul {
	line-height: 1.5em;
	padding: 5px 20px 0 30px;
}


#mainContentDownloadContainer {
	position: relative;
	float: right;	   
	width: 570px;
	right: 10px;
}

#mainContentDownload {
	position: relative; 
	float: left;
	width: 180px;
}

#mainContentDownload img {
	position: relative; 
	float: left;
	bottom: 5px;
}

/*** Footer content ***/


#footerContainer {
	position: relative;
	background: url(../images/footer-background-gradient.gif) repeat-x center top;
	width: 100%;
	height: 271px;
}


#footer {
	position: relative;
	margin:0 auto;
	width: 988px;
	height: 100%;	
}

#footerLogos {
	position: relative;
	background: url(../images/footer-logos.jpg) no-repeat center;
	width: 988px;
	height: 121px;	
}


#footerContent {
	position: relative;
	width: 988px;
}

#footer p {
	padding: 10px;
	color: #232323;
	font-size: 12px;
}


