/* CSS Document */

div#homeheader {
	position: relative;
	padding: 0; margin: 0;
	width: 900px; height: 209px;
	background-color: white;
	background-image:url(../images/home-header.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #b9e;
}

div#tagline { 
	position: absolute; 
	top: 174px;  left: 0;
	width: 430px; 
	font-weight: bold; font-size: 12px; line-height: 14px; font-style:italic; color: #666;
	padding: 10px;
}

div#homephone { 
	position: absolute; 
	top: 174px; left: 450px;
	width: 430px; 
	font-weight: bold; font-size: 16px; line-height: 16px; color: #666;
	padding: 9px 10px;
	text-align: right;
}

div#marketwatch {
	padding: 40px 0px 0px 0px;
	margin: 0;
	position: absolute;
	top: 270px; left: 0;
	background-color: white;
	width: 280px;
}

div#welcome {
	position: relative;
	width: 599px;
	left: 280px;
	padding: 10px;
	margin: 0;
	border-left: 1px solid #b9e;
}

div#services {
	position: relative;
	width: 599px;
	left: 280px;
	padding: 10px;
	margin: 0;
	border-left: 1px solid #b9e;
}
