/* CSS Document */

a:link {
	color: #442400;
}
a:visited {
	color: #442400;
}
a:hover {
	text-decoration: none;
}

#mainFrame {
	left:50%;
	margin:0 0 0 -480px;
	position:absolute;
	width:960px;
}
body {
	margin: 0px;
	background-image: url(../images/site/bkgdStriped.gif);
}
.mainContainer {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:100%;
	background-image: url(../images/site/bkgdFlowers.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
        min-height:678px;
}
.container1000 {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:960px;
}
.containerTop {
	padding-top:8px;
	width:960px;
	float: left;
}
.containerLogo {
	float: left;
	width: 310px;
}
.containerFlashBanner {
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	width:890px;
	padding-bottom: 0px;
}
.containerText {
	padding-top:10px;
	width:840px;
	background-color: #f1edc5;
	float: left;
	margin-left: 50px;
	padding-left: 20px;
	background-image: url(../images/site/bkgdText.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 30px;
}
.containerText h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #442400;
	margin-top: 0px;
	margin-bottom: 10px;
}
.containerText h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #442400;
	margin-top: 0px;
	margin-bottom: 0px;
}
.containerText h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #442400;
	margin-top: 5px;
	margin-bottom: 0px;
        padding-left: 0px;
}
.homeColumnImages {
	width: 250px;
	padding-top: 10px;
	padding-left: 5px;
	float: left;
	padding-right: 25px;
	padding-bottom: 30px;
}
.homeColumnImages img {
        padding-top: 10px;
}
.homeColumnText {
	width: 775px;
	padding-top: 10px;
	padding-left: 5px;
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}
.homeColumnText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7a7f3a;
	margin-top: 0px;
	margin-bottom: 10px;
}
.leftColumnText {
	width: 540px;
	padding-top: 10px;
	padding-left: 5px;
	float: left;
	padding-right: 5px;
	padding-bottom: 30px;
}
.leftColumnText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7a7f3a;
	margin-top: 0px;
	margin-bottom: 10px;
}
.rightColumnText {
	width: 230px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 25px;
	padding-bottom: 150px;
	float: right;
}
.rightColumnText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7a7f3a;
	margin-top: 0px;
	margin-bottom: 0px;
}
.articleHead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #442400;
	margin-top: 0px;
	margin-bottom: 10px;
}
.articleContainerSmall {
	width: 220px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	float: left;
	border-bottom:1px dotted #7a7f3a;
}
.footer {
	padding-top:10px;
	width:840px;
	/*background-color: #f1edc5;*/
	float: left;
	margin-left: 50px;
	padding-left: 20px;
	margin-bottom: 30px;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #f1edc5;
	margin-top: 0px;
	margin-bottom: 2px;
        text-align: center;
}
.footer a:link {
	color: #f1edc5;
}
.footer a:visited {
	color: #f1edc5;
}
	
