﻿@charset "utf-8";
/*----- BEGIN OVERALL -----*/
body {
	background-color: #8D1882;

	/* background-image: url(../images/rosesandlilys.jpg); 
	background-position:left center ;
	background-repeat: no-repeat;
	background-attachment: fixed; */
	/*color: #631159; */ 
	font-family: Georgia, "Times New Roman", Times, serif;
}

.style1 {
	text-align: center;
}
/*.style2 {
	background-color: #00FF00;
} */


a:link,

a:visited,

a:hover,

a:active {
	color: #8D1882;
	text-decoration: underline;
}

a:hover {
	color: #8D1882;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}
/*----- END OVERALL -----*/

/*----- BEGIN HEADER -----*/
#hd {
	padding: 0;
}

#index #titleHeader {
	background-image: none;
}
#page #titleHeader {
	background-image: url("../development/images/header-page.gif");
	background-repeat: no-repeat;
	width: 295px;
	height: 60px;
}


#indexcontent {
	float: left;
	width: 70%;
	/* text-align: justify; */
	/*border: 2px solid red;*/
}

#indexcontent h4 {
	text-align: right;
	font-style: italic;
	color: #8D1882;
}
#indextestimonial {
	float:right; /* ADDED BY JASON THOMPSON @ INTANDEM */
	width: 200px;
	position: relative;
	padding: 0 2em;	
	/* margin-left: 20%; REMOVED BY JASON THOMPSON @ INTANDEM*/
	color: #8D1882;
	font-size: 100%;
	font-style: italic;
	/* border: 2px solid red; */	
}

#poem {
	width: 450px;
	position: relative;
	padding: 0 2em;	
	margin-left: 0%;
	color: #8D1882;
	font-size: 100%;
	font-style: italic
}

#pagecontent {
	float: left;
	/*width: 65%; REMOVED BY JASON THOMPSON @ INTANDEM*/
	width: 70%;
}

#pagetestimonials {
	float:right; /* ADDED BY JASON THOMPSON @ INTANDEM */
	width: 200px;
	position: relative;
	padding: 0 2em;
	/* margin-left: 20%; REMOVED BY JASON THOMPSON @ INTANDEM*/
	color: #8D1882;
	font-size: 100%;
	font-style: italic;
}


#navHeader {
	margin: 0 20px 0 0;
	padding: 44px 0 0 0;
	text-align: right;
}

#navHeader li {
	margin: 0;
	padding: 0 10px 0 12px;
	display: inline;
	list-style-type: none;
	border-left: 1px solid #FFF;
}
#navHeader li.first {
	padding-left: 0;
	border-left: none;
}
#navHeader li.last {
	padding-right: 0;
}

#navHeader a:link,
#navHeader a:visited,
#navHeader a:hover,
#navHeader a:active {
	color: #FFF;
	text-decoration: none;
}
#navHeader a:hover { text-decoration: underline; }

#index h1 {
	margin: 2px 0 0 0;
	padding: 0;
	display: block;
	background-image: url("../images/RE_1821_topbar.jpg");
	/* background-image: url(../images/new-title-index.jpg); */
	/* background-image: url(../images/logo2.jpg); */	
	background-repeat: no-repeat;
	background-position:  top center;
	font-size: 1px;
	color: #631159;
	text-indent: -10000px;
	width: 950px;
	height: 276px;
}

#page h1 {
	margin: 2px 0 0 0;
	padding: 20px 25px 15px 25px;
	display: block;
	background-image: url("../development/images/new-title-page.png");
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 320%;
	font-weight: normal;
	color: #8D1882;
}
/*----- END HEADER -----*/

/*----- BEGIN BODY -----*/
#bd {
	padding: 5px;
	background-color: #FFF;
}

#navMain {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	border-top: 5px solid #EEE9F6;
	border-bottom: 1px solid #EEE9F6;
}

#navMain li {
	margin: 0;
	padding: 0 15px 0 17px;
	display: inline;
	list-style-type: none;
	font-size: 138.5%;
	border-left: 1px solid #631159;
}
#navMain li.first {
	border-left: none;
}

#navMain a:link,
#navMain a:visited,
#navMain a:hover,
#navMain a:active {
	color: #631159;
	text-decoration: none;
}
#navMain a:hover {
	color: #CD00BA;
}

#motto {
	padding: 15px 20px;
	color: #8D1882;
	font-size: 138.5%;
	font-style: italic;
	border-bottom: 1px solid #EEE9F6;
}

#content {
	padding: 15px 25px;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 182%;
	color: #631159;
}

#content .formRequired {
	color: #C00;
}

#testimonials p,
#testimonials hr {
	margin: 1em 0;
	clear: both;
}
#testimonials p img {
	margin: 0 1em 1em 0;
}

.floatImgLeft {
	float: left;
	margin: 0 1em 1em 0;
}
.floatImgRight {
	float: right;
	margin: 0em 0em 1em 1em;
}	

#hr
{
clear: both;
}
/*----- END BODY -----*/

/*----- START FOOTER -----*/
#ft {
	margin: 0 0 1em 0;
	padding: 1em;
	background-color: #FFF;
	border-bottom: 5px solid #8D1882;
	text-align: center;
}
/*----- END FOOTER -----*/











