
/* 
$Id: home.css 402 2008-06-18 01:34:53Z dhjones $
Description:  I am the style sheet for the home section of the site. 
Created:			3/6/2008
Change Log:									
*/

#header { background-image: none; }

#loginForm label { display: block; }

#banner {
	background-image: url(../../images/bannerBg.jpg);
	background-repeat: repeat-x;
	height: 216px;
}

#banner h1, #banner h2 { display: none; }

#banner .bannerName {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 325px;
	height: 69px;
}

#banner .fishBowl {
	width: 344px;
	height: 216px;
	float: right;
}

#sections {
	margin-top: 10px;
	margin-left: 14px;
	margin-right: 14px;
	line-height: 1.1em;
}

#career, #photo, #family {
	float: left;
	border: solid 1px #d0d7dc;
	width: 238px;
	height: 194px;
	margin-right: 25px;
	padding-top: 80px;
	text-align: left;
	overflow: auto;
	background-color: #ffffff;
}

#career h3, #photo h3, #family h3 { display: none; }

#career p, #photo p, #family form {
	margin: 0;
	padding-top: 8px;
	padding-left: .8em;
	padding-right: .8em;
}

#career {
	background-image: url(../../images/headerCareer.jpg);
	background-repeat: no-repeat;
}

#photo {
	background-image: url(../../images/headerPhoto.jpg);
	background-repeat: no-repeat;
}

#family {
	margin-right: 0;
	background-image: url(../../images/headerFamily.jpg);
	background-repeat: no-repeat;
}
