/* CSS Document */

html, body{height:100%}

body {
  background-image: url(graphics/grey-bkgd.gif);
  margin: 0px;
}
  
.menu-text {
	font-family: Georgia, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: bold;
	color: #383838;
	letter-spacing: 1.5px;
}
.menu-text a:link { color: #383838; text-decoration: none }
.menu-text a:active { color: #383838; text-decoration: none }
.menu-text a:visited { color: #383838; text-decoration: none }
.menu-text a:hover { color: #E8CF6C; text-decoration: underline 
}

.body-left-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #575757;
}
.footer-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #5C4347;
}
.footer-text a:link { color: #5C4347; text-decoration: none }
.footer-text a:active { color: #5C4347; text-decoration: none }
.footer-text a:visited { color: #5C4347; text-decoration: none }
.footer-text a:hover { color: #E8CF6C; text-decoration: underline 
}

.body-rightt-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #575757;
}

.toprow-logo-bkgd {
	background-image: url(graphics/logo-right-bkgd.gif);
	background-repeat: no-repeat;
}
.footer-row-bkgd {
	background-image: url(graphics/footer-row-bkgd.gif);
	background-repeat: repeat-x;
}
.footer-middle-bkgd {
	background-image: url(graphics/footer-middle-bkgd.gif);
	background-repeat: no-repeat;
}
.toprow-bkgd {
	background-image: url(graphics/toprow-bkgd.gif);
	background-repeat: repeat-x;
}
.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.body-text a:link { color: #E8CF6C; text-decoration: none }
.body-text a:active { color: #E8CF6C; text-decoration: none }
.body-text a:visited { color: #E8CF6C; text-decoration: none }
.body-text a:hover { color: #E8CF6C; text-decoration: underline 
}
.image-border {
	border: 1px solid #FFFFFF;
}
.testimonial-test {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 18px;
}
.form-test {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
