/* liesfeld.com CSS Document, trim-clarified visual communication */
body {
	margin: 10px 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	padding: 0px;
	height:100%;
	background-repeat: repeat-x;
	background-image:  url(../images/website_background.jpg);
	text-decoration: none;
	text-align: center;
	background-color: #002C54;
}
.main_menu_white {
	font-weight: bold;
	color: #CC0000;
	font-size: 10px;
	text-transform: uppercase;
}
.headers_in_bold{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.headers_in_regular{
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}
.text_for_testimonials_only {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}
.text_in_bold {
	font-weight: bold;
}
.yes_repeat {
	background-repeat: repeat;
}
.norepeat {
	background-repeat: no-repeat;
}
p {
	line-height: 14px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
a.nav:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
a.nav:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
a.nav:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.gray {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
a.nav_sub:link {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	text-transform: none;
}
a.nav_sub:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	text-transform: none;
}
a.nav_sub:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	text-transform: none;
}
.main_menu_white_sub {
	font-weight: normal;
	color: #CC0000;
	font-size: 10px;
	text-transform: none;
}
