@charset "utf-8";

/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #F0FFD5;
}
h1 {
	font-family: Tahoma;
	font-size: 22px;
	color: #003D6B;
	margin-top: 0px;
}

h3 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 15px;
	color: #5D7A29;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	line-height:16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#page-container {
	background-color: FFFFFF;
	width: 760px;
	overflow: hidden;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #173329;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#header {
	/*background-image: url(/images/tammy_Bordt.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 601px;*/
	padding-right: 9px;
		width: 750px;

	height: 198px;
	background-color: #FFFFFF;

}

#header h1 {
	font-family: Tahoma;
	font-size: 20px;
	color: #84AE3B;
	padding-top: 13px;
}
#header .padding {
	height: 10px;
}


#header .img {
	float: left;
	padding-right: 14px;
}
#nav {
	height: 24px;
	background-color: #FFFFFF;
	background-image: url(/images/nav_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 334px;
	padding-top: 7px;
}
#nav a {
	font-family: "Times New Roman";
	font-size: 15px;
	color: #173329;
	font-weight: bold;
	text-decoration: none;
	padding-right: 23px;
}
#nav a:hover {
	color: #84AE3B;
}
#display {
	height: 114px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #173329;
	border-bottom-color: #173329;
}
#footer {
	background-image: url(/images/bar_bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#logo {
	background-color: #84AE3B;
	height: 99px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #173329;
	border-bottom-color: #173329;
}
/**/
#copyright {
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	color: #173329;
	height: 33px;
	background-color: #84AE3B;
	padding-top: 10px;
	padding-left: 12px;	
	background-image: url(/images/copy_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 8px;
}
#copyright a {
	color: #173329;
}

.testimonial {
	width: 75%;
	border: dotted 1px #CCCCCC;
	padding: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style:italic;
	margin-right:auto;
	margin-left:auto;
}