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

.oneColFixCtrHdr {
	background-color: #77E4AD;
}
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 62.5%;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0B9B6A;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/flowerBackground%20copy.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 330px;
	height: 150px;
	margin-top: 0px;
	position: relative;
	padding-top: 100px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 10px;
}
.headerTitle {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #01831E;
	text-align: center;
	margin-bottom: 0px;
	font-size: 3.5em;
}
.oneColFixCtrHdr #header h2 {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-family: Tahoma, Arial, sans-serif;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.headerTagLine {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #01831E;
	font-size: 2em;
	text-align: center;
}
#imageInfo {
	position: absolute;
}

#navbar {
	list-style-type: none;
	position: absolute;
	top: 223px;
	left: 334px;
	width: 420px;
	height: 2.5em;
	text-align: center;
}
ul#mainNav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainNav li {
	list-style-type: none;
	padding-top: .4em;
	padding-right: 0;
	padding-bottom: 0.3em;
	display: inline;
	border: 1px solid #1A8B50;
}


#mainNav a {
	color: #01831E;
	font-size: 1.35em;
	text-transform: capitalize;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline-table;
	text-align: center;
	padding-top: 0em;
	padding-right: 1.3em;
	padding-bottom: 0em;
	padding-left: 1.3em;
	font-weight: bold;
}
#mainNav a:hover {
	text-decoration: underline;
	color: #EE4356;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 205px;
	margin-top: 30px;
	height: 630px;
}
#mainContent h2 {
	font-size: 1.6em;
	color: #01831E;
	margin-top: 1.1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 1em;
}
#mainContent h1 {
	font-size: 1.9em;
	color: #01831E;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 1em;
	line-height: 1em;
}
#cindaPic {
	height: 185px;
	width: 138px;
	float: right;
	margin-left: 1.4em;
	margin-top: .5em;

}
.imageRight {
	border: 3px solid #77E4AD;
}

#mainContent .fullContactInfo {
	font-size: 1.4em;
	font-weight: bold;
	color: #0F4429;
	margin-left: 1em;
}



#mainContent p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: justify;
	font-size: 1.5em;
	color: #0F4429;
	margin-top: .7em;
	margin-bottom: 0.7em;
}
#mainContent ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-indent: 15px;
	text-align: justify;
	font-size: 1.5em;
	color: #0F4429;
	list-style-type: circle;
}
#mainContent li {
	text-indent: -0.1em;
	line-height: 1.3em;
}



.oneColFixCtrHdr #footer {
	position: relative;
	padding-right: 25px;
	padding-bottom: 0;
	height: 128px;
	padding-left: 205px;
}
#footer hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #footer p {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	margin-top: .9em;
	margin-bottom: 0px;
	text-align: right;
}
contactInfo {
	position: absolute;
	width: 30%;
	height: 40px;
	background-color: #FF0000;
}

.imageCredit {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	color: #0C7C38;
}
#logoImage {
	position: absolute;
	height: 69px;
	width: 70px;
	left: 439px;
	top: 11px;
}
#imageInfo {
	position: absolute;
	left: 206px;
	top: 7px;
	width: 212px;
	height: 33px;
}
.credits {
	text-align: right;
}
.linksList {

}
.linksList li {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 10px;
}
