﻿/*
 *  File:          HomePage.css
 *  Purpose:       Houses the CSS styling for the home page of the site
 *  By:            Matt LaPora
 *  Last Revised:  09/10/2007 
*/

#LogoContainer
{
	position: relative;
	left: 25px;
	width: 144px;
	height: 60px;
	float: left;
}

#ImageContainer
{
	clear: both;
	width: 897px;
	height: 314px;
}

#IBody
{
	background: url(Images/Pages/CCLH_MainHead_Square.jpg) no-repeat;
	width: 897px;
	height: 314px;
}

#IBodySignIn
{
	position: relative;
	clear: both;
	float: left;
	left: 17px;
	top: 17px;
	width: 111px;
	height: 45px;	
	
}

#IBodySignInControls
{
	position: relative;
	background: url(Images/Pages/Image_SignInControls_Home.gif) no-repeat;
	clear: both;
	float: left;
	left: 17px;
	top: 17px;
	width: 300px;
	height: 80px;
}

#IBodySignInError
{
	position: relative;
	background: url(Images/Pages/Image_SignInControls_Home.gif) no-repeat;
	clear: both;
	float: left;
	left: 17px;
	top: 17px;
	width: 300px;
	height: 80px;
}

#IBodySignOut
{
	position: relative;
	background: url(Images/Pages/Image_SignOut_Home.gif) no-repeat;
	clear: both;
	float: left;
	left: 17px;
	top: 17px;
	width: 250px;
	height: 45px;
}

#IBodyTagLine
{
	position: absolute;
	clear: both;
	float: left;
	left: 55px;
	top: 310px;
	width: 550px;
	height: 30px;
}

#IBodyNewsletter
{
	position: absolute;
	clear: both;
	float: left;
	top: 218px;
	left: 640px;
	width: 205px;
	height: 135px;	
	text-align: left;
}

/* Advertising Styles */



#AdvertisingLeft
{
	position: relative;
	float: left;
	width: 380px;
	text-align: left;
	margin: 25px 0px 15px 0px;
	
}

#AdvertisingRight
{
	position: relative;
	float: right;
	width: 380px;
	text-align: left;
	margin: 25px 0px 15px 0px;
}

/* Advertising Styles */