@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Alice', Georgia, "Times New Roman", sherif, verdana, arial;
	font-size: 18pt;

}
a:link, a:active, a:visited {
	color: #828282;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
header.topBar {
	border-bottom: 1px solid #dddddd;
	height: 30px;
}
.aboveSlider {
	border-bottom: 1px solid #dddddd;
	height: 68px;
	min-height: 68px;
}
.wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}
.socialMedia {
	float: left;
}
.socialMedia img {
	float: left;
}
nav.secondaryNav {
	height: 30px;
	float: right;
}
nav.secondaryNav ul {
	list-style: none;
	margin: 0;
	height: 30px;
}
nav.secondaryNav ul li {
	float: left;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
}
nav.secondaryNav ul li a:link, nav.secondaryNav ul li a:active, nav.secondaryNav ul li a:visited {
	color: #828282;
	display: block;
	font-size: 12pt;
	text-decoration: none;
}
nav.secondaryNav ul li a:hover {
	text-decoration: underline;
}
.teal {
	color: #fff;
	background-color: #87b6bf;
}
.phoneNumberBTN {
	border-bottom: 5px solid #a6dbe5;
	font-size: 24pt;
	text-align: center;
}
li.phoneNumberBTN a.telLarge:link, li.phoneNumberBTN a.telLarge:active, li.phoneNumberBTN a.telLarge:visited {
	color: #fff;
	line-height: 30px;
	font-size: 18pt;
	text-decoration: none;
}
li.phoneNumberBTN a.telLarge:hover {
	text-decoration: underline;
}
nav.topNav ul {
	margin: 0;
	padding: 0px 10px 0 10px;
	list-style: none;
	height:68px;
}
nav.topNav ul li {
	float: right;
	padding-left:75px;
}
nav.topNav ul li img {
	border: 0;
	padding: 0;
	margin-top: 8px;
}
nav.topNav li a:link, nav.topNav li a:active, nav.topNav li a:visited {
	text-decoration: none;
	padding:0;
	margin:0;
	font-size:15pt;
	line-height: 68px;
	color: #828282;
}
nav.topNav li a:hover {
	text-decoration: underline;
}
nav.topNav li.logo {
margin:0;
text-align:left;
padding-left:0;	
}
nav.topNav li.logo {
	float: left;
	text-align:left;
}
.opaqueOverlay {
	position: relative;
	top: 0;
	background: rgba(0,0,0,0.55);
	opacity: 0.55;
	filter: alpha(opacity=55); /* For IE8 and earlier */
	background-color: #000;
	height: 400px;
	z-index: 100;
}
.flowerBG {
	background-image: url(../images/banner.jpg);
	height: 400px;
	position: relative;
	top: -400px;
}
.clearfloat {
	clear: both;
}
.slider {
	z-index: 102;
	height: 400px;
	top: -800px;
	position: relative;
}
.slider h1 {
	color: #fff;
	margin: 0;
	padding: 105px 0 0 0;
	z-index: 102;
}
.slider h5 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14pt;
}
.slider .getStartedBTN {
	top: 85px;
	position: relative;
	margin: 0 auto;
	width: 165px;
	color: #000;
	background-color: #fff;
	line-height: 45px;
	text-align: center;
	border: solid 5px #fff;
	border-radius: 5px;
	border: 3px solid rgb(255,255, 255);
	border: 3px solid rgba(255, 255, 255, .33);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.slider .getStartedBTN:hover {
	color: #fff;
	background-color: #D81114;
}
.mainContent {
	position:relative;
	top:-800px;
}
.mainContent article {
	color:#828282;
	text-align:left;
	float:left;
	font-size:14pt;
	
}
hgroup.us {
	text-align:center;
	margin-top:75px;
	margin-bottom:15px;
}
h1.weare {
	color:#742648;
	font-size:28pt;
	padding:0;
	margin:0;
}
h2.wedo {
	font-family: 'Sacramento', cursive;
	color:#87b6bf;
	padding:0;
	margin:0;
	font-weight:100;
	font-size:32pt;
}
span.signature {
	font-family: 'Sacramento', cursive;
	font-size:24pt;
	line-height:48pt;
	
}
main aside.information {
	float:right;
	width:205px;
	maring-left:20px;
}
main aside.information h1 {
	text-indent:15px;
	font-size:15pt;
	color:#000;
}
main aside.information ul {
	list-style-image:url(../images/arrow.jpg);
	font-size:12pt;
	color:#87b6bf;
}
main aside.information ul li {
	margin-bottom:15px;	
}
.contentLeft  {
	float:left;
	width:695px;	
}