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

#owners-top {
	width: 640px;
	height: 147px;
	background: transparent url(img/owners-content-top.jpg) top left no-repeat;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: relative;
	margin: 0;
	padding: 30px 10px 0;
}
	
	#owners-top h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 30px;
		font-weight:normal;
		letter-spacing: -0.04em;
		line-height: .82em;
		color: #fff;
		text-shadow:4px 4px 5px #000000;
	}
	#owners-top h2.line1 {
		margin-left: 10px;
	}	
	
	#owners-top h2.line2 {
		margin-left: 30px;
	}
	
	#owners-top h2.line3 {
		margin-left: 45px;
	}
	
#recent-summary {
	margin: 20px 0;
	width: 660px;
	height: 155px;
	position: relative;
	border: 1px solid #a5a5a5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: transparent url(img/latest-bkg.png) 5px bottom no-repeat;
}

	#recent-news {
		width: 300px;
		height: 145px;
		position: absolute;
		overflow: hidden;
		float: left;
		padding: 0 5px;
		margin: 10px 0 0px 150px;
	}
		
	
	#recent-news h3 {
		font-size: 150%;
	}
	#recent-news a {
		color: #276d77;
	}
	#recent-news a:hover {
		color: #64a0b2;
	}
	
	#recent-news p {
		margin: 10px;
		height: 64px;
		overflow: hidden;
		line-height: 1.0em;
	}
	
	#recent-news a#continue {
		position: relative;
		left: 165px;
		text-decoration: underline;
	}

	
#recent-other {
	width: 185px;
	height: 135px;
	position: absolute;
	padding: 0 10px;
	margin: 10px 0 0 455px;
	border-left: 1px solid #a5a5a5;
	overflow: hidden;
}
	
	#recent-other h3 {
		margin-top: 2px;
	}
	
	#recent-other ul {
		margin-left: 10px;
	}
	
#owners-posts {
	width: 660px;
	height: auto;
	margin: 20px 0;
	padding-top: 20px;
	/*border-top: 4px solid #276d77; */
}

h3.owners-posts {
	padding: 10px;
	/*border-top: 4px solid #276d77;*/
	background: #276d77;
	margin-bottom:0px;
}
h3.owners-posts a {
	color: #fff;
}
h3.owners-posts a:hover {
	color: #fff;
	text-shadow: -1px 1px 1px #06C;
}

.box-170, .box-420 {
	height: 125px;
	position: relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float: left;
	padding: 10px;
	color: #333333;
	font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
}
.box-170 h3, .box-420 h3 {
	font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
}

.box-170 a, .box-420 a {
	color: #276d77;
	text-decoration:underline;
}
.box-170 {
	width: 170px;
	margin: 0 0 20px 12px;
	border: 2px solid #dbd243;
}

.box-420 {
	width: 420px;
	margin: 0 12px 20px 0;
	border: 1px solid #a5a5a5;
}

#facebook {
	margin: 0;
	height: 115px;
	width: 190px;
	font-size: .9em;
	border-right: 1px solid #ccc;
	float: left;
}
.facebook {
	width: 180px;
	margin: 5px 0;
}
.facebook img {
	margin: 5px 8px 0 0;
	float: left;	
}
.facebook p {
	width: 130px;
	float: left;
	margin: 0 0 20px 5px;
	line-height: 1.3em;
}

#subscribe {
	margin: 0 0 0 10px;
	height: 115px;
	width: 205px;
	font-size: .9em;
	float: left;
	position: relative;
}
.subscribe-options {
	width: 200px;
	height: 50px;
	position: relative;

}
#subscribe .subscribe-options img {
	margin: 5px 8px 0 0;
	float: left;
}
#subscribe .subscribe-options p {
	float: left;
	width: 170px;
	margin: 0 0 20px 0;
	line-height:1.1em;
}

#fee-payment {
	text-align:center;
}
#fee-payment small {
	font-size: 80%;
}
#fee-payment p {
	text-align:left;
	width: 115px;
	padding-left: 60px;
	background: transparent url(img/credit_card.png) left center no-repeat;
	margin-bottom: 10px;
}
.tooltip{ background: #dbd243; border: 2px solid #faf455; color: #115e6a; font-family:Arial, Helvetica, sans-serif; font-size: 18px; padding: 10px; width: 350px; position: absolute; top: 0; left: 0; z-index: 3; display: none; }

#latest-projects {
	height: auto;
	font-size:110%;
}
#latest-projects ul {
	margin-left: 30px;
}
#latest-projects ul li {
	list-style-image:url(img/bullet_yellow.png);
}
#latest-projects ul ul li {
	font-size: 90%;
	margin-left: -10px;
	list-style-type:disc;
}

#halloween-promo {
	clear: both;
	background: #000;
	padding: 10px;
	margin: 20px 0;
	width: 640px;
	height: 50px;
	position: relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
}