/* CSS Document */

body {
	background-image: url(images/floral-backdrop1f.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003300;
	font-weight: normal;
	text-align: left;
	display: block;
	line-height: 1.4em;
	margin:0;
	padding:0;
	
}
#mainContainer {
	width: 875px;
	background-color: #FFFFFF;
	height: 500px;
	margin: 10px auto;
	border: thin solid #009900;
	
}

#leftBox {
	width: 20%;
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 14px;

}

#middleBox {
	width: 44%;
	height: auto;
	float: left;
	padding: 10px;
	background-position: center;
	margin-left: 12px;
	clear: none;
}
.sidebarBox {
	border: 1px solid #D0FFB0;
	margin: 1%;
}

#rightBox {
	width: 24%;
	float: right;
	margin-right: 14px;
	padding-bottom: 20px;
	clear: right;
	
}

#banner {
width: 100%;
}

#blackBar {
	width: 100%;
	height: 25px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 7px;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 12px;
}

#copyright {
	width: 600px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.copyrightInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #000000;
	text-align: center;
}

.copyrightInfo a:link{
	font-family: "Times New Roman", Times, serif;
	
	color: #000000;
}

.copyrightInfo a:visited{
	font-family: "Times New Roman", Times, serif;
	
	color: #000000;
}

.copyrightInfo a:hover {
	font-family: "Times New Roman", Times, serif;

	color: #FF3333;
}

h3{
	color: #006666;
	text-align: center;
	line-height: 1.8em;

}

#rightTextBox {

}

.menus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	background-color: #18A90E;
	color: #FFFFFF;
	text-indent: 10px;
	border: medium double #006600;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
}

.menus a:link { color: #FFFFFF; }
.menus a:hover { color: #FFCC00; }
.menus a:visited { color: #FFFFFF; }

.sidebar-Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
	background-color: #3366FF;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	word-spacing: normal;
	padding: 7px;
	height: auto;
	border: thin outset #003399;
}
.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-left: 15px;
	margin-right: 9px;
}



#contentBox {
	width: 70%;
	float: left;
	
	color: #000000;
	height: auto;
	margin-left: 25px;
	/*position: relative;
	left: 15px; */
}

#infoBox1 {
	float: left;
	width: 40%;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 15px;

}

#infoBox2 {
	float: right;
	width: 50%;
	

}
#infoBox3 {
	float: left;
	width: 40%;
	
}

#photoBox1  {
	border: 1px solid #B3FF66;
	width: 200px;
	padding: 20px;
	margin: 10px;


}

#photoBox2 {
	border: 1px solid #B3FF66;
	width: 200px;
	height: 100px;
	padding: 20px;
	margin: 10px;
}

#photoBox3 {
	border: 1px solid #B3FF66;
	width: 200px;
	height: 100px;
	padding: 20px;
	margin: 10px;
	
	
}
 .audioTestimonies {
	color: #006600;
 
 }

.audioTestimonies a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.audioTestimonies a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.audioTestimonies a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.audioTestimonies a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

