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

body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #a61700 url(../siteimages/bk-1.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.sitewrap {
	width: 780px;  
	margin: 0 auto; 
	text-align: left; 
}
/* ------------------------------------------------ */
.a1 {
	font-size: 36px;
	color: #FFC;
	text-align: center;
}
.areapanel {
	float: left;
	width: 600px;
	margin-left: 100px;
	margin-bottom: 10px;
}
.areatitle1 {
	float: left;
	width: 400px;
	background: #2c0404;
}
.areatitle2 {
	float: left;
	width: 200px;
	background: #2c0404;
}
.area-col {
	float: left;
	width: 175px;
}

#bnav {
	font-size: 12px;
	float: left;
	width: 780px;
	background: url(../siteimages/bnav-bk.jpg) repeat-x;
	height: 20px;
	padding-top: 10px;
	text-align: center;
}
.colblock {
	float: left;
	width: 770px;
	margin-bottom: 10px;
}
.col1 {
	float: left;
	width: 545px;
}
.col2 {
	float: right;
	width: 200px;
	margin-right: 10px;
}
h1 {
	color: #900;
	text-align: center;
}
h2 {
	color: #036;
	margin-bottom: 0px;
	font-size: 18px;
	margin-top: 20px;
}
h3 {
	color: #600;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FC6;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.logopanel {
	float: left;
	height: 170px;
	width: 329px;
	background-image: url(../siteimages/schwartz-logo-2.jpg);
}
.logotxt1 {
	font-family: "Comic Sans MS";
	font-weight: bold;
	margin-top: 90px;
	padding-left: 150px;
	font-size: 16px;
}
.logotxt2 {
	font-family: "Times New Roman";
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #900;
	float: left;
	width: 329px;
	margin-top: 8px;
	text-align: right;
}
#maincontent {
	float: left;
	width: 758px;
	background: #FFF;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #000;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
#navbar {
	float: left;
	width: 777px;
	background: #2c0404;
	border-right: 1px solid #333;
	border-left: 1px solid #000;
	padding-left: 1px;
}
#sitefooter {
	float: left;
	width: 780px;
	font-size: 12px;
	color: #CCC;
}
#sitehead {
	float: left;
	width: 778px;
	background: #FFF;
	height: 175px;
	border-top: 1px solid #000;
	border-right: 1px solid #333;
	border-left: 1px solid #000;
}
.sitehead-1 {
	float: left;
	height: 175px;
	width: 400px;
}
.sitehead-2 {
	float: left;
	width: 400px;
	padding-top: 35px;
	font-size: 16px;
	padding-left: 40px;
}
.sitehead-3 {
	float: left;
	width: 60px;
	padding-top: 75px;
}
.testimony1 {
	font: 14px "Times New Roman", Times, serif;
	color: #030;
	padding: 5px;
	border: 1px dotted #333;
}
.txt1 {
	color: #000;
	font-style: italic;
}
.txt2 {
	color: #333;
}
/* LINKS -------------------------------------- */
a:link, a:visited, a:active {
	color: #039;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}
a.bnav:link, a.bnav:visited, a.bnav:active {
	color: #999;
	text-decoration: none;
}
a.bnav:hover {
	color: #FC3;
	text-decoration: underline;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #FFF;
	background: #600;
	float: left;
	width: 152px;
	margin-left: 1px;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	border: 1px solid #000;
}
a.nav:hover {
}
a.sbd:link, a.sbd:visited, a.sbd:active {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
a.sbd:hover {
	color: #FC0;
	text-decoration: underline;
}

