@charset "UTF-8";
/* CSS Document */


 
body {
	
	margin: 50px;
	padding: 0;
}


/* Layout */

#wrapper {
	width: 100%;
	padding: 0 0 0 0;
	position: relative;
}

#page {
	position: relative;
	margin: auto;
	width: 900px;
}

#banner {
	background: url("images/banner.png") no-repeat 0 0;
	height: 160px;
	width: 900px;
	overflow: hidden;
	margin: 0 0 0 0;
	float: left;
	color: #FFF;
}

#site-name {
	font-family: Time, Times New Roman, serif;
	font: 40px bold;
	float: left;
	padding: 50px 0 0 170px;
	margin: 0 0 0 0;
}


#slogan {
	font: italic 20px bold;
	float: left;
	clear: both;
	margin: 0 0 0 0;
	padding: 5px 0 0 170px;
	width: 730px;
	height: auto;

}

#content-wrapper {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	float: left;
}

#content {
	width: 900px;
	margin: 20px auto 10px auto;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content-top {
	padding: 0 10px 0 10px;
}

#content-top h2 {
	font-family: Time, Times New Roman, serif;
	font: 30px bold;
	text-align: center;
	padding: 0 80px 0 80px;
}

.eyecatching {
	padding: 10px 120px 0 120px;
	font: 18px bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content-first {
	float: left;
	margin: 40px 0px 30px 10px;
}

#bcceas-logo {
	 width: 425px;
	 height: 132px;
	 background: url("images/bcceas-logo.jpg");
	 margin: 0; 
	 padding: 0;
	 position: relative;
}

#elderlaw-logo {
	background: url("images/elderlaw-logo.jpg");
	width: 425px;
	height: 72px;
	margin: 0;
	padding: 0;
	position: relative;
}

#bcceas-logo li, elderlaw-logo li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute;
	top: 0;
}

#bcceas-logo li, #bcceas-logo a {
	height: 132px; 
	display: block;
}

#elderlaw-logo li, #elderlaw-logo a {
	height: 72px;
	display: block;
}

#logo1 {
	left: 0;
	width: 425px;
}

#logo2 {
	left: 0;
	width: 425px;
}

#logo1 a:hover {
	background: transparent url("images/bcceas-logo.jpg") 0 -132px no-repeat;
}

#logo2 a:hover {
	background: transparent url("images/elderlaw-logo.jpg") 0 -72px no-repeat;
}

#content-last {
	float: right;
	margin: 70px 10px 30px 0px;
}

 a,
	a:link,
	a:visited,
	a:active img{
	border: none;
	color: #375542;
	text-decoration: none;
}

a:hover {
	color: #66796A;
}

#footer {
	background: url("images/footer.png") no-repeat 0 0;
	height: 160px;
	width: 800px;
	clear: both;
	margin: 10px 50px 0 50px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer .largetext {
	margin: 0 0 0 0;
	padding: 10px 100px 0 100px;
	font-size: 22px;
	text-align: center;

}

#footer .smalltext {
	padding: 10px 110px 0 110px;
	margin: 0 0 0 0;
	font-size: 20px;
	text-align: center;
	line-height: 105%;
}

#footer .smallertext {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	font-size: 14px;
	text-align: center;
}

