/* 
 * Filename: 	clients_over.css
 * Creator:		Morgan C. Benton (morgan@morphatic.com)
 * Modified:	12/8/04 11:30 AM
 * Description: This is the stylesheet for the home page.  It sets up
 *				the layout, fonts, and colors for the home page.
 */

#section_title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 429px;
	height: 60px;
}
#page_text {
	position: absolute;
	top: 57px;
	left: 0px;
	height: 531px;
	width: 429px;
	background-color: #F9F5DF;
	overflow: auto;
	font-size: 11px;
	line-height: 1.4;
}
#page_text p {
	padding-left: 23px;
	padding-right: 20px;
}
#learn_more {
	font-family: sans-serif;
	color: #be490a;
	font-weight: bold;
}
 
#quote {
	position: relative;
	top: 0px;
	left: 432px;
}

#core_services {
	font-size: 12px;
	font-weight: bold;
	color: #be490a;
}

#page_text a {
	font-weight: bold;
}

#page_text a:link {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
#page_text a:visited {
	color: #000000; 
	text-decoration: none;
}
#page_text a:hover {
	color: #333399; 
	text-decoration: none;
}
#page_text a:active {
	color: #333399; 
	text-decoration: none;
}

#case_studies {
	position: relative;
	left: 15px;
}

a img {
	border: none;
}

#aarp {
	position: absolute;
	top: 217px;
	left: 432px;
	width: 175px;
	height: 81px;
}

#section_nav {
	position: absolute;
	top: 301px;
	left: 432px;
	width: 175px;
	height: 230px;
}

#couple {
	position: absolute;
	top: 217px;
	left: 610px;
}

#birds {
	position: absolute;
	top: 377px;
	left: 610px;
}

* html #page_graphic {
	position: relative;
	top: 3px;
}

