@charset "UTF-8";
body {
	background: #c6c3b7 url(../images/bkground.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oneColFixCtr #container {
	width: 764px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c6c3b7 url(../images/bk_main.jpg) no-repeat bottom;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	background: #c6c3b7 url(../images/bk_header.jpg) no-repeat;
	height: 375px;
}
.oneColFixCtr #header #menu {
	margin-top: 263px;
	height: 50px;
	clear: both;
	padding-left: 20px;
}
#menu a.nav, a.nav:link, a.nav:visited {
	display: block;
	height: 25px;
	width: 140px;
	text-decoration: none;
	border-style: none;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	margin-top: 2px;
	font-weight: normal;
	float: left;
	padding-left: 5px;
	padding-top: 10px;
}
#menu .nav:hover {
	color: #9B9968;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent #sidebar {
	background: url(../images/trans_grey20.png) repeat;
	width: 205px;
	float: right;
	padding: 20px 15px 15px;
}
.oneColFixCtr #container #mainContent #main {
	width: 485px;
	float: left;
}
.oneColFixCtr #container #mainContent a:link {
	color: #894826;
}

.oneColFixCtr #container #mainContent a:visited {
	color: #033;
	text-decoration: none;
}
h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #1A251A;
}
h2 {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #333;
}
.sidebarH1 {
	font-size: 110%;
	font-weight: bold;
}
.testimonials {
	font-style: italic;
	font-weight: lighter;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.author {
	font: bold normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#mainContent blockquote {
	text-indent: -18px;
	width: 600px;
	padding-left: 18px;
}
#mainContent #back {
	width: 150px;
	float: right;
	text-transform: uppercase;
	font-size: 10px;
}
.oneColFixCtr #footer {
	background: #3A3A35;
	height: 75px;
	clear: both;
}
.oneColFixCtr #container #footer #tel #BBB {
	float: left;
	margin-right: 5px;
}
.oneColFixCtr #footer #tel {
	width: 200px;
	margin-left: 20px;
	font-weight: bold;
	color: #FFF;
	margin-top: 18px;
	float: left;
	font-size: 11px;
}
.oneColFixCtr #container #footer #submenu {
	font-size: 9px;
	width: 500px;
	float: right;
	margin-top: 18px;
}
.oneColFixCtr #container #footer #submenu a:link {
	color: #FFF;
}
.oneColFixCtr #container #footer #submenu a:visited {
	color: #FFF;
}

