@CHARSET "UTF-8";

a:link, a:visited
{
	color:#5E2C72;
}

a:hover
{
	color:white;
}

body
{
	background: url('/images/background/lavender_white_gradient.jpg');
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5B2975;
}

sup
{
	font-size:10px;
	font-variant:small-caps;
}

#aboutDiv
{
	width:90%;
	margin:0 auto;
	position:relative;
}
#container
{
	max-width: 1200px;
	margin: 0 auto;
}

#footer
{
	width:100%;
	text-align:center;
	position:relative;
	font-weight:bold;
}
#logo
{
	top:0;
	background:url('/images/structural/flower_logo_med.png');
	width:500px;
	height:423px;
	position:absolute;
}

#menu
{
	position:relative;
	margin:250px auto 10px;
	text-align:center;
	font-size:20px;
}

#titleBanner
{
	background:url('/images/structural/title_banner.png');
	width:800px;
	height:105px;
	position:absolute;
	top:75px;
	left:10%;
}

#servicesDiv
{
	width:350px;
	margin:0 auto;
	position:relative;
}

#servicesDiv h2
{
	font-size:15px;
	text-align:center;
	font-variant:small-caps;
}
#servicesDiv ul
{
	list-style:circle;
	
}
#servicesDiv li
{
	font-size:20px;
	font-variant:small-caps;
	font-weight:bold;
	line-height:20px;
}

#teamDiv
{
	position:relative;
	margin: 0 auto;
	width:800px;
	text-align:justify;
}

#teamDiv p
{
	font-weight:bold;
	color:black;
}
#teamPicsRow
{
	position:relative;
	float:right;
	top:-10px;
}

.clearit
{
	clear:both;
}
.teamPic
{
	float:left;
	margin:0 10px;
}

.teamPic img
{
	border:none;
}




