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

body {
	background-color: #e5e5e5;
	background-image: url(../images/bg-pattern.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.header-container {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	height: 139px;
	margin-top: 20px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
}
.text {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

.title-holder {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body.png);
	background-repeat: repeat;
}
.navigation {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #707070;
	border-bottom-color: #707070;
	background-color: #FFFFFF;
}

.content {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body.png);
	background-repeat: repeat;
}
.footer {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.png);
	height: 30px;
	background-repeat: no-repeat;
}
.copyright-info {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #333333;
	padding-left: 40px;
}

.logo {
	padding-top: 10px;
	padding-left: 14px;
}
.photo-credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}


.navigation-container {
	height: 35px;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body.png);
	background-repeat: repeat;

}

.tagline {
	float: none;
	position: absolute;
	top: 60px;
	margin-left: 98px;
}
.banners {
	padding-left: 21px;
}


.flower-background {
	background-image: url(../images/flower-bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

a.copyright:link, a.copyright:visited {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

a.copyright:hover, a.copyright:active {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

a.page:link, a.page:visited {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #656565;
}
.testimonials {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	background-image: url(../images/testimonials-bg.jpg);
	background-repeat: repeat;
}


a.page:hover, a.page:active {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #FF90BB;
	text-decoration: none;
}

.subheadings {
	font-family: tahoma, arial;
	font-size: 13px;
	color: #FF3366;
	font-weight: bold;
}
.left-images {
	margin-right: 12px;
	margin-left: 0px;
}
.border {
	border: 1px solid #E4E9E4;
}
.scroller {
	height: 400px;
	width: 540px;
	overflow-x:hidden;
	overflow-y:scroll;
	

}

.subheadings-white {
	font-family: tahoma, arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.subheadings-grey {
	font-family: tahoma, arial;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}



.border-dark {
	border: 1px solid #333333;
}
.testimonials-text {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	background-repeat: repeat;
	padding: 4px;
}
.text-larger {
	font-family: tahoma, arial;
	font-size: 13px;
	color: #333333;
}
.right-images {
	margin-right: 0px;
	margin-left: 12px;
}
