/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, ul, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

ul {
	list-style-type:disc;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #227240;
	text-align: center;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 5px;
}

hr {
	 background-color: #000;
	 height: 1px;
}

a {
	color: #227240;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Container */

#container {
	width: 771px;
	margin: 0px auto;
}

/* Masthead */

#masthead {
	background-image: url(../images/masthead-bg.gif);
	height: 110px;
	width: 771px;
	background-repeat: no-repeat;
}

#masthead img {
	padding-top: 26px;
	padding-left: 36px;
}

/* Flash Header */

#flashhead {
	background-image: url(../images/content-bg.gif);
	width: 771px;
	height: 218px;
	margin: 0px;
	padding: 0px;
}

/* Navlinks */

#navlinks {
	background-image: url(../images/content-bg.gif);
	padding-top: 0px;
	padding-left: 39px;
	height: 55px;
}

/* Pages & Content */

#pages {
	clear: both;
	background-image: url(../images/content-bg.gif);
	width: 689px;
	padding-top: 16px;
	padding-right: 41px;
	padding-left: 41px;
	overflow: auto;
}

#content {
	float: left;
}

#content p {
	margin-top: 0px;
	padding-top: 0px;
}

#test {
	background-color: #ffffff;
	width: 550px;
	color: #666666;
	padding: 20px;
	margin: 5px auto 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.firstTest {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#content h2 {
	color: #227240;
	padding-bottom: 10px;
}

#process {
	background-color: #ffffff;
	clear: left;
	float: left;
	width: 320px;
}

#process h2 {
	margin: 0px;
	padding: 0px;
}

#process ul {
	font-size: 11px;
}

#process p {
	text-align: center;
}

#newsletters {
	margin: 10px;
}

#newsletters img {
	padding: 5px;
	border: 1px dotted #CCCCCC;
}

#sidebar {
	float: right;
	border: 1px solid #e3e0d3;
	padding: 3px;
}

#sidebar p {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
}

#sidebar img {
	border: 1px solid #e3e0d3;
}

/* Gallery */

#gallery {
	width: 500px;
	margin: 0 auto;
	height: 300px;
	overflow: auto;
	border: 1px solid #e3e0d3;
}

#gallery img {
	height: 100px;
	width: 100px;
	padding: 10px;
}

/* 20/20 */

#twenty {
	margin: 0 auto;
	width: 85%;
	border: 1px solid #e3e0d3;
	padding: 5px;
}

#twenty img {
	height: 100px;
	width: 100px;
	padding: 10px;
}



/* Footer */

#footer {
	background-image: url(../images/footer-bg.gif);
	height: 159px;
	width: 709px;
	background-repeat: no-repeat;
	clear: both;
	padding-right: 31px;
	padding-left: 31px;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
}

/* #footer #testimonial {
	float: left;
	background-image: url(../images/footer-box-1.gif);
	background-repeat: no-repeat;
	height: 107px;
	width: 391px;
} */

#quotes {
	float: left;
	background-image: url(../images/footer-box-1.gif);
	background-repeat: no-repeat;
	height: 107px;
	width: 391px;
}

#quotes p {
	color: #227240;
	margin: 0px;
	text-align: center;
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
	width: 260px;
	padding-left: 120px;
	padding-top: 10px;
}

.quote {
	font-style: italic;
}

#testimonial .testName {
	color: #9fa746;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

#footerText {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#footerText p {
	color: #6D644C;
	text-align: center;
}

/* Classes */

.white {
	color: #ffffff;
}

.centerTxt {
	text-align: center;
}

.fivestar {
	color: #227240;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	font-style: italic;
}

.green {
	color: #227240;
	font-weight: bold;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.centerImg {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}