/* CSS Document */

/* import the collective css file */
@import "stylesheet_bareducators.css";

#content-top {
	padding: 0;
	height: 615px;
	background: url(images/backgrounds/bkgHome.jpg) no-repeat;
	border: 1px solid #fff; /* this is necessary. don't cut randomly */
}

#title {
	margin-top: 138px;
	margin-left: 350px;
	width: 300px;
	font: bold 1.75em/110% Arial, Helvetica, Sans-Serif;
	color: #8D8178;
	/*color: #4A151B;*/
}

#lead {
	margin-top: 1em;
	margin-left: 400px;
	width: 440px;
}
#lead p  {
	font: normal 1.21em/130% Arial, Helvetica, Sans-Serif;
	text-align: justify;
	color: #4A151B;
}
#lead h3 {
	padding: 5px .75em;
	margin: 2em 0;
	background: #8D8178;
	font-size: 1.35em;
	color: #FFF;
}
.normal {
	font-weight: normal;
}


#content-bottom {
	overflow: hidden;
	margin-top: 5px;
	/*padding: 1em 20px;*/
	background: #E8E6E3;
}
#content-bottom a {
	font-weight: bold;
}

#bottomLeft {
	float: left;
	padding: 10px 20px;
	width: 480px;
	border-right: 5px solid #FFF;
}
#bottomLeft p {
	font-size: .9em;
}

#bottomRight {
	float: right;
	padding: 10px 20px;
	width: 335px;
}
#bottomRight h3  {
	color: #8D8178;
}


#footer {
	clear: both;
	padding: 2.2em 0;
	border-top: 0px solid #E8E6E3;
	text-align: center;
	font-size: .7em;
	line-height: 170%;
	color: #8D8178;
}